/* compiled by scssphp 1.10.3 on Wed, 14 May 2025 00:23:55 +0000 (0.0287s) */

@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";
@import url("https://use.typekit.net/jul4dtn.css");
:root {
  --heading-colour: #1b3281;
  --text-colour: #000;
  --link-colour: #63c7c3;
  --link-hover-colour: var(--link-colour);
  --link-hover-decoration: underline;
}
html {
  font-size: 21px;
}
body {
  color: var(--text-colour);
  font-family: "agenda", sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em;
  color: var(--heading-colour);
  font-family: "agenda", sans-serif;
  font-size: var(--heading-responsive-size, initial);
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--heading-size, initial);
  }
}
h1 {
  --heading-size: 50px;
  --heading-responsive-size: 32px;
  margin-top: 1.4285714286rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  h1 {
    margin: unset;
  }
}
h1:after {
  content: "";
  height: 3px;
  width: 2.619047619rem;
  background: #63c7c3;
  margin-top: 0.4761904762rem;
}
h2 {
  --heading-size: 42px;
  --heading-responsive-size: 32px;
}
h3 {
  --heading-size: 36px;
  --heading-responsive-size: 24px;
}
h4 {
  --heading-size: 28px;
  --heading-responsive-size: 22px;
}
h5 {
  --heading-size: 24px;
  --heading-responsive-size: 20px;
  color: #1b3281;
}
p, li {
  font-weight: 300;
}
a {
  color: var(--link-colour);
  text-decoration: none;
  transition: all 0.2s;
}
a:hover, a:focus, a:active {
  color: var(--link-hover-colour);
  text-decoration: var(--link-hover-decoration);
}
a img {
  border: none;
}
:root {
  --button-background: #63c7c3;
  --button-hover-background: #1b3281;
  --button-text-colour: #fff;
  --button-hover-text-colour: #fff;
}
input, textarea, button {
  transition: all 0.2s;
}
input:disabled, textarea:disabled, button:disabled {
  opacity: 0.5;
}
/*** globally relevant styles ***/
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  min-height: 54px;
  padding: 0.5714285714rem 1.6666666667rem;
  background: var(--button-background);
  color: var(--button-text-colour);
  font-family: "agenda", sans-serif;
  cursor: pointer;
  text-decoration: none;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  border-radius: 2.380952381rem;
  box-shadow: 0 0 5px 5px rgba(99, 199, 195, 0.2);
}
.button[disabled] {
  --button-hover-background: var(--button-background);
  --button-hover-text-colour: var(--button-text-colour);
  filter: saturate(0);
  pointer-events: none;
}
.button:hover, .button:focus, .button:active {
  background: var(--button-hover-background);
  color: var(--button-hover-text-colour);
  text-decoration: none;
}
/** These styles can be added to images and media through TinyMCE */
.float-left, .float-right {
  display: block;
  margin: 10px auto;
}
@media (min-width: 640px) {
  .float-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 640px) {
  .float-right {
    float: right;
    margin-bottom: 10px;
    margin-left: 30px;
  }
}
.centre-block {
  display: block;
  margin: 0px auto 10px;
  text-align: center;
}
.centre-block img, .centre-block iframe, .centre-block video {
  display: inline-block;
}
/** End TinyMCE image/media styles */
.map {
  min-height: 400px;
  width: 100%;
}
.message {
  border: 4px solid #1b3281;
  padding: 1rem;
  background: rgba(27, 50, 129, 0.25);
  color: #fd1a00;
}
.message:empty {
  display: none;
}
.pagination {
  text-align: center;
}
.pagination > * {
  display: inline-block;
  border-left: 1px solid #4D687A;
  padding: 0 10px;
  pause-after: medium;
}
.pagination > *:first-child {
  border-left: none;
}
.pagination .current {
  font-weight: bold;
}
.faqs-section.container {
  padding: 20px 0px 30px;
}
.faqs-section.container .module-content {
  padding: 0;
}
.activator, summary {
  position: relative;
  display: block;
  padding: 10px 40px 10px 15px;
  margin-bottom: 2px;
  background: #efefef;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: "agenda", sans-serif;
  color: #000;
  margin-bottom: 10px;
}
.activator:before, .activator:after, summary:before, summary:after {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 3px;
  background: #000;
  transition: transform 0.2s;
}
.activator:after, summary:after {
  transform: rotate(90deg);
}
.activator.open, summary.open {
  background: #fff;
  color: #000;
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.activator.open:before, .activator.open:after, summary.open:before, summary.open:after {
  background: #000;
}
.activator.open:after, summary.open:after {
  transform: rotate(0deg);
}
.fader {
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 0px 0px 10px 10px;
}
.tab-nav {
  margin-bottom: 15px;
}
.tab-nav a {
  display: inline-block;
  padding: 15px;
  margin-right: 5px;
  background: #9AA9B4;
}
.tab-nav a.active {
  border-bottom: 3px solid #1b3281;
}
.tab:not(.active) {
  display: none;
}
.mobile-hide {
  display: none;
}
@media (min-width: 1024px) {
  .mobile-hide {
    display: block;
  }
}
.busforgood .i-one, .busforgood .i-two, .busforgood .i-three {
  float: left;
  margin: 50px 40px;
}
.busforgood .i-one {
  height: 396px;
  width: 300px;
}
.busforgood .i-two {
  height: 400px;
  width: 350px;
}
.busforgood .i-three {
  height: 203px;
  width: 250px;
  margin-top: 150px;
}
:root {
  --container-width: 1200px;
}
@media (min-width: 1600px) {
  :root {
    --container-width: 1410px;
  }
}
html, details > * {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
canvas, embed, iframe, img, object, video {
  box-sizing: content-box;
}
/*** element styles ***/
html, body {
  scroll-behavior: smooth;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background: #fff;
}
img {
  height: auto;
  max-width: 100%;
}
iframe {
  object-position: top left;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  min-height: inherit;
  display: block;
}
/*** section styles ***/
[role=banner], main {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 0;
  width: 100%;
}
@media (max-width: 1279px) {
  .container {
    padding-left: 0.9523809524rem;
    padding-right: 0.9523809524rem;
  }
}
.breadcrumbs-wrapper {
  background: #F1F4F5;
}
.breadcrumbs {
  display: flex;
  margin: 0;
  padding: 15px 0 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:after {
  display: inline-block;
  content: "/";
  margin: 0 5px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
main {
  display: block;
  z-index: 5;
  flex-grow: 1;
}
.content-wrapper {
  padding-top: 0.9523809524rem;
  padding-bottom: 0.9523809524rem;
  background: #F1F4F5;
}
@media (max-width: 1023px) {
  .content-wrapper {
    padding-bottom: 0.9523809524rem;
  }
}
.content {
  display: flex;
  flex-flow: column;
}
@media (min-width: 1024px) {
  .content {
    display: block;
  }
}
.content-image {
  order: 2;
  align-self: center;
  transition: all 0.2s;
}
@media (min-width: 1024px) {
  .content-image {
    float: right;
    margin: 0.75rem 0 20px 40px;
    max-width: calc(50% - 20px);
  }
}
.module-content {
  clear: both;
  display: block;
  margin: 0;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .columns, .contains-sidebar {
    display: flex;
    flex-wrap: wrap;
  }
  .columns:before, .columns:after, .contains-sidebar:before, .contains-sidebar:after {
    display: none;
  }
}
.columns {
  gap: 50px;
}
@media (min-width: 1024px) {
  .columns > * {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  .sidebar {
    margin-right: 1.9047619048rem;
    width: 12.8571428571rem;
  }
}
.has-sidebar {
  margin-top: 30px;
}
footer[role="banner"] {
  z-index: 0;
  background: #1b3281;
  color: #fff;
}
footer[role="banner"] a:not(.button) {
  color: inherit;
}
footer[role="banner"] > section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.9047619048rem;
  padding-bottom: 1.9047619048rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] > section {
    flex-flow: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
footer[role="banner"] > section > section, footer[role="banner"] > section > p {
  flex: 1;
}
footer[role="banner"] > section > section:last-child, footer[role="banner"] > section > p:last-child {
  text-align: right;
}
@media (max-width: 1023px) {
  footer[role="banner"] > section > section:last-child, footer[role="banner"] > section > p:last-child {
    text-align: center;
  }
}
footer[role="banner"] > section > section:nth-child(2), footer[role="banner"] > section > p:nth-child(2) {
  text-align: center;
}
footer[role="banner"] > section:not(.sub-footer) {
  padding-top: 3.8095238095rem;
  padding-bottom: 2.8571428571rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] > section:not(.sub-footer) {
    padding-top: 2.8571428571rem;
  }
}
footer[role="banner"] > section:not(.sub-footer) h1, footer[role="banner"] > section:not(.sub-footer) h2, footer[role="banner"] > section:not(.sub-footer) h3, footer[role="banner"] > section:not(.sub-footer) h4, footer[role="banner"] > section:not(.sub-footer) h5, footer[role="banner"] > section:not(.sub-footer) h6 {
  color: inherit;
  margin-bottom: 1em;
}
footer[role="banner"] > section:not(.sub-footer) p {
  margin: 0;
}
footer[role="banner"] > section:not(.sub-footer) .logo {
  margin: 0 0.9523809524rem;
}
@media (max-width: 1023px) {
  footer[role="banner"] > section:not(.sub-footer) .logo {
    margin: 1.9047619048rem 0;
  }
}
footer[role="banner"] > section:not(.sub-footer) .social-link {
  display: flex;
  align-items: center;
  margin-top: 0.4761904762rem;
}
footer[role="banner"] > section:not(.sub-footer) .social-link img {
  margin-right: 0.4761904762rem;
}
footer[role="banner"] > section.sub-footer {
  font-size: 14px;
  color: #9AA9B4;
  border-top: 1px solid #4D687A;
}
footer[role="banner"] > section.sub-footer .button {
  font-size: 21px;
}
.emergency-banner {
  background: #fff;
  padding: 0.9523809524rem;
  box-shadow: 0 0 5px 5px rgba(27, 50, 129, 0.1);
  right: 0;
  margin-top: -76px;
  position: absolute;
  min-width: 50%;
  z-index: 5;
}
@media (max-width: 1279px) {
  .emergency-banner {
    position: relative;
    margin-top: 0;
  }
}
.emergency-banner.no-banner {
  position: relative;
  width: 100%;
  margin-top: 0;
}
.emergency-banner p {
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (max-width: 699px) {
  .emergency-banner p {
    text-align: center;
    justify-content: center;
    flex-direction: column;
  }
}
.emergency-banner p > a {
  margin-left: 0.9523809524rem;
}
.emergency-banner p > a:before {
  content: url("/theme/images/icons/phone.png");
  width: 15px;
  height: 16px;
  margin-right: 0.3333333333rem;
}
.Contact h1 {
  margin-bottom: 1.4285714286rem;
}
.Contact .columns {
  margin-bottom: 2.619047619rem;
}
.Contact .columns > section:last-child {
  background: #fff;
  padding: 2.380952381rem;
  box-shadow: 0 0 18px 4px rgba(27, 50, 129, 0.09);
}
.elfsight-app-0c47765f-bb30-4cf4-8667-bee66d491e72 {
  padding: 0 20px;
}
.Pets .module-content {
  margin: 50px auto;
}
.Pets .features {
  background: #eee;
  display: grid;
  grid-column-gap: 1.6666666667rem;
  grid-row-gap: 1.6666666667rem;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  padding: 3.8095238095rem 5%;
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .Pets .features {
    padding: 3.8095238095rem 5%;
  }
}
@media (max-width: 1023px) {
  .Pets .features {
    grid-template-columns: repeat(3, 1fr);
    padding: 3.8095238095rem 5%;
  }
}
@media (max-width: 799px) {
  .Pets .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .Pets .features {
    grid-template-columns: auto;
  }
}
.Pets .features .feature {
  display: flex;
  flex-direction: column;
  position: relative;
}
.Pets .features .feature:hover, .Pets .features .feature:focus, .Pets .features .feature:active {
  opacity: 0.9;
  outline: 4px solid #63c7c3;
  transition: 0.2s;
}
.Pets .features .feature img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.Pets .features .feature a {
  text-decoration: none;
}
.Pets .features .feature h5 {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 1.6666666667rem 1.1904761905rem;
  margin: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.Pets .features .feature h5:hover, .Pets .features .feature h5:focus, .Pets .features .feature h5:active {
  margin-bottom: 3px;
}
form:where(:not(.custom-form)) .group {
  display: block;
  border: 0;
  margin: 0;
  padding: 10px;
  background: rgba(27, 50, 129, 0.05);
}
form:where(:not(.custom-form)) .group legend {
  display: table;
  float: left;
  margin: 0 0 0.3em;
  padding: 0;
}
form:where(:not(.custom-form)) .group .selectable {
  clear: left;
  display: block;
}
form:where(:not(.custom-form)) .group .error {
  display: inline-block;
}
form:where(:not(.custom-form)) .field-wrapper {
  margin: 0 0 0.5rem;
}
form:where(:not(.custom-form)) .label {
  display: block;
  margin-bottom: 0.3em;
}
form:where(:not(.custom-form)) .field {
  display: block;
}
form:where(:not(.custom-form)) span.error {
  display: block;
  margin-top: 10px;
  color: #fd1a00;
}
form:where(:not(.custom-form)) input[type=text], form:where(:not(.custom-form)) input[type=password], form:where(:not(.custom-form)) input[type=number], form:where(:not(.custom-form)) input[type=email], form:where(:not(.custom-form)) input[type=tel], form:where(:not(.custom-form)) input[type=date], form:where(:not(.custom-form)) input[type=datetime-local], form:where(:not(.custom-form)) input[type=month], form:where(:not(.custom-form)) input[type=search], form:where(:not(.custom-form)) input[type=time], form:where(:not(.custom-form)) input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #63c7c3;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #F1F4F5;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
form:where(:not(.custom-form)) input[type=text]::placeholder, form:where(:not(.custom-form)) input[type=password]::placeholder, form:where(:not(.custom-form)) input[type=number]::placeholder, form:where(:not(.custom-form)) input[type=email]::placeholder, form:where(:not(.custom-form)) input[type=tel]::placeholder, form:where(:not(.custom-form)) input[type=date]::placeholder, form:where(:not(.custom-form)) input[type=datetime-local]::placeholder, form:where(:not(.custom-form)) input[type=month]::placeholder, form:where(:not(.custom-form)) input[type=search]::placeholder, form:where(:not(.custom-form)) input[type=time]::placeholder, form:where(:not(.custom-form)) input[type=url]::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
form:where(:not(.custom-form)) select, form:where(:not(.custom-form)) textarea, form:where(:not(.custom-form)) .upload-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #63c7c3;
  padding: 10px;
  width: 100%;
  border-radius: 0;
  background: #F1F4F5;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
form:where(:not(.custom-form)) select::placeholder, form:where(:not(.custom-form)) textarea::placeholder, form:where(:not(.custom-form)) .upload-button::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
form:where(:not(.custom-form)) input[type=date] {
  min-height: 2.5em;
}
form:where(:not(.custom-form)) select {
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}
form:where(:not(.custom-form)) .select-wrapper .field {
  position: relative;
}
form:where(:not(.custom-form)) .select-wrapper .field:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #F1F4F5 transparent transparent;
  margin-top: -5px;
  pointer-events: none;
}
form:where(:not(.custom-form)) textarea {
  height: 170px;
}
form:where(:not(.custom-form)) input[type=checkbox], form:where(:not(.custom-form)) input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  vertical-align: text-bottom;
  border: 2px solid #F1F4F5;
  height: 1.2em;
  width: 1.2em;
}
form:where(:not(.custom-form)) input[type=checkbox]:checked, form:where(:not(.custom-form)) input[type=radio]:checked {
  background: #1b3281;
}
form:where(:not(.custom-form)) input[type=radio] {
  border-radius: 50%;
}
form:where(:not(.custom-form)) .file-picker:not(.placeholder) .upload-button {
  max-width: 200px;
  text-align: center;
}
form:where(:not(.custom-form)) .file-picker.placeholder label {
  display: block;
}
form:where(:not(.custom-form)) .file-picker input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .field {
  position: relative;
}
form:where(:not(.custom-form)) .file-picker .upload-button {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
}
form:where(:not(.custom-form)) .file-picker .upload-button:hover:after, form:where(:not(.custom-form)) .file-picker .upload-button:focus:after, form:where(:not(.custom-form)) .file-picker .upload-button:active:after {
  top: -10px;
}
form:where(:not(.custom-form)) .file-picker .upload-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  height: 20px;
  margin: auto;
  width: 18px;
  background: url("/theme/images/icons/upload.png") center center no-repeat;
  transition: all 0.2s;
}
form:where(:not(.custom-form)) .file-picker .uploaded {
  display: inline-block;
  margin-left: 20px;
}
.security-wrapper img {
  vertical-align: middle;
  margin-bottom: 10px;
}
.container.featherlight-inner::before, .container.featherlight-inner::after {
  display: none;
}
.popup-form-wrapper {
  display: none;
}
.open-popup-form .featherlight-content {
  width: 95%;
  max-width: 500px;
}
.featherlight .featherlight-close-icon {
  top: 10px;
  right: 10px;
  font-size: 7mm;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #1b3281;
}
/* General standardised styles for native functionality like carts and users */
@keyframes native-ajax-loading-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.native-sidebar .sidebar-section.loading {
  position: relative;
}
.native-sidebar .sidebar-section.loading:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.native-sidebar .sidebar-section.loading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  border: 5px solid;
  border-color: #1b3281 #1b3281 transparent transparent;
  border-radius: 50%;
  height: 50px;
  margin-top: -30px;
  margin-left: -30px;
  width: 50px;
  animation: native-ajax-loading-animation 1s linear infinite;
  transition: opacity 0.2s;
}
.native h1 {
  position: relative;
  padding: 15px;
  font-size: 0.9523809524rem;
  text-align: left;
  text-transform: uppercase;
}
.native h2 {
  font-family: "agenda", sans-serif;
  font-size: 0.9523809524rem;
  font-weight: bold;
  text-align: left;
}
.native .field-wrapper, .native .field-wrapper > label {
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (max-width: 639px) {
  .native .field-wrapper, .native .field-wrapper > label {
    display: block;
  }
}
.native .field-wrapper .label, .native .field-wrapper > label .label {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
  flex-basis: 150px;
}
@media (max-width: 639px) {
  .native .field-wrapper .label, .native .field-wrapper > label .label {
    margin-right: 0;
    text-align: left;
  }
}
.native .field-wrapper .field, .native .field-wrapper > label .field {
  flex-grow: 1;
}
.native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
  margin-left: 160px;
  width: 100%;
}
@media (max-width: 639px) {
  .native .field-wrapper .append-errors, .native .field-wrapper > label .append-errors {
    margin-left: 0;
  }
}
.native .field-wrapper.group {
  margin-bottom: 15px;
}
.native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
  margin-left: 160px;
}
@media (max-width: 639px) {
  .native .field-wrapper.checkbox-wrapper, .native .submit-button, .native .field-wrapper.group {
    margin-left: 0;
  }
}
.native-sections {
  display: flex;
  flex-direction: column;
}
@media (min-width: 640px) {
  .native-sections {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
}
.native-sidebar {
  margin-bottom: 35px;
  margin-left: 0;
  min-width: auto;
  order: 0;
}
@media (min-width: 640px) {
  .native-sidebar {
    flex-shrink: 0;
    margin-left: 35px;
    min-width: 30%;
    order: 2;
  }
}
.native-sidebar .sidebar-section {
  border: 1px solid #F1F4F5;
  padding: 20px;
}
.native-sidebar h1 {
  margin: -20px -20px 20px;
  background: #F1F4F5;
  color: #fff;
}
.native-sidebar .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  font-weight: bold;
}
.native-sidebar .row.total {
  margin: 20px 0 0;
  font-size: 0.9523809524rem;
}
.native-main {
  flex-grow: 1;
}
.native-main .main-section, .native-main .payment-confirm-section {
  border: 1px solid #F1F4F5;
  margin-bottom: 30px;
  padding: 15px;
}
@media (min-width: 640px) {
  .native-main .main-section, .native-main .payment-confirm-section {
    padding: 30px;
  }
}
.native-main h1 {
  margin: -15px -15px 15px;
  background: #000;
  color: #fff;
  padding: 30px;
}
@media (min-width: 640px) {
  .native-main h1 {
    margin: -30px -30px 30px;
  }
}
body > header.site-header {
  position: sticky;
  display: flex;
  justify-content: space-between;
  top: 0;
  height: auto;
  background: #fff;
  z-index: 10;
  box-shadow: 0 0 20px 5px rgba(27, 50, 129, 0.1);
  padding-left: 7%;
}
@media (max-width: 1279px) {
  body > header.site-header {
    padding-left: 0rem;
  }
}
body > header.site-header .logo {
  display: block;
  margin-top: -1px;
}
@media (max-width: 1279px) {
  body > header.site-header .logo {
    max-width: 15.2380952381rem;
  }
}
body > header.site-header .logo-heading {
  display: flex;
  height: 100%;
  align-items: center;
  background: #1b3281;
}
body > header.site-header .logo-heading h3 {
  color: #63c7c3;
  height: 100%;
  font-size: 1.1428571429rem;
  background: #1b3281;
  font-family: "agenda", sans-serif;
  text-transform: uppercase;
  margin-top: 13px;
  margin-left: 10px;
}
@media (max-width: 1599px) {
  body > header.site-header .logo-heading h3 {
    font-size: 0.9047619048rem;
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  body > header.site-header .logo-heading h3 {
    font-size: 0.7619047619rem;
    display: none;
  }
}
body > header.site-header .background-wrapper {
  display: flex;
  align-items: center;
  background: #1b3281;
  flex: 1;
  justify-content: flex-end;
  padding-right: 7%;
}
@media (max-width: 1329px) {
  body > header.site-header .background-wrapper a.phone {
    display: none;
  }
}
body > header.site-header .background-wrapper a.phone:before {
  content: url("/theme/images/icons/phone.png");
  margin-right: 0.3333333333rem;
}
@media (min-width: 1279px) {
  .main-navigation {
    position: relative;
    z-index: 7;
    font-size: 0.9047619048rem;
    text-transform: uppercase;
  }
  .main-navigation > ul {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    padding: 0;
  }
  .main-navigation > ul > li {
    display: flex;
    position: relative;
  }
  .main-navigation > ul > li > a {
    font-weight: bold;
    color: #fff;
    align-items: center;
    display: flex;
    min-height: 0;
    padding: 5px;
    text-decoration: none;
  }
  .main-navigation > ul > li > a.button {
    padding: 0.5714285714rem 1.6666666667rem;
  }
  .main-navigation > ul > li > a.button:hover, .main-navigation > ul > li > a.button:focus, .main-navigation > ul > li > a.button:active {
    box-shadow: 0 0 5px 5px rgba(99, 199, 195, 0.4);
    color: #fff;
  }
  .main-navigation > ul > li.sel > a {
    background: #1b3281;
    color: #63c7c3;
  }
  .main-navigation > ul > li.sel > a.button {
    color: #fff;
  }
  .main-navigation > ul > li:hover > a, .main-navigation > ul > li:focus > a, .main-navigation > ul > li:active > a {
    box-shadow: 0 1px #1b3281;
    color: #63c7c3;
  }
  .main-navigation li ul {
    background: #1b3281;
    box-shadow: 0 2px 1px rgba(27, 50, 129, 0.1);
    left: 0;
    position: absolute;
    min-width: 100%;
    opacity: 0;
    padding: 0;
    top: 100%;
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    visibility: hidden;
    white-space: nowrap;
  }
  .main-navigation li ul > li {
    display: block;
  }
  .main-navigation li ul > li > a {
    display: block;
    padding: 0.4761904762rem;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
  }
  .main-navigation li ul > li.sel > a {
    background: #1b3281;
    color: #63c7c3;
  }
  .main-navigation li ul > li:hover > a, .main-navigation li ul > li:focus > a, .main-navigation li ul > li:active > a {
    color: #63c7c3;
  }
  .main-navigation li:hover > ul, .main-navigation li:focus-within > ul, .main-navigation a:focus + ul {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1279px) {
  .main-navigation-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .main-navigation {
    display: none;
    position: absolute;
    width: 100%;
    background: #63c7c3;
  }
  .main-navigation.open {
    display: block;
  }
  .main-navigation > ul {
    z-index: 10000;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .main-navigation li {
    display: block;
    position: relative;
    border-top: 1px solid #3f7da2;
    width: 100%;
    text-align: left;
  }
  .main-navigation li:hover, .main-navigation li:focus, .main-navigation li:active {
    background-color: #1b3281;
  }
  .main-navigation li.sel {
    background-color: #1b3281;
  }
  .main-navigation li.sel a.button {
    background-color: #1b3281;
  }
  .main-navigation li a {
    display: block;
    padding: 10px 1em;
    color: #fff;
    text-align: left;
    text-decoration: none;
  }
  .main-navigation li .button {
    border-radius: unset;
    font-weight: unset;
  }
  .main-navigation li ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
  }
  .main-navigation li ul li {
    width: 100%;
    background-color: #58b1b9;
  }
  .main-navigation li ul li a {
    padding-left: 2.5em;
  }
  .main-navigation li.open > .open-sub:after {
    transform: rotate(360deg);
  }
  .main-navigation li.open > .open-sub:before {
    transform: rotate(180deg);
  }
  .main-navigation li.open > ul {
    display: block;
  }
  .main-navigation > ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
  .main-navigation > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
  }
  .open-nav {
    display: block;
    position: absolute;
    top: -60px;
    right: 0.7142857143rem;
    height: 26px;
    width: 34px;
    cursor: pointer;
  }
  .open-nav .bar {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #63c7c3;
    transition: all 0.2s;
  }
  .open-nav .bar.top {
    top: 0;
  }
  .open-nav .bar.middle {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav .bar.bottom {
    bottom: 0;
  }
  .open-nav.open .bar {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .open-nav.open .bar.top, .open-nav.open .bar.middle {
    transform: rotate(135deg);
  }
  .open-nav.open .bar.bottom {
    transform: rotate(-135deg);
  }
  .open-sub {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
  }
  .open-sub:before, .open-sub:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 4px;
    margin: auto;
    width: 50%;
    background: #fff;
    transition: all 0.2s;
  }
  .open-sub:after {
    transform: rotate(90deg);
  }
}
@media (max-width: 640px) {
  li.account-nav {
    position: static !important;
  }
}
li.account-nav.do-form:hover ul {
  display: none;
}
li.account-nav.do-form.open {
  background: #63c7c3;
}
li.account-nav.do-form.open ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
li.account-nav:not(.do-form):hover ul, li.account-nav:not(.do-form) a:focus ~ ul {
  display: block;
}
@media (max-width: 1279px) {
  li.account-nav.logged-in > ul {
    display: none !important;
  }
}
li.account-nav > a {
  background: url("/theme/images/icons/user.png") 8px center no-repeat;
}
li.account-nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 10;
  margin: 0;
  padding: 0;
  background: #63c7c3;
}
@media (max-width: 1279px) {
  li.account-nav ul {
    width: 100%;
  }
}
li.account-nav ul li {
  width: 100%;
}
li.account-nav form {
  margin-top: 0;
  min-width: 290px;
  padding: 20px;
  background: #63c7c3;
}
li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
  padding: 7px;
  font-size: 0.7142857143rem;
}
@media (max-width: 1279px) {
  li.account-nav form input[type="text"], li.account-nav form input[type="password"] {
    padding: 14px;
  }
}
li.account-nav form .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media (max-width: 1279px) {
  li.account-nav form .actions {
    display: block;
  }
}
li.account-nav form .button {
  border-radius: 0;
  padding: 10px 20px;
  margin: 0;
  min-width: 0;
  background: #000;
  font-size: 0.7142857143rem;
  text-transform: none;
}
li.account-nav .reset-link {
  padding: 0;
  background: none;
  font-family: "agenda", sans-serif;
  font-size: 0.5714285714rem;
  text-align: right;
}
@media (max-width: 1279px) {
  li.account-nav .reset-link {
    display: inline-block;
    margin-top: 10px;
    text-align: left;
  }
}
li.account-nav .reset-link:hover {
  color: #fff;
}
.cart-link > a .icon {
  display: inline-block;
  position: relative;
  height: 17px;
  margin-right: 15px;
  width: 17px;
  background: url("/theme/images/icons/cart.png") center no-repeat;
}
.cart-link > a .icon .number {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  top: -10px;
  right: -14px;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  background: #000;
  color: #fff;
}
.page-section {
  padding: 0.0476190476rem 0;
}
.big-slideshow {
  display: grid;
  grid-template-columns: [content-background-start slideshow-start] 20px [content-start] 1fr [content-end] 20px [content-background-end slideshow-end];
}
@media (min-width: 1024px) {
  .big-slideshow {
    grid-template-columns: [content-background-start] 10px [content-start] 3fr [content-end] 10px [content-background-end slideshow-start] 10px 7fr 10px [slideshow-end];
  }
}
@media (min-width: 1410px) {
  .big-slideshow {
    --side-panel-width: max(10px, calc((100% - var(--container-width)) / 2));
    grid-template-columns: [content-background-start] var(--side-panel-width) [content-start] 3fr [content-end] 100px [content-background-end slideshow-start] 75px 7fr var(--side-panel-width) [slideshow-end];
  }
}
.big-slideshow:before {
  background: #000;
  content: "";
  grid-column: content-background;
  grid-row: 1;
}
.big-slideshow .side-content {
  align-self: center;
  color: #fff;
  grid-column: content;
  grid-row: 1;
}
.big-slideshow h2 {
  font-size: 2.0952380952rem;
}
.big-slideshow p {
  margin: 30px 0;
}
.big-slideshow .slides {
  grid-column: slideshow;
  grid-template-rows: auto;
}
@media (min-width: 1024px) {
  .big-slideshow .slides {
    grid-row: 1;
  }
}
.big-slideshow .slides img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.big-slideshow .slides .foxy-bullets {
  bottom: 25px;
  position: absolute;
}
.big-slideshow .slides .foxy-bullet {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: none;
}
.big-slideshow .slides .foxy-active .foxy-bullet {
  background: #fff;
  opacity: 1;
}
.extra-content {
  margin-bottom: 50px;
  margin-top: 50px;
}
.image-block {
  --button-background: #63c7c3;
  --button-hover: #000;
  --link-colour: #fff;
  background: #1b3281;
  border-radius: 10px;
  box-shadow: 0 0 13px 8px rgba(0, 0, 0, 0.17);
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
  margin-top: 75px;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .image-block {
    flex-direction: row;
  }
}
.image-block .big-image {
  display: flex;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1024px) {
  .image-block .big-image {
    width: 65.96%;
  }
}
.image-block .big-image > * {
  height: 100%;
  width: 100%;
}
.image-block .block-content {
  align-self: center;
  padding: 50px;
}
@media (min-width: 1600px) {
  .image-block h2 {
    font-size: 2.0952380952rem;
  }
}
.two-columns {
  margin-top: 1.4285714286rem;
  margin-bottom: 1.4285714286rem;
}
.two-columns img {
  padding-top: 30px;
}
.two-columns h3 {
  padding-top: 40px;
}
/* tinymce universal formatting */
#tinymce {
  display: block;
  min-height: 0;
  max-width: 1410px;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1em;
  text-align: left;
}
#tinymce p {
  margin: 0 0 1em;
}
#tinymce form {
  outline: 1px dotted #4D687A;
}
#tinymce a {
  border-bottom: 1px dotted #4D687A;
  text-decoration: none;
}
#tinymce td {
  font-family: inherit;
  font-size: inherit;
}
/* old gallery module */
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin-bottom: 1px;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .gallery a {
    margin-right: 1px;
    max-width: calc(33.3% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 0;
  }
  .gallery a:nth-child(4n) {
    margin-right: 1px;
  }
}
@media (min-width: 1024px) {
  .gallery a {
    max-width: calc(25% - 1px);
  }
  .gallery a:nth-child(3n) {
    margin-right: 1px;
  }
  .gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
.gallery a:hover:after, .gallery a:focus:after, .gallery a:active:after {
  opacity: 0;
}
.gallery a:hover:before, .gallery a:focus:before, .gallery a:active:before {
  opacity: 1;
}
.gallery a:after {
  content: attr(title);
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  z-index: 5;
  padding: 20px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  transition: opacity 0.25s;
}
.gallery a[title=""]:after, .gallery a figcaption {
  display: none;
}
.gallery a figure {
  display: block;
  margin: 0;
  padding-top: 73%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url("/theme/images/icons/gallery-zoom.png") center center no-repeat;
  transition: opacity 0.25s;
}
/***** main slideshow (as header or banner) *****/
.slideshow {
  overflow: hidden;
  position: relative;
  background: #fff;
  --slideshow-height: 211px;
}
@media (min-width: 640px) {
  .slideshow {
    --slideshow-height: calc(100% * 0.2305263158);
  }
}
@media (min-width: 640px) {
  html.Front-Page .slideshow {
    --slideshow-height: calc(100% * 0.3815789474);
  }
}
.slideshow .slide {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.slideshow .slide img {
  height: auto;
  width: 100%;
  display: block;
}
.slideshow .slide .background-image {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 639px) {
  .slideshow .slide .background-image {
    background-size: contain;
  }
}
.slideshow .slide .background-image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: var(--slideshow-height);
}
@media (min-width: 1024px) {
  .slideshow .slide .small-screen {
    display: none;
  }
}
.slideshow .slide .small-screen + .big-screen {
  display: none;
}
@media (min-width: 1024px) {
  .slideshow .slide .small-screen + .big-screen {
    display: block;
  }
}
.slideshow .slide .caption {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-position: center top;
  background-repeat: no-repeat;
  color: #000;
  text-align: left;
  text-transform: none;
  transition: all 0.2s;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, transparent 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, transparent 50%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, transparent 50%);
}
@media (min-width: 1410px) {
  .slideshow .slide .caption {
    right: 0;
    left: 0;
  }
}
@media (max-width: 1023px) {
  .slideshow .slide .caption {
    top: 0;
    background: rgba(27, 50, 129, 0.6);
  }
}
.slideshow .slide .caption .caption-content {
  width: 50%;
  padding: 6% 2.8571428571rem 6% 0;
}
@media (max-width: 1023px) {
  .slideshow .slide .caption .caption-content {
    width: 100%;
    padding: 5% 0 5% 0;
    text-align: center;
  }
}
.slideshow .slide .caption .caption-content .title {
  font-size: 42px;
}
@media (max-width: 639px) {
  .slideshow .slide .caption .caption-content .title {
    font-size: 1.2380952381rem;
  }
}
.slideshow .slide .caption h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-family: "agenda", sans-serif;
}
@media (min-width: 1410px) {
  .slideshow .slide .caption h2 {
    font-size: 50px;
  }
}
.slideshow .slide .caption .tagline {
  color: #fff;
}
@media (max-width: 639px) {
  .slideshow .slide .caption .tagline {
    font-size: 0.9523809524rem;
    line-height: 1.125em;
    margin-top: 5px;
  }
}
.slideshow .slide .caption .button {
  background: #fff;
  color: #63c7c3;
}
.slideshow .slide .caption .button:hover, .slideshow .slide .caption .button:focus, .slideshow .slide .caption .button:active {
  background: #63c7c3;
  color: #fff;
}
/***** global navigation styles for slideshows *****/
/* (all the structure you should need to customise Foxy arrows and bullets) */
.foxy .foxy-arrow::after {
  border-color: #1b3281;
}
.foxy .foxy-bullets .foxy-bullet-item.foxy-active .foxy-bullet {
  background: #1b3281;
}
/* blog */
.Blog .columns {
  margin-bottom: 50px;
}
.articles {
  display: grid;
  grid-column-gap: 35px;
  grid-row-gap: 65px;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  padding-bottom: 50px;
}
@media (max-width: 349px) {
  .articles {
    grid-template-columns: auto;
  }
}
.article-summary {
  border: 1px solid #63c7c3;
}
.article-summary .summary {
  padding: 0 20px;
}
.article-summary .image {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F1F4F5;
}
.article-summary .image:after {
  content: "";
  display: block;
  position: relative;
  padding-top: 64%;
}
.article-summary .image img {
  width: 100%;
}
.blog-pagination a, .blog-pagination span {
  display: inline-block;
  border: 2px solid transparent;
  margin: 0 6px;
  padding: 9px 14px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.5714285714rem;
  transition: all 0.2s ease;
}
.blog-pagination a:hover, .blog-pagination a.current, .blog-pagination span:hover, .blog-pagination span.current {
  border: 2px solid rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.account-navigation ul {
  margin: 0;
  padding: 0;
}
.account-navigation li {
  display: block;
}
.account-navigation a {
  text-decoration: none;
}
.account-navigation a:hover, .account-navigation a:focus, .account-navigation a:active {
  text-decoration: underline;
}
.register-section {
  max-width: 420px;
}
.order-list .order {
  display: flex;
  justify-content: space-between;
  border: 1px solid #1b3281;
  margin-bottom: 20px;
}
@media (max-width: 639px) {
  .order-list .order {
    display: block;
  }
}
.order-list .order:last-child {
  margin-bottom: 0;
}
.order-list .order-details {
  border-right: 1px solid #1b3281;
  max-width: 165px;
  width: 100%;
  padding: 10px;
  background: rgba(27, 50, 129, 0.1);
  font-size: 0.7142857143rem;
}
@media (max-width: 639px) {
  .order-list .order-details {
    border-right: none;
    border-bottom: 1px solid #1b3281;
    max-width: 100%;
  }
}
.order-list .order-details .limited-reorder {
  display: block;
}
.order-list h2 {
  margin: 0;
  font-size: inherit;
}
.order-list p {
  margin: 0;
}
.order-list .order-items {
  flex-grow: 1;
  margin: 0;
  padding: 10px;
}
.order-list li {
  display: block;
}
.order-list .item-title {
  font-weight: bold;
}
.Testimonials h1:after {
  display: none;
}
.testimonials .testimonial {
  margin-bottom: 30px;
  padding: 0 10%;
  text-align: center;
}
.testimonials .testimonial .witness, .testimonials .testimonial .testimony {
  margin: 0;
}
.testimonials .testimonial .witness {
  margin-top: 0.9523809524rem;
}
.testimonials > p, .testimonials section > p {
  text-align: center;
  padding-top: 5%;
}
.testimonials .foxy-bullets {
  margin-bottom: 5%;
}
.testimonials .foxy-arrow {
  box-shadow: none;
  background: none;
}
.testimonials .foxy-arrow:after {
  border: solid #63c7c3;
  border-width: 2px 2px 0 0;
  height: 0.7142857143rem;
  width: 0.7142857143rem;
}
.Testimonials .testimonials {
  background: #fff;
  margin-bottom: 3.3333333333rem;
  margin-top: 1.9047619048rem;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.09);
}
.Testimonials .testimonials .witness {
  color: #63c7c3;
}
.Testimonials .testimonials .foxy-bullet {
  background: #CCD0D1;
  box-shadow: none;
}
.Testimonials .testimonials .foxy-bullet-item.foxy-active .foxy-bullet {
  background: #63c7c3;
}
.Front-Page .testimonials {
  background: linear-gradient(180deg, #fff 50%, #F1F4F5 50%);
  padding: 1.9047619048rem 0;
}
@media (max-width: 1023px) {
  .Front-Page .testimonials {
    background: transparent;
  }
}
.Front-Page .testimonials .columns {
  gap: 0;
  background: #63c7c3;
  color: #fff;
}
.Front-Page .testimonials .columns .image img {
  object-fit: cover;
  height: 100%;
  display: block;
}
.Front-Page .testimonials .columns .witness {
  font-weight: bold;
}
.Front-Page .testimonials .columns .foxy-bullet {
  background: #fff;
  box-shadow: none;
}
.Front-Page .testimonials .columns .foxy-bullet-item.foxy-active .foxy-bullet {
  background: #1b3281;
}
.main-navigation .search-form {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1279px) {
  .main-navigation .search-form {
    margin-top: 20px;
  }
}
.main-navigation .search-form .search-icon {
  display: block;
  width: 21px;
  height: 21px;
  text-align: left;
  text-indent: -100000px;
  background: url("/theme/images/icons/search.png") center no-repeat;
  cursor: pointer;
}
@media (max-width: 1279px) {
  .main-navigation .search-form .search-icon {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1280px) {
  .main-navigation .search-form .field {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 3px;
    background: #fff;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .main-navigation .search-form .field input {
    padding: 8px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #9AA9B4;
    text-transform: uppercase;
  }
}
.main-navigation .search-form .field.open {
  display: block;
}
.content .searchForm {
  text-align: center;
}
.content .searchForm label {
  display: block;
  text-align: center;
}
.content .searchForm input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 263px);
  width: 300px;
}
@media (max-width: 639px) {
  .content .searchForm input[type="text"] {
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.content .searchForm .button {
  vertical-align: middle;
  padding: 13px 35px;
}
.search-results {
  border-top: 1px solid #F1F4F5;
}
.search-results article {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 10px;
}
@media (max-width: 1279px) {
  .search-results article {
    display: block;
  }
}
.search-results article.has-image .search-content {
  width: calc(100% - 615px);
}
@media (max-width: 1279px) {
  .search-results article.has-image .search-content {
    width: 100%;
  }
}
.search-results article h5 {
  margin-top: 20px;
  margin-bottom: 3px;
}
.search-results article p {
  line-height: initial;
}
.search-results article .search-image {
  display: flex;
  justify-content: center;
  height: auto;
  margin-right: 45px;
  max-width: 570px;
  width: 100%;
}
@media (max-width: 1279px) {
  .search-results article .search-image {
    max-width: 100%;
  }
}
.search-results article .search-image img {
  display: block;
}
.search-results ul {
  margin-top: 10px;
}
.search-results li a {
  display: inline;
  padding: 0;
}
.sidebar.search-results img {
  float: none;
  margin: 0.5em 0;
}
@media (max-width: 639px) {
  .Front-Page .slideshow {
    --slideshow-height: 264px;
  }
}
.Front-Page .content {
  margin: 3.8095238095rem 0;
  background-repeat: no-repeat;
  background-size: 48% auto;
  background-position: right center;
}
@media (max-width: 1023px) {
  .Front-Page .content {
    background: none !important;
    margin: 2.380952381rem 0;
  }
}
.Front-Page .content .container > section {
  width: 48%;
}
@media (max-width: 1023px) {
  .Front-Page .content .container > section {
    width: 100%;
  }
}
.Front-Page .features {
  background: #F1F4F5;
  display: grid;
  grid-column-gap: 1.6666666667rem;
  grid-row-gap: 1.6666666667rem;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  padding: 3.8095238095rem 20%;
}
@media (max-width: 1599px) {
  .Front-Page .features {
    padding: 3.8095238095rem 7%;
  }
}
@media (max-width: 1023px) {
  .Front-Page .features {
    grid-template-columns: repeat(3, 1fr);
    padding: 3.8095238095rem 7%;
  }
}
@media (max-width: 799px) {
  .Front-Page .features {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .Front-Page .features {
    grid-template-columns: auto;
  }
}
.Front-Page .features .feature {
  display: flex;
  flex-direction: column;
  position: relative;
}
.Front-Page .features .feature:hover, .Front-Page .features .feature:focus, .Front-Page .features .feature:active {
  opacity: 0.9;
  outline: 4px solid #63c7c3;
  transition: 0.2s;
}
.Front-Page .features .feature img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.Front-Page .features .feature a {
  text-decoration: none;
}
.Front-Page .features .feature h5 {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 1.6666666667rem 1.1904761905rem;
  margin: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.Front-Page .features .feature h5:hover, .Front-Page .features .feature h5:focus, .Front-Page .features .feature h5:active {
  margin-bottom: 3px;
}
.Front-Page iframe {
  min-height: 320px;
}
.Front-Page .extra-content {
  margin-bottom: 0.4761904762rem;
}
.Front-Page .page-section:last-child {
  padding-bottom: 1.9047619048rem;
}
/*# sourceMappingURL=/resources/cache/scss/08759b45cc2b4caf2d8279fddf8d9ce0.css.map */