<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* ========================================================================

Pizza page detail alignment
 ========================================================================== */
dl {
  display: flex;
  flex-wrap: wrap;
}
dt, dd {
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  text-align: left;
}
dt {
  text-align: right;
  padding-right: 10px;
}
dd {
  padding-left: 10px;
}
/* ========================================================================

Invoices table settings
 ========================================================================== */
#invoices-list {
  height: 100vh;
  overflow: scroll !important;
}
.ui.table {
  width: 100%;
  background: #fff;
  margin: 1em 0;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4.00000006px;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0;
  overflow: auto !important;
}
.ui.table th:not([scope=row]) {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.ui.table td {
  padding: 0.5em 0.3em !important;
  text-align: inherit;
}
.ui.table th {
  Vertical-align: top !important;
}
.ui.table tr:nth-child(even) {
  background-color: #f9fafa;
}
/* ========================================================================

 login buttons
 ========================================================================== */
.logintools .btnblue {
  margin-left: 10px;
  background-color: #ffffff !important;
  border: 1px solid #008478;
  line-height: 1;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 75px;
  color: #008478 !important;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600 !important;
}
.mod-login-logout__button.logout-button .btn-primary {
  background-color: #ffffff !important;
  border: 1px solid #008478;
  line-height: 1;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 75px;
  color: #008478 !important;
  margin-top: -25px;
  font-size: 12px;
  font-weight: 600 !important;
  border-radius: 0px;
}
#jtl button.login-toggle532, #jtl button.register-toggle532 {
  background-color: #ffffff !important;
  border: 1px solid #008478 !important;
  line-height: 1;
  padding-top: 12px !important;
  padding-right: 0px;
  padding-bottom: 12px !important;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 75px;
  color: #008478 !important;
  margin-top: -25px !important;
  font-size: 12px;
  font-weight: 600 !important;
  transition: all 0.3s linear 0s;
  border-radius: 0px !important;
}
#jtl a {
  color: #008478;
  text-decoration: none;
}
#jtl .registerlink {
  color: #495057;
  font-weight: 500;
  text-align: left;
}
div.mod_search93 input[type="search"] {
  border-radius: 0px !important;
}
.searchlogintools.mod_search93 label {
  display: none !important;
}
/* ========================================================================

 homepage CONTENT CUBES
 ========================================================================== */
.g-horizontalmenu {
  list-style: none;
  margin: -15px;
  padding: 0;
  font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
  font-weight: 700;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper .item-label {
  display: inline-block;
  background: #db4a37;
  padding: 0.35em 0.85em;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.1538;
  font-weight: 600;
  border-radius: 2.5rem;
  text-align: center;
}
.g-contentcubes .cube-items-wrapper .cube-content-wrapper a {
  color: #FFFFFF;
  transition: all 0.2s;
}
.cube .g-content {
  padding: 20% 20% 10% 20%;
  text-align: center;
}
.cube .g-content H1 {
  line-height: 1.2;
}
.cube .g-content H2 {
  line-height: 1.2;
}
.g-contentcubes .cube-items-wrapper {
  background: #2FA098;
  color: #fff;
}
.g-contentcubes .cube-items-wrapper .cube-image-wrapper img {
  display: block;
  height: auto;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1);
  -ms-transform: scale3d(1.1, 1.1, 1);
  -o-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.g-contentcubes .cube-items-wrapper .cube-image-wrapper::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/**
 Homepage sections
 */
.g-home-particles.g-helium-style #g-intro {
  padding-bottom: 3rem;
}
.g-home-particles.g-helium-style #g-intro .bookvisit {
  text-align: right;
  padding: 20px;
}
.g-home-particles.g-helium-style #g-intro .bookvisit a {
  font-size: 2em;
  color: #ffffff;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.g-home-particles.g-helium-style #g-intro .bookvisit .btnred {
  margin-left: 0;
  background-color: #2fa098 !important;
  border: 1px solid #ffffff;
  line-height: 1;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  color: #ffffff !important;
  margin-top: 0px;
  margin-right: 15px;
  font-size: 1.3em;
}
.g-home-particles.g-helium-style #g-features .btnred {
  margin-left: 0px;
  background-color: #fff !important;
  border: 1px solid #2FA098;
  border-radius: 0px;
  line-height: 1;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  text-transform: uppercase;
  color: #2FA098 !important;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 1em;
  font-weight: 600 !important;
}
.g-home-particles.g-helium-style #g-utility img {
  max-width: 60% !important;
  width: 30% !important;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #2FA098 !important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border: 10px solid #eeeeee;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
.g-home-particles.g-helium-style #g-utility .span3 {
  text-align: center;
}
.g-home-particles.g-helium-style #g-utility h2, .g-home-particles.g-helium-style #g-utility p {
  color: #ffffff !important;
}
.g-home-particles.g-helium-style #g-utility .btnred {
  margin-left: auto;
  margin-right: auto;
  background-color: #2FA098 !important;
  border: 1px solid #ffffff;
  line-height: 1;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  color: #ffffff !important;
  margin-top: 5px;
  font-size: 14px;
  font-size: 12px;
  font-weight: 600 !important;
}
.g-home-particles.g-helium-style #g-expanded .btnred {
  margin-left: auto;
  margin-right: auto;
  background-color: #2FA098 !important;
  border: 1px solid #ffffff;
  line-height: 1;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  color: #ffffff !important;
  margin-top: 5px;
  font-size: 14px;
  font-size: 12px;
  font-weight: 600 !important;
}
.g-home-particles.g-helium-style #g-utility a {
  color: #ffffff !important;
}
.g-home-particles.g-helium-style #g-testimonials a {
  font-weight: 500 !important;
  color: #2fa098;
}
.g-home-particles.g-helium-style #g-expanded H2.g-title {
  color: #ffffff !important;
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}
.g-home-particles.g-helium-style #g-testimonials .shadow .g-content {
  background-color: #ffffff !important;
}
.g-home-particles.g-helium-style #g-testimonials .btnred, .g-home-particles.g-helium-style #g-intro .btnred {
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff !important;
  border: 1px solid #2FA098;
  line-height: 1;
  padding-top: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
  width: 140px;
  color: #2FA098 !important;
  margin-top: 5px;
  font-size: 14px;
  font-size: 12px;
  font-weight: 600 !important;
}
.moduletable .latestnews {
  margin: 0;
  display: inline-block;
  border: 0px solid #e0e0e5;
  padding: 0.938rem 1.876rem;
}
#g-footer h3 {
  color: #ffffff !important;
  font-size: 1.3em !important;
}
#g-footer a {
  color: #ffffff !important;
}
#g-footer .contactwrap {
  text-align: center;
  margin: 0 50px;
  display: inline-block;
}
#g-footer .roundcontact {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 16px;
  border: 2px solid #fff;
}
#g-footer .roundcontact i {
  font-size: 1.2em;
  width: 60px !important;
  height: 60px !important;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#g-footer.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.roundcontact.envelope i {
  margin-top: 18px !important;
}
.roundcontact.map i {
  margin-top: 18px !important;
}
/**
jevents table list
 */
.table td.eventlist_col {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
}
a.ev_link_row {
  color: #db4a37 !important;
  font-size: 16px !important;
  font-weight: bold !important;
}
.paramlist #jevattend_email, .paramlist #jevattend_email2, .paramlist #jevattend_username, .paramlist #jevattend_password, .paramlist #jevattend_password2 {
  max-width: 100% !important;
}
/**
 tables
 */
.table-bordered {
  margin-top: 20px;
  border-radius: 0px !important;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
}
.table-bordered th {
  text-align: left;
  vertical-align: middle;
  padding: 15px;
  background-color: #70bab3 !important;
}
.table-bordered tr {
  text-align: left;
  vertical-align: middle;
}
.table-bordered td {
  font-size: 1em;
  vertical-align: middle;
  padding: 15px;
  overflow: hidden !important;
  white-space: nowrap !important;
  color: #ffffff;
}
.table-bordered td.morning {
  background-color: #5CB4AE;
}
.table-bordered td.morntime {
  background-color: #a7a7a7;
}
.table-bordered td.Evening {
  background-color: #5CB4AE;
}
.table-bordered td.eventime {
  background-color: #aaaaaa;
}
.table-bordered td.weekday {
  background-color: #5CB4AE;
}
.table-bordered td.weekend {
  background-color: #db4a37;
}
.table-bordered td.weekendtime {
  background-color: #DF5F4F;
  text-align: center;
}
.table-bordered td.empty {
  border: none;
}
/* ========================================================================
  Join Us accordian
 ========================================================================== */
.subscribebox {
  text-align: center;
  border-radius: 5px;
  background: #f7f7f7;
  text-align: center;
  transition: all 0.3s;
  padding: 25px 10px 25px 10px;
}
.subscribeboxsquash {
  text-align: center;
  border-radius: 5px;
  background: #f7f7f7;
  text-align: center;
  transition: all 0.3s;
  padding: 25px 10px 25px 10px;
}
.subscribeboxfamily {
  text-align: center;
  border-radius: 5px;
  background: #f7f7f7;
  text-align: center;
  transition: all 0.3s;
  padding: 25px 10px 25px 10px;
}
.subscribeboxfamily img, .subscribeboxsquash img, .subscribebox img {
  max-width: 40% !important;
  width: 20% !important;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background-color: #008478 !important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 10px;
  border-right-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #e9e9e9;
  border-right-color: #e9e9e9;
  border-bottom-color: #e9e9e9;
  border-left-color: #e9e9e9;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
.blitzerfaq div.accordionfaqitem p {
  margin: 0 0 0.7em 0;
  text-align: left;
}
#accordion1.blitzerfaq.headerbackground .accordionfaqheader, #accordion1.blitzerfaq.headerbackground .accordionfaqheader a, #accordion2.blitzerfaq.headerbackground .accordionfaqheader, #accordion2.blitzerfaq.headerbackground .accordionfaqheader a, #accordion3.blitzerfaq.headerbackground .accordionfaqheader, #accordion3.blitzerfaq.headerbackground .accordionfaqheader a {
  text-align: left;
}
#accordion1.blitzerfaq .accordionfaqheader, #accordion1.blitzerfaq .accordionfaqheader a, #accordion1.blitzerfaq .accordionfaqheader:hover, #accordion1.blitzerfaq .accordionfaqheader:hover a, #accordion2.blitzerfaq .accordionfaqheader, #accordion2.blitzerfaq .accordionfaqheader a, #accordion2.blitzerfaq .accordionfaqheader:hover, #accordion2.blitzerfaq .accordionfaqheader:hover a, #accordion3.blitzerfaq .accordionfaqheader, #accordion3.blitzerfaq .accordionfaqheader a, #accordion3.blitzerfaq .accordionfaqheader:hover, #accordion3.blitzerfaq .accordionfaqheader:hover a {
  color: #2FA098;
}
#accordion1.blitzerfaq.headerbackground .accordionfaqheader.selected, #accordion1.blitzerfaq.headerbackground .accordionfaqheader.selected a, #accordion2.blitzerfaq.headerbackground .accordionfaqheader.selected, #accordion2.blitzerfaq.headerbackground .accordionfaqheader.selected a #accordion3.blitzerfaq.headerbackground .accordionfaqheader.selected, #accordion3.blitzerfaq.headerbackground .accordionfaqheader.selected a {
  background: #ffffff url('../images/ui-bg_flat_65_ffffff_40x100.png') 50% 50% repeat-x;
  color: #cc0000;
}
#accordion1.blitzerfaq.headerborder .accordionfaqheader, #accordion2.blitzerfaq.headerborder .accordionfaqheader, #accordion3.blitzerfaq.headerborder .accordionfaqheader {
  border: 1px solid #d8dcdf;
  padding: 20px;
}
.blitzerfaq .accordionfaqheader {
  color: #2FA098 !important;
  border: 1px solid #d8dcdf !important;
  padding: 20px !important;
}
.blitzerfaq .accordionfaqheader a {
  color: #2FA098 !important;
}
.blitzerfaq .accordionfaqheader a:hover, .blitzerfaq .accordionfaqheader a:active {
  color: #cc0000 !important;
}
/* ========================================================================
   Safeguarding Read more text
 ========================================================================== */
.pbck_team_text_inner {
  color: #555555;
  font-size: 16px;
  text-align: left;
  padding: 10px;
}
.pbck_team_quote {
  margin: 0px 0;
  font-style: normal;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
}
.pbck_team_quote::before {
  display: none;
}
.pbck_team_quote::after {
  display: none;
}
/* ========================================================================
   buttons
 ========================================================================== */
.pbck_teams a {
  min-width: 10em;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #db4a37 !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase !important;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px !important;
  margin-right: 0px;
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
  float: none !important;
}
.buttonSubscribe {
  min-width: 10em;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #db4a37 !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase !important;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px !important;
  margin-right: 0px;
  margin-bottom: 1em !important;
  float: none !important;
}
.button {
  min-width: 10em;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #db4a37 !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 700;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px !important;
  margin-right: 0px;
  text-align: center;
}
.buttondraw {
  min-width: 10em;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #db4a37 !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 700;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px !important;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  text-align: center;
}
.buttonorange {
  min-width: 10em;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #ff9900 !important;
  color: #fff !important;
}
.buttongreen {
  min-width: 10em;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  background-color: #00cc00 !important;
  color: #fff !important;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  font-weight: 700;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px !important;
  margin-right: 0px;
  text-align: center;
}
/* ========================================================================
   Top menu
 ========================================================================== */
#g-mainbar {
  color: #555555;
}
#g-sidebar {
  background: #fff;
  padding: 3rem 0;
}
.g-offcanvas-toggle {
  font-size: 1.6rem;
  font-weight: 400;
  color: #2FA098;
  width: 32px;
  height: 32px;
  top: 1.2rem;
  z-index: 100001;
}
#g-navigation .g-main-nav {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
#g-navigation {
  background-image: linear-gradient(#cccccc 20px, #ffffff, #ffffff) !important;
  position: relative;
  z-index: 11;
  padding-top: 0rem;
  border-bottom: 3px solid #db4a37;
}
#g-navigation .g-main-nav .g-toplevel &gt; li &gt; .g-menu-item-container {
  color: #2FA098;
}
#g-navigation .g-main-nav .g-toplevel &gt; li.active &gt; .g-menu-item-container &gt; .g-menu-item-content {
  color: #db4a37;
  box-shadow: none;
}
.g-main-nav .g-dropdown {
  border: none !important;
  background: #2FA098 !important;
  color: #ffffff !important;
  padding: 0px !important;
}
#g-navigation .g-main-nav .g-sublevel &gt; li &gt; .g-menu-item-container {
  color: #ffffff !important;
  border: none !important;
  border-radius: 0px;
  padding: 0px !important;
}
.g-main-nav .g-standard .g-sublevel &gt; li {
  padding: 15px 10px;
  margin: 0px;
}
.g-main-nav .g-standard .g-sublevel &gt; li:hover {
  background: #db4a37 !important;
}
#custom-7528-particle {
  margin: 0rem 0.625rem;
  padding: 0rem 0.938rem;
}
#social-4750-particle, #social-1286-particle {
  margin: 0rem;
  padding: 0rem;
}
#logo-5439-particle.g-content, #logo-7745-particle.g-content {
  margin: 0rem;
  padding: 0rem;
}
#menu-2483-particle.g-content, #menu-8838-particle.g-content {
  margin: 0rem;
  padding: 0rem;
}
.nav-tabs.nav-stacked {
  display: none;
}
/* ========================================================================

Chronoforms
 ========================================================================== */
.gbs3 .h1, .gbs3 h1 {
  font-weight: 300 !important;
  color: #2FA098 !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.gbs3 h2 {
  color: #2FA098 !important;
  line-height: 30px !important;
}
/* ========================================================================

video
 ========================================================================== */
.video {
  position: relative;
  padding-bottom: 75%;
  /* 4:3 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
 video
 */
#videoaspect {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
#videoaspect iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ========================================================================
   Menu Header background
 ========================================================================== */
/* ========================================================================
   Template section background

#g-expanded {
    background: #2FA098;
    color: #ffffff;
}


#g-expanded H6{
       color: #2FA098;
    text-transform: uppercase;
  font-weight:100;
}

#g-expanded H6 a{
       color:#2FA098;
  
}

 ========================================================================== */
/* ========================================================================
   Footer styles
 ========================================================================== */
#g-footer {
  padding: 3rem 0;
  margin-top: 0px !important;
  color: #ffffff;
}
#g-footer .g-container {
  padding: 3rem 0;
}
#g-footer hr {
  margin: 1.5rem 0;
  border-bottom: 1px solid #eeeeee;
  opacity: 0.15;
}
#g-footer a {
  padding: 1rem 0;
  color: #ffffff !important;
}
#g-footer h4 {
  color: #ffffff !important;
}
#g-footer a:hover {
  color: #2FA098;
}
#footer_menu {
  font-size: 1.1em;
}
#g-footer .g-social a {
  color: #ffffff;
  font-size: 2em;
  pADDING-RIGHT: 10PX;
}
#g-footer .g-social a:hover {
  color: #2FA098;
}
/* ========================================================================
   body text
 ========================================================================== */
p {
  line-height: 1.5rem;
}
li {
  line-height: 2rem;
}
/* ========================================================================
   Headers
 ========================================================================== */
h1 {
  font-size: 3rem;
  font-weight: 600;
  color: #db4a37 !important;
  line-height: 45px;
}
#g-above h1 {
  color: #ffffff !important;
}
#g-above h1#youth {
  color: #db4a37 !important;
}
#g-expanded h1#camps {
  color: #db4a37 !important;
}
h2 {
  line-height: 30px !important;
  color: #db4a37 !important;
  font-size: 1.8rem;
  font-weight: 600 !important;
}
h3 {
  color: #2FA098 !important;
  font-size: 1.5rem;
  font-weight: 600 !important;
}
#g-expanded h3 {
  color: #ffffff !important;
}
h3.newsflash-title {
  color: #ffffff !important;
}
h4 {
  color: #2FA098 !important;
  line-height: 30px !important;
  font-size: 1.4em !important;
}
h5 {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 5px 0px;
  border-bottom: 1px solid #f4f4f4;
  color: #2FA098;
  font-weight: 900;
  font-size: 1.3em;
}
.page-header h2 {
  font-size: 1.5rem;
  padding: 10px 0px 15px 5px;
  margin: 0em 0em 0em 0em;
  background: #ffffff;
  color: #db4a37;
}
.page-header h1 {
  text-align: left;
  margin-bottom: 1em;
  font-weight: 600;
  color: #2FA098;
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  display: inline-block;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.15;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #2FA098;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  margin: 0 0 0.5rem 0;
  padding: 1rem 1.5rem;
  vertical-align: middle;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.g-home-particles.g-helium-style #g-utility img {
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 0%;
  border-bottom-left-radius: 0%;
  background-color: none !important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border: 0px solid #eee;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
.g-home-particles.g-helium-style #g-utility h1 {
  color: #ffffff !important;
}
.g-home-particles.g-helium-style #g-expanded h1 {
  color: #ffffff !important;
}
@media only all and (max-width: 30rem) {
  .test-heading.test-head::before {
    width: 160px;
    left: 50%;
    margin-left: -80px;
    top: 120px;
  }
  .test-heading.test-head::after {
    width: 60px;
    left: 50%;
    margin-left: -30px;
    top: 119px;
    background-color: #2FA098;
    height: 3px;
    border: none;
    border-radius: 0;
    right: auto;
  }
  .slide-desc-text-default {
    position: relative;
    color: #fff;
    padding: 5px 5px 5px;
    text-align: left;
  }
  #g-expanded {
    padding: 3rem 0rem;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-logo {
    display: block;
    text-align: center;
    margin: -0.85rem 0;
    padding-left: 0.938rem;
  }
  .djslider-default ul.djslider-in &gt; li {
    list-style: none outside !important;
    float: left;
    padding: 0 !important;
    border: 1px solid #eeeeee !important;
    position: relative;
    background: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 200px !important;
  }
  #g-footer .g-copyright {
    text-align: left !important;
  }
  #jevents_body .paramlist_key {
    width: 30% !important;
  }
}
@media only all and (max-width: 48rem) {
  .g-home-particles.g-helium-style #g-utility .btnred {
    margin-left: auto;
    margin-right: auto;
    background-color: #2FA098 !important;
    border: 1px solid #ffffff;
    line-height: 1;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    color: #ffffff !important;
    margin-top: 5px;
    margin-bottom: 5em;
    font-size: 14px;
  }
  .g-home-particles.g-helium-style #g-intro .bookvisit .btnred {
    margin-left: 0;
    background-color: #2fa098 !important;
    border: 1px solid #ffffff;
    line-height: 1;
    padding-top: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
    color: #ffffff;
    margin-top: 0px;
    margin-right: 15px;
    font-size: 0.9em;
  }
  .g-home-particles.g-helium-style #g-intro .bookvisit a {
    font-size: 1em;
  }
  .g-home-particles.g-helium-style #g-intro .bookvisit {
    text-align: right;
    padding: 10px;
  }
  .g-logo {
    display: block;
    text-align: center;
    margin: -0.85rem 0;
    padding-left: 0.938rem;
  }
  #home_strap H1 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: bold;
    margin: 0.3rem 0.3rem 1rem;
  }
  #home_strap H4 {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 400;
    margin: 0.8rem 0.8rem 1.5rem;
  }
  #home_strap #ID1623858165414 &gt; .inner {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-weight: 900;
    font-size: 1em;
  }
  #home_strap #ID1623858165414 &gt; .inner {
    width: 150px;
  }
  #home_text H1 {
    line-height: 2.2rem;
  }
  #jevents_body .paramlist_key {
    width: 30%;
  }
  #jevents_body .contentpaneopen tr {
    margin-bottom: 10px;
  }
  body {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  #loginphone {
    text-align: center !important;
  }
}
/*# sourceMappingURL=custom_18.css.map */</pre></body></html>