/*! normalize.css v8.0.0 | 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.
 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 
 :root {
  --blue: #207DC1 ;
  --paleBlue: #B9DAF3;
  --deepBlue: #4C6D83;
  --white: #ffffff;
  --orange: #f26522;
  --beige: #EFE0CA;
  --peach:#F69679;
  --green: #49A973;
  --deepGreen: #194239;
  --brown: #4D2921;
  --pink: #DB81B5;
  --purple:#93A4D3;
  --heading-font: "Poppins";
  --body-font: "Arial";
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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 {
  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;
  border: none; }

/**
 * 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 {
  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"] {
  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; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  height: auto;
  max-width: 100%;
  display: block; }

:focus {
  outline: var(--blue) auto 1px; }

.nomobile {
  display: block; }

.orange {
  color: var(--blue) !important; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.bold {
  font-weight: bold; }

img {
  max-width: 100%; }

img.right {
  float: right;
  padding-left: 10px; }

img.left {
  float: left;
  padding-right: 10px; }

#clear,
.clear {
  clear: both; }

.printonly,
.element-invisible {
  display: none; }

dl.article-info.muted {
  display: none; }

.error {
  font-weight: bold;
  background-color: #C03;
  color: #FFF;
  padding: 5px; }

.warning {
  font-weight: bold;
  background-color: var(--blue);
  color: #FFF;
  padding: 5px; }

.success {
  font-weight: bold;
  background-color: limegreen;
  color: #FFF;
  padding: 5px; }

.tagline {
  font-weight: bold;
  color: var(--blue);
  padding: 5px;
  font-size: 28px;
  font-family: var(--body-font);
  margin: 0;
  text-shadow: 1px 1px 2px #FFF; }

.green {
  color: var(--orange); }

a,
a:focus,
a:visited {
  text-decoration: none; }

a:hover {
  color: #0066CC;
  text-decoration: none;
  -webkit-transition: all, 0.25s, ease-in-out;
  -moz-transition: all, 0.25s, ease-in-out;
  -ms-transition: all, 0.25s, ease-in-out;
  -o-transition: all, 0.25s, ease-in-out;
  transition: all, 0.25s, ease-in-out; }

.phone {
  text-decoration: none;
  color: #000;
  font-weight: bold; }

.email:hover,
.email:focus {
  color: var(--blue); }

.phone:hover,
.phone:focus {
  color: var(--blue); }

.phone:before {
  color: var(--blue);
  /*font-size: 14px;*/
  content: "\f095";
  padding-left: 5px;
  padding-right: 5px;
  font-family: FontAwesome; }

.download-calendar {
  cursor: pointer;
  background-image: url(/images/icons/calendar.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 20px; }

.download:before {
  content: "\f019";
  padding-right: 5px;
  font-family: FontAwesome; }

a:hover img,
a:focus img {
  opacity: 0.8; }

html,
body {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--body-font); }

.one {
  float: left;
  width: 8.33333333%; }

.two {
  float: left;
  width: 16.66666667%; }

.three {
  float: left;
  width: 25%; }

.four {
  float: left;
  width: 33.33333333%; }

.five {
  float: left;
  width: 41.66666667%; }

.six {
  float: left;
  width: 50%; }

.seven {
  float: left;
  width: 58.33333333%; }

.eight {
  float: left;
  width: 66.66666667%; }

.nine {
  float: left;
  width: 75%; }

.ten {
  float: left;
  width: 83.33333333%; }

.eleven {
  float: left;
  width: 91.66666667%; }

.twelve {
  float: left;
  width: 100%; }

.padding1 {
  padding: 1px; }

.padding5 {
  padding: 5px; }

.padding10 {
  padding: 10px; }

.padding15 {
  padding: 15px; }

.padding20 {
  padding: 20px; }

.padding25 {
  padding: 25px; }

.padding30 {
  padding: 30px; }

#accessibility {
  height: 0px;
  overflow: hidden; }

#accessibility ul {
  list-style-type: none;
  padding-left: 0px;
  width: 1020px;
  margin: 0 auto; }

#accessibility ul li {
  display: inline-block;
  padding-right: 35px; }

#accessibility ul li a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 40px;
  z-index: 1000;
  padding: 10px; }

#accessibility ul li a:hover,
#accessibility ul li a:focus {
  color: #FFF;
  background: #333; }

#toolbar .separator {
  display: inline; }

#toolbar #google_translate_element .text {
  display: none; }

#google_translate_element .goog-te-gadget .goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  font-size: 14px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 15px !important; }

#google_translate_element .goog-te-gadget .goog-te-gadget-simple .goog-te-gadget-icon {
  float: left;
  margin-top: 10px;
  margin-left: -10px !important;
  background-image: none !important; }

#google_translate_element span a.goog-te-menu-value span {
  border-left: 0 !important; }

.menu-toggle-icon {
  display: block;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  background: var(--pink);
  font-size: 20px;
  color: #FFF;
  text-align: center; }

.menu-toggle-icon:after {
  font-family: FontAwesome;
  content: "\f0c9";
  position: absolute;
  right: 10px;
  font-size: 30px;
  color: #FFF; }

#slideshow {
  max-width: 1020px;
  max-height: 400px;
  overflow: hidden;
  margin: 0 auto; }

#slideshow div#ck {
  width: 100%;
  max-width: 600px;
  max-height: 372px;
  overflow: hidden;
  float: left; }

#slideshow div#highlight {
  width: 100%;
  max-width: 416px;
  max-height: 372px;
  height: 372px;
  overflow: hidden;
  float: left;
  background: var(--paleBlue);
  font-size: 14px;
  color: #4c4c4c; }

#slideshow div#highlight p {
  margin: 0;
  margin-top: -3px; }

.opening-hours {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-top: 0px !important; }

.opening-hours:before {
  content: "\f017";
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 10px; }

.location {
  border-top: 1px solid #000;
  font-size: 20px;
  margin-top: 13px !important;
  font-weight: bold;
  color: #000; }

#top {
  width: 1020px;
  margin: 0 auto; }

#logo {
  float: left;
  width: 20%; }

#logo p {
  margin: 0;
  padding: 0; }

.breadcrumbs-wrapper {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto; }

#breadcrumbs {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 0px;
  background: #FFF; }

#breadcrumbs ul {
  list-style-type: none;
  padding: 0; }

#breadcrumbs li {
  display: inline-block; }

#breadcrumbs li a {
  color: #333;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

#breadcrumbs li a span {
  color: #333; }

#breadcrumbs li span {
  color: var(--blue);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

.contact-form input[type="text"] {
  width: 100%; }

.contact-form input[type="text"],
.contact-form textarea {
  display: block;
  height: 40px;
  width: 88%;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  color: #333;
  line-height: 20px;
  padding: 0px 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 110%;
  font-size: 16px;
  font-family: var(--body-font); }

.contact-form textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 80px; }

.contact-form label.error {
  font-weight: bold;
  color: #c03; }

.contact-form label.error {
  display: block;
  text-align: left; }

.contact-form label label.error {
  float: left;
  margin-left: 26px;
  margin-bottom: 15px; }

.contact-form input.error {
  border: 2px solid #c03 !important; }

.contact-form textarea.error {
  border: 2px solid #c03; }

/*############### CONTENT ##################*/
/* ------------------------------------ **
**  Table
** ------------------------------------ */
table.grey {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

table.grey tr {
  border-top: 1px solid #c5c6ca;
  border-bottom: 1px solid #c5c6ca; }

table.grey tr:hover,
table.grey tr:focus {
  background: #f1f1f1; }

table.grey tr th,
table.grey tr td {
  border-left: 1px solid #c5c6ca;
  border-right: 1px solid #c5c6ca;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top;
  float: left; }

table.grey tr th {
  background-color: var(--paleBlue); }

table.grey tr {
  border-top: none;
  border-bottom: none; }

table.grey tr th,
table.grey tr td {
  border-top: 1px solid #c5c6ca;
  border-right: none;
  float: none;
  padding: 15px 10px; }

table.grey tr th:last-child,
table.grey tr td:last-child {
  border-right: 1px solid #c5c6ca; }

table.grey tr:last-child {
  border-bottom: 1px solid #c5c6ca; }

/* Instagram Module on homepage */
.instagram-wrapper {
  background: var(--paleBlue);
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: -10px; }

.instagram {
  max-width: 1020px;
  margin: 0 auto; }

.instagram p.h1 {
  background-image: url(/images/icons/camera.png);
  background-repeat: no-repeat;
  position: relative;
  background-size: 58px 58px;
  padding-left: 72px;
  line-height: 64px;
  margin-bottom: 10px;
  margin-top: 10px; }

#instafeed {
  background-image: url(/images/icons/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  min-height: 50px; }

.instagram-image {
  float: left;
  width: 33%; }

.instagram-image a {
  margin: 0;
  padding: 0;
  line-height: 0;
  display: grid;
  background: #FFF; }

.instagram-image img {
  width: 100%;
  cursor: pointer; }

#content {
  width: 1020px;
  margin: 0 auto; }

.item-image {
  display: none; }

#event-hero-image {
  display: block !important;
  float: right; }

#event-hero-image img {
  float: right;
  padding: 10px;
  width: 100%;
  max-width: 400px; }

/* Blog listing on /blog page*/
/*############### FOOTER ##################*/
#footer-wrapper {
  border-top: 3px solid var(--blue);
  width: 100%; }

#footer {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  min-height: 100px; }

/*######## NEWSLETTER SUBSCRIBE ###########*/
#newsletter {
  padding-top: 10px; }

#newsletter input[type="email"] {
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #000;
  line-height: 20px;
  padding: 0px 12px;
  width: 51%;
  height: 39px; }

#newsletter::-webkit-input-placeholder {
  color: #000; }

#newsletter input[type="submit"] {
  font-family: var(--body-font);
  padding: 1px 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 0;
  text-align: center;
  width: 29%;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-appearance: button;
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  height: 41px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -5px; }

#newsletter input[type="submit"]:hover {
  background-color: #cf4a15;
  color: #fff; }

#newsletter input[type="submit"]:focus {
  background-color: #cf4a15;
  color: #fff; }

#mailchimpsubscribe-message {
  width: 91%; }

#mailchimpsubscribe-form p.success {
  width: 91%; }

/*######## NEWSLETTER SUBSCRIBE ###########*/
/*######## FOOTER CONTACT DETAILS ###########*/
#contact-details {
  text-align: right; }

/*######## FOOTER CONTACT DETAILS ###########*/
/*######## FOOTER SOCIAL MEDIA ICONS ###########*/
#media-social ul {
  padding-left: 0; }

#media-social ul li {
  list-style-type: none;
  margin-right: 8px;
  margin-left: 8px; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.social-list li {
  display: inline-block;
  border-radius: 15px;
  height: 30px;
  width: 30px; }

.social-list li:nth-child(1) {
  background-color: #4e81d6; }

.social-list li:nth-child(2) {
  background-color: #333; }

.social-list li:nth-child(3) {
  background-color: #64ccef; }

.social-list li:nth-child(4) {
  background-color: #C03; }

.social-list li a {
  color: #fff;
  display: block;
  font-size: 15px;
  line-height: 30px;
  text-align: center; }

.social-list li a:hover {
  color: #fff;
  text-decoration: none; }

.social-list li a:focus {
  color: #fff;
  text-decoration: none; }

.social-list li a span {
  display: block;
  -webkit-transform: translateX(-999em);
  -moz-transform: translateX(-999em);
  -ms-transform: translateX(-999em);
  -o-transform: translateX(-999em);
  transform: translateX(-999em); }

/*######## FOOTER SOCIAL MEDIA ICONS ###########*/
#scroll-to-top {
  text-align: right;
  line-height: 50px; }

#scroll-to-top a {
  color: var(--deepBlue);
  text-decoration: none;
  font-size: 16px;
  font-weight: bold; }

#scroll-to-top a:hover,
#scroll-to-top a:focus {
  color: #333; }

#scroll-to-top a:before {
  content: "\f077";
  font-family: FontAwesome;
  padding-right: 5px; }

#footer-menu-wrapper {
  width: 100%;
  background: var(--paleBlue);
  padding-bottom: 10px;
  padding-top: 10px; }

#footer-menu {
  max-width: 1020px;
  margin: 0 auto;
  min-height: 50px; }

#footer-menu ul {
  padding-left: 0; }

#footer-menu ul > li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 20%; }

/* TOP ITEMS, Things, events, stay */
#footer-menu ul > li > a {
  list-style-type: none;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-family: var(--body-font);
  font-size: 130%;
  color: var(--blue);
  text-transform: uppercase;
  padding-bottom: 20px;
  text-decoration: none; }

/* TOP ITEMS, Things, events, stay */
#footer-menu ul span.text {
  list-style-type: none;
  display: inline-block;
  float: left;
  font-weight: bold;
  font-family: var(--body-font);
  font-size: 130%;
  color: var(--blue);
  text-transform: uppercase;
  padding-bottom: 20px;
  text-decoration: none; }

/* TOP ITEMS, Things, events, stay */
#footer-menu ul > li > a:focus,
#footer-menu ul > li > a:hover {
  color: #333; }

#footer-menu ul > li ul li {
  list-style-type: none;
  display: inline-block;
  float: left;
  width: 100%; }

#footer-menu ul > li > ul > li > a {
  list-style-type: none;
  display: inline-block;
  float: left;
  font-weight: normal;
  font-family: var(--body-font);
  font-size: 100%;
  color: #000;
  text-transform: initial;
  padding-bottom: 20px;
  text-decoration: none; }

#footer-menu ul > li > ul > li > a:hover,
#footer-menu ul > li > ul > li > a:focus {
  text-decoration: underline; }

#footer-menu li a.no-footer,
#footer-menu div#google_translate_element,
#no-footer,
.no-footer {
  display: none; }

#footer-internal {
  float: left;
  width: 80%; }

#footer-external {
  float: left;
  width: 20%; }

#footer-internal ul:first-child > li:nth-child(4) {
  display: none; }

/* TO HIDE THE BLOG MENU ITEM */
#footer-menu ul#footer-external > li {
  width: 100%; }

#footer-content-wrapper {
  width: 100%;
  background: var(--purple);
  padding: 0px; }

#footer-content-wrapper-wrapper {
  max-width: 1020px;
  margin: 0 auto; }

#footer-content-text {
  line-height: 22px; }

#footer-content-menu {
  line-height: 22px;
  text-align: center; }

#footer-content-menu li {
  list-style-type: none;
  display: inline-block;
  padding-left: 20px; }

#footer-content-menu li a {
  color: #333;
  text-decoration: none; }

#footer-content-menu li a:focus,
#footer-content-menu li a:hover {
  text-decoration: underline; }

.goog-te-menu-value img {
  display: inline; }

.camera_wrap .camera_pag .camera_pag_ul li > span {
  width: 100%;
  height: 100%; }

.item-page_content {
  padding-bottom: 50px; }

.item-page {
  margin-bottom: 50px; }

.services-list {
  display: block;
  padding: 0;
  margin: 0; }

.featured-services {
  display: block; }

/*############### BLOG ##################*/
.blog-listing {
  position: relative; }

/* Module on homepage*/
.latest-blog-wrapper {
  background: #f3f3f3;
  padding-top: 10px;
  padding-bottom: 10px; }

.latest-blog {
  max-width: 1020px;
  margin: 0 auto; }

.latest-blog p.h1 a {
  text-decoration: none;
  color: #333; }

.latest-blog-listing {
  position: relative;
  min-height: 545px; }
  .latest-blog-listing.related {
    min-height: 515px; }
  .latest-blog-listing p.title {
    font-size: 20px;
    margin: 0;
    width: 98%; }
    .latest-blog-listing p.title a {
      color: #333;
      text-decoration: none;
      font-weight: 700;
      text-shadow: 0px 0px #000; }
      .latest-blog-listing p.title a:hover, .latest-blog-listing p.title a:focus {
        color: var(--blue); }
  .latest-blog-listing p.image {
    margin: 0; }
    .latest-blog-listing p.image img {
      width: 100%; }
  .latest-blog-listing p.datestart {
    font-weight: bold;
    color: var(--blue);
    margin-top: 5px; }
  .latest-blog-listing p.summary {
    width: 98%; }

h1,
h2,
h3,
h4,
h5,
h6,
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6 {
  color: #333;
  font-family: var(--heading-font);
  line-height: 110%; }

h1,
.h1 {
  font-size: 40px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 22px; }

h4,
.h4 {
  font-size: 16px; }


#toolbar {
  width: 100%;
  background: #ebebeb;
  border-bottom: 1px solid #c6c6c6; }
  #toolbar > ul {
    width: 1020px;
    margin: 0 auto !important; }
  #toolbar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #toolbar ul li {
      float: left; }
      #toolbar ul li:hover ul, #toolbar ul li:focus ul {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
        height: auto; }
      #toolbar ul li.parent a {
        padding: 10px 30px 10px 15px; }
      #toolbar ul li.parent > a:after {
        font-family: FontAwesome;
        content: "\f0d7";
        position: absolute;
        right: 10px; }
      #toolbar ul li div.separator.parent span:after {
        font-family: FontAwesome;
        content: "\f0d7";
        margin-left: 10px; }
      #toolbar ul li a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 10px 15px 10px 15px;
        position: relative; }
        #toolbar ul li a:focus + ul {
          height: auto;
          z-index: 10000000; }
      #toolbar ul li span.text {
        padding: 10px 30px 10px 15px;
        display: block; }
      #toolbar ul li.dropdown:after {
        top: 13px; }
      #toolbar ul li ul {
        background: #fff;
        height: 0;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        border-radius: 0;
        position: absolute;
        z-index: 110; }
        #toolbar ul li ul.show-menu {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          height: auto; }
        #toolbar ul li ul li {
          float: none;
          border: none; }
          #toolbar ul li ul li:last-child {
            border-right: none; }
          #toolbar ul li ul li:hover, #toolbar ul li ul li:focus {
            background-color: #ebebeb; }
          #toolbar ul li ul li a {
            padding: 10px 20px; }

#header-wrapper {
  width: 100%;
  background: #FFF; }
  #header-wrapper #header {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto; }
    #header-wrapper #header #header-logo p {
      margin: 0;
      padding: 10px 0; }
      #header-wrapper #header #header-logo p img {
        max-height: 76px;
        padding: 5px; }
    #header-wrapper #header #header-announcement {
      padding: 28px 0; }
      #header-wrapper #header #header-announcement p {
        background: #C03;
        padding: 5px;
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
        text-align: center; }

#main-menu {
  width: 100%;
  background: var(--blue);
  border-bottom: 3px solid var(--purple);
  font-family: var(--body-font); }
  #main-menu nav {
    max-width: 1020px;
    margin: 0 auto; }
    #main-menu nav > ul {
      width: 100%;
      margin: 0 auto !important; }
    #main-menu nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      #main-menu nav ul li {
        float: left; }
        #main-menu nav ul li a {
          color: #FFF;
          text-decoration: none;
          font-size: 14px;
          display: block;
          padding: 10px 13px 10px 13px;
          position: relative;
          font-weight: bold; }
          #main-menu nav ul li a:focus {
            background-color: var(--deepBlue); }
            #main-menu nav ul li a:focus + ul {
              height: auto;
              z-index: 10000000; }
        #main-menu nav ul li a.dropdown:after {
          top: 13px; }
        #main-menu nav ul li:hover a {
          background-color: var(--deepBlue); }
        #main-menu nav ul li:hover > ul {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          height: auto; }
        #main-menu nav ul li ul {
          background: var(--blue) !important;
          height: 0;
          list-style: none;
          margin: 0;
          overflow: hidden;
          padding: 0;
          border-radius: 0;
          position: absolute;
          z-index: 110; }
          #main-menu nav ul li ul li {
            float: none;
            border: none; }
            #main-menu nav ul li ul li:last-child {
              border-right: none; }
            #main-menu nav ul li ul li a {
              padding: 10px 10px; }
              #main-menu nav ul li ul li a:hover {
                color: var(--deepBlue);
                background: var(--purple); }
              #main-menu nav ul li ul li a:focus {
                color: var(--deepBlue);
                background: var(--purple); }
            #main-menu nav ul li ul li ul {
              position: fixed;
              float: right;
              margin-left: 249px;
              margin-top: -41px; }
              #main-menu nav ul li ul li ul li a {
                background-color: var(--pink) !important;
                color: #FFF !important; }
                #main-menu nav ul li ul li ul li a:hover {
                  background-color: var(--purple) !important;
                  color: #333 !important; }
                #main-menu nav ul li ul li ul li a:focus {
                  background-color: var(--purple) !important;
                  color: #333 !important; }
        #main-menu nav ul li ul.show-menu {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          height: auto; }
        #main-menu nav ul li:focus > ul {
          -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          height: auto; }
        #main-menu nav ul li span.text {
          padding: 10px 30px 10px 15px;
          display: block; }
      #main-menu nav ul li.active a {
        background: var(--deepBlue); }
      #main-menu nav ul li.active ul li.active a {
        background: var(--purple);
        color: #333; }
      #main-menu nav ul li.active ul li.active ul li.active a {
        background: var(--purple) !important;
        color: #333 !important; }
      #main-menu nav ul li.parent > a:after {
        font-family: FontAwesome;
        content: "\f0d7";
        position: absolute;
        right: 10px; }
      #main-menu nav ul li.parent a {
        padding: 10px 30px 10px 14px; }
      #main-menu nav ul li.parent li.parent > a:after {
        font-family: FontAwesome;
        content: "\f0da";
        position: absolute;
        right: 10px; }

#main-menu-toggle-wrapper {
  display: none; }

input {
  background: white;
  border: 1px solid #c5c6ca;
  line-height: 18px;
  padding: 10px;
  font-size: 14px; }

.convertforms button,
.button,
.button:hover,
.button:focus,
input[type="submit"] {
  background-color: var(--orange);
  color: #FFF;
  display: inline-block;
  padding: 10px;
  font-family: var(--body-font);
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
  border: none;
  outline: none;
  transition: 0.2s background,  0.2s color,  0.2s opacity; }
  .convertforms button:hover, .convertforms button:focus,
  .button:hover,
  .button:focus,
  .button:hover:hover,
  .button:hover:focus,
  .button:focus:hover,
  .button:focus:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    background-color: var(--purple);
    color: #333; }
  .convertforms button.readmore,
  .button.readmore,
  .button:hover.readmore,
  .button:focus.readmore,
  input[type="submit"].readmore {
    border: 2px solid var(--orange);
    background: #FFF;
    color: var(--orange) !important; }
    .convertforms button.readmore:hover,
    .button.readmore:hover,
    .button:hover.readmore:hover,
    .button:focus.readmore:hover,
    input[type="submit"].readmore:hover {
      border: 2px solid #666;
      background: #FFF;
      color: #666 !important; }
  .convertforms button.gallery,
  .button.gallery,
  .button:hover.gallery,
  .button:focus.gallery,
  input[type="submit"].gallery {
    border: 2px solid var(--orange);
    background: #FFF;
    color: var(--orange) !important; }
    .convertforms button.gallery:hover,
    .button.gallery:hover,
    .button:hover.gallery:hover,
    .button:focus.gallery:hover,
    input[type="submit"].gallery:hover {
      border: 2px solid #666;
      background: #FFF;
      color: var(--orange) !important; }

.ext:after {
  content: "\f08e";
  padding-left: 5px;
  font-family: FontAwesome; }
.ext.image:after {
  content: "";
  padding-left: 0px;
  font-family: FontAwesome; }

.email {
  color: #000;
  text-decoration: none;
  font-weight: bold; }
  .email:before {
    color: #0099CC;
    font-size: 14px;
    content: "\f003";
    padding-left: 5px;
    padding-right: 10px;
    font-family: FontAwesome; }

.fax:before {
  color: #0099CC;
  font-size: 14px;
  content: "\f1ac";
  padding-left: 5px;
  padding-right: 5px;
  font-family: FontAwesome; }

.cf-content-wrap,
.cf-form-wrap {
  padding: 0; }

a.card {
  color: black; }

.trainers {
  margin-bottom: 50px; }
  .trainers .trainer {
    border-top: 1px solid #c5c6ca;
    border-bottom: 1px solid #c5c6ca;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden; }
    .trainers .trainer img {
      width: 100%; }
    .trainers .trainer .trainer_content {
      padding: 0 20px;
      max-height: 330px;
      overflow: hidden;
      transition: max-height 0.6s; }
    .trainers .trainer h3 {
      margin-top: 0;
      color: var(--blue); }
    .trainers .trainer .expand {
      font-size: 40px;
      color: var(--blue);
      transition: transform 0.5s;
      display: block;
      width: 100%;
      text-align: center;
      float: left;
      cursor: pointer; }
      .trainers .trainer .expand:hover {
        transform: scale(1.3); }
    .trainers .trainer.active .trainer_content {
      max-height: 700px; }
    .trainers .trainer.active .expand {
      transform: RotateZ(180deg); }

.pricing_table.pricing_table {
  width: auto; }
  .pricing_table.pricing_table td {
    text-align: center;
    width: 15%; }
  .pricing_table.pricing_table td:first-child {
    text-align: left;
    width: 40%; }
  .pricing_table.pricing_table th {
    text-align: center;
    width: 15%; }
  .pricing_table.pricing_table th:first-child {
    text-align: left;
    width: 40%; }

.blog-listing {
  position: relative; }
  .blog-listing .blog-item-title h2 {
    font-size: 20px; }
    .blog-listing .blog-item-title h2 a {
      color: #333;
      font-family: var(--body-font);
      font-weight: 700;
      text-shadow: 0px 0px #000; }
      .blog-listing .blog-item-title h2 a:hover, .blog-listing .blog-item-title h2 a:focus {
        color: var(--blue); }
  .blog-listing .image {
    margin: 0; }
  .blog-listing .publish-date {
    font-weight: bold;
    color: var(--blue);
    margin-top: -13px; }
  .blog-listing .readmore a.button {
    position: absolute;
    bottom: 20px; }

.card {
  color: black;
  font-weight: 400;
  padding: 5px;
  margin-bottom: 50px; }
  .card .blog-item-title h2,
  .card h2 {
    background: var(--blue);
    color: #FFF;
    padding: 10px;
    text-align: center;
    margin-top: -7px;
    font-size: 18px;
    display: block;
    margin-top: 0; }
    .card .blog-item-title h2 a,
    .card h2 a {
      color: inherit; }
      .card .blog-item-title h2 a:hover,
      .card h2 a:hover {
        color: inherit; }
  .card:hover h2, .card:focus h2 {
    background: var(--orange); }
  .card:hover img, .card:focus img {
    opacity: 0.8; }
  .card img {
    width: 100%; }

#searchForm {
  float: left;
  width: 100%; }

#searchForm .btn-toolbar,
#searchForm .searchintro {
  float: left;
  width: 100%; }

#searchForm .form-limit {
  float: right; }

#searchForm .btn-toolbar .btn {
  margin-left: 2px;
  border-radius: 0;
  padding: 12px;
  border: none;
  background-color: var(--orange);
  color: #FFF;
  font-family: var(--body-font);
  cursor: pointer; }

#searchForm .btn-toolbar .btn:hover {
  background-color: var(--purple);
  color: #333; }

.search-results {
  margin-bottom: 100px; }

.accordion {
  width: 100%;
  margin-bottom: 20px; }
  .accordion .heading {
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    background: var(--paleBlue); }
    .accordion .heading::after {
      content: "\f063";
      font-family: FontAwesome;
      font-weight: 900;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      margin-left: 10px;
      transition: transform 0.2s;
      float: right; }
  .accordion .content {
    display: none;
    padding: 20px;
    background-color: white;
    border: 1px solid var(--paleBlue); }
  .accordion.active .heading::after {
    transform: rotateZ(180deg); }

.mt-0 {
  margin-top: 0px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mt-150 {
  margin-top: 150px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-150 {
  margin-bottom: 150px; }

.mt-0-neg {
  margin-top: -0px; }

.mt-10-neg {
  margin-top: -10px; }

.mt-20-neg {
  margin-top: -20px; }

.mt-30-neg {
  margin-top: -30px; }

.mt-40-neg {
  margin-top: -40px; }

.mt-50-neg {
  margin-top: -50px; }

.mt-60-neg {
  margin-top: -60px; }

.mt-70-neg {
  margin-top: -70px; }

.mt-80-neg {
  margin-top: -80px; }

.mt-90-neg {
  margin-top: -90px; }

.mt-100-neg {
  margin-top: -100px; }

.mt-110-neg {
  margin-top: -110px; }

.mt-120-neg {
  margin-top: -120px; }

.mt-130-neg {
  margin-top: -130px; }

.mt-140-neg {
  margin-top: -140px; }

.mt-150-neg {
  margin-top: -150px; }

.mb-0-neg {
  margin-bottom: -0px; }

.mb-10-neg {
  margin-bottom: -10px; }

.mb-20-neg {
  margin-bottom: -20px; }

.mb-30-neg {
  margin-bottom: -30px; }

.mb-40-neg {
  margin-bottom: -40px; }

.mb-50-neg {
  margin-bottom: -50px; }

.mb-60-neg {
  margin-bottom: -60px; }

.mb-70-neg {
  margin-bottom: -70px; }

.mb-80-neg {
  margin-bottom: -80px; }

.mb-90-neg {
  margin-bottom: -90px; }

.mb-100-neg {
  margin-bottom: -100px; }

.mb-110-neg {
  margin-bottom: -110px; }

.mb-120-neg {
  margin-bottom: -120px; }

.mb-130-neg {
  margin-bottom: -130px; }

.mb-140-neg {
  margin-bottom: -140px; }

.mb-150-neg {
  margin-bottom: -150px; }

/*********************
	Overwrite - Used for overwriteing styles set by other modules or javacsript, this should be only place to use the !important tag	
 *********************/
.camera_gold_skin .camera_commands > .camera_play {
  display: none !important; }
.camera_gold_skin .camera_commands > .camera_stop {
  display: none !important; }

.camera_caption {
  margin: 0;
  width: 100%;
  bottom: 0; }
  .camera_caption > div {
    background: rgba(0, 0, 0, 0.5); }
  .camera_caption .camera_caption_title {
    color: white; }
  .camera_caption div.slideshow-button a {
    padding: 10px;
    border: none;
    transition: 0.2s background, 0.2s color, 0.2s opacity; }
    .camera_caption div.slideshow-button a:hover {
      border: none !important; }

/*********************
MOBILE DEVICES
*********************/
@media only screen and (max-width: 481px) {
  #accessibility ul,
  #toolbar > ul,
  #top,
  #content {
    width: 94%; }

  #logo {
    width: 40%; }

  .calendar {
    width: 75%; }

  .event-search-form .form-input {
    width: 95%;
    text-align: center; }

  .event-search-form .form-input label {
    text-align: left; }

  .event-search-form .form-input input[type="submit"] {
    margin-top: 0px; }

  #search-results-tabs ul li {
    width: 100%; }

  #newsletter {
    text-align: center; }

  #mailchimpsubscribe-message {
    width: 100%; }

  #contact-details,
  #media-social {
    width: 100% !important;
    text-align: center; }

  #contact-details p.h3,
  #media-social p.h3 {
    margin-bottom: 0px; }

  #event-image {
    padding-top: 105px; }

  img.width98 {
    width: 100%; }

  .event-listing.things h3.title {
    width: 100%; }

  .vptags-wrapper,
  .instagram-wrapper,
  .latest-blog-wrapper {
    padding: 10px; }

  #search-results .result p.publish-date {
    float: none; }

  #footer-content-menu ul {
    padding-left: 0;
    margin-top: 0; }

  #footer-content-menu ul li {
    display: block;
    text-align: center; }

  #media-social ul li {
    margin-left: 8px;
    margin-right: 8px; }

  .search .search-query {
    width: calc(100% - 84px); }
  .search .btn-primary {
    width: 80px; } }
/*********************
TABLET LAPTOPS
*********************/
@media only screen and (max-width: 768px) {
    
  .nomobile {
    display: none; }

  .camera_caption {
    width: 100%;
    top: 0;
    margin-left: 0;
    position: relative !important; }

  .camera_caption div {
    background: transparent;
    background-color: transparent;
    border-bottom: 0; }

  .camera_caption_title {
    font-size: 24px;
    color: #FFF;
    text-shadow: 2px 2px 2px #000; }

  .slideshow-button {
    display: none; }

  #body.slideshow .camera_pag {
    margin-top: -50px; }

  img.left,
  img.right {
    max-width: 50%; }

  #logo {
    width: 20%;
    padding: 10px; }

  #main-menu {
    display: none;
    width: 100%; }

  #main-menu nav ul li {
    width: 100%; }

  #main-menu-toggle-wrapper {
    display: block; }

  #main-menu nav ul li ul {
    position: relative; }

  #main-menu nav ul li ul li ul {
    position: relative !important;
    margin-left: 0 !important;
    float: none !important;
    margin-top: 0 !important; }

  .camera_caption_title {
    padding: 0px; }

  .camera_caption_desc {
    display: none; }

  #google-map {
    height: 360px; }

  ul.google-map-tabs li a {
    padding: 10px;
    font-size: 12px; }

  .button,
  .button:hover,
  .button:focus,
  input[type="submit"],
  .slideshow-button a,
  .slideshow-button a:hover {
    font-size: 12px; }

  #header #header-logo p {
    text-align: center; }

  #header #header-announcement p {
    font-size: 14px;
    margin: 0; }

  #slideshow {
    min-height: max-content; }

  #scroll-to-top {
    text-align: center; }

  h1,
  p.h1 {
    font-size: 26px; }

  h2,
  p.h2 {
    font-size: 24px; }

  .one,
  .two,
  .three,
  .four,
  .five,
  .six,
  .seven,
  .eight,
  .nine,
  .ten,
  .eleven,
  .twelve {
    width: 100%; }

  #contact-details,
  #media-social {
    width: 50%; }

  #media-social {
    margin-top: -23px; }

  #toolbar {
    display: none; }

  #accessibility ul li a {
    font-size: 13px; }

  #breadcrumbs {
    line-height: initial; }

  .slideshow #breadcrumbs {
    position: relative;
    line-height: initial; }

  .compass h1.item-title {
    width: 100%;
    margin-bottom: 0; }

  .compass img.moveup {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-top: 0;
    float: none;
    margin: 0 auto;
    display: block;
    padding-left: 0; }

  .calendar p.h1 {
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 48px 48px;
    padding-top: 48px;
    text-align: center;
    text-indent: 0;
    width: 90%;
    line-height: 1;
    margin-left: 5%; }

  .calendar-wrapper {
    padding-top: 1px;
    background-position-y: -451px; }

  .calendar-outer .next,
  .calendar-outer .previous {
    margin-top: 206px; }

  .days-load {
    height: 46px; }

  .days-load img {
    margin-top: 5px; }

  .events-load {
    height: 208px;
    display: inline-block; }

  .events-load img {
    margin-top: 80px; }

  .calendar {
    width: 87%; }

  .calendar-outer {
    margin-top: 41px; }

  .calendar p.event-button {
    text-align: center;
    margin-right: 0;
    margin-top: 0px; }

  .calendar .day {
    width: 100%;
    display: none; }

  .calendar .day.active {
    display: block; }

  .calendar .events .event {
    width: 100%;
    min-height: 0;
    border-bottom: 0; }

  .calendar .events .event span.read-more a {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 5px; }

  .calendar .events .event span.read-more.center a {
    border-bottom: 0; }

  .calendar .events {
    border-bottom: 1px solid #c9c9c9; }

  button#calendar-next,
  button#calendar-previous {
    display: none; }

  button#calendar-next-mobile,
  button#calendar-previous-mobile {
    display: block; }

  .calendar .day span.number,
  .calendar .day span.month,
  .calendar .day span.day {
    margin-right: 0;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px; }

  .visitor-guide img.movedown {
    margin-top: 0;
    float: none;
    margin: 0 auto;
    display: block; }

  div.vptags-listing p a.button,
  div.event-listing p a.button,
  div.blog-listing p.readmore a.button,
  a.button.gallery,
  div.latest-blog-listing p a.button {
    position: relative;
    bottom: 0; }

  div.vptags-listing,
  div.event-listing,
  div.blog-listing,
  div#gallery div.four,
  div.latest-blog-listing {
    min-height: 1px; }

  div#event-image {
    padding-top: 210px; }

  div.blog p.readmore {
    text-align: center; }

  div#sub-menu ul,
  div#breadcrumbs,
  .slideshow div#breadcrumbs,
  div.instagram,
  div.vptags,
  div#footer,
  div#footer-menu,
  div#footer-content-wrapper-wrapper {
    max-width: 100%; }

  ul#footer-internal,
  div#footer-menu ul > li,
  ul#footer-external {
    width: 100%; }

  div#footer-menu ul > li > a:after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    right: 10px; }

  div#footer-menu ul ul {
    display: none; }

  div#footer-content-text,
  div#footer-content-menu {
    text-align: center; }

  div#footer-menu ul {
    margin-top: 0;
    margin-bottom: 0; }

  div.google-map p.h1 {
    margin: 10px;
    width: 96%;
    text-align: center; }

  div.google-map p.h1 span.map-pin {
    display: block;
    margin-left: 128px;
    height: 50px; }

  ul.google-map-tabs li {
    width: 49%; }

  div#google-map {
    height: 220px; }

  div.instagram p.h1 {
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 48px 48px;
    padding-top: 48px;
    text-align: center;
    text-indent: 0;
    width: 100%;
    line-height: 1.1;
    padding-left: 0; }

  div#footer-menu-wrapper {
    display: none; }

  .trainers .trainer img {
    padding: 0 20px;
    margin-bottom: 20px;
    max-width: 400px; }

  .mobile-one {
    float: left;
    width: 8.33333333%; }

  .mobile-two {
    float: left;
    width: 16.66666667%; }

  .mobile-three {
    float: left;
    width: 25%; }

  .mobile-four {
    float: left;
    width: 33.33333333%; }

  .mobile-five {
    float: left;
    width: 41.66666667%; }

  .mobile-six {
    float: left;
    width: 50%; }

  .mobile-seven {
    float: left;
    width: 58.33333333%; }

  .mobile-eight {
    float: left;
    width: 66.66666667%; }

  .mobile-nine {
    float: left;
    width: 75%; }

  .mobile-ten {
    float: left;
    width: 83.33333333%; }

  .mobile-eleven {
    float: left;
    width: 91.66666667%; }

  .mobile-twelve {
    float: left;
    width: 100%; }

  #header-wrapper #header #header-announcement {
    padding: 28px 28px 28px 0; }

  .latest-blog {
    width: calc(100% - 20px);
    max-width: 100%;
    margin: 0 20px; } }
/*********************
DESKTOP
*********************/
@media only screen and (max-width: 1030px) {
  #accessibility ul,
  #toolbar > ul,
  #top,
  #content {
    width: calc(100% - 40px);
    margin: 0 20px; }

  #sub-menu ul,
  #breadcrumbs,
  .slideshow #breadcrumbs,
  .instagram,
  .vptags,
  .latest-blog,
  #footer,
  #footer-menu,
  #footer-content-wrapper-wrapper {
    width: calc(100% - 40px);
    margin: 0 20px; }

  #breadcrumbs,
  .slideshow #breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%; }

  #breadcrumbs ul,
  .slideshow #breadcrumbs ul {
    padding-left: 5px; } }
/*********************
PRINT STYLESHEET
*********************/
@media print {
  html {
    background: #FFF;
    margin: 0px;
    left: 0%;
    width: 100%; }

  body {
    margin: 0px;
    left: 0%;
    width: 98%;
    padding: 10px;
    background-color: #FFF;
    border: 0px solid #CCC;
    color: #000 !important; }

  div#accessibility,
  div#toolbar,
  div#main-menu-toggle,
  div#main-menu,
  div#search,
  div#sub-menu {
    display: none !important; }

  .slideshow div#breadcrumbs,
  div#breadcrumbs {
    padding-left: 0px; }

  .noprint {
    display: none !important; }

  .printonly {
    display: block !important; } }

/*# sourceMappingURL=style.css.map */
/*# google translate */
#google_translate_element img{ display:inline-block;}
/*# google translate */
/*# search form - smart search component */
form.js-finder-searchform label{display:none;}
form.js-finder-searchform button{
    background-color: var(--orange);
    color: #FFF;
    display: inline-block;
    padding: 10px;
    font-family: var(--body-font);
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    line-height: 18px;
    border: none;
    outline: none;
    transition: 0.2s background, 0.2s color, 0.2s opacity;
    margin-left:4px;
}
form.js-finder-searchform button:hover, 
form.js-finder-searchform button:focus{
		background-color: var(--purple); color: #333;}
legend.com-finder__search-legend {display:none;}
.com-finder ul.pagination {text-align:center;padding:20px;}
.com-finder ul.pagination li{display:inline-block;padding:5px; font-size:14px;}
.com-finder__results-list {list-style: decimal;}
.result__title-text {font-size: 1rem;}  
.result__item+.result__item {border-top: none;margin-top:0;padding-top:0;}
.result__taxonomy-item.result__taxonomy--Type,.result__taxonomy-item.result__taxonomy--Author{display:none;}
.result__taxonomy-item+.result__taxonomy-item:before {
    -webkit-padding-end: 0;
    content: "(";
    padding-inline-end: 0;
}
.result__taxonomy-item+.result__taxonomy-item:after {
    -webkit-padding-end: 0;
    content: ")";
    padding-inline-end: 0;
}

@media only screen and (max-width: 768px) {
    form.js-finder-searchform button{font-size: 12px;}
}
@media only screen and (max-width: 481px){
    input.js-finder-search-query.form-control {width: calc(100% - 84px);}
}

/*# search form - smart search component */

/*############### TOP TOOLBAR - PCC MASTER MENU ##################*/

div#top-toolbar ul li ul li.mobileonly {
  display: none;
}
div#top-toolbar .separator {display: inline;}
div#top-toolbar {width: 100%; background: #f0e0ca;padding:0; margin:0; } 
div#top-toolbar ul {list-style: none; padding:0 ; margin:0;   text-align:center; } 
div#top-toolbar ul li { display:inline-block; border-left: 3px solid #ffffff; }
div#top-toolbar ul li:first-child { border-right: 1px solid #fff;} 
div#top-toolbar ul li:last-child { border-right: 3px solid #fff;}
div#top-toolbar ul li.parent > a:after { font-family: FontAwesome; content: "\f0d7";}
div#top-toolbar ul li a {display: block; color: #000; text-decoration: none;  text-align:center;  padding:10px 25px; font-weight:700; font-family:'Poppins', "Arial"; }
div#top-toolbar ul li.active {background-color: #f26522;}
div#top-toolbar ul li.activesite {background-color: #f26522;}
div#top-toolbar ul li a.dropdown:after {top: 13px; }
div#top-toolbar ul li ul {text-align: left; background: #f0e0ca; height: 0; list-style: none; margin: 0; overflow: hidden; padding: 0; border-radius: 0; position: absolute; z-index: 110; width:max-content; min-width: 160px; }
div#top-toolbar ul li ul.show-menu {-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); height: auto; }
div#top-toolbar ul li ul li { display: block; border: none; padding: 0; }
div#top-toolbar ul li ul li:last-child { border-right: none; }
div#top-toolbar ul li ul li:hover { background-color: #f26522; }
div#top-toolbar ul li ul li a:focus { background-color: #f26522; }
div#top-toolbar ul li ul li a { text-align: left; padding:10px 20px; }/**/
div#top-toolbar ul li:hover ul { -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25); height: auto; }
div#top-toolbar ul li a:focus + ul{height: auto; z-index: 10000000;}
div#top-toolbar ul li span.text {color: #000; display: block;text-align:center;  padding:10px 50px; font-weight:700;font-family:'Poppins', "Arial";} 
div#top-toolbar ul li.parent span.text:after {font-family: FontAwesome; content: "\f0d7";padding-left:5px;}
div#top-toolbar ul li div#google_translate_element span.text {display: none;}
div#top-toolbar ul li div#google_translate_element .goog-te-gadget span {color:#000 !important;}

@media screen and (max-width: 1360px) {
  div#top-toolbar ul li a,
  div#top-toolbar ul li span.text {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1120px) {
  div#top-toolbar ul li a,
  div#top-toolbar ul li span.text {
    padding: 10px 15px;
  }
  
}
@media screen and (max-width: 870px) {
  div.event-content-block {min-height: 340px;}
  .article-content{padding:0 5px;}
  div#footer-content {padding-right:15px;padding-left:15px;}
  .f-right {padding-right:20px;}
  p.eventdatetime {font-size: 12px;}
  div.six p{padding-right:10px;}
   .nomobile {display: none !important;} 
  div#top-toolbar ul li ul {z-index:999;}
  div#top-toolbar ul li {
    display: block;
    position: relative;
    text-align: center;
  }
  div#top-toolbar ul li.nomobile {
    display: none;
  }
  div#top-toolbar ul li ul li.mobileonly {
    display: block;
  }
  div#top-toolbar ul li ul li {
    float: none;
    width: 100vw;
  }
  div#top-toolbar ul li ul li a {
    text-align: center;
  }
  div#top-toolbar ul li ul.invisible{background-color:#efe0ca;}
  div#top-toolbar ul li, div#top-toolbar ul li:last-child  {border:none;}
  
  
}
/*############### END TOP TOOLBAR - PCC MASTER MENU ##################*/
