@charset "UTF-8";
/*
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("fonts/nunito-light-webfont.woff2") format("woff2"), url("fonts/nunito-light-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "nunito";
  src: url("fonts/nunito-regular-webfont.woff2") format("woff2"), url("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(images/quote-left.png), url(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(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(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(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("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(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(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(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(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(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(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(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(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(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(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(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(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(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(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("../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(../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(../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");
}
