/*
Theme Name: FCS 
Theme URI: http://www.fcswebsites.co.uk
Description: Wordpress theme by FCS Websites
Author: Nick Hayward
Author URI: http://www.fcswebsites.co.uk
Version: 1.0
Tags: fcs
License:
License URI:
*/
/* Make a custom fallback font based on the local Arial */
@font-face {
  font-family: "Nunito Sans-fallback";
  size-adjust: 101.38%;
  src: local("Arial");
}
@font-face {
  font-family: "nunito";
  src: url("/wp-content/themes/fcs/fonts/nunito-light-webfont.woff2") format("woff2"), url("/wp-content/themes/fcs/fonts/nunito-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "nunito";
  src: url("/wp-content/themes/fcs/fonts/nunito-regular-webfont.woff2") format("woff2"), url("/wp-content/themes/fcs/fonts/nunito-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* #Reset & Basics (Inspired by E. Meyers) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #Basic Styles */
body {
  background: #fff;
  line-height: 1.5;
  font-family: "nunito", "Nunito Sans-fallback", arial, sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #333;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
/* #Typography */
h1, h2, h3, h4, h5, h6 {
  color: #006699;
  font-family: "nunito", "Nunito Sans-fallback", arial, sans-serif;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
}
h3, h4, h5, h6 {
  margin-bottom: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  text-decoration: none;
}
h1 {
  font-size: 25.6px;
}
h2 {
  font-size: 22.4px;
}
h3 {
  font-size: 17.6px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
p {
  margin-bottom: 12px;
}
p img {
  margin: 0;
}
address {
  margin: 0 0 16px 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 400;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote {
  background: #EAF5FA;
  background-image: url(/wp-content/themes/fcs/images/quote-left.png), url(/wp-content/themes/fcs/images/quote-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, bottom right;
  border-radius: 3px;
  color: #006699;
  font-style: normal;
  margin: 0 0 16px;
  padding: 20px 50px;
}
blockquote cite {
  display: block;
  font-weight: normal;
  font-style: normal;
}
blockquote cite a, blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 30px 0;
  height: 0;
}
/* #Links */
a, a:visited {
  color: #00B601;
  text-decoration: none;
  outline: 0;
  transition: all 0.2s linear;
}
a:hover, a:focus {
  color: #00B601;
  text-decoration: underline;
  transition: all 0.2s linear;
}
a:active {
  background: inherit;
}
p a, p a:visited {
  line-height: inherit;
}
/* #Lists */
ul, ol {
  margin: 0 0 16px 16px;
}
ul {
  list-style: disc inside;
}
ol {
  list-style: decimal;
}
ul ul, ul ol, ol ol, ol ul {
  margin: 0 0 0 30px;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
dd {
  margin: 0;
}
/* #Notification Styles */
.sent .wpcf7-response-output, .positive, .wpcf7-mail-sent-ok {
  background-color: #00B601;
  background-image: url(/wp-content/themes/fcs/images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: 10px 11px;
  background-size: auto 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  padding: 10px 10px 10px 30px;
}
.invalid .wpcf7-response-output, .negative, .wpcf7-validation-errors, .wpcf7-not-valid-tip {
  background-color: #E23C3C;
  background-image: url(/wp-content/themes/fcs/images/icon-cross.svg);
  background-repeat: no-repeat;
  background-position: 10px 11px;
  background-size: auto 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  padding: 10px 10px 10px 30px;
}
span.wpcf7-not-valid-tip {
  display: block;
}
.wpcf7 br {
  display: none;
}
.wpcf7-list-item {
  display: block;
  margin: 3px 0;
  padding-left: 5px;
}
.wpcf7-list-item input {
  margin-right: 5px;
}
.wpcf7-list-item.last {
  margin-bottom: 10px;
}
.screen-reader-response {
  display: none;
}
.screen-reader-text {
  display: none;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* hide original loader */
.wpcf7-spinner {
  display: none;
}
.submitting .wpcf7-spinner {
  display: inline-block;
}
/* style for custom loader - '1s' for speeding up animation */
.wpcf7-spinner {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
  height: 36px;
  margin-left: 10px;
  transform-origin: center center;
  vertical-align: middle;
}
.wpcf7-spinner:before {
  content: url(/wp-content/themes/fcs/images/icon-refresh2.svg);
  transform-origin: center center;
}
tt, kbd, code, pre {
  font-family: monospace;
  white-space: pre-wrap;
}
pre {
  margin-bottom: 20px;
}
sub, sup {
  font-size: 80%;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}
sub {
  top: 0.5ex;
}
sup {
  bottom: 1ex;
}
var {
  font-style: italic;
}
cite {
  font-style: italic;
}
q:before {
  content: "“";
}
q:after {
  content: "”";
}
.left {
  float: left;
}
.right {
  float: right;
}
.imgleft, .alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.imgright, .alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.centre {
  text-align: center;
}
.mobile {
  display: none;
}
table {
  margin: 0 0 20px 0;
}
th {
  background: #eee;
}
th, td {
  border: 1px solid #ddd;
  padding: 10px;
}
/* #Images */
img {
  height: auto;
  max-width: 100%;
}
/* #Buttons */
a::-moz-focus-inner, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a.btn, a.btn:visited, button, a.button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #00B601;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "nunito", "Nunito Sans-fallback", arial, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.2;
  overflow: visible;
  padding: 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -webkit-appearance: none;
}
a.btn:hover, button:hover, a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #4BBA4C;
  color: #fff;
  transition: all 0.2s linear;
}
a.btn.alt, a.btn.alt:visited {
  background: #006699;
  color: #fff;
}
a.btn.alt:hover {
  background: #1D82B4;
  color: #fff;
}
/* #Forms */
form {
  margin-bottom: 20px;
}
form > div {
  margin-bottom: 1%;
}
fieldset {
  background: #fafafa;
  border: 1px solid #eee;
  margin-bottom: 20px;
  padding: 2%;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #777;
  display: block;
  font-family: "nunito", "Nunito Sans-fallback", arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin: 0;
  outline: none;
  padding: 8px 10px;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  border: 1px solid #aaa;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #444;
}
textarea {
  min-height: 60px;
}
.select-input {
  background: #fafafa;
  background-image: url("/wp-content/themes/fcs/images/icon-chev-down-grey.svg");
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  border: 1px solid #ccc;
  border-radius: 2px;
  height: 34px;
  position: relative;
  overflow: hidden;
}
select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
  border: 0;
  display: block;
  font-family: "nunito", "Nunito Sans-fallback", arial, sans-serif;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.2;
  outline: 0;
  padding: 11px 11px 11px 12px;
  position: absolute;
  left: 0;
  top: 50%;
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 500;
}
select::-ms-expand {
  display: none;
}
input[type="checkbox"] {
  display: inline;
}
/* Grid < 600px */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 4%;
  width: 100%;
}
.container .container {
  margin: 0;
  width: 100%;
}
.container .one, .container .two, .container .three, .container .four, .container .five, .container .six, .container .seven, .container .eight, .container .nine, .container .ten, .container .eleven, .container .twelve, .container .one-quarter, .container .one-half, .container .three-quarter, .container .one-third, .container .two-thirds {
  margin: 0;
  width: 100%;
}
.row {
  margin: 0 0 2% 0;
}
/* Grid > 600px */
@media only screen and (min-width: 600px) {
  /* Nested Column Classes */
  /* Base Grid */
  .container {
    background: transparent;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .container .column, .container .columns {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline;
    float: left;
    margin: 0 1%;
  }
  .column.alpha, .columns.alpha {
    margin-left: 0;
  }
  .column.omega, .columns.omega {
    margin-right: 0;
  }
  .container .one.column, .container .one.columns {
    width: 6.333%;
  }
  .container .two.columns {
    width: 14.666%;
  }
  .container .three.columns {
    width: 23%;
  }
  .container .four.columns {
    width: 31.333%;
  }
  .container .five.columns {
    width: 39.666%;
  }
  .container .six.columns {
    width: 48%;
  }
  .container .seven.columns {
    width: 56.333%;
  }
  .container .eight.columns {
    width: 64.666%;
  }
  .container .nine.columns {
    width: 73%;
  }
  .container .ten.columns {
    width: 81.333%;
  }
  .container .eleven.columns {
    width: 89.666%;
  }
  .container .twelve.columns {
    width: 98%;
  }
  .container .one-quarter.column {
    width: 23%;
  }
  .container .one-half.column {
    width: 48%;
  }
  .container .three-quarter.column {
    width: 73%;
  }
  .container .one-third.column {
    width: 31.333%;
  }
  .container .two-thirds.column {
    width: 64.666%;
  }
  .row {
    margin: 0 -1% 2% -1%;
  }
}
.styletest {
  margin-bottom: 2%;
}
.styletest .column, .styletest .columns {
  background: #eee;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
}
/* #Clearing */
/* Self Clearing Goodness */
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after, .clearfix:after {
  clear: both;
}
.row, .clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
}
/* Header */
#header {
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  height: 80px;
  position: relative;
  z-index: 500;
}
#header .container {
  height: 80px;
}
#header .container img {
  max-width: 100% !important;
}
#header #header-top {
  box-shadow: none;
}
#header .social {
  display: none;
}
#header-logo {
  position: absolute;
  left: 10px;
  top: 25px;
  width: 260px;
}
#header-call, #header-email {
  display: none;
}
#nav2 {
  display: none;
}
#header-menu-mobile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 20px;
  top: 16px;
}
#header-menu-mobile .btn {
  background-color: #fff;
  background-image: url(/wp-content/themes/fcs/images/icon-navclose.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 0;
  font-size: 0;
  height: 24px;
  padding: 0;
  width: 24px;
}
#header-menu-mobile .btn.navclosed {
  background-image: url(/wp-content/themes/fcs/images/icon-menu.svg);
  height: 20px;
}
#header-menu-mobile .btn:active {
  box-shadow: none;
}
#header-contact-mobile {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 60px;
  top: 16px;
}
#header-contact-mobile .btn {
  background-color: #fff;
  background-image: url(/wp-content/themes/fcs/images/icon-mobile.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  font-size: 0;
  height: 20px;
  padding: 0;
  width: 24px;
}
.social a {
  display: inline-block;
  margin-left: 5px;
}
.social svg {
  height: 30px;
  width: 30px;
}
.social .socialicon {
  fill: #00B601;
  transition: all 0.2s linear;
}
.social .socialicon:hover {
  fill: #4BBA4C;
  transition: all 0.2s linear;
}
.social .socialicon.facebookicon:hover {
  fill: #3B77C9;
}
.social .socialicon.twittericon:hover {
  fill: #53BAFF;
}
.social .socialicon.googleicon:hover {
  fill: #EE6F5E;
}
.social .socialicon.instaicon:hover {
  fill: #608EB3;
}
#page-banner {
  position: relative;
  width: 100%;
}
#page-banner img {
  display: block;
  height: auto;
  width: 100%;
}
.wrap {
  background: #fff;
}
/* Homepage */
.page-template-template-homepage #content {
  background: #fafafa;
}
#home-content {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: -50px 2% 0 2%;
  padding-bottom: 36px;
  padding-top: 24px;
  position: relative;
  width: 96%;
  z-index: 700;
}
.intro {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
#home-intro {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 15px;
  text-align: center;
}
#home-intro .btn {
  display: block;
  margin: 0 auto 10px auto;
}
#home-intro .btn:nth-of-type(1) {
  margin-top: 30px;
}
#home-courses {
  padding-right: 1%;
}
#home-course-find {
  background-color: #006699;
  background-image: url(/wp-content/themes/fcs/images/bg-bookbox.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  color: #9CBECF;
  font-size: 18.5px;
  margin-bottom: 24px;
  padding: 50px 50px 34px 50px;
  text-align: center;
}
#home-course-find h2 {
  color: #fff;
  font-size: 27px;
  margin: 0;
}
#home-course-find a {
  color: #9CBECF;
  text-decoration: none;
}
#home-course-find a:hover {
  color: #fff;
}
#home-course-list {
  background: #fff;
  border-radius: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 20px;
}
#home-course-list .tribe-events-widget-link {
  display: none;
}
#home-course-list > h2 {
  margin-bottom: 30px;
}
#home-course-list h3 {
  margin-bottom: 16px;
}
#home-course-list .tribe-events-title {
  font-size: 18px;
}
#home-course-list .btn {
  margin-left: 55px;
  padding: 5px 8px;
}
#home-course-list .tribe-events-venue, #home-course-list .tribe-events-duration {
  display: block;
  margin-bottom: 5px;
}
#home-course-list .tribe-mini-calendar-event .list-info span a {
  font-size: 12px;
}
#home-offers {
  background-color: #006699;
  background-image: url(/wp-content/themes/fcs/images/bg-home-offers.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 13.6px;
  font-weight: 300;
  padding: 60px 20px 1px 20px;
  text-align: center;
}
#home-offers h3 {
  color: #fff;
}
#home-offers .three.columns {
  margin-bottom: 60px;
  padding: 0 1%;
}
#home-offers img {
  height: 58px;
  width: auto;
}
#home-offers .offericon span {
  font-size: 58px;
}
#home-offers ul {
  list-style: none;
  margin: 0 0 16px 0;
}
#home-offers a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
#home-offers a:hover {
  color: #eee;
  text-decoration: underline;
}
#home-offers a.btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 15px;
}
#home-offers a.btn:hover {
  background: #fff;
  color: #006699;
  text-decoration: none;
}
#home-lower {
  padding: 4%;
}
#home-lower #home-accreditations {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%;
  padding: 20px;
  text-align: center;
}
#home-lower #home-accreditations h3, #home-lower #home-accreditations img {
  margin-bottom: 20px;
}
#home-tweets {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%;
  padding: 20px;
}
#home-tweets h3 {
  margin-bottom: 20px;
}
#home-tweets ul {
  list-style: none;
  margin: 0;
}
#home-tweets ul li {
  background-image: url(/wp-content/themes/fcs/images/icon-twitter.svg);
  background-repeat: no-repeat;
  background-size: 32px 32px;
  font-size: 12px;
  margin-bottom: 12px;
  padding-left: 45px;
}
#home-tweets .twitter-timestamp {
  clear: right;
  display: block;
  opacity: 0.6;
}
#home-tweets .btn {
  background: #fff;
  border: 1px solid #00b601;
  color: #00b601;
  font-size: 12px;
  padding: 5px 8px;
}
#home-tweets .btn:hover {
  background: #00b601;
  color: #fff;
}
#home-news {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%;
  padding: 20px;
}
#home-news .newsItem {
  margin-bottom: 20px;
}
#home-news .newsItem:last-child {
  margin-bottom: 0;
}
#home-news .newsthumb {
  margin-bottom: 5px;
}
#home-news .newstext {
  font-size: 12px;
}
#home-news .newstext h3 {
  line-height: 1.2;
  margin-bottom: 5px;
}
#home-news .newstext a {
  display: block;
}
@media only screen and (min-width: 600px) {
  #home-news {
    border-radius: 6px;
  }
  #home-news .newsItem {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  #home-news .newsthumb {
    position: relative;
  }
  #home-news .newstext {
    font-size: 16px;
  }
  #home-news .newstext h3 {
    line-height: 1.2;
  }
  #home-news .newstext a {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  #home-news {
    padding: 40px;
  }
  #home-news .newsthumb {
    flex: 0 0 400px;
  }
  #home-news .newstext {
    padding-left: 30px;
  }
}
/* Flexible content */
.flexible {
  padding: 36px 0 20px 0;
}
.banners.twelve.columns {
  overflow: hidden;
}
.slick-slide {
  position: relative;
}
.banner1 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.banner2 {
  display: table;
  height: 100%;
  width: 100%;
}
.banner3 {
  color: #fff;
  display: table-cell;
  font-size: 50px;
  font-weight: bold;
  height: 100%;
  line-height: 1.1;
  margin: 0;
  text-align: center;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  width: 100%;
}
.banner3 a {
  color: #fff;
  text-decoration: none;
}
#mobilebanner {
  display: none;
  position: relative;
}
.gallery {
  background: #f6f6f6;
  clear: both;
  padding: 24px 0 8px 0;
  text-align: center;
}
.gallery img {
  display: block;
}
.gallery .column {
  margin-bottom: 4%;
  position: relative;
}
.gallery .one-quarter.column {
  float: left;
  margin: 0 1% 2% 1%;
  width: 48%;
}
.gallery .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all 0.5s;
}
.gallery .column:hover .overlay {
  opacity: 1;
  cursor: pointer;
  transition: all 0.5s;
}
.gallery .close-overlay {
  display: none;
}
html .gallery .expand {
  color: #fff !important;
  opacity: 0;
  height: 30px;
  line-height: 30px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s;
  width: 60px;
  z-index: 100;
}
.gallery .column:hover .expand {
  opacity: 1;
  transition: all 0.5s;
}
.three_column {
  padding: 36px 0;
}
.three_column .one-third {
  padding-right: 20px;
}
.two_column {
  clear: both;
  padding: 36px 0;
  text-align: center;
}
.two_column img {
  margin: 2% 0;
}
.two_column .one-half {
  padding-right: 20px;
  text-align: left;
}
.full {
  clear: both;
  padding: 36px 0 20px 0;
  text-align: center;
}
.faqs {
  border-top: 1px solid #eee;
  margin: 20px auto 0 auto;
  max-width: 800px;
  padding: 12px 0 60px 0;
}
.faq {
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
}
.faq-question {
  cursor: pointer;
}
.faq-question .arrow {
  background-image: url(/wp-content/themes/fcs/images/icon-chev-down-grey.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  transition: all 0.1s linear;
  vertical-align: top;
  width: 25px;
}
.faq-question.active .arrow {
  transform: rotate(180deg);
  transform-origin: center center;
  transition: all 0.1s linear;
}
.faq-question h3 {
  display: inline-block;
  margin-bottom: 10px;
  width: calc(100% - 30px);
}
.faq-answer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding-left: 30px;
  transition: max-height 0.1s;
}
.faq-answer.visible {
  max-height: 1000px;
  padding-bottom: 10px;
  transition: max-height 0.2s;
}
.text-and-image {
  background-size: cover;
  color: #fff;
  padding: 48px 0 32px 0;
}
.text-and-image h1, .text-and-image h2, .text-and-image h3 {
  color: #fff;
}
.text-and-image .text-block.right {
  float: right;
  text-align: right;
}
/* Twitter feeds */
#sidebar .good_old_twitter_widget {
  font-size: 12px;
  list-style: none;
  margin: 0;
}
#sidebar .good_old_twitter_widget li {
  margin-bottom: 12px;
}
#sidebar .good_old_twitter_widget .twitter-timestamp {
  display: block;
  opacity: 0.5;
}
#breadcrumbs {
  font-size: 12px;
}
/* Testimonials section */
.post-type-archive-testimonial #content, .single-testimonial #content {
  padding-top: 24px;
}
#testimonial-list .hide {
  height: 0;
  margin: 0;
  overflow: hidden;
  transition: all 0.2s linear;
}
#testimonial-list blockquote {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
#testimonial-cats {
  padding-bottom: 30px;
}
#testimonial-cats ul {
  list-style: none;
  margin: 0;
}
#testimonial-cats li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
#testimonial-cats li a {
  background: #00B601;
  color: #fff;
  display: block;
  padding: 5px;
}
#testimonial-cats li a:hover {
  text-decoration: none;
}
#testimonial-cats li.current a {
  background: #006699;
  text-decoration: none;
}
#testimonial-cats li:before {
  margin-right: 5px;
}
/* Courses section */
.post-type-archive-first-aid-courses #content, .single-first-aid-courses #content {
  background: #fafafa;
  padding-top: 24px;
}
.post-type-archive-first-aid-courses h1 {
  margin-bottom: 24px;
  text-align: center;
}
.courselist-content {
  text-align: left;
}
.courselist-item.six.columns {
  background: #fff;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 20px;
}
.courselist-item.six.columns img {
  border-bottom: 5px solid #00B601;
  display: block;
  margin-bottom: 15px;
}
.courselist-item.six.columns h3 {
  line-height: 1.2;
}
.single-first-aid-courses #content .container {
  padding: 0;
}
#course-info {
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 20px;
}
#course-sidebar > div {
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 20px;
}
#course-sidebar #course-glance {
  background: #006699 url(/wp-content/themes/fcs/images/bg-home-offers.jpg) top center;
  color: #fff;
  padding-bottom: 5px;
}
#course-sidebar #course-glance h2 {
  color: #fff;
  font-size: 18px;
}
#course-sidebar #course-booknow {
  background: transparent url(/wp-content/themes/fcs/images/bg-bookbox.jpg) center center;
  border-radius: 6px;
  color: #fff;
  text-align: center;
}
#course-sidebar #course-booknow a {
  color: #fff;
  font-size: 27px;
  text-decoration: none;
}
#course-sidebar .tribe-events-widget-link {
  display: none;
}
#course-factsheet a:before {
  background-image: url(/wp-content/themes/fcs/images/icon-pdf.svg);
  background-position: left center;
  background-size: 25px auto;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 35px;
  line-height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  width: 25px;
}
#course-factsheet a:hover {
  text-decoration: none;
}
#course-images {
  background: #fff;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px;
}
#course-images img {
  display: block;
  margin: 0 auto 20px auto;
}
#courselist-cta {
  background: #00b601;
  clear: both;
  padding: 36px 0;
  text-align: center;
}
#courselist-cta h3 {
  color: #fff;
}
#courselist-cta .btn {
  border: 1px solid #fff;
}
#courselist-cta .btn:hover {
  background: #fff;
  color: #00b601;
}
/* Event listings */
.post-type-archive-tribe_events #content {
  padding-top: 24px;
}
/* Blog section */
.search #content, .blog #content, .single #content, .archive #content {
  padding: 20px;
}
.archive .container, .blog .container {
  padding: 0;
}
.archive h1, .blog h1 {
  margin-bottom: 24px;
}
.archive .post, .blog .post {
  margin-bottom: 40px;
}
.archive .post h3, .blog .post h3 {
  line-height: 1.2;
  margin: 0;
}
.archive .post .newsthumb, .blog .post .newsthumb {
  margin-bottom: 10px;
}
.postmetadata {
  color: #999;
  font-size: 12px;
}
.postmetadata span {
  display: inline-block;
}
.blogcat {
  padding: 0 16px 0 0;
}
.blogdate {
  padding: 0 16px 0 0;
}
#blogpost {
  margin-bottom: 40px;
}
.newsimage {
  margin-bottom: 20px;
}
.entry img {
  height: auto;
  max-width: 100%;
}
.wp-caption {
  max-width: 100%;
}
.navigation {
  text-align: center;
}
.navigation .navlink {
  display: inline-block;
}
/* Sidebar section */
#sidebar {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar > li {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
  padding: 20px;
}
#sidebar li li {
  margin: 0;
}
#sidebar #categories-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar #categories-2 ul li {
  display: inline-block;
  padding: 8px 0;
}
#sidebar #categories-2 ul li a {
  background-color: #00B601;
  color: #fff;
  margin: 0 5px 10px 0;
  padding: 5px 10px;
}
#sidebar #categories-2 ul li a:hover {
  color: #4BBA4C;
  text-decoration: none;
}
#sidebar form > div {
  margin: 0;
}
#s {
  float: left;
  margin-right: 5px;
  width: 50%;
}
#submit {
  float: left;
  margin-left: 5px;
}
#sidebar label {
  display: none;
}
#searchform {
  display: block;
  margin: 0;
  max-width: 100%;
  position: relative;
  text-align: right;
  width: 100%;
}
#searchform input {
  height: 46px;
  padding: 0 12px;
}
#search {
  position: absolute;
  left: 0;
  right: 75px;
}
#s {
  border: none;
  border-radius: 0;
}
#search input[type="text"] {
  border: 1px solid #ccc;
  width: 100%;
}
#searchsubmit {
  width: 60px;
}
#searchwrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
#searchwrapper label {
  display: none;
}
#searchwrapper div {
  margin: 0;
}
.error404 #content {
  background: #fafafa;
  padding: 40px 20px;
}
.error404 #searchwrapper {
  margin-bottom: 60px;
}
#searchresults {
  margin-bottom: 40px;
  padding-right: 5%;
}
/* contact form */
.page-template-template-contactpage #content {
  padding: 20px;
}
.page-template-template-contactpage .container {
  padding: 0;
}
#contactinfo {
  margin-bottom: 30px;
}
#contactinfo .social a {
  margin: 0 10px 0 0;
}
#contactform {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 20px;
}
#contactform label {
  display: block;
}
#contactform .wpcf7-form {
  padding-bottom: 0;
}
.wpcf7-form {
  padding-bottom: 30px;
  text-align: left;
}
.wpcf7 .row {
  margin: 0;
}
.wpcf7 .six, .wpcf7 .four {
  margin-bottom: 10px;
}
/* footer */
#footer-cta {
  background: #00b601;
  color: #fff;
  font-size: 24px;
  padding: 36px 0;
  text-align: center;
}
#footer {
  background: #297c2b;
  -webkit-box-shadow: inset 0px 14px 9px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 14px 9px -14px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 14px 9px -14px rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer-credits {
  margin-bottom: 40px;
}
#footer-credits .credits {
  font-size: 12px;
  opacity: 0.5;
}
#footer-menu {
  margin-bottom: 40px;
  text-align: center;
}
#footer-menu ul {
  list-style: none;
  margin: 0;
}
#footer-menu li {
  margin-bottom: 5px;
}
#footer-menu a {
  font-size: 16px;
}
#footer #footer-social {
  margin-bottom: 40px;
}
#footer #footer-social h3 {
  color: #fff;
}
#footer #footer-social .socialicon {
  fill: #BAEBBA;
}
#footer #footer-social .socialicon:hover {
  fill: #fff;
}
.btt {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: auto;
}
.btt img {
  height: 32px;
  width: auto;
}
.page-template-template-testpage #content {
  padding: 40px 0;
}
.wsp-container {
  text-align: left;
}
/* #Media Queries */
/* large phones */
/* tablet */
@media only screen and (min-width: 600px) {
  body {
    background: #297C2B;
    font-size: 16px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  h1, h2 {
    margin-bottom: 20px;
  }
  h3, h4, h5, h6 {
    margin-bottom: 16px;
  }
  p {
    margin-bottom: 16px;
  }
  a.btn, a.btn:visited, button, a.button, input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 16px;
  }
  .gallery .one-quarter.column {
    float: left;
    margin: 0 1%;
    width: 48%;
  }
  .positive, .wpcf7-mail-sent-ok {
    background-position: 8px 11px;
    background-size: auto 16px;
    font-size: 16px;
  }
  .negative, .wpcf7-validation-errors, .wpcf7-not-valid-tip {
    background-position: 8px 11px;
    background-size: auto 16px;
    font-size: 16px;
  }
  .intro {
    font-size: 17.6px;
    line-height: 1.2;
  }
  #header {
    height: 120px;
  }
  #header .container {
    height: 120px;
  }
  #header #header-logo {
    left: 20px;
    top: 30px;
    width: 400px;
  }
  #header .social {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  #header-menu-mobile {
    right: 20px;
    top: 20px;
  }
  #header-menu-mobile .btn {
    background-position: center left;
    color: #00B601;
    font-size: 16px;
    line-height: 21px;
    padding-left: 30px;
    width: auto;
  }
  #header-menu-mobile .btn.navclosed {
    padding-left: 35px;
  }
  #header-contact-mobile {
    top: 20px;
    right: 120px;
  }
  #header-contact-mobile .btn {
    background-position: center left;
    color: #00B601;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    width: auto;
  }
  #home-intro {
    padding: 10px 30px 30px 30px;
    text-align: left;
  }
  #home-intro .btn {
    display: inline-block;
    margin: 20px 0 0 0;
  }
  #home-course-list .tribe-events-title {
    font-size: 22px;
  }
  #home-course-list .tribe-mini-calendar-event .list-info span a {
    font-size: 16px;
  }
  .flexible {
    padding: 40px;
  }
  .fullpanel {
    padding: 20px 40px 5px 40px;
  }
  .faqs {
    margin: 20px 20px 0 20px;
  }
  .faq-question .arrow {
    padding-top: 5px;
  }
  .two_column {
    padding: 40px 20px;
  }
  .gallery {
    padding: 4% 1% 1% 1%;
  }
  .gallery .one-quarter.column {
    margin-bottom: 2%;
  }
  .three_column {
    padding: 50px 20px;
  }
  .text-and-image {
    padding: 50px 20px 30px 20px;
  }
  .courselist-item.six.columns {
    margin-bottom: 2%;
  }
  .courselist-item.six.columns .six.columns {
    width: 98%;
  }
  #course-images img {
    margin: 0;
  }
  .post-type-archive-testimonial #content {
    padding: 20px;
  }
  .wpcf7 .four.columns {
    margin: 0 0 10px 0;
    width: 100%;
  }
  #footer .three.columns, #footer #footer-menu {
    float: none;
    margin: 0 40px;
    width: 100%;
  }
  #footer-menu li {
    display: inline;
  }
  #footer-menu a {
    border-right: 1px solid #fff;
    padding: 0 10px;
  }
  #footer-menu li:last-child a {
    border: none;
  }
}
@media only screen and (min-width: 800px) {
  .faqs {
    margin: 0 auto;
  }
  .gallery .one-quarter.column {
    width: 23%;
  }
  .fullpanel, .flexible {
    margin: 0 auto;
    max-width: 800px;
  }
  #testimonial-cats {
    float: right;
    margin: 0 0 0 4%;
    width: 23%;
  }
  #testimonial-list {
    float: left;
    margin: 0;
    width: 73%;
  }
  #contactinfo {
    float: left;
    margin: 0 6% 30px 0;
    width: 40%;
  }
  #contactform {
    float: left;
    margin: 0 0 30px 0;
    width: 54%;
  }
  .wpcf7 .row {
    margin: 0 -1% 1% -1%;
  }
  .wpcf7 .four.columns {
    margin: 0 1% 10px 1%;
    width: 31.333%;
  }
  #footer #footer-credits {
    text-align: left;
  }
  #footer .three.columns, #footer #footer-menu {
    float: left;
    margin: 0 1% 40px 1%;
    width: 31.333%;
  }
  #footer #footer-social {
    text-align: right;
  }
}
@media only screen and (min-width: 1000px) {
  #home-intro {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1%;
    padding: 0 3% 0 1%;
    width: 56.333%;
  }
  #home-courses {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1%;
    padding-right: 1%;
    width: 39.666%;
  }
  .courselist-item.six.columns .six.columns {
    width: 48%;
  }
  .courselist-item.six.columns .six.columns img {
    margin-bottom: 0;
  }
  #searchresults, #bloglisting {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1%;
    width: 73%;
  }
  #searchresults .post, #bloglisting .post {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
  }
  #blogpost {
    float: left;
    margin: 0 1%;
    width: 73%;
  }
  #blogpost .post {
    max-width: 800px;
  }
  #blogsidebar {
    float: left;
    margin: 0 1%;
    width: 23%;
  }
  #sidebar #categories-2 ul li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
  }
  #sidebar #categories-2 ul li a {
    background: #fff;
    color: #00B601;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #header-menu-mobile, #header-contact-mobile {
    display: none;
  }
  #header {
    background: transparent;
    box-shadow: none;
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
  #header .container {
    height: 130px;
  }
  #header #header-top {
    background: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    height: 80px;
    position: relative;
    z-index: 500;
  }
  #header .container {
    height: 130px;
    position: relative;
    z-index: 999;
  }
  #header .container #header-logo {
    height: auto;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 1%;
    width: 300px;
  }
  #header .container #header-logo img {
    display: block;
  }
  #header .social {
    display: block;
    position: absolute;
    right: 2%;
    top: 22px;
  }
  #header #header-call {
    color: #A1A1A1;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    right: 480px;
  }
  #header #header-email {
    color: #A1A1A1;
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 30px;
    right: 230px;
  }
  #nav2 {
    background: #3AB03B;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    font-family: "nunito", "Nunito Sans-fallback", arial, sans-serif;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    position: absolute;
    bottom: 0;
    right: 2%;
  }
  #nav2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #nav2 ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
  }
  #nav2 ul li a {
    color: #fff;
    display: block;
    height: 55px;
    line-height: 60px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #nav2 ul li a:hover {
    background: #4BBA4C;
  }
  .sub-menu {
    background: #3AB03B;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 6px 6px;
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 200;
  }
  #nav2 ul li .sub-menu li {
    float: none;
  }
  #nav2 ul li .sub-menu li a {
    border: none;
    height: auto;
    line-height: 1;
    overflow: hidden;
    padding: 12px 15px;
    width: 280px;
  }
  #nav2 ul li#menu-item-60 .sub-menu li a {
    width: 180px;
  }
  #nav2 ul li#menu-item-33 .sub-menu li a {
    width: 120px;
  }
  #nav2 a.mobile_handle {
    display: none;
  }
  #nav2 .menu-parent-item {
    position: relative;
    z-index: 400;
  }
  #nav2 .menu-parent-item > a:after {
    content: url(/wp-content/themes/fcs/images/icon-chev-down.svg);
    display: inline-block;
    height: 7px;
    line-height: 15px;
    margin-left: 5px;
    opacity: 1;
    transition: all 0.2s linear;
    vertical-align: text-top;
  }
  #nav2 .menu-parent-item:hover > a:after {
    content: url(/wp-content/themes/fcs/images/icon-chev-down.svg);
    line-height: 24px;
    margin-left: 5px;
    transition: all 0.2s linear;
    vertical-align: text-top;
    opacity: 0;
  }
  .blog #content, .single #content, .archive #content {
    padding: 30px 0 0 0;
  }
  #home-content {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  #home-offers {
    padding-top: 4%;
  }
  #home-lower {
    padding-bottom: 1px;
  }
  #home-lower #home-accreditations {
    padding: 3% 2% 2% 2%;
  }
  #course-images {
    border-radius: 0;
  }
  .page-template-template-contactpage #content {
    padding: 30px 0;
  }
  .post-type-archive-testimonial #content {
    padding: 30px 0;
  }
  #testimonial-cats {
    float: right;
    margin: 0 1%;
    width: 23%;
  }
  #testimonial-list {
    float: left;
    margin: 0 1%;
    width: 73%;
  }
  .flexible {
    text-align: justify;
  }
  #contactinfo, #contactform {
    float: left;
    margin: 0 1% 40px 1%;
    width: 48%;
  }
}
/* Smaller than 1200 - jPanel menu styles */
@media only screen and (max-width: 1199px) {
  /* Second Level */
  /* Third level */
  #jPanelMenu-menu {
    background: #307C2F;
    box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin: 0 0 20px 0 !important;
    padding: 20px;
    top: 0;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
  }
  #jPanelMenu-menu .icon-reorder {
    float: right;
    font-size: 20px;
  }
  #jPanelMenu-menu .sub_nav {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0;
    padding: 0;
    z-index: 500;
  }
  .arrow_down {
    background-image: url(/wp-content/themes/fcs/images/icon-chev-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    height: 30px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform-origin: center center;
    width: 30px;
  }
  .arrow_up {
    background-image: url(/wp-content/themes/fcs/images/icon-chev-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    height: 30px;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform-origin: center center;
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 30px;
  }
  .open {
    margin-top: 5px;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear rotate(0.0001deg);
  }
  #jPanelMenu-menu ul {
    margin: 0;
  }
  #jPanelMenu-menu ul li {
    display: block;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #jPanelMenu-menu ul a, #jPanelMenu-menu ul a:link, #jPanelMenu-menu ul a:visited {
    clear: both;
    color: #fff;
    display: block;
    float: none;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    padding: 15px 0;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
  }
  #jPanelMenu-menu ul ul {
    display: block !important;
    max-height: 0;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    background: none;
    border-bottom: 0;
    -webkit-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    transition: max-height 0.4s;
    z-index: 999999;
  }
  #jPanelMenu-menu ul ul.show {
    max-height: 1000px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
  }
  #jPanelMenu-menu ul ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #jPanelMenu-menu ul ul li:last-child {
    border-bottom: 0;
  }
  #jPanelMenu-menu ul ul a, #jPanelMenu-menu ul ul a:link, #jPanelMenu-menu ul ul a:visited {
    color: #fff;
    font-size: 12px;
    opacity: 0.75;
    padding: 10px 0 10px 10px;
  }
  #jPanelMenu-menu ul ul a:hover {
    color: #fff;
  }
  nav ul ul ul {
    top: 0;
    left: 0;
    z-index: 999999;
  }
  nav ul ul ul a, nav ul ul ul a:link, nav ul ul ul a:visited {
    padding: 15px 15px 15px 45px;
  }
}
html .tribe-events-back a, html .tribe-events-back a:visited, html .tribe-events-single .tribe-events-sub-nav, html .tribe-events-event-meta, html .tribe-events-content, html .tribe-common .tribe-common-b2, html .tribe-events-schedule .recurringinfo, html .tribe-events-schedule .tribe-events-cost {
  font-family: nunito;
}
html .tribe-events-content h2, html .tribe-events-content h3, html .tribe-events-content h4, html .tribe-events-content h5, html .tribe-events-content h6, html .tribe-events-schedule h2 {
  color: #006699;
  font-family: nunito;
}
html .tribe-events-single-event-title, html .tribe-common .tribe-common-h2, html .tribe-common .tribe-common-h3, html .tribe-common .tribe-common-h4, html .tribe-common .tribe-common-h5, html .tribe-common .tribe-common-h6, html .tribe-common .tribe-common-h7, html .tribe-common .tribe-common-h8 {
  color: #006699;
  font-family: nunito;
}
html .tribe-events-meta-group {
  font-weight: 400;
}
html .tribe-events-meta-group a, html .tribe-events-meta-group a:hover, html .tribe-events .tribe-events-calendar-list__event-title-link, html .tribe-events .tribe-events-calendar-list__event-title-link:visited, html .tribe-common a, html .tribe-common a:active, html .tribe-common a:focus, html .tribe-common a:hover, html .tribe-common a:visited {
  color: #00B601;
}
html .tribe-events-content a, html .tribe-events-content a:hover, html .tribe-events .tribe-events-calendar-list__event-title-link:active, html .tribe-events .tribe-events-calendar-list__event-title-link:focus, html .tribe-events .tribe-events-calendar-list__event-title-link:hover {
  border-bottom: 1px solid #00B601;
  color: #00B601;
}
html .datepicker-days th {
  background: #fff;
}
html .tribe-events .datepicker .day.active, html .tribe-events .datepicker .day.active.focused, html .tribe-events .datepicker .day.active:focus, html .tribe-events .datepicker .day.active:hover, html .tribe-events .datepicker .month.active, html .tribe-events .datepicker .month.active.focused, html .tribe-events .datepicker .month.active:focus, html .tribe-events .datepicker .month.active:hover, html .tribe-events .datepicker .year.active, html .tribe-events .datepicker .year.active.focused, html .tribe-events .datepicker .year.active:focus, html .tribe-events .datepicker .year.active:hover {
  background: #00B601;
}
html .tribe-events-c-top-bar__datepicker-time {
  letter-spacing: -1px;
}
html .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
  font-size: 14px;
}
html .tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 a {
  font-size: 14px;
}
html .tribe-common a:not(.tribe-common-anchor--unstyle), html .tribe-common a:not(.tribe-common-anchor--unstyle):active, html .tribe-common a:not(.tribe-common-anchor--unstyle):focus, html .tribe-common a:not(.tribe-common-anchor--unstyle):hover, html .tribe-common a:not(.tribe-common-anchor--unstyle):visited {
  color: #00B601;
}
#tribe-tickets__tickets-form {
  max-width: 100%;
}
html div .tribe-tickets__registration-footer {
  margin-bottom: 0 !important;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  body.page-tribe-attendee-registration div .tribe-tickets__registration {
    max-width: 1200px;
  }
}
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  /* contains the content */
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block;
  }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    /* styling */
    border: none;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.3.4 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  /* Hide navigation while loading */
  .featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    /* center horizontally */
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    /* center vertically */
    margin-top: -40px;
    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display: none;
  }
}
/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
/* Tribe events */
.post-type-archive-tribe_events #content {
  background: #fafafa;
}
#tribe-bar-form {
  margin: 0;
}
#tribe-events-bar {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  clear: both;
  margin-bottom: 40px;
  padding: 20px;
}
#tribe-bar-filters-wrap {
  float: left;
  width: 70%;
}
#tribe-bar-collapse-toggle {
  background: #00B601;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  padding: 14px;
  position: relative;
  width: 100%;
}
#tribe-bar-collapse-toggle .tribe-bar-toggle-arrow {
  background-image: url("/wp-content/themes/images/icon-chev-down.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
}
.tribe-bar-filters {
  clear: both;
  display: none;
}
.tribe-bar-filters-open .tribe-bar-toggle-arrow {
  transform: rotate(180deg);
}
.tribe-bar-filters-inner {
  background: #fafafa;
  padding: 10px;
}
.tribe-bar-filters-inner div {
  margin-bottom: 10px;
}
#tribe-bar-dates {
  clear: both;
  padding: 10px 0;
}
#tribe-bar-views {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  height: 60px;
  padding-left: 20px;
  text-align: right;
  width: 30%;
}
#tribe-bar-views button {
  margin-left: 10px;
  border-radius: 2px 2px 0 2px;
}
#tribe-bar-views .tribe-bar-views-list {
  background: #00B601;
  color: #fff;
  display: none;
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 500;
}
#tribe-bar-views .tribe-bar-views-list li {
  padding: 5px 24px 5px 10px;
}
#tribe-bar-views .tribe-bar-views-list li:hover {
  background: #4BBA4C;
  cursor: pointer;
}
.tribe-events-loop > div {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
  padding: 24px;
}
#tribe-events-content ul.tribe-events-sub-nav {
  text-align: left;
}
.type-tribe_events {
  margin-bottom: 10px;
  width: 100%;
}
.type-tribe_events .tribe-mini-calendar-event h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
.type-tribe_events .tribe-mini-calendar-event .list-date {
  display: none;
}
.type-tribe_events .tribe-mini-calendar-event .tribe-events-location {
  margin-top: 5px;
}
#tribe-events-header {
  display: none;
}
.tribe-events-list-separator-month {
  clear: both;
  color: #006699;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
html .tribe-events-list .type-tribe_events.tribe-events-first {
  padding-top: 20px;
}
.tribe-mini-calendar-event {
  background-image: url(/wp-content/themes/images/icon-calendar.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 40px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  min-height: 40px;
  padding-left: 55px;
}
html .tribe-events-list .tribe-events-loop {
  font-size: 0;
  text-align: center;
}
html .tribe-events-list .tribe-events-loop .type-tribe_events {
  font-size: 12px;
}
html .tribe-events-list .tribe-events-loop .tribe-events-event-meta {
  font-size: 12px;
}
html .tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo {
  display: block;
}
html .tribe-events-list .tribe-events-loop .tribe-events-event-meta .recurringinfo .tribe-events-divider {
  display: none;
}
html .tribe-events-list .tribe-events-loop .tribe-events-event-image {
  margin-bottom: 15px;
}
html .tribe-events-list .time-details, html .tribe-events-list .tribe-events-venue-details {
  line-height: 1.5;
}
.tribe-event-date-start {
  margin-bottom: 5px;
}
.tribe-events-location {
  opacity: 0.7;
}
.tribe-events-event-cost {
  font-size: 20px;
  margin-bottom: 12px;
}
.tribe-events-calendar {
  background: #fff;
}
html .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  margin: 0;
  padding: 3px;
}
html .events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 {
  font-size: 12px;
  line-height: 1;
  margin: 0;
}
#tribe-events-footer {
  clear: both;
}
html #tribe-events-content ul.tribe-events-sub-nav {
  margin-top: 20px;
}
html #tribe-events-content ul.tribe-events-sub-nav a {
  font-weight: bold;
}
/* single event page */
html .tribe-events-single {
  margin: 0 auto;
  max-width: 800px;
}
html .single-tribe_events .tribe-events-schedule h2 {
  display: block !important;
}
html .single-tribe_events .tribe-events-schedule .recurringinfo {
  display: inline-block;
  float: right;
  margin: 0 0 20px 0;
  padding-top: 5px;
  width: 49%;
}
html .single-tribe_events .tribe-events-schedule .recurringinfo .tribe-events-divider {
  display: none;
}
html .single-tribe_events .tribe-events-schedule .tribe-events-cost {
  display: inline-block;
  float: left;
  font-size: 20px;
  margin: 0 0 20px 0;
  width: 49%;
}
.single .tribe-events-event-meta dd, .single .tribe-events-event-meta dt {
  display: block;
}
.single .tribe-events-event-meta dd {
  margin-bottom: 10px;
}
html .tribe-event-tickets-plus-meta-attendee > header {
  color: #006699;
  font-family: "nunito", arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-top: 10px;
}
.single .tribe-events-meta-group-details {
  background: #fafafa;
  clear: both;
  margin-bottom: 20px;
  padding: 20px;
}
.single .tribe-events-meta-group-venue {
  background: #fafafa;
  margin-bottom: 20px;
  padding: 20px;
}
.single .tribe-events-meta-group-organizer {
  background: #fafafa;
  display: none;
  margin-bottom: 20px;
  padding: 20px;
}
.tribe-tickets-left {
  margin-left: 10px;
  opacity: 0.5;
}
.tribe-events-event-cost form {
  margin-top: 15px;
}
html .single-tribe_events .tribe-events-cal-links, .tribe-events-ical {
  display: none;
}
html .tribe-events-tickets .tickets_price {
  font-style: normal;
}
.tribe-attendees-list-container, .tribe-tickets-attendees-list-optout {
  display: none;
}
html table.tribe-events-tickets tr {
  border: none;
}
html table.tribe-events-tickets td, html table.tribe-events-tickets td.woocommerce, html table.tribe-events-tickets td.tickets_name, html table.tribe-events-tickets td.tickets_price, html table.tribe-events-tickets td.tickets_description {
  border: none;
  font-size: 12px;
  padding: 8px 20px;
  vertical-align: top;
  width: 100%;
}
html table.tribe-events-tickets td.tickets_name {
  font-weight: bold;
}
html table.tribe-events-tickets .tribe-tickets-form-row {
  border: none;
}
html table.tribe-events-tickets .woocommerce .quantity input {
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
}
html table.tribe-events-tickets .woocommerce.add-to-cart {
  padding: 0 20px 20px 20px;
}
html table.tribe-events-tickets .tribe-event-tickets-plus-meta input[type=email], html table.tribe-events-tickets .tribe-event-tickets-plus-meta input[type=password], html table.tribe-events-tickets .tribe-event-tickets-plus-meta input[type=text], html table.tribe-events-tickets .tribe-event-tickets-plus-meta input[type=url], html table.tribe-events-tickets .tribe-event-tickets-plus-meta textarea {
  width: 100%;
}
html table.tribe-events-tickets .tribe-tickets-attendees-list-optout {
  display: none;
}
html .tribe-event-tickets-plus-meta-attendee {
  padding: 0;
}
@media only screen and (min-width: 400px) {
  html .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    padding: 3px;
  }
  html .events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) {
  .tribe-mini-calendar-event h2 {
    font-size: 18px;
  }
  html .tribe-events-list .tribe-events-loop div {
    text-align: left;
  }
  html .tribe-events-list .tribe-events-loop div .tribe-events-event-meta {
    font-size: 16px;
  }
  html .events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    padding: 6px;
  }
  html .events-archive.events-gridview #tribe-events-content table .type-tribe_events h3 {
    font-size: 18px;
  }
  .single.single-tribe_events #content, .post-type-archive-tribe_events #content {
    padding: 20px;
  }
  .tribe-events-event-image {
    display: none;
  }
  html table.tribe-events-tickets td, html table.tribe-events-tickets td.woocommerce, html table.tribe-events-tickets td.tickets_name, html table.tribe-events-tickets td.tickets_price, html table.tribe-events-tickets td.tickets_description {
    font-size: 16px;
    padding: 20px;
    width: auto;
  }
}
@media only screen and (min-width: 800px) {
  .tribe-events-loop {
    margin: 0 auto;
    max-width: 800px;
  }
  #tribe-events-bar {
    margin: 0 auto 40px auto;
    max-width: 800px;
  }
  .tribe-events-list-separator-month {
    margin: 20px 0;
  }
  html .single.single-tribe_events .tribe-events-event-meta {
    margin: 0 -1% 40px -1%;
    width: 102%;
  }
  .single .tribe-events-meta-group-details, .single .tribe-events-meta-group-venue, .single .tribe-events-meta-group-organizer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1% 2% 1%;
    width: 48%;
  }
  .single .tribe-events-meta-group-organizer {
    clear: left;
  }
  .single.single-tribe_events #tribe-events-content #buy-tickets {
    margin: 0 auto 40px auto;
    max-width: 800px;
  }
  .single.single-tribe_events #tribe-events-content #buy-tickets h2 {
    text-align: center;
  }
}
/* Nick 8/4/20 for upgraded version */
div .tribe-common .tribe-common-c-btn, div .tribe-common a.tribe-common-c-btn {
  background-color: #00B601;
  font-family: inherit;
  width: auto;
}
div .entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, div .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled, div .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled, div .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
  background-color: #999;
}
div .tribe-common a.tribe-common-c-btn--small, div .tribe-common button.tribe-common-c-btn--small, div .tribe-common input[type=button].tribe-common-c-btn--small, div .tribe-common input[type=submit].tribe-common-c-btn--small {
  background-color: #00B601;
}
div .tribe-common .tribe-common-c-btn:focus, div .tribe-common .tribe-common-c-btn:hover, div .tribe-common a.tribe-common-c-btn:focus, div .tribe-common a.tribe-common-c-btn:hover {
  background-color: #4BBA4C;
}
div .entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, div .entry .entry-content .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, div .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus, div .entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover, div .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus, div .tribe-common .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover, div .tribe-common .tribe-tickets__buy.tribe-common-c-btn:focus, div .tribe-common .tribe-tickets__buy.tribe-common-c-btn:hover {
  background-color: #4BBA4C;
}
div .tribe-events-event-cost .tribe-common {
  padding-top: 15px;
}
div .tribe-common.tribe-tickets {
  box-sizing: border-box;
  max-width: 100%;
}
div .tribe-common .tribe-common-h4 {
  color: #00B601;
  font-family: "nunito", arial, sans-serif;
}
div .entry .entry-content .tribe-common .tribe-tickets__item.show-optout .tribe-tickets-attendees-list-optout--wrapper, div .tribe-common .tribe-tickets__item.show-optout .tribe-tickets-attendees-list-optout--wrapper {
  display: none;
}
div .entry .entry-content .tribe-common .tribe-tickets__item__quantity__add, div .tribe-common .tribe-tickets__item__quantity__add {
  padding-top: 0;
}
div .tribe-tickets-meta-label h3 {
  font-size: 20px;
  text-transform: none;
}
div #tribe-tickets__registration__form {
  padding-bottom: 100px;
}
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__footer {
  margin: 0 !important;
}
body.page-tribe-attendee-registration .tribe-common .tribe-tickets__registration__actions {
  margin-top: 30px !important;
}
.page-tribe-attendee-registration div.wrap {
  padding: 0;
}
#header .container {
  max-width: 1200px;
}
#header .container img {
  max-width: 300px;
}
.page-tribe-attendee-registration .container > h1 {
  display: none;
}
.page-tribe-attendee-registration .container .tribe-common .tribe-common-h2 {
  color: #069;
  font-family: "nunito", arial, sans-serif;
  font-size: 32px;
}
.tribe-checkout-backlinks a {
  margin-right: 20px;
}
ins {
  text-decoration: none;
}
del {
  color: #c00;
}
div.woocommerce {
  padding-bottom: 30px;
}
.woocommerce-info, .woocommerce-message, .woocommerce-noreviews, .woocommerce-result-count {
  background: #00B601;
  color: #fff;
  margin-bottom: 2%;
  padding: 10px;
}
.woocommerce-info .button, .woocommerce-message .button, .woocommerce-noreviews .button, .woocommerce-result-count .button {
  background: none;
  color: #fff;
  line-height: 1.5;
  padding: 0;
}
.woocommerce-info .button:hover, .woocommerce-message .button:hover, .woocommerce-noreviews .button:hover, .woocommerce-result-count .button:hover {
  text-decoration: underline;
}
.woocommerce-info a, .woocommerce-message a, .woocommerce-noreviews a, .woocommerce-result-count a {
  color: #fff;
  text-decoration: underline;
}
.woocommerce-Message .button {
  float: right;
}
.woocommerce-error {
  background: #c00;
  color: #fff;
  list-style: none;
  margin: 0 0 2% 0;
  padding: 10px;
}
.wc-forward {
  float: right;
}
.woocommerce-invalid input {
  border: 1px solid #c00;
}
.button:disabled {
  cursor: not-allowed;
  opacity: 0.15;
}
#content {
  clear: both;
}
/* Header cart */
#header-cart {
  position: absolute;
  bottom: 30px;
  right: 65px;
}
#header-cart .product_list_widget {
  display: none;
}
#header-cart .total, #header-cart .buttons {
  display: block;
  margin: 0;
  vertical-align: middle;
}
#header-cart .total {
  line-height: 35px;
}
#header-cart .total strong {
  display: none;
}
#header-cart .total:before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 5px;
}
#header-cart .buttons a:first-child {
  display: none;
}
/* Product listing */
.woocommerce-breadcrumb {
  margin-bottom: 16px;
}
.products {
  list-style: none;
  margin: 0 -1%;
  padding: 0;
}
.products li {
  float: left;
  margin: 0 1%;
  position: relative;
  text-align: center;
  width: 98%;
}
.products a {
  text-decoration: none;
}
.products .woocommerce-LoopProduct-link {
  display: block;
  margin-bottom: 12px;
}
.products a.add_to_cart_button {
  clear: both;
}
.products a.button:focus {
  color: #fff;
}
.products .onsale {
  background: #c00;
  color: #fff;
  border-radius: 90px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -15px;
  top: 15px;
  text-align: center;
  width: 50px;
  z-index: 500;
}
.products .star-rating {
  margin-left: auto;
  margin-right: auto;
}
.products .wc-forward {
  float: none;
}
/* Product page */
.product {
  position: relative;
}
.product .onsale {
  background: #BF2625;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  left: -30px;
  top: 30px;
  text-align: center;
  z-index: 500;
}
.images {
  float: left;
  margin-bottom: 4%;
  width: 100%;
}
.images img {
  display: block;
}
.images .woocommerce-main-image img {
  margin-bottom: 2%;
}
.images .thumbnails {
  margin: 0 -1%;
}
.images .thumbnails a {
  float: left;
  margin: 0 1%;
  width: 31.333%;
}
.images .flex-viewport {
  box-shadow: 0 0 5px rgba(121, 101, 88, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4%;
}
.images ol.flex-control-nav {
  list-style: none;
  margin: 0 -2%;
}
.images ol.flex-control-nav li {
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 2% 4% 2%;
  width: 29.333%;
}
.images .woocommerce-product-gallery__trigger {
  font-size: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  text-decoration: none;
  z-index: 500;
}
.images .woocommerce-product-gallery__trigger:before {
  color: #fff;
  content: "";
  font-family: "FontAwesome";
  font-size: 30px;
  padding: 0 3px;
}
.summary {
  float: left;
  margin-bottom: 4%;
  width: 100%;
}
form.cart input, form.cart .quantity, form.cart .qty, form.cart button {
  display: inline-block;
}
form.cart .qty {
  width: 60px;
}
.variations td {
  border: 0;
  padding: 0;
  vertical-align: top;
}
.variations td.label {
  line-height: 35px;
  padding-right: 5px;
}
.variations .value .select-input {
  display: inline-block;
}
.variations .reset_variations {
  display: inline-block;
  line-height: 40px;
  margin-left: 20px;
  vertical-align: top;
}
.woocommerce-variation-price {
  margin-bottom: 16px;
}
.wc-tabs-wrapper {
  clear: both;
}
.woocommerce-tabs ul.tabs {
  border-bottom: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 0;
  padding: 10px;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li a {
  text-decoration: none;
}
.woocommerce-tabs ul.tabs li.active {
  font-weight: 600;
}
.woocommerce-tabs .panel {
  border: 1px solid #ccc;
  padding: 30px 20px;
  position: relative;
  top: -1px;
}
.woocommerce-Tabs-panel--description > h2 {
  display: none;
}
#reply-title {
  font-size: 32px;
}
#commentform {
  background: #eee;
  padding: 24px;
}
.comment-form-rating label {
  display: block;
}
.woocommerce-product-rating {
  margin-bottom: 16px;
}
#reviews .commentlist {
  list-style: none;
  margin-left: 0;
}
#reviews .commentlist li {
  background: #eee;
  margin-bottom: 12px;
  padding: 24px 24px 8px 24px;
}
/* Cart page */
.woocommerce-cart .flexible {
  padding-bottom: 50px;
  text-align: left;
}
.cart-empty, .return-to-shop {
  text-align: center;
}
.shop_table {
  font-size: 12px;
  width: 100%;
}
.shop_table th {
  text-align: left;
}
.shop_table td {
  vertical-align: middle;
}
.shop_table th.product-thumbnail, .shop_table td.product-thumbnail {
  display: none;
}
.shop_table input {
  font-size: 12px;
  width: auto;
}
.shop_table button {
  font-size: 12px;
}
.shop_table label {
  display: none;
}
.shop_table .product-quantity input {
  border: 1px solid #ddd;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 90%;
  -webkit-appearance: none;
}
.shop_table .product-remove {
  text-align: center;
}
.shop_table .remove {
  background: #c00;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  width: 20px;
}
.shop_table .remove:hover {
  background: #f00;
  color: #fff;
}
.actions .coupon {
  display: inline-block;
  width: 50%;
}
.actions .coupon input {
  display: inline-block;
  width: auto;
}
.actions .coupon label {
  display: none;
}
.actions > .button {
  display: inline-block;
  float: right;
}
.cart_totals {
  float: right;
  text-align: right;
  width: 100%;
}
/* Checkout */
.woocommerce-checkout .flexible {
  text-align: left;
}
.woocommerce-checkout .woocommerce-info {
  margin: 0;
}
.woocommerce-checkout .woocommerce-form-login {
  border: 1px solid #eee;
  margin-bottom: 2%;
  padding: 20px;
}
form.checkout_coupon {
  background: #eee;
  margin: 0;
  padding: 24px;
}
form.checkout_coupon div.clear {
  margin: 0;
}
.woocommerce-checkout .woocommerce-info:nth-of-type(2) {
  margin-top: 10px;
}
form.checkout {
  padding-top: 30px;
}
#customer_details .col-1, #customer_details .col-2 {
  margin-bottom: 30px;
}
.required, abbr.required {
  color: #c00;
  font-style: normal;
  text-decoration: none;
}
#order_review_heading {
  clear: both;
}
.wc_payment_methods {
  list-style: none;
  margin: 0 0 2% 0;
}
.wc_payment_methods input, .wc_payment_methods label, .wc_payment_methods img {
  vertical-align: middle;
}
.wc_payment_methods img {
  margin: 0 10px;
  max-height: 60px;
  width: auto;
}
.wc_payment_methods label {
  display: inline;
  font-weight: bold;
}
.wc_payment_methods input {
  margin: 0 5px 0 0;
}
.wc_payment_methods .wc_payment_method {
  background: #fafafa;
  margin-bottom: 10px;
  padding: 10px;
}
.wc_payment_methods .payment_box {
  margin-top: 10px;
}
fieldset#wc-stripe-cc-form {
  border: none;
  padding: 0;
}
.woocommerce-terms-and-conditions {
  background: #fafafa;
  margin-bottom: 20px;
  padding: 20px;
}
#payment {
  margin-bottom: 40px;
}
/* Account section */
.woocommerce-order-received #content, .woocommerce-account #content {
  padding: 30px 20px;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0 0 20px 0;
}
.woocommerce-MyAccount-navigation ul a {
  background: #00B601;
  border-bottom: 2px solid #fff;
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul a:hover {
  background: #4BBA4C;
}
.woocommerce-MyAccount-navigation li {
  border: none;
}
a.edit {
  background-image: url(/wp-content/themes/images/icon-edit.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 20px;
  padding-left: 25px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  width: 20px;
}
.woocommerce-ResetPassword {
  margin: 0 auto 30px auto;
  max-width: 600px;
}
.u-column1, .u-column2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 400px) {
  .products {
    margin: 0 5%;
  }
  .products li {
    float: left;
    margin: 0 1% 2% 1%;
    width: 48%;
  }
  .woocommerce-tabs ul.tabs {
    border: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    padding: 0 0 0 3px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .woocommerce-tabs ul.tabs li {
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 -3px;
    padding: 0 10px;
  }
  .woocommerce-tabs ul.tabs li a {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #666;
  }
  .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    border-bottom-color: #fff;
    font-weight: 600;
    z-index: 2;
  }
  .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
  }
  .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #ccc;
  }
  .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #ccc;
  }
}
@media only screen and (min-width: 600px) {
  #header-cart {
    bottom: 35px;
  }
  #header-cart .total, #header-cart .buttons {
    display: inline-block;
  }
  #header-cart .buttons a {
    margin-left: 5px;
  }
  .images {
    margin-right: 2%;
    width: 48%;
  }
  .summary {
    width: 50%;
  }
  .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
  }
  .woocommerce-MyAccount-navigation {
    float: left;
    margin: 0 1% 30px 1%;
    width: 18%;
  }
  .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
  }
  .woocommerce-MyAccount-navigation ul a {
    border-bottom: 2px solid #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
  }
  .woocommerce-MyAccount-navigation ul a:hover {
    background: #4BBA4C;
  }
  .woocommerce-MyAccount-content {
    float: left;
    margin: 0 1% 30px 1%;
    width: 78%;
  }
  .woocommerce-MyAccount-content .addresses {
    margin: 0 -1%;
  }
  .woocommerce-MyAccount-content .col-1, .woocommerce-MyAccount-content .col-2 {
    background: #fafafa;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 1%;
    padding: 24px;
    width: 48%;
  }
  .woocommerce-MyAccount-content header {
    position: relative;
  }
  .products {
    margin: 0 -1%;
  }
  .products li {
    float: left;
    margin: 0 1% 2% 1%;
    width: 48%;
  }
  #customer_details {
    margin: 0 -1%;
  }
  #customer_details .col-1, #customer_details .col-2 {
    float: left;
    margin: 0 1% 30px 1%;
    width: 48%;
  }
  .shop_table {
    font-size: 16px;
  }
  .shop_table input {
    font-size: 16px;
    width: auto;
  }
  .shop_table button {
    font-size: 14px;
  }
  .cart_totals {
    width: 300px;
  }
}
@media only screen and (min-width: 800px) {
  .products {
    margin: 0 -1%;
  }
  .products li {
    float: left;
    margin: 0 1% 2% 1%;
    width: 23%;
  }
  .shop_table {
    font-size: 16px;
  }
  .shop_table input {
    font-size: 16px;
    width: auto;
  }
  .shop_table button {
    font-size: 16px;
  }
  .u-column1 {
    float: left;
    margin-right: 4%;
    width: 46%;
  }
  .u-column2 {
    float: left;
    width: 48%;
  }
}
@media only screen and (min-width: 1200px) {
  #header-cart {
    position: absolute;
    bottom: 20px;
    right: 1%;
  }
  .woocommerce-account #content {
    padding: 30px 0;
  }
}
.starActive {
  fill: #999;
}
.starInactive {
  fill: #666;
}
.star-rating {
  height: 20px;
  margin-bottom: 10px;
  position: relative;
  width: 100px;
}
.star-rating:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100px;
}
.star-rating > span {
  display: block;
  text-indent: -10000px;
  width: 100px;
  height: 20px;
  position: absolute;
  overflow: hidden;
}
.star-rating > span:before {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 10000px;
}
p.stars {
  clear: both;
  display: inline-block;
}
p.stars a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: repeat-x;
  background-size: 20px;
  display: inline-block;
  font-size: 0;
  height: 20px;
  position: relative;
  text-indent: -999em;
  text-decoration: none;
  width: 20px;
}
p.stars a:hover ~ a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars:hover a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars.selected a.active {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars.selected a.active:before {
  content: "";
}
p.stars.selected a.active ~ a {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
p.stars.selected a:not(.active) {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22929%22%20height%3D%22886%22%20viewBox%3D%220%200%20929%20886%22%3E%3Cstyle%3Epath%20%7B%20fill%3A%20@{starInactive}%20!important%20%7D%3C%2Fstyle%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M929%20343c0%208-5%2017-15%2027L711%20567l48%20279c1%203%201%207%201%2012%200%2015-8%2027-22%2027-7%201-15-1-23-6L464%20747%20214%20879c-9%205-16%207-23%207-14%200-23-15-23-28%200-3%200-7%201-12l48-279L14%20370c-9-10-14-19-14-27%200-14%2010-23%2031-26l280-40L437%2023c7-15%2016-23%2027-23s20%208%2028%2023l125%20254%20280%2040c21%203%2032%2012%2032%2026z%22%2F%3E%3C%2Fsvg%3E");
}
.tribe-mini-calendar-block{max-width:767px}@media screen and (max-width:768px){.tribe-mini-calendar-block .tribe-common .tribe-common-l-container,.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget.tribe-events-view--shortcode.tribe-events-widget-events-month{padding:0}}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-cell--mobile:focus .tribe-events-calendar-month__day-date,.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-cell--mobile:focus .tribe-events-calendar-month__mobile-events-icon--event,.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-cell--mobile:focus-visible .tribe-events-calendar-month__day-date,.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-cell--mobile:focus-visible .tribe-events-calendar-month__mobile-events-icon--event{opacity:1}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus{background-color:var(--tec-color-accent-primary);box-shadow:inset 0 0 0 2px var(--tec-color-background),inset 0 0 0 4px var(--tec-color-border-active);outline:none}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus .tribe-events-calendar-month__day-date{color:var(--tec-color-background-secondary)}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus .tribe-events-calendar-month__day-date-daynum{color:var(--tec-color-background)}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus .tribe-events-calendar-month__mobile-events-icon--event{background-color:var(--tec-color-background)}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus-visible .tribe-events-calendar-month__day-date-daynum{color:var(--tec-color-background)}.tribe-mini-calendar-block .tribe-common.tribe-events.tribe-events-widget-shortcode.tribe-events-widget-shortcode-events-month .tribe-events-calendar-month__day-cell--mobile:focus-visible .tribe-events-calendar-month__mobile-events-icon--event{background-color:var(--tec-color-background)}.tribe-mini-calendar-block .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum{color:var(--tec-color-background)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating,.wp-block-woocommerce-product-review-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars,.wc-block-grid__product-rating .wc-block-product-review-rating__stars,.wp-block-woocommerce-product-review-rating .star-rating,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars:before,.wp-block-woocommerce-product-review-rating .star-rating:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span,.wp-block-woocommerce-product-review-rating .star-rating span,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before,.wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before,.wp-block-woocommerce-product-review-rating .star-rating span:before,.wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before,.wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.7}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes wc-skeleton-shimmer{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid #2f2f2f;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0 0 0 20px;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
/* Main Container */
.wp-carehub-wrap {
    h1 {
        margin-bottom: 30px;
    }
    h3 {
        color: #1d2327;
        margin-top: 0;
    }
    table {
        border-collapse: collapse;
		    border-top: 1px solid #eee;
        font-size: 13px;
        margin-top: 10px;
        width: 100%;
        td {
            border-bottom: 1px solid #eee;
            padding: 8px 20px 8px 0;
            vertical-align: top;
            &.date {
                color: #646970;
                width: 100px;
            }
            &.numbering {
                color: #646970;
                width: 30px;
            }
        }
    }
  /* Tabs */
  .tabs {
    margin-bottom: 2em;
  }
  .tabList {
    border-bottom: 1px solid #ccd0d4;
    list-style: none;
    margin: 0 ;
    padding: 0;
    li {
      display: inline-block;
      margin: 0 5px 0 0;
      button {
        background: #f1f1f1;
        border: 1px solid #ccd0d4;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        bottom: -1px;
        color: #2271b1;
        cursor: pointer;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 8px 15px;
        position: relative;
      }
      &:hover button {
        background: #f8f9fa;
        color: #135e96;
      }
      &.active button {
        background: #fff;
        border-color: #ccd0d4;
        border-bottom: 1px solid #fff;
        color: #1d2327;
      }
    }
  }
  /* Tab Content */
  .tabContent {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 0 0 4px 4px;
    border-top: none;
    display: none;
    &.active {
      display: flex;
	  flex-wrap: wrap;
	  padding-top: 15px;
    }
    /* Columns */
    .col1 {
      box-sizing: border-box;
      padding-right: 20px;
      flex: 0 0 60%;
    }
    .col2 {
      box-sizing: border-box;
      padding-left: 20px;
      flex: 0 0 40%;
    }
  }
  /* Boxes */
  .padded {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
  }
  .backups {
    position: relative;
    
    .loading-indicator {
      padding: 20px;
      text-align: center;
      color: #666;
      
      .spinner {
        float: none;
        margin: 0 10px 0 0;
      }
    }
    
    .error {
      color: #dc3232;
      padding: 10px;
      background: #f8d7da;
      border: 1px solid #f5c6cb;
      border-radius: 4px;
    }
  }
  /* Firewall Blocks */
  .firewall-blocks {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    margin-top: 30px;
  }
  /* Notices */

  /* Help Text */
  .info {
      color: #2271b1;
      margin: 5px 0 15px;
  }
  /* Clearfix */
  .clearfix {
    &:before,
    &:after {
      content: " ";
      display: table;
    }
    &:after {
      clear: both;
    }
  }
  .firewallBlockTable {
    text-align: center;
    max-width: 500px;
    th, td {
        border-bottom: 1px solid #f0f0f0;
        padding: 8px 20px 8px 0;
        vertical-align: top;
    }
    th {
        font-weight: bold;
    }
    .leftText {
        text-align: left;
    }
  }
}

/* Responsive */
@media screen and (max-width: 782px) {
  .wp-carehub-wrap {
	  .padded {
		  padding: 15px;
	  }
    .tabContent {
		&.active {
		  display: block;
		  padding-top: 15px;
		}
		.col1,
		.col2 {
			padding: 0;
			width: 100%;
		}
		.col1 {
			margin-bottom: 20px;
		}
		.col2 {
			margin-top: 20px;
		}
    }
  }
}

#wpadminbar #wp-admin-bar-intention_add_history_log {
	
	.carehub-bar-icon {
		display: inline-block;
		height: 16px;
		margin-right: 6px;
		vertical-align: text-top;
		width: 16px;
	}
  .ab-sub-wrapper {
    opacity: 0;
	  transition: all 0.2s linear;
  }
  ul a {
    box-sizing: border-box;
    height: auto;
    min-width: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
#adminmenu .toplevel_page_wp-carehub div.wp-menu-image.svg {
	background-size: 16px;
}
#wpadminbar #wp-admin-bar-carehub_add_note a:before {
	content: "\f464";
	font-family: dashicons;
	font-size: 16px;
	margin-right: 4px;
	vertical-align: middle;
}
#wpadminbar #wp-admin-bar-carehub_log_download a:before {
	content: "\f316";
	font-family: dashicons;
	font-size: 16px;
	margin-right: 4px;
	vertical-align: middle;
  top: 3px;
}
#wpadminbar #wp-admin-bar-carehub_test_email a:before {
	content: "\f466";
	font-family: dashicons;
	font-size: 16px;
	margin-right: 4px;
	vertical-align: middle;
}

#intention_add_history_pop {
	background: #fff;
	display: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 13px;
	padding: 30px;
	width: 300px;
	&.iahp-active {
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		display: block;
		position: absolute;
		  top: 50px;
		  left: 30%;
		z-index: 999;
	}
	h3 {
		font-size: 17px;
		margin: 0 0 10px 0;
	}
	form {
		margin: 0;
	}
	textarea {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
		margin-bottom: 10px;
		padding: 8px;
		width: 100%;
	}
	input {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
		width: 100%;
	}
	textarea,
	button {
		font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
		font-size: 13px;
	}
	.popClose {
		cursor: pointer;
		height: 20px;
		position: absolute;
			top: 15px;
			right: 15px;
		width: 20px;
	}
	&.iahp-submitting .spinner {
		display: inline-block;
        float: none; 
        visibility: visible;
	}
	&.iahp-error .iahp-response,
	&.iahp-success .iahp-response {
		padding-top: 10px;
	}
	.iahp-negative {
		color: #c00;
		position: relative;
		padding-left: 16px;
	}
	.iahp-negative:before,
	.iahp-negative:after {
		background-color: #c00;
		content: ' ';
		position: absolute;
			left: 4px;
			top: 3px;
		height: 14px;
		width: 3px;
	}
	.iahp-negative:before {
	  transform: rotate(45deg);
	}
	.iahp-negative:after {
	  transform: rotate(-45deg);
	}
	.iahp-positive {
		color: green;
		position: relative;
		padding-left: 20px;
		position: relative;
		&:before {
			content: '';
			display: inline-block;
			height: 10px;
			border-bottom: 3px solid green;
			border-right: 3px solid green;
			position: absolute;
				left: 4px;
				top: 3px;
			transform: rotate(45deg);
			width: 5px;
		}
	}
}
.single-tribe_event_series .tribe-common-l-container.tribe-events-l-container{padding-top:1em}.tribe-events .tribe-events-calendar-series-archive__container{margin-left:2px}.tribe-events .tribe-events-calendar-month__multiday-event .tribe-events-calendar-series-archive__container,.tribe-events .tribe-events-pro-week-grid__multiday-event .tribe-events-calendar-series-archive__container{flex:none;line-height:0;margin-left:var(--tec-spacer-0)}.tribe-events .tribe-events-calendar-series-archive__link{color:var(--tec-color-accent-primary);margin-right:2px}.tribe-events .tribe-events-calendar-series-archive__link:focus .tribe-events-series-archive__icon,.tribe-events .tribe-events-calendar-series-archive__link:hover .tribe-events-series-archive__icon{color:var(--tec-color-icon-focus)}.tribe-events .tribe-events-series-archive__icon{color:#000;display:inline-block;stroke:currentcolor}.tribe-theme-twentytwenty.single-tribe_event_series .entry-content .tribe-events hr,.tribe-theme-twentytwenty.single-tribe_event_series .entry-content.tribe-events hr,.tribe-theme-twentytwenty.single-tribe_event_series .tribe-events hr.styled-separator{background:initial;background-color:var(--tec-color-border-default)!important}.tribe-theme-enfold.single-tribe_event_series .entry-content-header .post-meta-infos,.tribe-theme-twentytwenty.single-tribe_event_series .entry-content .tribe-events hr:after,.tribe-theme-twentytwenty.single-tribe_event_series .entry-content .tribe-events hr:before,.tribe-theme-twentytwenty.single-tribe_event_series hr.styled-separator:after,.tribe-theme-twentytwenty.single-tribe_event_series hr.styled-separator:before{display:none}
.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-link{margin-left:var(--tec-spacer-0)}.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-icon{display:inline-block}.tribe-events-widget .tribe-events-widget-events-list__event-cost,.tribe-events-widget .tribe-events-widget-events-list__event-organizer,.tribe-events-widget .tribe-events-widget-events-list__event-venue,.tribe-events-widget .tribe-events-widget-events-list__event-venue-address,.tribe-events-widget .tribe-events-widget-events-list__event-website{margin-top:var(--tec-spacer-1)}.tribe-events-widget .tribe-events-widget-events-list__event-organizer-meta{margin-top:var(--tec-spacer-0)}.tribe-events-widget .tribe-events-widget-events-list__event-website a{color:var(--tec-color-link-accent)}
.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-link:focus .tribe-events-widget-events-list__event-datetime-recurring-icon-svg path,.tribe-events-widget .tribe-events-widget-events-list__event-datetime-recurring-link:hover .tribe-events-widget-events-list__event-datetime-recurring-icon-svg path{fill:currentcolor;stroke:currentcolor}.tribe-events-widget .tribe-events-widget-events-list__event-organizer-contact,.tribe-events-widget .tribe-events-widget-events-list__event-venue-address{font-style:normal}.tribe-events-widget .tribe-events-widget-events-list__event-organizer-title-link,.tribe-events-widget .tribe-events-widget-events-list__event-venue-name{border:0;text-decoration:underline;-webkit-text-decoration:underline currentColor;text-decoration:underline currentColor;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:1px;text-underline-offset:4px}.tribe-events-widget .tribe-events-widget-events-list__event-organizer-title-link:active,.tribe-events-widget .tribe-events-widget-events-list__event-organizer-title-link:focus,.tribe-events-widget .tribe-events-widget-events-list__event-organizer-title-link:hover,.tribe-events-widget .tribe-events-widget-events-list__event-venue-name:active,.tribe-events-widget .tribe-events-widget-events-list__event-venue-name:focus,.tribe-events-widget .tribe-events-widget-events-list__event-venue-name:hover{border:0;-webkit-text-decoration:none;text-decoration:none}.entry-content .tribe-events-widget .tribe-events-widget-events-list__event-title,.tribe-theme-twentytwenty .tribe-events-widget .tribe-events-widget-events-list__event-title{margin-bottom:0;margin-top:0}
:root{--tec-grid-gutter:48px;--tec-grid-gutter-negative:calc(var(--tec-grid-gutter)*-1);--tec-grid-gutter-half:calc(var(--tec-grid-gutter)/2);--tec-grid-gutter-half-negative:calc(var(--tec-grid-gutter-half)*-1);--tec-grid-gutter-small:42px;--tec-grid-gutter-small-negative:calc(var(--tec-grid-gutter-small)*-1);--tec-grid-gutter-small-half:calc(var(--tec-grid-gutter-small)/2);--tec-grid-gutter-small-half-negative:calc(var(--tec-grid-gutter-small-half)*-1);--tec-grid-gutter-page:42px;--tec-grid-gutter-page-small:19.5px;--tec-grid-width-default:1176px;--tec-grid-width-min:320px;--tec-grid-width:calc(var(--tec-grid-width-default) + var(--tec-grid-gutter-page)*2);--tec-grid-width-1-of-2:50%;--tec-grid-width-1-of-3:33.333%;--tec-grid-width-1-of-4:25%;--tec-grid-width-1-of-5:20%;--tec-grid-width-1-of-7:14.285%;--tec-grid-width-1-of-8:12.5%;--tec-grid-width-1-of-9:11.111%;--tec-spacer-0:4px;--tec-spacer-1:8px;--tec-spacer-2:12px;--tec-spacer-3:16px;--tec-spacer-4:20px;--tec-spacer-5:24px;--tec-spacer-6:28px;--tec-spacer-7:32px;--tec-spacer-8:40px;--tec-spacer-9:48px;--tec-spacer-10:56px;--tec-spacer-11:64px;--tec-spacer-12:80px;--tec-spacer-13:96px;--tec-spacer-14:160px;--tec-z-index-spinner-container:100;--tec-z-index-views-selector:30;--tec-z-index-dropdown:30;--tec-z-index-events-bar-button:20;--tec-z-index-search:10;--tec-z-index-filters:9;--tec-z-index-scroller:7;--tec-z-index-week-event-hover:5;--tec-z-index-map-event-hover:5;--tec-z-index-map-event-hover-actions:6;--tec-z-index-multiday-event:5;--tec-z-index-multiday-event-bar:2;--tec-color-text-primary:#141827;--tec-color-text-primary-light:#1418279e;--tec-color-text-secondary:#5d5d5d;--tec-color-text-disabled:#d5d5d5;--tec-color-text-events-title:var(--tec-color-text-primary);--tec-color-text-event-title:var(--tec-color-text-events-title);--tec-color-text-event-date:var(--tec-color-text-primary);--tec-color-text-secondary-event-date:var(--tec-color-text-secondary);--tec-color-icon-primary:#5d5d5d;--tec-color-icon-primary-alt:#757575;--tec-color-icon-secondary:#bababa;--tec-color-icon-active:#141827;--tec-color-icon-disabled:#d5d5d5;--tec-color-icon-focus:#334aff;--tec-color-icon-error:#da394d;--tec-color-event-icon:#141827;--tec-color-event-icon-hover:#334aff;--tec-color-accent-primary:#334aff;--tec-color-accent-primary-hover:#334affcc;--tec-color-accent-primary-active:#334affe6;--tec-color-accent-primary-background:#334aff12;--tec-color-accent-secondary:#141827;--tec-color-accent-secondary-hover:#141827cc;--tec-color-accent-secondary-active:#141827e6;--tec-color-accent-secondary-background:#14182712;--tec-color-button-primary:var(--tec-color-accent-primary);--tec-color-button-primary-hover:var(--tec-color-accent-primary-hover);--tec-color-button-primary-active:var(--tec-color-accent-primary-active);--tec-color-button-primary-background:var(--tec-color-accent-primary-background);--tec-color-button-secondary:var(--tec-color-accent-secondary);--tec-color-button-secondary-hover:var(--tec-color-accent-secondary-hover);--tec-color-button-secondary-active:var(--tec-color-accent-secondary-active);--tec-color-button-secondary-background:var(--tec-color-accent-secondary-background);--tec-color-link-primary:var(--tec-color-text-primary);--tec-color-link-accent:var(--tec-color-accent-primary);--tec-color-link-accent-hover:#334affcc;--tec-color-border-default:#d5d5d5;--tec-color-border-secondary:#e4e4e4;--tec-color-border-tertiary:#7d7d7d;--tec-color-border-hover:#5d5d5d;--tec-color-border-active:#141827;--tec-color-background:#fff;--tec-color-background-events:#0000;--tec-color-background-transparent:#fff9;--tec-color-background-secondary:#f7f6f6;--tec-color-background-messages:#14182712;--tec-color-background-secondary-hover:#f0eeee;--tec-color-background-error:#da394d14;--tec-color-box-shadow:rgba(#000,0.14);--tec-color-box-shadow-secondary:rgba(#000,0.1);--tec-color-scroll-track:rgba(#000,0.25);--tec-color-scroll-bar:rgba(#000,0.5);--tec-color-background-primary-multiday:#334aff3d;--tec-color-background-primary-multiday-hover:#334aff57;--tec-color-background-secondary-multiday:#1418273d;--tec-color-background-secondary-multiday-hover:#14182757;--tec-color-accent-primary-week-event:#334aff1a;--tec-color-accent-primary-week-event-hover:#334aff33;--tec-color-accent-primary-week-event-featured:#334aff0a;--tec-color-accent-primary-week-event-featured-hover:#334aff24;--tec-color-background-secondary-datepicker:var(--tec-color-background-secondary);--tec-color-accent-primary-background-datepicker:var(--tec-color-accent-primary-background)}
.tribe-common{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased}.tribe-common *{box-sizing:border-box}.tribe-common article,.tribe-common aside,.tribe-common details,.tribe-common figcaption,.tribe-common figure,.tribe-common footer,.tribe-common header,.tribe-common main,.tribe-common menu,.tribe-common nav,.tribe-common section,.tribe-common summary{display:block}.tribe-common svg:not(:root){overflow:hidden}.tribe-common audio,.tribe-common canvas,.tribe-common progress,.tribe-common video{display:inline-block}.tribe-common audio:not([controls]){display:none;height:0}.tribe-common progress{vertical-align:initial}.tribe-common [hidden],.tribe-common template{display:none}.tribe-common pre{overflow:auto}.tribe-common sub,.tribe-common sup{position:relative;vertical-align:initial}.tribe-common sup{top:-.5em}.tribe-common sub{bottom:-.25em}.tribe-common button,.tribe-common input,.tribe-common select,.tribe-common textarea{box-sizing:border-box;margin:0}.tribe-common input[type=number]::-webkit-inner-spin-button,.tribe-common input[type=number]::-webkit-outer-spin-button{height:auto}.tribe-common legend{color:inherit;display:table;max-width:100%;white-space:normal}.tribe-common textarea{overflow:auto;resize:none}.tribe-common button,.tribe-common input[type=button],.tribe-common input[type=reset],.tribe-common input[type=submit]{cursor:pointer;overflow:visible}.tribe-common button[disabled],.tribe-common input[disabled]{cursor:default}.tribe-common button::-moz-focus-inner,.tribe-common input::-moz-focus-inner{border:0;padding:0}.tribe-common a,.tribe-common abbr,.tribe-common acronym,.tribe-common address,.tribe-common applet,.tribe-common article,.tribe-common aside,.tribe-common audio,.tribe-common b,.tribe-common big,.tribe-common blockquote,.tribe-common canvas,.tribe-common caption,.tribe-common center,.tribe-common cite,.tribe-common code,.tribe-common dd,.tribe-common del,.tribe-common details,.tribe-common dfn,.tribe-common div,.tribe-common dl,.tribe-common dt,.tribe-common em,.tribe-common embed,.tribe-common fieldset,.tribe-common figcaption,.tribe-common figure,.tribe-common footer,.tribe-common form,.tribe-common h1,.tribe-common h2,.tribe-common h3,.tribe-common h4,.tribe-common h5,.tribe-common h6,.tribe-common header,.tribe-common i,.tribe-common iframe,.tribe-common img,.tribe-common ins,.tribe-common kbd,.tribe-common label,.tribe-common legend,.tribe-common li,.tribe-common main,.tribe-common mark,.tribe-common menu,.tribe-common nav,.tribe-common object,.tribe-common ol,.tribe-common output,.tribe-common p,.tribe-common pre,.tribe-common q,.tribe-common ruby,.tribe-common s,.tribe-common samp,.tribe-common section,.tribe-common small,.tribe-common span,.tribe-common strike,.tribe-common strong,.tribe-common sub,.tribe-common summary,.tribe-common sup,.tribe-common table,.tribe-common tbody,.tribe-common td,.tribe-common tfoot,.tribe-common th,.tribe-common thead,.tribe-common time,.tribe-common tr,.tribe-common tt,.tribe-common u,.tribe-common ul,.tribe-common var,.tribe-common video{border:0;margin:0;padding:0}.tribe-common ol,.tribe-common ul{list-style:none}.tribe-common img{border-style:none;height:auto;-ms-interpolation-mode:bicubic;max-width:100%}.tribe-common embed,.tribe-common iframe,.tribe-common video{max-height:100%;max-width:100%}.tribe-theme-avada input[type=text]{margin:0}.tribe-theme-divi .entry-content .tribe-common table,.tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common table{border:0;margin:0}.tribe-theme-divi .entry-content .tribe-common td,.tribe-theme-divibody.et-pb-preview #main-content .container .tribe-common td{border:0}.tribe-theme-divi #content-area .tribe-common td,.tribe-theme-divi #content-area .tribe-common th,.tribe-theme-divi #content-area .tribe-common tr,.tribe-theme-divi #left-area .tribe-common ul{padding:0}#top .main_color .tribe-common button[disabled],#top.tribe-theme-enfold .tribe-common button[disabled]{cursor:default}#top .main_color .tribe-common form,#top .main_color .tribe-common input,#top.tribe-theme-enfold .tribe-common form,#top.tribe-theme-enfold .tribe-common input{margin:0}.entry-content-wrapper .tribe-common li{margin:0;padding:0}.entry-content .tribe-common ol,.entry-content .tribe-common ul,.tribe-theme-genesis .tribe-common ol,.tribe-theme-genesis .tribe-common ul{margin:0;padding:0}.tribe-theme-twentynineteen .tribe-common svg{fill:none}.tribe-theme-twentyseventeen .tribe-common div.tribe-dialog{z-index:5!important}.tribe-common .tribe-common-form-control-checkbox,.tribe-common .tribe-common-form-control-radio{align-items:flex-start;display:flex}.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-radio__label{cursor:pointer;margin-left:15px}.tribe-common .tribe-common-form-control-checkbox__input,.tribe-common .tribe-common-form-control-radio__input{cursor:pointer;flex:none;margin:1px 0 0}#top .main_color .tribe-common .tribe-common-form-control-checkbox__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__input{margin:1px 0 0}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input{top:0}.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-checkbox__input:checked:after{border:none}.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-radio__input:checked:after{background-color:initial}.tribe-common .tribe-common-form-control-checkbox-radio-group>*{margin-bottom:15px}.tribe-common .tribe-common-form-control-checkbox-radio-group>:last-child{margin-bottom:0}.tribe-common .tribe-common-form-control-slider__input{cursor:pointer;display:inline-block;margin:0;padding:0;vertical-align:middle;width:120px}.tribe-common .tribe-common-form-control-slider__label{cursor:pointer;display:inline-block;margin-left:11px;vertical-align:middle}.tribe-common .tribe-common-form-control-slider--vertical .tribe-common-form-control-slider__label{display:block;margin:0 0 6px}.tribe-common .tribe-common-form-control-text__label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.tribe-common .tribe-common-form-control-text__input{height:auto;padding:var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{padding:var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8)}#top .main_color .tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input{padding:var(--tec-spacer-2) var(--tec-spacer-6) var(--tec-spacer-2) 0;width:100%}#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input{padding:var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-4) var(--tec-spacer-8)}.tribe-common .tribe-common-form-control-toggle__input,.tribe-common .tribe-common-form-control-toggle__label{cursor:pointer;display:inline-block;vertical-align:middle}.tribe-common .tribe-common-form-control-toggle__label{margin-left:11px}.tribe-common .tribe-common-form-control-toggle--vertical .tribe-common-form-control-toggle__label{display:block;margin:0 0 6px}#top .main_color .tribe-common .tribe-common-form-control-toggle__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__input{display:inline-block;margin:5px 0}.tribe-common .tribe-common-g-col{min-width:0;width:100%}.tribe-common .tribe-common-g-row{display:flex;flex-wrap:wrap}.tribe-common .tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-small-half-negative);margin-right:var(--tec-grid-gutter-small-half-negative)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-half-negative);margin-right:var(--tec-grid-gutter-half-negative)}.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:var(--tec-grid-gutter-small-half);padding-right:var(--tec-grid-gutter-small-half)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col{padding-left:var(--tec-grid-gutter-half);padding-right:var(--tec-grid-gutter-half)}.tribe-theme-twentynineteen .tribe-common .entry.tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-small-half-negative);margin-right:var(--tec-grid-gutter-small-half-negative);padding:0}.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .entry.tribe-common-g-row--gutters{margin-left:var(--tec-grid-gutter-half-negative);margin-right:var(--tec-grid-gutter-half-negative)}.tribe-theme-twentynineteen .tribe-common .tribe-common-g-row--gutters>.entry.tribe-common-g-col{margin:0;padding-left:var(--tec-grid-gutter-small-half);padding-right:var(--tec-grid-gutter-small-half)}.tribe-theme-twentynineteen .tribe-common.tribe-common--breakpoint-medium .tribe-common-g-row--gutters>.entry.tribe-common-g-col{padding-left:var(--tec-grid-gutter-half);padding-right:var(--tec-grid-gutter-half)}.tribe-common a{cursor:pointer}.tribe-theme-divi #left-area .tribe-common ul,.tribe-theme-divi .entry-content .tribe-common ul,body.et-pb-preview.tribe-theme-divi #main-content .container .tribe-common ul{list-style-type:none;padding:0}.entry-content .tribe-common ol>li,.entry-content .tribe-common ul>li{list-style-type:none}.tribe-common button{padding:0}.tribe-common .tribe-common-l-container{margin-left:auto;margin-right:auto;max-width:var(--tec-grid-width);padding-left:var(--tec-grid-gutter-page-small);padding-right:var(--tec-grid-gutter-page-small);width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container{padding-left:var(--tec-grid-gutter-page);padding-right:var(--tec-grid-gutter-page)}.single-tribe_events .tribe-common-a11y-hidden,.tec-events-admin-settings .tribe-common-a11y-hidden,.tec-settings-form .tribe-common-a11y-hidden,.tribe-common .tribe-common-a11y-hidden{display:none!important;visibility:hidden}.single-tribe_events .tribe-common-a11y-visual-hide,.tec-events-admin-settings .tribe-common-a11y-visual-hide,.tec-settings-form .tribe-common-a11y-visual-hide,.tribe-common .tribe-common-a11y-visual-hide{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.single-tribe_events .tribe-common-a11y-visual-show,.tec-events-admin-settings .tribe-common-a11y-visual-show,.tec-settings-form .tribe-common-a11y-visual-show,.tribe-common .tribe-common-a11y-visual-show{clip:auto;height:auto;margin:0;position:static;width:auto}.single-tribe_events .tec-visually-hidden-md,.tec-events-admin-settings .tec-visually-hidden-md,.tec-settings-form .tec-visually-hidden-md,.tribe-common .tec-visually-hidden-md{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media (min-width:768px){.single-tribe_events .tec-visually-hidden-md,.tec-events-admin-settings .tec-visually-hidden-md,.tec-settings-form .tec-visually-hidden-md,.tribe-common .tec-visually-hidden-md{clip:auto;height:auto;margin:0;position:static;width:auto}}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{padding:11px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border{width:auto}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{padding:14px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{padding:6px 15px;width:auto}.tribe-common .tribe-common-c-btn-icon:before{background-repeat:no-repeat;background-size:contain;content:"";display:block}.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg,.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg{width:11px}.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path{fill:currentcolor}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn{padding:11px 20px;width:100%}.tribe-common .tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:focus{outline:auto}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn{width:auto}.tribe-common .tribe-common-c-image{display:block;height:auto;margin-left:auto;margin-right:auto;width:100%}.tribe-common .tribe-common-c-image--bg{position:relative}.tribe-common .tribe-common-c-image__bg{background:50% no-repeat;background-size:cover;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.tribe-common .tribe-common-c-loader{display:flex;padding-top:calc(var(--tec-spacer-11)*3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-loader{padding-top:calc(var(--tec-spacer-13)*3)}.tribe-common .tribe-common-c-loader__dot{width:15px}.tribe-common .tribe-common-c-loader__dot:not(:first-of-type){margin-left:8px}.tribe-common .tribe-common-c-loader__dot circle{fill:currentcolor}.tribe-common .tribe-common-c-svgicon--featured{width:8px}.tribe-common .tribe-common-c-svgicon--recurring{width:12px}.tribe-common .tribe-common-c-svgicon--search{width:16px}.tribe-common .tribe-common-c-svgicon--location{width:10px}.tribe-common .tribe-common-c-svgicon--day,.tribe-common .tribe-common-c-svgicon--map,.tribe-common .tribe-common-c-svgicon--month,.tribe-common .tribe-common-c-svgicon--photo,.tribe-common .tribe-common-c-svgicon--week{height:100%;width:100%}.tribe-common .tribe-common-c-svgicon--close path,.tribe-common .tribe-common-c-svgicon--close-alt path{stroke:currentcolor}.tribe-common .tribe-common-c-svgicon--hybrid circle,.tribe-common .tribe-common-c-svgicon--mail,.tribe-common .tribe-common-c-svgicon--map-pin,.tribe-common .tribe-common-c-svgicon--messages-not-found g,.tribe-common .tribe-common-c-svgicon--no-map,.tribe-common .tribe-common-c-svgicon--phone,.tribe-common .tribe-common-c-svgicon--virtual g,.tribe-common .tribe-common-c-svgicon--website{fill:none}.tribe-common .tribe-common-c-svgicon--messages-not-found{width:22px}.tribe-common .tribe-common-c-svgicon--messages-not-found path{stroke:currentcolor}.tribe-common .tribe-common-c-svgicon--error{width:18px}.tribe-common .tribe-common-c-svgicon--error g,.tribe-common .tribe-common-c-svgicon--reset path{fill:none}.tribe-common .tribe-common-c-svgicon__svg-fill{fill:currentcolor}.tribe-common .tribe-common-c-svgicon__svg-stroke{stroke:currentcolor}
.tribe-events-widget{margin-bottom:var(--tec-spacer-7)}.tribe-events-widget .tribe-events-widget-events-list__header{margin-bottom:var(--tec-spacer-5)}.tribe-events-widget .tribe-events-widget-events-list__event-row{flex-wrap:nowrap;margin-bottom:var(--tec-spacer-3)}.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-row{margin-bottom:var(--tec-spacer-4)}.tribe-events-widget .tribe-events-widget-events-list__event-row:last-child{margin-bottom:0}.tribe-events-widget .tribe-events-widget-events-list__event-date-tag{flex:none;position:relative;width:var(--tec-spacer-11)}.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag{width:calc(var(--tec-spacer-11) + var(--tec-spacer-1))}.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime{display:flex;flex-direction:column;height:100%;text-align:center}.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum,.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month{margin-bottom:calc(var(--tec-spacer-0)*-1)}.tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-daynum,.tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month{margin-bottom:-2px}.tribe-events-widget .tribe-events-widget-events-list__event-datetime-wrapper{margin-bottom:var(--tec-spacer-0)}.tribe-events-widget .tribe-events-widget-events-list__event-datetime-featured-icon{display:inline-block;margin-right:var(--tec-spacer-0)}.tribe-events-widget .tribe-events-widget-events-list__view-more{margin-top:var(--tec-spacer-4)}.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages{display:flex;flex-direction:column}.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages__message{align-items:center;display:flex;padding:0;width:100%}.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages__message{justify-content:flex-start;padding:0}.ast-separate-container .tribe-events-widget .tribe-events-widget-events-list__event,.tribe-theme-astra.ast-separate-container .tribe-events-widget .tribe-events-widget-events-list__event{padding:0}
:root{--tec-border-radius-default:4px;--tec-border-width-week-event:2px;--tec-box-shadow-default:0 2px 5px 0 var(--tec-color-box-shadow);--tec-box-shadow-tooltip:0 2px 12px 0 var(--tec-color-box-shadow);--tec-box-shadow-card:0 1px 6px 2px var(--tec-color-box-shadow);--tec-box-shadow-multiday:16px 6px 6px -2px var(--tec-color-box-shadow-secondary);--tec-form-color-background:var(--tec-color-background);--tec-form-color-border-default:var(--tec-color-text-primary);--tec-form-color-border-active:var(--tec-color-accent-secondary);--tec-form-color-border-secondary:var(--tec-color-border-tertiary);--tec-form-color-accent-primary:var(--tec-color-accent-primary);--tec-form-box-shadow-default:var(--tec-box-shadow-default);--tec-opacity-background:0.07;--tec-opacity-select-highlighted:0.3;--tec-opacity-icon-hover:0.8;--tec-opacity-icon-active:0.9;--tec-opacity-default:1;--tec-outline-width-default:2px;--tec-outline-style-default:solid;--tec-outline-color-default:var(--tec-color-border-active,#1a202c);--tec-outline-offset-default:2px;--tec-outline-active-default:var(--tec-outline-width-default) var(--tec-outline-style-default) var(--tec-outline-color-default);--tec-transition:all 0.2s ease;--tec-transition-background-color:background-color 0.2s ease;--tec-transition-color-border-color:color 0.2s ease,border-color 0.2s ease;--tec-transition-transform:transform 0.2s ease;--tec-transition-border-color:border-color 0.2s ease;--tec-transition-color:color 0.2s ease;--tec-transition-opacity:opacity 0.2s ease;--tec-font-family-sans-serif:"Helvetica Neue",Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;--tec-font-weight-regular:400;--tec-font-weight-bold:700;--tec-font-size-0:11px;--tec-font-size-1:12px;--tec-font-size-2:14px;--tec-font-size-3:16px;--tec-font-size-4:18px;--tec-font-size-5:20px;--tec-font-size-6:22px;--tec-font-size-7:24px;--tec-font-size-8:28px;--tec-font-size-9:32px;--tec-font-size-10:42px;--tec-line-height-0:1.38;--tec-line-height-1:1.42;--tec-line-height-2:1.5;--tec-line-height-3:1.62}
.tribe-common figure{line-height:0}.tribe-common figcaption{line-height:normal}.tribe-common a{background-color:initial;-webkit-text-decoration-skip:objects}.tribe-common abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.tribe-common code,.tribe-common kbd,.tribe-common pre,.tribe-common samp{font-family:monospace;font-size:1em}.tribe-common b,.tribe-common strong{font-weight:inherit;font-weight:bolder}.tribe-common dfn{font-style:italic}.tribe-common mark{background-color:#ff0;color:#000}.tribe-common small{font-size:80%}.tribe-common sub,.tribe-common sup{font-size:75%;line-height:0}.tribe-common hr{border:0;height:0}.tribe-common button,.tribe-common input[type=button],.tribe-common input[type=email],.tribe-common input[type=password],.tribe-common input[type=reset],.tribe-common input[type=search],.tribe-common input[type=submit],.tribe-common input[type=text],.tribe-common input[type=url],.tribe-common textarea{appearance:none}.tribe-common button,.tribe-common input,.tribe-common optgroup,.tribe-common select,.tribe-common textarea{color:inherit;font:inherit;-webkit-font-smoothing:antialiased;line-height:normal}.tribe-common button,.tribe-common input,.tribe-common select,.tribe-common textarea{border-radius:0;outline:0}.tribe-common select:-moz-focusring{color:#0000;text-shadow:0 0 0 #000}.tribe-common optgroup{font-weight:700}.tribe-common h1,.tribe-common h2,.tribe-common h3,.tribe-common h4,.tribe-common h5,.tribe-common h6,.tribe-common p{font-weight:400;text-rendering:optimizelegibility}#top .main_color .tribe-common button[disabled],#top.tribe-theme-enfold .tribe-common button[disabled]{opacity:1}.tribe-theme-twentynineteen .tribe-common h1:before,.tribe-theme-twentynineteen .tribe-common h2:before{content:none}.tribe-theme-twentynineteen .tribe-common button,.tribe-theme-twentynineteen .tribe-common input[type=button],.tribe-theme-twentynineteen .tribe-common input[type=reset],.tribe-theme-twentynineteen .tribe-common input[type=submit]{outline:none}.tribe-theme-twentynineteen .tribe-common td,.tribe-theme-twentynineteen .tribe-common th{word-break:normal}.tribe-theme-twentyseventeen .tribe-common h5{letter-spacing:normal;text-transform:none}.tribe-theme-twentyseventeen .tribe-common input[type=text]{border-radius:0}.tribe-theme-twentytwenty .tribe-common{background-color:var(--tec-color-background-events);letter-spacing:normal}.tribe-theme-twentytwenty .tribe-common input,.tribe-theme-twentytwenty .tribe-common textarea{letter-spacing:normal}.tribe-theme-twentytwenty .tribe-common *{word-break:normal}.tribe-theme-twentytwentyone.tribe-common .tribe-common .button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common button:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common input[type=reset]:not(:hover):not(:active):not(.has-background),.tribe-theme-twentytwentyone.tribe-common .tribe-common input[type=submit]:not(:hover):not(:active):not(.has-background){background-color:initial}.tribe-common .tribe-common-form-control-checkbox,.tribe-common .tribe-common-form-control-radio{line-height:0}.tribe-common .tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-radio__label{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-form-control-checkbox__label:hover,.tribe-common .tribe-common-form-control-radio__label:hover{opacity:var(--tec-opacity-icon-hover)}.tribe-common .tribe-common-form-control-checkbox__input,.tribe-common .tribe-common-form-control-radio__input{appearance:none;background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-default);height:20px;position:relative;width:20px}.tribe-common .tribe-common-form-control-checkbox__input:active,.tribe-common .tribe-common-form-control-checkbox__input:focus,.tribe-common .tribe-common-form-control-checkbox__input:hover,.tribe-common .tribe-common-form-control-radio__input:active,.tribe-common .tribe-common-form-control-radio__input:focus,.tribe-common .tribe-common-form-control-radio__input:hover{border-color:var(--tec-form-color-border-active);opacity:var(--tec-opacity-icon-hover)}.tribe-common .tribe-common-form-control-checkbox__input:checked,.tribe-common .tribe-common-form-control-radio__input:checked{background-color:var(--tec-form-color-border-active)}.tribe-common .tribe-common-form-control-checkbox__input{border-radius:4px}.tribe-common .tribe-common-form-control-checkbox__input:checked:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%279%27%3E%3Cpath fill=%27%23fff%27 d=%27M10.6.1 3.9 6.8 1.4 4.3c-.1-.1-.3-.1-.4 0l-.8.8c-.1.1-.1.3 0 .4l3.4 3.4c.2.1.4.1.5 0l7.7-7.7c.1-.1.1-.3 0-.4L11 .1c-.1-.1-.3-.1-.4 0%27/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";display:block;height:9px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.tribe-common .tribe-common-form-control-checkbox__input:focus+.tribe-common-form-control-checkbox__label,.tribe-common .tribe-common-form-control-checkbox__input:hover+.tribe-common-form-control-checkbox__label{opacity:var(--tec-opacity-icon-hover)}.tribe-common .tribe-common-form-control-radio__input{border-radius:50%}.tribe-common .tribe-common-form-control-radio__input:checked:before{background-color:var(--tec-form-color-background);border-radius:50%;content:"";display:block;height:8px;left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.tribe-common .tribe-common-form-control-radio__input:focus+.tribe-common-form-control-radio__label,.tribe-common .tribe-common-form-control-radio__input:hover+.tribe-common-form-control-radio__label{opacity:var(--tec-opacity-icon-hover)}#top .main_color .tribe-common .tribe-common-form-control-checkbox__label,#top .main_color .tribe-common .tribe-common-form-control-radio__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-checkbox__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-radio__label{font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular)}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-checkbox__input:checked:before{margin:0}.tribe-common .tribe-common-form-control-slider{line-height:0}.tribe-common .tribe-common-form-control-slider__input{appearance:none;background-color:initial;border:0}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-runnable-track{background-color:var(--tec-form-color-accent-primary);border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;-webkit-transition:var(--tec-transition-background-color);transition:var(--tec-transition-background-color)}.tribe-common .tribe-common-form-control-slider__input::-moz-range-track{background-color:var(--tec-form-color-accent-primary);border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;-moz-transition:var(--tec-transition-background-color);transition:var(--tec-transition-background-color)}.tribe-common .tribe-common-form-control-slider__input::-ms-track{background-color:initial;border-color:#0000;border-width:5px 0;color:#0000;height:10px}.tribe-common .tribe-common-form-control-slider__input::-ms-fill-lower,.tribe-common .tribe-common-form-control-slider__input::-ms-fill-upper{background-color:var(--tec-form-color-accent-primary);border-radius:10px}.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-thumb{appearance:none;background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);height:20px;margin-top:-5px;width:20px}.tribe-common .tribe-common-form-control-slider__input::-moz-range-thumb{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);height:20px;margin-top:-5px;width:20px}.tribe-common .tribe-common-form-control-slider__input::-ms-thumb{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);box-shadow:none;height:20px;margin-top:-1px;width:20px}.tribe-common .tribe-common-form-control-slider__label{color:var(--tec-color-text-primary);color:var(--tec-color-text-secondary);font-family:var(--tec-font-family-sans-serif);line-height:var(--tec-line-height-0)}#top .main_color .tribe-common .tribe-common-form-control-slider__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-slider__label,.tribe-common .tribe-common-form-control-slider__label{font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular)}.tribe-common .tribe-common-form-control-text__input{border:0;border-bottom:1px solid var(--tec-color-border-default);font-size:var(--tec-font-size-3)}.tribe-common .tribe-common-form-control-text__input,.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input{border:0;font-size:var(--tec-font-size-2)}.tribe-common .tribe-common-form-control-text__input::placeholder{color:var(--tec-color-text-secondary);font-style:normal;opacity:var(--tec-opacity-default)}.tribe-common .tribe-common-form-control-text__input:focus{border-bottom-color:var(--tec-color-border-active);outline:auto}.tribe-theme-twentyseventeen .tribe-common .tribe-common-form-control-text__input{color:var(--tec-color-text-primary)}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-text__input{line-height:inherit}#top .main_color .tribe-common .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input{background:var(--tec-color-background);border:0;border-bottom:1px solid var(--tec-color-border-default);color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-3);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3)}#top .main_color .tribe-common .tribe-common-form-control-text__input:focus,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-text__input:focus{border-bottom-color:var(--tec-color-border-active);box-shadow:none}#top .main_color .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input,#top.tribe-theme-enfold .tribe-common.tribe-common--breakpoint-medium .tribe-common-form-control-text__input{border:0;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-form-control-toggle{line-height:0;position:relative}.tribe-common .tribe-common-form-control-toggle__input{appearance:none;background-color:var(--tec-form-color-border-secondary);border:none;border-radius:5px;height:10px;margin:5px 0;padding:0;position:relative;transition:var(--tec-transition-background-color);width:40px}.tribe-common .tribe-common-form-control-toggle__input::-ms-check{display:none}.tribe-common .tribe-common-form-control-toggle__input+label:before{background-color:var(--tec-form-color-background);border:1px solid var(--tec-form-color-border-secondary);border-radius:50%;box-shadow:var(--tec-form-box-shadow-default);content:"";height:20px;left:0;position:absolute;top:0;transition:var(--tec-transition-transform);width:20px}.tribe-common .tribe-common-form-control-toggle__input:checked{background-color:var(--tec-form-color-accent-primary)}.tribe-common .tribe-common-form-control-toggle__input:checked+label:before{transform:translateX(20px)}.tribe-common .tribe-common-form-control-toggle__label{color:var(--tec-color-text-primary);color:var(--tec-color-text-secondary);font-family:var(--tec-font-family-sans-serif);line-height:var(--tec-line-height-0)}#top .main_color .tribe-common .tribe-common-form-control-toggle__label,#top.tribe-theme-enfold .tribe-common .tribe-common-form-control-toggle__label,.tribe-common .tribe-common-form-control-toggle__label{font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular)}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-toggle__input{top:0}.tribe-theme-twentytwenty .tribe-common .tribe-common-form-control-toggle__input:checked:before{content:none}.tribe-theme-twentytwentyone .tribe-common .tribe-common-form-control-toggle__input:after{display:none}.tribe-common a,.tribe-common a:active,.tribe-common a:focus,.tribe-common a:hover,.tribe-common a:visited{color:var(--tec-color-text-primary);outline:0;-webkit-text-decoration:none;text-decoration:none}.tribe-common a:focus{outline:auto}.site-footer .widget-area .tribe-common a,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a,.tribe-theme-twentyseventeen .tribe-common a{box-shadow:none}.site-footer .widget-area .tribe-common a:focus,.site-footer .widget-area .tribe-common a:hover,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:focus,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common a:hover,.tribe-theme-twentyseventeen .tribe-common a:focus,.tribe-theme-twentyseventeen .tribe-common a:hover{box-shadow:none;color:var(--tec-color-text-primary)}.tribe-theme-twentynineteen .entry .tribe-common a,.tribe-theme-twentynineteen .tribe-common a,.tribe-theme-twentytwentyone .entry .tribe-common a,.tribe-theme-twentytwentyone .tribe-common a{-webkit-text-decoration:none;text-decoration:none}.main_color .sidebar .tribe-common a,.main_color .sidebar .tribe-common a:active,.main_color .sidebar .tribe-common a:focus,.main_color .sidebar .tribe-common a:hover,.main_color .sidebar .tribe-common a:visited,.tribe-theme-enfold .tribe-common a,.tribe-theme-enfold .tribe-common a:active,.tribe-theme-enfold .tribe-common a:focus,.tribe-theme-enfold .tribe-common a:hover,.tribe-theme-enfold .tribe-common a:visited{color:var(--tec-color-text-primary)}.tribe-common .tribe-common-anchor{border-bottom:2px solid #0000;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-anchor:active,.tribe-common .tribe-common-anchor:focus,.tribe-common .tribe-common-anchor:hover{border-bottom:2px solid}.tribe-common .tribe-common-anchor-alt{border-bottom:2px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-anchor-alt:active,.tribe-common .tribe-common-anchor-alt:focus,.tribe-common .tribe-common-anchor-alt:hover{border-bottom:2px solid;color:var(--tec-color-link-accent)}.tribe-common .tribe-common-anchor-thin{border-bottom:1px solid #0000;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-anchor-thin:active,.tribe-common .tribe-common-anchor-thin:focus,.tribe-common .tribe-common-anchor-thin:hover{border-bottom:1px solid var(--tec-color-link-primary)}.tribe-common .tribe-common-anchor-thin-alt{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-anchor-thin-alt:active,.tribe-common .tribe-common-anchor-thin-alt:focus,.tribe-common .tribe-common-anchor-thin-alt:hover{border-bottom:1px solid;color:var(--tec-color-link-accent)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-alt:hover,.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-thin-alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-anchor-thin-alt:hover{color:var(--tec-color-accent-primary)}.site-footer .widget-area .tribe-common .tribe-common-anchor,.site-footer .widget-area .tribe-common .tribe-common-anchor-thin,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-thin{transition:var(--tec-transition-border-color)}.site-footer .widget-area .tribe-common .tribe-common-anchor-alt,.site-footer .widget-area .tribe-common .tribe-common-anchor-thin-alt,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-alt,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-common .tribe-common-anchor-thin-alt{transition:var(--tec-transition-color)}.tribe-common .tribe-common-b1{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-b1--bold{font-weight:var(--tec-font-weight-bold)}.tribe-common .tribe-common-b2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-0)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-b2--bold{font-weight:var(--tec-font-weight-bold)}.tribe-common .tribe-common-b3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-0);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-b3--bold{font-weight:var(--tec-font-weight-bold)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b1--min-medium{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-b2--min-medium{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-cta,.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-cta{border-bottom:2px solid #0000;color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-cta:active,.tribe-common .tribe-common-cta:focus,.tribe-common .tribe-common-cta:hover{border-bottom:2px solid}.tribe-common .tribe-common-cta--alt{border-bottom:2px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-cta--alt:active,.tribe-common .tribe-common-cta--alt:focus,.tribe-common .tribe-common-cta--alt:hover{border-bottom:2px solid;color:var(--tec-color-link-accent)}.tribe-common .tribe-common-cta--thin{border-bottom:1px solid #0000;transition:var(--tec-transition-border-color)}.tribe-common .tribe-common-cta--thin:active,.tribe-common .tribe-common-cta--thin:focus,.tribe-common .tribe-common-cta--thin:hover{border-bottom:1px solid var(--tec-color-link-primary)}.tribe-common .tribe-common-cta--thin-alt{border-bottom:1px solid var(--tec-color-link-accent);color:var(--tec-color-link-primary);transition:var(--tec-transition-color)}.tribe-common .tribe-common-cta--thin-alt:active,.tribe-common .tribe-common-cta--thin-alt:focus,.tribe-common .tribe-common-cta--thin-alt:hover{border-bottom:1px solid;color:var(--tec-color-link-accent)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--alt:hover,.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--thin-alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-cta--thin-alt:hover{color:var(--tec-color-accent-primary)}.tribe-common .tribe-common-h1{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-8);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h1{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-h2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h2{font-size:var(--tec-font-size-9);line-height:var(--tec-line-height-0)}.tribe-common .tribe-common-h3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-6);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-common .tribe-common-h4{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-5);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-common .tribe-common-h5{font-size:var(--tec-font-size-4)}.tribe-common .tribe-common-h5,.tribe-common .tribe-common-h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}.tribe-common .tribe-common-h6{font-size:var(--tec-font-size-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-h7{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-h7,.tribe-common .tribe-common-h8{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none}.tribe-common .tribe-common-h8{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h3--min-medium{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h5--min-medium{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-common--breakpoint-medium.tribe-common .tribe-common-h7--min-medium{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-common .tribe-common-h--alt{font-weight:var(--tec-font-weight-regular)}.tribe-theme-avada #main .tribe-common .tribe-common-h1{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-8);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h1{font-size:var(--tec-font-size-10);line-height:var(--tec-line-height-0)}.tribe-theme-avada #main .tribe-common .tribe-common-h2{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-7);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h2{font-size:var(--tec-font-size-9);line-height:var(--tec-line-height-0)}.tribe-theme-avada #main .tribe-common .tribe-common-h3{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-6);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h3{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common .tribe-common-h4{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-5);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-1);text-transform:none}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common .tribe-common-h5{font-size:var(--tec-font-size-4)}.tribe-theme-avada #main .tribe-common .tribe-common-h5,.tribe-theme-avada #main .tribe-common .tribe-common-h6{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);line-height:var(--tec-line-height-2);text-transform:none}.tribe-theme-avada #main .tribe-common .tribe-common-h6{font-size:var(--tec-font-size-3)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h6{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common .tribe-common-h7{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common .tribe-common-h7,.tribe-theme-avada #main .tribe-common .tribe-common-h8{color:var(--tec-color-text-primary);font-family:var(--tec-font-family-sans-serif);font-weight:var(--tec-font-weight-bold);text-transform:none}.tribe-theme-avada #main .tribe-common .tribe-common-h8{font-size:var(--tec-font-size-1);line-height:var(--tec-line-height-0)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h3--min-medium{font-size:var(--tec-font-size-8);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h4--min-medium{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h5--min-medium{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h6--min-medium{font-size:var(--tec-font-size-3);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common.tribe-common--breakpoint-medium .tribe-common-h7--min-medium{font-size:var(--tec-font-size-2);line-height:var(--tec-line-height-3)}.tribe-theme-avada #main .tribe-common .tribe-common-h--alt{font-weight:var(--tec-font-weight-regular)}.tribe-common button{border:none}.tribe-common button,.tribe-common button:focus,.tribe-common button:hover,.tribe-theme-twentyseventeen .tribe-common button:focus,.tribe-theme-twentyseventeen .tribe-common button:hover{background-color:initial;background-image:none}.tribe-theme-twentytwenty .tribe-common button{background-color:initial;background-image:none;text-transform:inherit}.tribe-theme-twentytwenty .tribe-common button:focus,.tribe-theme-twentytwenty .tribe-common button:hover{-webkit-text-decoration:none;text-decoration:none}.tribe-theme-twentytwentyone .tribe-common button:not(:hover):not(:active){background-color:inherit;background-image:inherit;color:inherit}.tribe-theme-enfold .tribe-common th{letter-spacing:0;text-transform:none}.tribe-common .tribe-common-c-btn--clear{background:#0000;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;-webkit-text-decoration:none;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn--clear:active,.tribe-common .tribe-common-c-btn--clear:focus,.tribe-common .tribe-common-c-btn--clear:hover{background:#0000;color:inherit}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{background:#0000;border:0;border-radius:0;color:var(--tec-color-text-primary);color:inherit;cursor:pointer;display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);height:auto;line-height:var(--tec-line-height-3);outline:none;padding:0;-webkit-text-decoration:none;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn-border:active,.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover,.tribe-common a.tribe-common-c-btn-border:active,.tribe-common a.tribe-common-c-btn-border:focus,.tribe-common a.tribe-common-c-btn-border:hover{background:#0000;color:inherit}.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border{background-color:var(--tec-color-background);border:1px solid var(--tec-color-accent-primary);border-radius:var(--tec-border-radius-default);color:var(--tec-color-button-primary);padding:11px 20px;text-align:center;transition:var(--tec-transition);width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border{width:auto}.tribe-common .tribe-common-c-btn-border:focus,.tribe-common .tribe-common-c-btn-border:hover,.tribe-common a.tribe-common-c-btn-border:focus,.tribe-common a.tribe-common-c-btn-border:hover{background-color:var(--tec-color-accent-primary);color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-border:active,.tribe-common a.tribe-common-c-btn-border:active{opacity:.9}.tribe-common .tribe-common-c-btn-border--secondary,.tribe-common a.tribe-common-c-btn-border--secondary{border-color:var(--tec-color-button-secondary);color:var(--tec-color-button-secondary)}.tribe-common .tribe-common-c-btn-border--secondary:focus,.tribe-common .tribe-common-c-btn-border--secondary:hover,.tribe-common a.tribe-common-c-btn-border--secondary:focus,.tribe-common a.tribe-common-c-btn-border--secondary:hover{background-color:var(--tec-color-button-secondary)}.tribe-common .tribe-common-c-btn-border--secondary:active,.tribe-common a.tribe-common-c-btn-border--secondary:active{opacity:.9}.tribe-common .tribe-common-c-btn-border--alt,.tribe-common a.tribe-common-c-btn-border--alt{border-color:var(--tec-color-border-secondary);color:var(--tec-color-text-primary);font-weight:var(--tec-font-weight-regular)}.tribe-common .tribe-common-c-btn-border--alt:focus,.tribe-common .tribe-common-c-btn-border--alt:hover,.tribe-common a.tribe-common-c-btn-border--alt:focus,.tribe-common a.tribe-common-c-btn-border--alt:hover{background-color:var(--tec-color-background);border-color:var(--tec-color-border-active);color:var(--tec-color-text-primary)}.tribe-common .tribe-common-c-btn-border--alt:active,.tribe-common a.tribe-common-c-btn-border--alt:active{opacity:.9}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border:hover{background-color:var(--tec-color-button-primary)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--secondary:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--secondary:hover{background-color:var(--tec-color-button-secondary)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--alt:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border--alt:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{background:#0000;border:0;border-radius:0;color:var(--tec-color-text-primary);color:inherit;cursor:pointer;display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-1);font-weight:var(--tec-font-weight-regular);height:auto;line-height:var(--tec-line-height-0);outline:none;padding:0;-webkit-text-decoration:none;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn-border-small:active,.tribe-common .tribe-common-c-btn-border-small:focus,.tribe-common .tribe-common-c-btn-border-small:hover,.tribe-common a.tribe-common-c-btn-border-small:active,.tribe-common a.tribe-common-c-btn-border-small:focus,.tribe-common a.tribe-common-c-btn-border-small:hover{background:#0000;color:inherit}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);border-radius:var(--tec-border-radius-default);text-align:center;transition:var(--tec-transition-color-border-color)}.tribe-common .tribe-common-c-btn-border-small:focus,.tribe-common .tribe-common-c-btn-border-small:hover,.tribe-common a.tribe-common-c-btn-border-small:focus,.tribe-common a.tribe-common-c-btn-border-small:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-border-small:active,.tribe-common a.tribe-common-c-btn-border-small:active{border-color:var(--tec-color-border-active)}.tribe-common .tribe-common-c-btn-border-small,.tribe-common a.tribe-common-c-btn-border-small{color:var(--tec-color-text-secondary);padding:14px 20px;width:100%}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn-border-small,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn-border-small{padding:6px 15px;width:auto}.tribe-common .tribe-common-c-btn-border-small:active,.tribe-common .tribe-common-c-btn-border-small:focus,.tribe-common .tribe-common-c-btn-border-small:hover,.tribe-common a.tribe-common-c-btn-border-small:active,.tribe-common a.tribe-common-c-btn-border-small:focus,.tribe-common a.tribe-common-c-btn-border-small:hover{color:var(--tec-color-text-primary)}.tribe-common .tribe-common-c-btn-border-small:disabled,.tribe-common a.tribe-common-c-btn-border-small:disabled{color:var(--tec-color-text-disabled)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-border-small:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-icon{background:#0000;border:0;border-radius:0;color:inherit;cursor:pointer;display:inline-block;height:auto;outline:none;padding:0;-webkit-text-decoration:none;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn-icon:active,.tribe-common .tribe-common-c-btn-icon:focus,.tribe-common .tribe-common-c-btn-icon:hover{background:#0000;color:inherit}.tribe-common .tribe-common-c-btn-icon--caret-left:active .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-left:focus .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-left:hover .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:active .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:focus .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:hover .tribe-common-c-btn-icon__icon-svg path{fill:var(--tec-color-icon-primary)}.tribe-common .tribe-common-c-btn-icon--caret-left:disabled .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right:disabled .tribe-common-c-btn-icon__icon-svg path{fill:var(--tec-color-icon-disabled)}.tribe-common .tribe-common-c-btn-icon--caret-left .tribe-common-c-btn-icon__icon-svg path,.tribe-common .tribe-common-c-btn-icon--caret-right .tribe-common-c-btn-icon__icon-svg path{fill:var(--tec-color-icon-secondary)}.tribe-common .tribe-common-c-btn-icon--border{align-items:center;background-color:var(--tec-color-background);border:1px solid var(--tec-color-border-default);display:inline-flex;height:56px;justify-content:center;transition:none;width:56px}.tribe-common .tribe-common-c-btn-icon--border:focus,.tribe-common .tribe-common-c-btn-icon--border:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn-icon--border:active{border-color:var(--tec-color-border-active)}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn-icon--border:hover{background-color:var(--tec-color-background)}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn{background:#0000;border:0;border-radius:0;color:var(--tec-color-text-primary);color:inherit;cursor:pointer;display:inline-block;font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-2);font-weight:var(--tec-font-weight-regular);font-weight:var(--tec-font-weight-bold);height:auto;line-height:var(--tec-line-height-3);outline:none;padding:0;-webkit-text-decoration:none;text-decoration:none;width:auto}.tribe-common .tribe-common-c-btn:active,.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn:active,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn:active,.tribe-common button.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:hover{background:#0000;color:inherit}.tribe-common .tribe-common-c-btn,.tribe-common a.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn{background-color:var(--tec-color-button-primary);border-radius:var(--tec-border-radius-default);color:var(--tec-color-background);padding:11px 20px;text-align:center;transition:var(--tec-transition-background-color);width:100%}.tribe-common .tribe-common-c-btn,.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn,.tribe-common button.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:hover{background-image:none;border:0;border-radius:var(--tec-border-radius-default);box-shadow:none;color:var(--tec-color-background);font-style:normal;outline:none;-webkit-text-decoration:none;text-decoration:none;text-shadow:none}.tribe-common .tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:focus{outline:auto}.tribe-common--breakpoint-medium.tribe-common .tribe-common-c-btn,.tribe-common--breakpoint-medium.tribe-common a.tribe-common-c-btn,.tribe-common--breakpoint-medium.tribe-common button.tribe-common-c-btn{width:auto}.tribe-common .tribe-common-c-btn:focus,.tribe-common .tribe-common-c-btn:hover,.tribe-common a.tribe-common-c-btn:focus,.tribe-common a.tribe-common-c-btn:hover,.tribe-common button.tribe-common-c-btn:focus,.tribe-common button.tribe-common-c-btn:hover{background-color:var(--tec-color-button-primary-hover);padding:11px 20px}.tribe-common .tribe-common-c-btn:active,.tribe-common a.tribe-common-c-btn:active,.tribe-common button.tribe-common-c-btn:active{background-color:var(--tec-color-button-primary-active);padding:11px 20px}.tribe-common .tribe-common-c-btn:disabled,.tribe-common a.tribe-common-c-btn:disabled,.tribe-common button.tribe-common-c-btn:disabled{background-color:var(--tec-color-button-primary-background);padding:11px 20px}.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn:focus,.tribe-theme-twentyseventeen .tribe-common .tribe-common-c-btn:hover{background-color:var(--tec-color-button-primary-hover);color:var(--tec-color-background)}.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn{background-color:var(--tec-color-button-primary)}.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:focus,.tribe-theme-twentytwenty .tribe-common .tribe-common-c-btn:hover{background-color:var(--tec-color-button-primary-hover);color:var(--tec-color-background)}.tribe-theme-twentytwentyone .tribe-common .tribe-common-c-btn{outline:none}.tribe-theme-twentytwentyone .tribe-common .tribe-common-c-btn:not(:hover):not(:active){background-color:var(--tec-color-button-primary);color:var(--tec-color-background)}.tribe-common .tribe-common-c-loader__dot circle{animation-direction:normal;animation-duration:2.24s;animation-iteration-count:infinite;animation-name:tribe-common-c-loader-bounce;fill:currentcolor;opacity:var(--tec-opacity-background)}.tribe-common .tribe-common-c-loader__dot--first circle{animation-delay:.45s}.tribe-common .tribe-common-c-loader__dot--second circle{animation-delay:1.05s}.tribe-common .tribe-common-c-loader__dot--third circle{animation-delay:1.35s}@keyframes tribe-common-c-loader-bounce{50%{opacity:var(--tec-opacity-default)}}.tribe-common .tribe-common-c-svgicon{color:var(--tec-color-accent-primary)}.tribe-common .tribe-common-c-svgicon--featured path{fill:currentcolor}.tribe-common .tribe-common-c-svgicon--recurring path{fill:var(--tec-color-icon-active);stroke:var(--tec-color-icon-active)}.tribe-common .tribe-common-c-svgicon--close path,.tribe-common .tribe-common-c-svgicon--close-alt path{stroke:var(--tec-color-icon-secondary)}.tribe-common .tribe-common-c-svgicon--messages-not-found path{stroke:var(--tec-color-icon-active)}.tribe-common .tribe-common-c-svgicon--messages-not-found .tribe-common-c-svgicon__svg-stroke{stroke:currentcolor}.tribe-common .tribe-common-c-svgicon__svg-fill{fill:var(--tec-color-icon-active)}.tribe-common .tribe-common-c-svgicon__svg-stroke{stroke:var(--tec-color-icon-active)}
.tribe-events-widget .tribe-events-widget-events-list__header{margin-bottom:var(--tec-spacer-5)}.tribe-events-widget .tribe-events-widget-events-list__event-row--featured .tribe-events-widget-events-list__event-date-tag-datetime:after{background-color:var(--tec-color-accent-primary);border-radius:1.5px;content:"";height:100%;left:0;position:absolute;width:3px}.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month{color:var(--tec-color-text-primary);color:var(--tec-color-text-secondary);font-family:var(--tec-font-family-sans-serif);font-size:var(--tec-font-size-0);font-weight:var(--tec-font-weight-regular);line-height:var(--tec-line-height-2);text-transform:uppercase}.tribe-events-widget .tribe-events-widget-events-list__event-title{color:var(--tec-color-text-events-title-widget-list)}.tribe-common--breakpoint-xsmall.tribe-events-widget .tribe-events-widget-events-list__event-title{font-size:var(--tec-font-size-4);line-height:var(--tec-line-height-2)}.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title{font-size:var(--tec-font-size-7);line-height:var(--tec-line-height-1)}.tribe-events-widget .tribe-events-widget-events-list__view-more-link,.tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited{color:var(--tec-color-link-accent)}.tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,.tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,.tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover{border-bottom-color:var(--tec-color-link-accent);color:var(--tec-color-link-accent)}.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages__message{background-color:initial;border-radius:0}.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg{display:inline-block;margin-right:var(--tec-spacer-2)}.tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages__message-list{text-align:left}.tribe-events-widget .tribe-events-widget-events-list .tribe-events-c-messages__message-list-item-link{font-weight:var(--tec-font-weight-bold)}.site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link,.site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited,.tribe-theme-twentyseventeen .tribe-events-widget .tribe-events-widget-events-list__view-more-link,.tribe-theme-twentyseventeen .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited{color:var(--tec-color-link-accent)}.site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,.site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,.site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,.tribe-theme-twentyseventeen .site-footer .widget-area .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover,.tribe-theme-twentyseventeen .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,.tribe-theme-twentyseventeen .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,.tribe-theme-twentyseventeen .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover{border-bottom-color:var(--tec-color-link-accent);color:var(--tec-color-link-accent)}.ast-separate-container .tribe-events-widget .tribe-events-widget-events-list__event,.tribe-theme-astra.ast-separate-container .tribe-events-widget .tribe-events-widget-events-list__event{background-color:initial;border:0}.footer_color .tribe-events-widget .tribe-events-widget-events-list__event-organizer-contact,.footer_color .tribe-events-widget .tribe-events-widget-events-list__event-venue-address,.main_color .tribe-events-widget .tribe-events-widget-events-list__event-organizer-contact,.main_color .tribe-events-widget .tribe-events-widget-events-list__event-venue-address,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__event-organizer-contact,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__event-venue-address{color:var(--tec-color-text-primary)}.main_color .sidebar .tribe-events-widget .tribe-events-widget-events-list__view-more-link,.main_color .sidebar .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__view-more-link,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__view-more-link:visited{color:var(--tec-color-link-accent)}.main_color .sidebar .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,.main_color .sidebar .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,.main_color .sidebar .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__view-more-link:active,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__view-more-link:focus,.tribe-theme-enfold .tribe-events-widget .tribe-events-widget-events-list__view-more-link:hover{border-bottom-color:var(--tec-color-link-accent);color:var(--tec-color-link-accent)}.tribe-events-widget .tribe-events-status-label__text{color:var(--tec-color-icon-error)}
.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event,.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event,.tribe-events.tribe-events-widget .tribe-events-virtual-hybrid-event,.tribe-events.tribe-events-widget .tribe-events-virtual-virtual-event{align-items:center;background-color:var(--tec-color-accent-secondary-background);border-radius:10px;display:inline-flex;height:20px;justify-content:center;margin:-2px 0 0;width:30px}.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event__icon,.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event__icon,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__icon,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__icon,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__icon,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__icon,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event__icon,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event__icon,.tribe-events.tribe-events-widget .tribe-events-virtual-hybrid-event__icon,.tribe-events.tribe-events-widget .tribe-events-virtual-virtual-event__icon{display:inline-block;line-height:0;margin-right:0}.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-virtual-hybrid-event__icon-svg{height:12px}.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event__icon-svg,.tribe-events.tribe-events-widget .tribe-events-virtual-virtual-event__icon-svg{height:10px}.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-hybrid-event__text,.tribe-events.tribe-events-widget .tribe-events-calendar-month-mobile-events .tribe-events-virtual-virtual-event__text,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-hybrid-event__text,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid .tribe-events-virtual-virtual-event__text,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-hybrid-event__text,.tribe-events.tribe-events-widget .tribe-events-pro-week-grid__event-tooltip .tribe-events-virtual-virtual-event__text,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-hybrid-event__text,.tribe-events.tribe-events-widget .tribe-events-pro-week-mobile-events .tribe-events-virtual-virtual-event__text,.tribe-events.tribe-events-widget .tribe-events-virtual-hybrid-event__text,.tribe-events.tribe-events-widget .tribe-events-virtual-virtual-event__text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
.tribe-events-widget .tribe-events-virtual-hybrid-event__icon-svg:hover circle,.tribe-events-widget .tribe-events-virtual-hybrid-event__icon-svg:hover ellipse,.tribe-events-widget .tribe-events-virtual-hybrid-event__icon-svg:hover path,.tribe-events-widget .tribe-events-virtual-virtual-event__icon-svg:hover circle,.tribe-events-widget .tribe-events-virtual-virtual-event__icon-svg:hover ellipse,.tribe-events-widget .tribe-events-virtual-virtual-event__icon-svg:hover path{opacity:var(--tec-opacity-icon-hover);stroke:currentcolor}
