/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSKmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSumu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSOmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSymu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* hebrew */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS2mu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* vietnamese */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSCmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v35/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu0SC55K5gw.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* CSS Document */
/* NEW */
.bg-gold {
  background: #C3A671;
}

.bg-blue {
  background: #84a0af;
}

.bg-litegold {
  background: #E2D3B8;
}

.bg-liteblue {
  background: #BBC9CE;
}

.bg-xlitegold {
  background: #F9F6F0;
}

.grey {
  background: #DADADA;
}

.lite-grey {
  background: #F2F2F2;
}

.dark-grey {
  background: #333333;
}

.demo {
  margin: 0 auto;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.demo > div {
  width: 100px;
  height: 100px;
}

/* CSS Document */
html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 0.96rem;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: white;
  text-align: center;
  color: #333333;
}

ul,
li * {
  list-style: none;
  padding: 0;
  margin: 0;
}

* a {
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}

div {
  box-sizing: border-box;
}

.spacer1 {
  height: 30px;
}

.spacer2 {
  height: 60px;
}

img {
  max-width: 100%;
}

article img {
  height: auto;
}

#wpadminbar {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
#wpadminbar:hover {
  opacity: 1;
}

/* offset WP Default 32px & 46
#wpadminbar { display:none !important; }
html {margin-top: 0 !important;}
	@media screen and ( max-width: 782px ) {
		html { margin-top: 0 !important; }
	}
 */
html,
body {
  height: 100%;
}

div {
  box-sizing: border-box;
}

.alpha-container {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  text-align: center;
  box-sizing: border-box;
  overflow-x: hidden;
}

.alpha-content {
  box-sizing: border-box;
  flex: 1;
  min-height: 100px;
  padding: 0 15px;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.footer {
  padding: 30px 15px;
  min-height: 100px;
  text-align: center;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
  max-width: 100%;
  text-align: left;
}

.wrapper-wide {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  text-align: left;
  padding: 0;
}

.fl2col {
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.fl2col .fl2col-left {
  flex: 1;
  padding: 15px 30px 15px 15px;
}
.fl2col .fl2col-right {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 15px 15px;
  flex: 3;
}

.page-id-13 .fl2col, .page-id-19 .fl2col {
  flex-direction: row-reverse;
}

.wrapper.wft-single-col {
  display: block;
  max-width: 100%;
}
.wrapper.wft-single-col .fl2col {
  display: block;
}
.wrapper.wft-single-col .fl2col-right {
  max-width: 800px;
}

.lrpad {
  padding: 0 15px;
}

.fl2pluscol {
  margin: 15px 0 0 0;
}
.fl2pluscol .fl2col-left {
  flex: 2;
  padding: 0 60px 15px 15px;
}
.fl2pluscol .fl2col-right {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 15px 15px 60px;
  flex: 2;
}

.fl2flipcol {
  margin: 15px 0 0 0;
}
.fl2flipcol .fl2col-left {
  flex: 6;
  padding: 0 60px 15px 0;
}
.fl2flipcol .fl2col-right {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 15px 15px;
  flex: 2;
}
.fl2flipcol .fl2col-right.brdr {
  border-left: 1px solid #ccc;
}

/* featured images and extra */
.add-side-images {
  margin: 15px 0;
}
.add-side-images img {
  display: block;
  margin: 0 0 20px 0;
}

/* CSS Document */
.header-brand {
  padding: 4px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #2b67bf;
}
.header-brand .wftlogo {
  color: #DFE8EF;
  font-weight: 400;
  margin-left: 10px;
  font-size: 30px;
  white-space: nowrap;
}
.header-brand .wftlogo span {
  font-family: Arial, sans-serif;
}
.header-brand .header-brand-inner {
  padding: 10px 15px;
  margin: 0 auto;
  width: 1400px;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  align-items: center;
  gap: 0;
}
.header-brand .header-brand-inner .header-brand-aside {
  color: #D6E1EA;
  font-weight: 300;
  font-size: 13px;
}
.header-brand .header-brand-inner .header-brand-left {
  flex: 0 0 450px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.header-brand .header-brand-inner .header-brand-left span {
  display: inline-block;
}
.header-brand .header-brand-inner .header-brand-right {
  flex: 3;
  color: #DFE8EF;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.header-brand .header-brand-inner .header-brand-right .header-brand-cta {
  margin: 10px 0 0 0;
}
.header-brand .header-brand-inner .header-brand-right .header-brand-cta a {
  color: #FFF;
  font-weight: 300;
  display: inline-block;
}
.header-brand .header-brand-inner .header-brand-right .header-brand-cta a:first-child {
  margin-right: 15px;
}
.header-brand .header-brand-inner .header-brand-right .header-brand-cta a:hover {
  text-decoration: underline;
}
.header-brand .header-brand-inner .header-brand-right .header-brand-cta span.material-icons {
  font-size: 16px;
  margin-right: 4px;
  transform: translateY(2px);
}
.header-brand .header-brand-inner .header-brand-right .header-brand-cta .hbc-divider {
  display: inline-block;
  width: 10px;
}

.header {
  background: #F5F5F5;
  width: 100%;
  max-width: 100%;
  padding: 10px 45px 10px 45px;
  display: flex;
  justify-content: center;
}
.header .hinner {
  box-sizing: border-box;
  z-index: 88;
  width: 1400px;
  max-width: 100%;
  padding: 0 10px;
  transform: translateX(-75px);
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
}
.header .hinner .hleft {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}
.header .hinner .hright {
  display: flex;
  flex-basis: 100%;
  flex: 4;
  justify-content: flex-end;
  align-items: center;
}

.nav-fixed #stickynav {
  position: fixed;
  z-index: 88;
  border-top: 2px solid rgb(71.3461538462, 129.0384615385, 213.6538461538);
  border-bottom: 1px solid rgb(71.3461538462, 129.0384615385, 213.6538461538);
}

/* CSS Document */
.footer {
  font-size: 0.8rem;
  background: #2b67bf;
  margin: 0;
  padding: 10px 15px 12px 15px;
  border-top: 1px solid #F2F2F2;
  color: #D2DCE2;
  display: flex;
  align-items: center;
}
.footer .footer-inner {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.footer .foot-left {
  flex: 1;
}
.footer .foot-right {
  flex: 1;
  text-align: right;
}
.footer .foot-right a {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #D2DCE2;
  transition: color 0.3s ease;
}
.footer .foot-right a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .foot-right .xmail {
  margin: 13px 0 0 0;
}
.footer .foot-right .xbrand {
  font-weight: 700;
  color: rgb(162.9014778325, 183.8669950739, 195.0985221675) !important;
}
.footer .copyright {
  margin-top: 15px;
  color: #D2DCE2;
}
.footer .footer-nav li {
  position: relative;
  display: inline-block;
}
.footer .footer-nav li::after {
  display: block;
  content: "•";
  position: absolute;
  top: 4px;
  right: 5px;
  color: rgb(80.7881773399, 109.0640394089, 124.2118226601);
  font-size: 6px;
}
.footer .footer-nav li:last-child::after {
  display: none;
}
.footer .footer-nav a {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #D2DCE2;
  transition: color 0.3s ease;
  margin-right: 15px;
}
.footer .footer-nav a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .footer-acc {
  margin: 14px 0 0 0;
  display: flex;
  flex-direction: row;
}
.footer .footer-acc .fa-left {
  flex: 1;
  color: #D2DCE2;
}
.footer .footer-acc .fa-left img {
  display: inline-block;
  margin-right: 15px;
}
.footer .footer-acc .fa-left a {
  font-size: 0.8rem;
  font-weight: 400;
  color: #D2DCE2;
  transition: color 0.3s ease;
  margin-right: 15px 0 0 0;
}
.footer .footer-acc .fa-left a:hover {
  color: #333333;
  text-decoration: underline;
}
.footer .footer-acc .fa-right {
  flex: 1;
  text-align: right;
}
.footer .footer-acc .fa-right a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* CSS Document */
.home .intro {
  text-align: center;
}

.home-hero-panel {
  background: #CCC;
  position: relative;
  height: 50vw;
  max-height: 600px;
  overflow: hidden;
  width: 100vw;
  background-position: 50% 50%;
  margin-bottom: 2rem;
  display: flex;
}
.home-hero-panel > div {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  flex: 1;
  position: relative;
  /* animated */
}
.home-hero-panel > div .hvvh {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center !important;
}
.home-hero-panel > div .vllh1 {
  z-index: 8;
  background-image: url(/wp-content/uploads/2018/03/isenhurst-health-club-gym-personal-trainer-17.jpg);
}
.home-hero-panel > div .vllh2 {
  z-index: 4;
  background-image: url(/wp-content/uploads/2018/03/isenhurst-health-club-gym-personal-trainer-29.jpg);
}
.home-hero-panel > div .vrrh1 {
  z-index: 8;
  background-image: url(/wp-content/uploads/2018/02/woman-receiving-indian-head-massage.jpg);
}
.home-hero-panel > div .vrrh2 {
  z-index: 4;
  background-image: url(/wp-content/uploads/2017/12/woman-therapeutic-massage-session.jpg);
}

.home-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 700;
  font-size: 6rem;
  color: #FFF;
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-text-overlay svg {
  z-index: 6;
}
.home-text-overlay svg path, .home-text-overlay svg polygon, .home-text-overlay svg polyline {
  fill: white;
}

.home-image-tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.full-panel {
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

.organisations-wrap {
  padding: 10px;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.organisations-wrap img {
  height: 30px;
  width: auto;
}

.hm-2panel {
  margin: 60px 0 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}
.hm-2panel > div {
  line-height: 130%;
  text-align: left;
}
.hm-2panel > div h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
}
.hm-2panel .hm-2panel-left {
  flex: 1;
}
.hm-2panel .hm-2panel-right {
  flex: 1;
}
.hm-2panel .hm2p-phototext {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 0;
}
.hm-2panel .hm2p-phototext .hm2p-photo {
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  margin: 0 0 20px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hm-2panel .hm2p-phototext .hm2p-text {
  line-height: 130%;
}
.hm-2panel .hm2p-moretext {
  line-height: 130%;
}
.hm-2panel .hm2p-moretext .vanillamore {
  text-decoration: none;
}
.hm-2panel .hm2p-moretext .vanillamore:hover {
  text-decoration: underline;
}

.home-h2-block {
  display: block;
  font-size: 30px;
  text-align: center;
}

.home-latest-news {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  gap: 20px;
  max-width: 1024px;
}
.home-latest-news > div.home-news-item {
  flex: 1;
  min-height: 100px;
}
.home-latest-news > div.home-news-item .hni-photo {
  position: relative;
  border: 1px solid #CDCDCD;
}
.home-latest-news > div.home-news-item .hni-photo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.home-latest-news > div.home-news-item .hni-photo .nhi-inphoto {
  position: absolute;
  background: #F6F6F6;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-latest-news > div.home-news-item .hni-photo .nhi-inphoto > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-latest-news > div.home-news-item .hni-photo .nhi-inphoto > div a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-latest-news > div.home-news-item .hni-text {
  background: #F6F6F6;
  height: 220px;
  max-height: 220px;
  overflow: hidden;
  padding: 15px;
  text-overflow: ellipsis;
  text-align: left;
}
.home-latest-news > div.home-news-item .hni-text .hni-date {
  margin: 0 0 5px 0;
}
.home-latest-news > div.home-news-item .hni-text h2, .home-latest-news > div.home-news-item .hni-text p {
  line-height: 23px !important;
}
.home-latest-news > div.home-news-item .hni-text h2 a {
  text-decoration: none;
}
.home-latest-news > div.home-news-item .hni-text h2 a:hover {
  text-decoration: underline;
}
.home-latest-news > div.home-news-item .hni-text h2 {
  margin: 0 0 5px 0;
  font-size: 20px;
  display: block;
}
.home-latest-news > div.home-news-item .hni-text p {
  display: inline-block;
}
.home-latest-news > div.home-news-item .hni-text .hnix {
  overflow: hidden;
}
.home-latest-news > div.home-news-item .hni-text .hnix .rmgo {
  display: inline-block;
  margin: 0 0 0 10px;
  text-decoration: none;
  color: #2b67bf;
}
.home-latest-news > div.home-news-item .hni-text .hnix .rmgo:hover {
  text-decoration: underline;
}
.home-latest-news > div.home-news-item:hover .hni-photo .nhi-inphoto > div {
  transform: scale(1.1);
}

.center-blockquote {
  margin: 15px auto !important;
}

@media (max-width: 890px) {
  .home-latest-news {
    display: block;
    height: auto;
  }
  .home-latest-news > div.home-news-item .hni-text {
    height: auto;
  }
  .home-latest-news .home-news-item {
    margin-bottom: 30px;
  }
  .center-blockquote {
    max-width: 80%;
  }
  .organisations-wrap {
    display: block;
  }
}
@media (max-width: 680px) {
  .hm-2panel {
    display: block;
    height: auto;
  }
}
@media (max-width: 540px) {
  .home-hero-panel {
    display: block;
    height: auto;
  }
  .home-hero-panel > div {
    height: 220px;
  }
}
/* CSS Document */
article p {
  line-height: 140%;
}

h1 {
  font-size: 2.15rem;
  line-height: 2.45rem;
  margin: -5px 0 2rem;
  color: #2b67bf;
  font-weight: 400;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
}

.home h1 {
  margin: 0 0 2rem;
}

h2 {
  font-size: 1.43rem;
  margin: 2rem 0 1.3rem;
  color: #2b67bf;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 120%;
}

h2.h2sidehd {
  margin: 0 0 1.3rem;
}

h3 {
  font-size: 1.13rem;
  line-height: 120%;
  margin: 1.5rem 0 1rem;
  color: #2b67bf;
  font-weight: 400;
  letter-spacing: 1px;
}

article strong {
  font-weight: 700;
}

article ul {
  margin: 1rem 0 2rem;
  box-sizing: border-box;
}
article ul > li {
  padding: 1px 3px 1px 15px;
  position: relative;
  color: rgb(60.6896551724, 81.9310344828, 93.3103448276);
  line-height: 140%;
  margin-bottom: 1rem;
}
article ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  color: #F1A916;
  background-repeat: no-repeat;
  content: "■";
}

article ol {
  margin: 1rem 0 2.5rem -20px;
  box-sizing: border-box;
  list-style-position: outside;
}
article ol > li {
  position: relative;
  color: rgb(60.6896551724, 81.9310344828, 93.3103448276);
  line-height: 140%;
  margin-bottom: 1rem;
}

.intro article ul {
  margin: 1rem 0 2.5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 1px;
  font-weight: 400;
}
.intro article ul > li {
  position: relative;
  color: rgb(60.6896551724, 81.9310344828, 93.3103448276);
  flex: 0 0 180px;
  padding: 1px 3px 1px 15px;
  line-height: 110%;
}
.intro article ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 30px;
  background-repeat: no-repeat;
  content: "■";
}

article a {
  color: #2b67bf;
  text-decoration: underline;
}

blockquote {
  position: relative;
  font-family: "Poppins", Arial, sans-serif;
  padding: 5px 0;
  margin: 15px 2em;
  max-width: 700px;
  font-size: 18px;
  line-height: 120%;
  color: #717171;
  font-weight: 400;
}
blockquote p {
  margin: 0;
  padding: 0;
  line-height: 130%;
}
blockquote cite {
  display: block;
  font-weight: 300;
  font-size: 16px;
  margin: 5px 0 0 0;
  font-style: normal;
  color: #717171;
}
blockquote:before {
  font-family: Arial, sans-serif;
  position: absolute;
  content: open-quote;
  font-size: 4em;
  margin-left: -0.6em;
  margin-top: 0.2em;
}
blockquote:after {
  font-family: Arial, sans-serif;
  position: absolute;
  content: close-quote;
  font-size: 4em;
  bottom: 0;
  right: 0;
  margin-right: -0.5em;
  margin-bottom: 0;
}

.blkqt-pt:before, .page-id-13 blockquote:before {
  color: rgb(71.3461538462, 129.0384615385, 213.6538461538);
}
.blkqt-pt:after, .page-id-13 blockquote:after {
  color: rgb(71.3461538462, 129.0384615385, 213.6538461538);
}

.blkqt-ma:before, .page-id-19 blockquote:before {
  color: rgb(244.4688259109, 190.3085020243, 79.7311740891);
}
.blkqt-ma:after, .page-id-19 blockquote:after {
  color: rgb(244.4688259109, 190.3085020243, 79.7311740891);
}

.blkqt-gp:before {
  color: #CCC;
}
.blkqt-gp:after {
  color: #CCC;
}

.arial {
  font-family: Arial, sans-serif;
  font-weight: 300;
}

.btn-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
  background-color: #2b67bf;
  width: auto !important;
  padding: 10px 15px;
  text-decoration: none;
  color: #fff !important;
  border-radius: 10px;
  font-weight: 500px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.btn-cta:hover {
  background-color: rgb(79.6717948718, 134.7487179487, 215.5282051282);
}

.xtel span.material-icons {
  font-size: 12px;
  margin-right: 4px;
}

.xmail span.material-icons {
  font-size: 12px;
  margin-right: 4px;
}

/* CSS Document */
.blush {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}
.blush:hover {
  opacity: 0.7;
}

.lino {
  width: 300px;
}
.lino img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* CSS Document */
.fl2col-right .icon-grid {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.fl2col-right .icon-grid div, .fl2col-right .icon-grid a {
  display: block;
  height: 45px;
}
.fl2col-right .icon-grid div {
  flex-basis: 40px;
  margin-bottom: 1rem;
}
.fl2col-right .icon-grid div svg {
  margin-top: -4px;
}
.fl2col-right .icon-grid div svg path {
  stroke: #84a0af;
}
.fl2col-right .icon-grid div svg .ia {
  fill: #84a0af;
}
.fl2col-right .icon-grid div:hover svg path {
  stroke: #565656;
}
.fl2col-right .icon-grid div:hover svg .ia {
  fill: #565656;
}
.fl2col-right .icon-grid a {
  text-align: left;
}

.fl-form {
  margin: 40px 0 0 0;
  width: 600px;
  max-width: 100%;
  text-align: left;
  font-size: 1.05rem;
}
.fl-form textarea {
  background: #FFF;
  border: 0 solid #F2F2F2;
  outline: none;
  width: 99%;
  height: 90px;
  max-width: 100%;
  font-size: 1.05rem;
  margin: -5px 5px 0 0;
  transition: padding 0.3s 0.2s ease;
  line-height: 130%;
  resize: none;
}
.fl-form textarea:focus {
  padding-bottom: 5px;
}
.fl-form textarea:focus + .line:after {
  transform: scaleX(1);
}
.fl-form input {
  background: 0;
  border: 0;
  outline: none;
  width: 100%;
  max-width: 100%;
  font-size: 1.05rem;
  transition: padding 0.3s 0.2s ease;
}
.fl-form input:focus {
  padding-bottom: 5px;
}
.fl-form input:focus + .line:after {
  transform: scaleX(1);
}
.fl-form .field {
  position: relative;
  margin-bottom: 2rem;
}
.fl-form .field .line {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -8px;
  background: #8C8C8C;
}
.fl-form .field .line:after {
  content: " ";
  position: absolute;
  float: right;
  width: 100%;
  height: 2px;
  transform: scalex(0);
  transition: transform 0.3s ease;
  background: #C3A671;
}
.fl-form input[type=submit] {
  width: auto;
  background: #84a0af;
  border-radius: 10px;
  padding: 10px 20px;
  cursor: pointer;
  color: #FFF;
}
.fl-form input[type=submit]:hover {
  background: #BBC9CE;
}

/* CSS Document */
.loc-outer {
  margin: 0 15px;
  position: relative;
  background: #FFF;
}
.loc-outer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.loc-outer > .loc-inner {
  background-image: url("../img/world-blue-marker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}

.list-panel {
  margin: 0 0 90px 0;
}
.list-panel .lp-top .lpt-inner {
  background-color: #D1D1D1;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 1px solid #ECECEC;
}
.list-panel .lp-top .lpt-inner.lpt-feat-cover {
  background-size: cover !important;
}
.list-panel .lp-top .lpt-inner.lpt-feat-contain {
  background-size: contain !important;
}
.list-panel .lp-btm {
  padding: 15px;
  background-color: #F6F6F6;
}
.list-panel .lp-btm h2 {
  margin: 0.5rem 0 0.5rem;
}
.list-panel .lp-btm .lpx {
  font-size: 14px;
  line-height: 120%;
}
.list-panel .lp-btm .lp-more {
  margin: 15px 0 5px;
  color: #2b67bf;
}

.side-posts {
  margin: 0 0 30px 0;
}
.side-posts li {
  margin: 0 0 15px 0;
}
.side-posts li a {
  text-decoration: underline;
}

.search-result-wrapper .search-result {
  margin: 20px 0;
}
.search-result-wrapper .search-result a {
  color: #2b67bf;
  text-decoration: underline;
}

.re-search input[type=text] {
  max-width: 550px !important;
}
.re-search input[type=submit] {
  display: block;
  margin: 20px 0;
}

.search-pagination {
  margin: 45px 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.search-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.6rem;
  color: #111;
  background: none;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  text-decoration: none;
}
.search-pagination .page-numbers.current {
  background: #E3E3E3;
}

/* CSS Document */
.service-details {
  margin: 2rem 0 0 0;
}
.service-details .serv-block h2 {
  margin: 0 0 0.5rem 0;
  font-size: 1.25rem;
  line-height: 130%;
}
.service-details .serv-block p {
  font-size: 14px;
  margin: 0 0 0.5rem 0;
  line-height: 130%;
}
.service-details .gmapper iframe {
  border: 0;
  margin: 10px 0;
}

.header-nav {
  position: relative;
  z-index: 50;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.header-nav ul#main-nav {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.header-nav ul#main-nav > li a {
  /* to allow top target */
  padding-bottom: 8px;
}
.header-nav ul#main-nav li#nav-search-li {
  transform: translateX(50px);
}
.header-nav ul#main-nav li {
  line-height: 1.5rem;
  cursor: pointer;
  position: relative;
}
.header-nav ul#main-nav li a {
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: none;
  color: #69747F;
  transition: color 0.3s ease;
}
.header-nav ul#main-nav li a:hover {
  color: rgb(81.9181034483, 90.5, 99.0818965517);
}
.header-nav ul#main-nav li ul {
  display: block;
  position: absolute;
  transition: height 1.5s ease;
  transition: opacity 0.5s ease;
  top: 30px;
  left: -8889px;
  opacity: 0;
  margin: 0 0 1rem 0;
  z-index: 88;
  width: 280px;
  height: 70px;
  max-height: 0 !important;
  text-align: left;
  padding: 0 !important;
  border-collapse: collapse;
}
.header-nav ul#main-nav li ul li {
  line-height: 1.1rem;
  transition: background 0.3s ease;
  background: #F2F2F2;
  opacity: 0;
  margin: 0;
  padding: 8px 0;
  border: 1px solid #FFF;
  border-collapse: collapse;
}
.header-nav ul#main-nav li ul li a {
  color: rgb(81.9181034483, 90.5, 99.0818965517);
  display: block;
  padding: 5px 10px;
}
.header-nav ul#main-nav li ul li:hover {
  background: #E8E8E8;
}
.header-nav ul#main-nav li ul li:hover a {
  color: rgb(81.9181034483, 90.5, 99.0818965517);
}
.header-nav ul#main-nav li:last-child:after {
  display: none;
}
.header-nav ul#main-nav li.menu-item-has-children {
  padding-right: 15px;
}
.header-nav ul#main-nav li.menu-item-has-children > a::after {
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 0.2rem 0.35rem;
  transition: transform 0.3s ease;
  display: inline-block;
  content: " ";
  width: 0.3rem;
  height: 0.3rem;
  border-top: 0px solid transparent;
  border-bottom: 2px solid #737F8B;
  border-left: 2px solid #737F8B;
  border-right: 0px solid transparent;
}
.header-nav ul#main-nav li.menu-item-has-children:hover > a::after {
  transform: rotate(-225deg) !important;
}
.header-nav ul#main-nav li.menu-item-has-children:hover ul.sub-menu {
  border-top: 3px solid #a1c5e5;
  left: 0;
  opacity: 1;
  max-height: 400px !important;
}
.header-nav ul#main-nav li.menu-item-has-children:hover ul.sub-menu li {
  opacity: 1;
}
.header-nav .current-menu-parent > a {
  color: #69747F !important;
}
.header-nav .current-menu-item > a {
  color: #69747F !important;
}
.header-nav .current-menu-parent .current-menu-item > a {
  color: #000 !important;
}
.header-nav .current-menu-parent ul.sub-menu .current-menu-time {
  color: rgb(211.21, 188.56, 147.79) !important;
}

.parent-level {
  text-decoration: underline;
}
.parent-level:before {
  display: inline-block;
  padding-right: 10px;
  content: "«";
}

#mag-icon {
  transform: translateY(1px);
}
#mag-icon #mag-nav {
  stroke: #969FA8;
}
#mag-icon #mag-nav:hover {
  stroke: rgb(122.109375, 133.5, 144.890625);
}

/* CSS Document */
.brgrbtn {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
}
.brgrbtn .bar1, .brgrbtn .bar2, .brgrbtn .bar3 {
  width: 100%;
  height: 5px;
  background-color: #2b67bf;
  margin: 6px 0;
  transition: 0.4s;
}

.mobile-nav-ctrl {
  box-sizing: border-box;
  display: none;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.nav-close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #D2DCE2;
}

.nav-flyout {
  box-sizing: border-box;
  color: #FFF !important;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 0;
  height: 100%;
  line-height: 165%;
  text-align: left;
  background: #2b67bf;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  z-index: 4444;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
.nav-flyout * {
  box-sizing: border-box;
}

.nav-flyout-open .alpha-container {
  opacity: 0.5;
}

.nav-flyout-open .nav-flyout {
  width: 500px !important;
  max-width: 100vw !important;
}

.nav-flyout .side-nav-container {
  margin: 100px 0;
  padding: 0;
  text-align: left;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.nav-flyout .side-nav-container ul {
  text-align: left;
  box-sizing: border-box;
  width: 400px !important;
  max-width: 100% !important;
  margin: 0 auto;
  list-style: none !important;
  list-style-position: inside;
  display: block;
}

.nav-flyout .side-nav-container li {
  margin: 0 0 2rem;
}

.nav-flyout .side-nav-container li {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: #FFF !important;
  line-height: 120%;
}

.nav-flyout .side-nav-container a {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  color: #FFF !important;
  line-height: 120%;
}

.nav-flyout .menu-item a {
  opacity: 1;
  transition: transform 0.4s, opacity 0.5s;
  transition-timing-function: ease-in-out;
}

.nav-flyout-open .nav-flyout .menu-item a {
  opacity: 1;
  transform: translateX(0);
}
.nav-flyout-open .nav-flyout .menu-item a:active {
  color: #F1A916 !important;
}

.nav-flyout ul.sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  margin: 2rem 0 -2rem 0;
  transition: max-height 0.6s ease-in-out;
}
.nav-flyout ul.sub-menu li {
  position: relative;
}
.nav-flyout ul.sub-menu li a {
  font-size: 1.35rem;
}
.nav-flyout ul.sub-menu li:before {
  position: absolute;
  content: "-";
  color: #D2DCE2;
  left: 0px;
}

.nav-flyout .side-nav-container li.current_page_item > a {
  color: #F1A916 !important;
}

.nav-flyout .side-nav-container ul.mobile li.nav-submenu-open ul.sub-menu {
  max-height: 2000px !important;
}

.nav-flyout-open .basket-icon {
  width: 50px;
}

.nav-flyout .menu-item-has-children > a {
  padding-right: 20px;
}
.nav-flyout .menu-item-has-children > a::after {
  position: absolute;
  top: 7px;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: 0.2rem 0.35rem;
  transition: transform 0.3s ease;
  display: inline-block;
  content: " ";
  width: 0.3rem;
  height: 0.3rem;
  border-top: 0px solid transparent;
  border-bottom: 3px solid #FFF;
  border-left: 3px solid #FFF;
  border-right: 0px solid transparent;
}

/* CSS Document */
/* -------------------- pagination -------------------- */
.sb-paginator {
  width: auto;
  margin: 60px 0 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sb-paginator .nx {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-right: 4px;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.sb-paginator .pv {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  margin-left: 4px;
  padding: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.sb-paginator ul {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}

.sb-paginator ul > li {
  flex: 1;
}

.sb-paginator ul > li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 300;
  font-size: 1.6rem;
  color: #111;
  background: none;
  border-radius: 100%;
  width: 35px;
  height: 35px;
}

.sb-paginator ul > li a:hover {
  background: #E3E3E3;
  color: #111;
}

.sb-paginator ul > li a.disc {
  background: #2b67bf;
}

.sb-paginator ul > li a.disc:hover {
  background: #2b67bf;
}

.sb-paginator ul > li.curr a {
  background: #E3E3E3;
}

@media (max-width: 720px) {
  .sb-paginator ul li.null {
    display: none;
  }
}
label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  background: #fff;
  max-width: 100%;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #222;
  border-color: #333;
}

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
}

button,
input[type=button],
input[type=submit] {
  background-color: #2b67bf;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

input + button,
input + input[type=button],
input + input[type=submit] {
  padding: 0.75em 2em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder,
::-webkit-input-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
  color: #555;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

#context-form-inner {
  max-width: 500px;
}
#context-form-inner div.field {
  margin: 0 0 0.5rem 0;
}

/*
#sbgdpr_contact_form > div { height: auto }

.sbgdpr_contact_form_errors ul {
	list-style: none;
	list-style-position: inside;
	margin: 15px 0 15px 15px;
	color:#DB5017;
	font-size: 0.9em;
}
.sbgdpr_errinput {
	border-left:3px solid #DB5017 !important;
	margin-right: -3px;
}
.sbgdpr_contact_form_errors ul li {
	margin-bottom: 0 !important; line-height: normal;
}
.sbgdpr_frmelem {
	margin: 5px 0;
}
.sbgdpr_contact_privacy_notice {
	margin: 0 0 0 0;
}
.sbgdpr_contact_privacy_notice {
	margin: 15px; 
}
.sbgdpr_chkbx {
	display: inline-block; margin: 0 15px 0 0;
	font-size: small;
}
.sbgdpr_chkbx small { font-weight: normal }

.sbgdpr_chkbx label { display:inline !important}

.sbgdpr_priv_notice { font-size: 11px  }
*/
/* CSS Document */
.mob-images {
  display: none;
}

.mob-images-top {
  margin: 30px 0 15px 0;
}

.mob-images-btm {
  margin: 45px 0 0 0;
}

/* NAV TOGGLE */
@media (max-width: 998px) {
  .header .hinner {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    transform: translateX(-45px) !important;
  }
  .header-nav {
    display: none;
  }
  .mobile-nav-ctrl {
    width: 45px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 908px) {
  h1.single-post-h1 {
    margin: 30px 0 0 0;
  }
  article.single-post-article img {
    width: 100%;
    height: auto;
  }
  .fl2col {
    display: block;
    margin-top: 0;
  }
  .fl2col > div {
    width: 100%;
  }
  .fl2col .lino {
    display: none;
  }
  .fl2col .fl2col-left {
    padding: 0;
  }
  .fl2col .fl2col-right {
    padding: 0;
  }
  .fl2col .fl2col-right.brdr {
    border: 0;
  }
  .fl2col.service-master-page {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
  .fl2col.service-master-page .lino {
    width: 100%;
    display: block;
  }
  .fl2col.service-master-page .lino img {
    width: 100%;
  }
  .fl2col.service-master-page .lino .service-details {
    width: 100%;
  }
  .fl2col.service-master-page .lino .service-details .serv-block {
    margin-bottom: 30px;
  }
  .default-side-image {
    display: none;
  }
  .mob-images {
    display: block;
  }
  .mob-images img {
    height: auto;
  }
}
@media (max-width: 768px) {
  .header-brand {
    display: block;
  }
  .header-brand .header-brand-inner {
    display: block;
    text-align: center;
  }
  .header-brand .header-brand-inner .header-brand-left {
    width: 100%;
    justify-content: center;
  }
  .header-brand .header-brand-inner .header-brand-right {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .list-panel .lp-btm .lpx {
    font-size: 15px;
  }
  .footer {
    display: block;
    padding: 30px 15px 45px 15px;
  }
  .footer div {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  .footer .footer-inner .foot-right .xbrand {
    display: none !important;
  }
  .footer .footer-acc .fa-left {
    transform: translateY(37px);
  }
  .footer .xmail {
    transform: translateY(-24px);
  }
  .footer .footer-acc .fa-left img {
    margin: 0 8px !important;
  }
}
@media (max-width: 460px) {
  .header-brand {
    padding-bottom: 7px;
  }
  .header-brand .header-brand-inner {
    padding: 0 15px 10px 20px;
  }
  .header-brand .header-brand-inner .header-brand-left #wfticon {
    transform: translateX(30px);
  }
  .header-brand .header-brand-inner .header-brand-left #wfticon img {
    transform: scale(1.15);
  }
  .header-brand .header-brand-inner .header-brand-left .wftlogo {
    transform: scale(0.8);
  }
  .header-brand .header-brand-inner .header-brand-right .header-brand-aside {
    margin-top: -2px;
    margin-bottom: 2px;
  }
}
.amelia-v2-booking #amelia-container .am-eli__timetable.am-eli__main-item,
.amelia-v2-booking #amelia-container .am-eli__timetable-main {
  display: none !important;
}

.fitkidz-head img {
  width: 220px;
  height: auto;
  transform: translateX(-6px);
}

.amelia-v2-booking #amelia-container .am-ec__period-time,
.am-ec__period-time {
  display: none;
}

/*# sourceMappingURL=style.css.map */
