/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-select/dist/vue-select.css ***!
  \***********************************************************************************************/
:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}

/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./src/front/frontend.less ***!
  \******************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .wrapperWidth {
    padding: 0 20px;
  }
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .wrapper {
    padding: 0 20px;
  }
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.breadcrumbWrap {
  clear: both;
  padding: 20px 0;
  position: relative;
  background: var(--layerLightColour);
  margin: 0 0 20px;
}
.breadcrumbWrap .breadcrumbs {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  text-align: left;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .breadcrumbWrap .breadcrumbs {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .breadcrumbWrap .breadcrumbs {
    padding: 0 20px;
  }
}
.breadcrumbWrap .breadcrumbs span:first-child > a {
  padding-left: 0;
}
.breadcrumbWrap .breadcrumbs span a,
.breadcrumbWrap .breadcrumbs span strong {
  display: inline-block;
  position: relative;
  padding: 0px 25px;
  list-style-type: none;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumbWrap .breadcrumbs span a a,
.breadcrumbWrap .breadcrumbs span strong a {
  color: var(--textColour);
  text-decoration: none;
  font-weight: normal;
}
.breadcrumbWrap .breadcrumbs span a a.active,
.breadcrumbWrap .breadcrumbs span strong a.active,
.breadcrumbWrap .breadcrumbs span a a:hover,
.breadcrumbWrap .breadcrumbs span strong a:hover {
  color: var(--primaryColour);
}
.breadcrumbWrap .breadcrumbs span a:last-child a,
.breadcrumbWrap .breadcrumbs span strong:last-child a {
  font-weight: bold;
}
.breadcrumbWrap .breadcrumbs span a:last-child:after,
.breadcrumbWrap .breadcrumbs span strong:last-child:after {
  content: '';
}
.breadcrumbWrap .breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
.breadcrumbWrap .breadcrumbs span a:hover {
  text-decoration: underline;
}
.button {
  position: relative;
  display: inline-block;
  background: var(--primaryColour);
  padding: 12px 20px 10px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  transition: background-color 0.5s;
  border-radius: var(--borderRadius);
  text-decoration: none;
}
.button:hover {
  background: #b34700;
}
.button i {
  padding-left: 10px;
}
.button.buttonSmall {
  font-size: 0.8125rem;
}
.button.buttonLarge {
  font-size: 1.375rem;
}
.button[disabled] {
  opacity: 0.5;
}
.buttonAlt {
  position: relative;
  display: inline-block;
  background: var(--primaryColour);
  padding: 12px 20px 10px;
  cursor: pointer;
  text-align: center;
  outline: none;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  color: #fff;
  line-height: 1;
  font-weight: 600;
  font-size: 1.125rem;
  transition: background-color 0.5s;
  border-radius: var(--borderRadius);
  text-decoration: none;
  background: var(--layerDarkColour);
  border: 0;
  color: var(--lightTextColour);
  transition: background 0.3s;
}
.buttonAlt:hover {
  background: #b34700;
}
.buttonAlt i {
  padding-left: 10px;
}
.buttonAlt.buttonSmall {
  font-size: 0.8125rem;
}
.buttonAlt.buttonLarge {
  font-size: 1.375rem;
}
.buttonAlt[disabled] {
  opacity: 0.5;
}
.buttonAlt:hover {
  background: #1a1a1a;
}
/*
 * Button Groups
 */
.buttonGroup {
  clear: both;
}
.buttonGroup .button {
  display: block;
  margin-right: 20px;
}
.centredCanvasWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 100vh;
}
.centredCanvasWrap .centredCanvas {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .centredCanvasWrap .centredCanvas {
    padding: 0 20px;
  }
}
.centredCanvasWrap .centredCanvas .button {
  display: inline-block;
  float: none;
  margin: 0;
}
.contactWrap {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .contactWrap {
    padding: 0 20px;
  }
}
@media all and (min-width:  1302px ) {
  .contactWrap {
    display: flex;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .contactWrap {
    padding: 20px;
  }
}
.contactWrap .contactMeta,
.contactWrap .contactForm {
  flex: 1;
  padding: 40px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .contactWrap .contactMeta,
  .contactWrap .contactForm {
    padding: 20px 0;
  }
}
.contactWrap .contactForm {
  max-width: 500px;
}
/*
 * Content + Sidebar
 */
.contentPageWrap {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .contentPageWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .contentPageWrap {
    padding: 20px 0;
  }
}
.contentPageWrap .contentWrap,
.contentPageWrap .contentSidebar {
  float: left;
}
.contentPageWrap .contentWrap {
  width: 100%;
  margin-top: -5px;
}
.contentPageWrap .contentSidebar + .contentWrap {
  width: calc(100% - 340px);
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar + .contentWrap {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.contentPageWrap .contentSidebar {
  width: 260px;
  margin: 0 80px 0 0;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar {
    margin: 0;
  }
}
.contentPageWrap .contentSidebar .contentSidebarSection {
  margin: 0 0 20px;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar {
    width: 100%;
    padding-bottom: 15px;
  }
  .contentPageWrap .contentSidebar h5 {
    position: relative;
    display: inline-block;
    background: var(--primaryColour);
    padding: 12px 20px 10px;
    cursor: pointer;
    text-align: center;
    border: 0;
    outline: none;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    color: #fff;
    line-height: 1;
    font-weight: 600;
    font-size: 1.125rem;
    transition: background-color 0.5s;
    border-radius: var(--borderRadius);
    text-decoration: none;
    width: 100%;
  }
  .contentPageWrap .contentSidebar h5:hover {
    background: #b34700;
  }
  .contentPageWrap .contentSidebar h5 i {
    padding-left: 10px;
  }
  .contentPageWrap .contentSidebar h5.buttonSmall {
    font-size: 0.8125rem;
  }
  .contentPageWrap .contentSidebar h5.buttonLarge {
    font-size: 1.375rem;
  }
  .contentPageWrap .contentSidebar h5[disabled] {
    opacity: 0.5;
  }
  .contentPageWrap .contentSidebar nav {
    display: none;
  }
}
/*
 * Footer
 */
.footerWrap {
  background: var(--layerLightColour);
  border-top: 1px solid var(--borderColour);
  padding: 20px;
}
.footerWrap footer {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .footerWrap footer {
    padding: 0 20px;
  }
}
.footerWrap footer a {
  color: var(--textColour);
}
.footerWrap footer .footerMenu {
  position: relative;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .footerWrap footer .footerMenu {
    text-align: center;
  }
}
.footerWrap footer .footerMenu li {
  list-style-type: none;
  display: inline-block;
}
.footerWrap footer .footerMenu li a {
  color: var(--textColour);
  font-family: var(--primaryFont);
  padding: 5px 10px;
}
.footerWrap footer .footerMenu li a:hover {
  color: var(--primaryFont);
}
/*
 * Form Styles
 */
form fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form legend {
  display: none;
}
.row {
  /*
     * Checkboxes
     */
}
.row label {
  font-family: var(--bodyFont);
  color: var(--textColour);
  margin: 0 0 10px;
  display: block;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']),
.row textarea {
  position: relative;
  width: 100%;
  border: 1px solid var(--borderColour);
  z-index: 10;
  color: var(--textColour);
  font-family: var(--bodyFont);
  background: var(--layerLightColour);
  padding: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  display: block;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search'])::placeholder,
.row textarea::placeholder {
  opacity: 0.5;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']):focus-visible,
.row textarea:focus-visible {
  outline: 1px solid var(--primaryColour);
}
.row textarea {
  min-height: 150px;
}
.row .validationMessage {
  font-family: var(--primaryFont);
  padding: 10px 0;
  z-index: 5;
  border-radius: var(--borderRadius);
  font-size: 0.875rem;
  display: none;
  line-height: 22px;
}
.row .buttonInline {
  clear: both;
  display: flex;
}
@media all and (max-width: 640px) {
  .row .buttonInline {
    display: block;
  }
}
.row .buttonInline:after {
  display: none;
}
.row .buttonInline select,
.row .buttonInline input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 0;
}
@media all and (max-width: 640px) {
  .row .buttonInline select,
  .row .buttonInline input {
    margin-bottom: 10px;
    width: 100%;
  }
}
.row .buttonInline button,
.row .buttonInline .button,
.row .buttonInline .buttonAlt {
  margin: 0;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media all and (max-width: 640px) {
  .row .buttonInline button,
  .row .buttonInline .button,
  .row .buttonInline .buttonAlt {
    width: 100%;
    border-radius: var(--borderRadius);
  }
}
.row.errorWrap .validationMessage,
.row.successWrap .validationMessage {
  display: block;
}
.row.errorWrap .inputWrap,
.row.successWrap .inputWrap {
  position: relative;
}
.row.errorWrap .inputWrap:after,
.row.successWrap .inputWrap:after {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
}
.row.errorWrap .validationMessage {
  color: var(--informationColour);
}
.row.errorWrap .inputWrap input:not([type='checkbox']):not([type='radio']):not([class='vs__search']),
.row.errorWrap .inputWrap textarea {
  border: 2px solid var(--informationColour);
}
.row.successWrap .validationMessage {
  color: var(--successColour);
}
.row.successWrap input:not([type='checkbox']),
.row.successWrap input:not([type='radio']),
.row.successWrap textarea,
.row.successWrap select {
  border-color: var(--successColour);
}
.row input[disabled] {
  background: var(--layerLightColour);
  border: 1px solid var(--borderColour);
}
.row input[type=checkbox] {
  display: block;
  margin: 20px;
  padding: 0;
}
.row input[type=checkbox],
.row input[type=radio] {
  position: absolute;
  left: -9999px;
  /*
         * Set outline when keyboarding
         */
}
.row input[type=checkbox] + label,
.row input[type=radio] + label {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}
.row input[type=checkbox] + label:before,
.row input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--borderColour);
  cursor: pointer;
  content: '';
  background: #fff;
}
.row input[type=checkbox] + label:after,
.row input[type=radio] + label:after {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 13px;
  font-size: 0.9375rem;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translateY(-50%);
  content: url(129b9ae1fa5ef1eb2e19.svg);
  color: var(--primaryColour);
}
.row input[type=checkbox]:checked + label:after,
.row input[type=radio]:checked + label:after {
  opacity: 1;
}
.row input[type=checkbox][type=radio] + label:before,
.row input[type=radio][type=radio] + label:before {
  border-radius: 100%;
  content: '';
}
.row input[type=checkbox][type=radio] + label:after,
.row input[type=radio][type=radio] + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #fff;
  width: 12px;
  height: 12px;
  background: var(--primaryColour);
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.25s;
  content: '';
}
.row input[type=checkbox][type=radio]:checked + label:after,
.row input[type=radio][type=radio]:checked + label:after {
  transform: scale(1);
}
.row input[type=checkbox]:focus + label:before,
.row input[type=radio]:focus + label:before {
  border: 1px solid var(--primaryColour);
}
/*
 * Form inline styles
 */
.formInline .row .buttonInline {
  clear: none;
}
.formInline .row label {
  width: 30%;
  padding: 8px 0;
}
.formInline .row .inputWrap {
  padding: 0 0 0 20px;
  width: 70%;
}
.formInline .validationMessage {
  width: 70%;
  float: right;
  padding-left: 20px;
}
@media all and (max-width: 640px) {
  .formInline .validationMessage {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
.formInline input[type=radio] + label + div,
.formInline input[type=checkbox] + label + div {
  float: none;
  width: 100%;
  padding-left: 30px;
}
@media all and (max-width: 640px) {
  .formInline .row label {
    clear: both;
    width: 100%;
  }
  .formInline .row .inputWrap {
    padding: 0;
    width: 100%;
  }
}
.v-select .vs__dropdown-toggle {
  border: 0;
  background: var(--layerLightColour);
  padding: 12px 15px;
}
.menuWrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .menuWrapper {
    display: block;
  }
}
.menuMeta {
  display: flex;
  align-items: center;
}
@media all and (min-width: 767px) {
  .menuMeta {
    display: flex;
    flex: 1;
    justify-content: end;
  }
}
.menuMeta .menuWrapper__icons {
  display: flex;
  align-items: center;
}
.menuMeta .menuWrapper__icons .searchButton {
  background: 0;
  outline-offset: 3px;
  margin-right: 20px;
  font-size: 1.25rem;
}
.mainMenu {
  position: relative;
}
@media all and (min-width: 767px) {
  .mainMenu li {
    position: relative;
  }
  .mainMenu li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  }
  .mainMenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
.mainMenu li {
  float: left;
  position: relative;
  list-style-type: none;
  /*
         * Sub Navigation
         */
}
@media all and (max-width: 767px) {
  .mainMenu li {
    width: 100%;
  }
  .mainMenu li.menu-item-has-children > a {
    position: relative;
  }
  .mainMenu li.menu-item-has-children.open > a:after {
    transform: rotate(-90deg);
  }
}
.mainMenu li a {
  position: relative;
  padding: 28px 23px 33px;
  font-family: var(--primaryFont);
  font-size: 0.9375rem;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
}
.mainMenu li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.5rem;
  background: var(--primaryColour);
  opacity: 0;
  content: '';
}
.mainMenu li a:hover:before {
  opacity: 1;
}
@media all and (min-width:  641px ) and (max-width:  1301px ) {
  .mainMenu li a {
    padding: 23.5px 15px;
  }
}
@media all and (max-width: 767px) {
  .mainMenu li a {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.mainMenu li a:focus-visible {
  outline: 1px solid var(--textColour);
}
@media all and (min-width: 767px) {
  .mainMenu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--layerDarkColour);
    width: 295px;
    padding: 25px 0;
    border-top: 9px solid var(--primaryColour);
  }
  .mainMenu li ul .sub-menu {
    top: 0;
    left: 100%;
  }
  .mainMenu li ul li {
    width: 100%;
  }
  .mainMenu li ul li:last-child {
    border-bottom: 0;
  }
  .mainMenu li ul li a {
    font-family: var(--primaryFont);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 19px;
    padding: 5px 25px;
    color: var(--textColour);
  }
}
@media all and (max-width: 767px) {
  .mainMenu li a {
    color: #fff;
  }
  .mainMenu li ul {
    display: none;
  }
  .mainMenu li ul li a {
    padding-left: 20px;
    color: #fff;
  }
  .mainMenu li ul li:last-child {
    border-bottom: 0;
  }
}
/*
 * Toggle button within headerWrap
 */
.menuTrigger {
  display: none;
  cursor: pointer;
  color: var(--textColour);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
  background: 0;
}
.menuTrigger:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
@media all and (max-width: 767px) {
  .menuTrigger {
    display: inline-block;
  }
}
/*
 * Toggle button inside menu
 */
.flyoutButton {
  display: none;
  margin: 10px;
  padding: 5px 10px;
  color: #fff;
  cursor: pointer;
  background: 0;
}
.flyoutButton:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
@media all and (max-width: 767px) {
  .flyoutButton {
    display: inline-block;
  }
}
/*
 * Transition for fixed flyout
 */
.footerWrap,
.siteInnerWrapper {
  transition: transform 0.3s ease-in-out;
}
.headerWrap {
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out;
}
@media all and (max-width: 767px) {
  .fixedFlyout .headerWrap {
    position: fixed;
    width: 100%;
    min-width: 320px;
    top: 0;
  }
}
/*
 * Mobile menu rules
 */
@media all and (max-width: 767px) {
  .flyoutWrap {
    position: fixed;
    top: 0;
    width: 80%;
    background: rgba(50, 50, 50, 0.97);
    z-index: 20;
    overflow: auto;
    display: none;
  }
  .flyoutInitialised .flyoutWrap {
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .flyoutRight .flyoutWrap {
    left: 100%;
    bottom: 0;
  }
  .flyoutRight .headerWrap {
    right: 0;
  }
  .flyoutRight.flyoutActive .flyoutWrap {
    transform: translateX(-100%);
  }
  .flyoutRight.flyoutActive.flyoutMove .siteInnerWrapper,
  .flyoutRight.flyoutActive.flyoutMove .footerWrap {
    transform: translateX(-80%);
  }
  .flyoutRight.flyoutActive.flyoutMove .headerWrap {
    right: 80%;
  }
  .flyoutLeft .flyoutWrap {
    right: 100%;
    bottom: 0;
  }
  .flyoutLeft .headerWrap {
    left: 0;
  }
  .flyoutLeft.flyoutActive .flyoutWrap {
    transform: translateX(100%);
  }
  .flyoutLeft.flyoutActive.flyoutMove .siteInnerWrapper,
  .flyoutLeft.flyoutActive.flyoutMove .footerWrap {
    transform: translateX(80%);
  }
  .flyoutLeft.flyoutActive.flyoutMove .headerWrap {
    left: 80%;
  }
  .flyoutTop .flyoutWrap {
    width: 100%;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    bottom: 0;
  }
  .flyoutTop.flyoutActive .flyoutWrap {
    transform: translateY(0);
  }
}
/*
 * Notification Styles
 */
.success,
.error,
.alert {
  margin: 0 0 20px 0;
  padding: 20px;
  clear: both;
  text-align: left;
  border: 0;
  position: relative;
  list-style-type: none;
}
.success {
  background: var(--successColour);
  color: #fff;
}
.success a {
  color: #fff;
}
.error {
  background: var(--errorColour);
  color: #fff;
}
.error a {
  color: #fff;
}
.alert {
  background: var(--informationColour);
  color: #fff;
}
.alert a {
  color: #fff;
}
/*
 * Page Content Class
 */
.pageContent,
.elementor-text-editor {
  /*
     * Tiny mce produces left and right images with these attributes
     */
}
.pageContent blockquote,
.elementor-text-editor blockquote {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
  line-height: 26px;
  position: relative;
}
.pageContent blockquote p,
.elementor-text-editor blockquote p {
  margin: 0 0 5px;
  line-height: 26px;
}
.pageContent blockquote p:first-child:before,
.elementor-text-editor blockquote p:first-child:before {
  content: '\201C';
  display: inline;
}
.pageContent blockquote p:last-of-type,
.elementor-text-editor blockquote p:last-of-type {
  margin: 0;
}
.pageContent blockquote p:last-of-type:after,
.elementor-text-editor blockquote p:last-of-type:after {
  content: '\201D';
  display: inline;
}
.pageContent blockquote cite,
.elementor-text-editor blockquote cite {
  font-size: 1rem;
  line-height: 1;
  font-style: italic;
}
.pageContent blockquote cite a,
.elementor-text-editor blockquote cite a {
  color: var(--textColour);
  text-decoration: none;
}
.pageContent blockquote cite a:hover,
.elementor-text-editor blockquote cite a:hover {
  text-decoration: none;
}
.pageContent img[style="float: left;"],
.elementor-text-editor img[style="float: left;"] {
  margin: 5px 25px 25px 0;
}
.pageContent img[style="float: right;"],
.elementor-text-editor img[style="float: right;"] {
  margin: 5px 0 25px 25px;
}
@media all and (max-width: 640px) {
  .pageContent img[style="float: right;"],
  .elementor-text-editor img[style="float: right;"],
  .pageContent img[style="float: left;"],
  .elementor-text-editor img[style="float: left;"] {
    float: none !important;
    display: block;
    margin: 0 auto 20px;
  }
}
.pageContent ul,
.elementor-text-editor ul,
.pageContent ol,
.elementor-text-editor ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.pageContent ul li,
.elementor-text-editor ul li {
  list-style-type: disc;
}
.pageContent .wp-block-embed,
.elementor-text-editor .wp-block-embed {
  margin: 0 0 20px;
}
/*
* Pagination
*/
body .pagination,
body .nav-links {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body .pagination .page-numbers,
body .nav-links .page-numbers {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
  list-style: none;
  background: #fff;
  background: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagination .page-numbers a,
body .nav-links .page-numbers a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
body .pagination .page-numbers.current a,
body .nav-links .page-numbers.current a,
body .pagination .page-numbers.active a,
body .nav-links .page-numbers.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
body .pagination .page-numbers:after,
body .nav-links .page-numbers:after {
  color: var(--primaryColour);
}
body .pagination .page-numbers.firstItem,
body .nav-links .page-numbers.firstItem {
  display: none;
}
body .pagination .page-numbers.lastItem,
body .nav-links .page-numbers.lastItem,
body .pagination .page-numbers.dots,
body .nav-links .page-numbers.dots,
body .pagination .page-numbers.pageXOfY,
body .nav-links .page-numbers.pageXOfY {
  background: 0;
}
body .pagination .page-numbers a,
body .nav-links .page-numbers a {
  display: block;
  cursor: pointer;
}
body .pagination .page-numbers.dots,
body .nav-links .page-numbers.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
body .pagination .page-numbers.disabled a,
body .nav-links .page-numbers.disabled a {
  opacity: 0.5;
  cursor: default;
}
body .pagination li,
body .nav-links li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
}
body .pagination li a,
body .nav-links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
body .pagination li.current a,
body .nav-links li.current a,
body .pagination li.active a,
body .nav-links li.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
body .pagination li:after,
body .nav-links li:after {
  color: var(--primaryColour);
}
body .pagination li.firstItem,
body .nav-links li.firstItem {
  display: none;
}
body .pagination li.lastItem,
body .nav-links li.lastItem,
body .pagination li.dots,
body .nav-links li.dots,
body .pagination li.pageXOfY,
body .nav-links li.pageXOfY {
  background: 0;
}
body .pagination li a,
body .nav-links li a {
  display: block;
  cursor: pointer;
}
body .pagination li.dots,
body .nav-links li.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
body .pagination li.disabled a,
body .nav-links li.disabled a {
  opacity: 0.5;
  cursor: default;
}
body .pagination .screen-reader-text,
body .nav-links .screen-reader-text {
  display: none;
}
.paginationElement {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
}
.paginationElement a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
.paginationElement.current a,
.paginationElement.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
.paginationElement:after {
  color: var(--primaryColour);
}
.paginationElement.firstItem {
  display: none;
}
.paginationElement.lastItem,
.paginationElement.dots,
.paginationElement.pageXOfY {
  background: 0;
}
.paginationElement a {
  display: block;
  cursor: pointer;
}
.paginationElement.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
.paginationElement.disabled a {
  opacity: 0.5;
  cursor: default;
}
/*
 * Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px;
  border: 1px solid var(--borderColour);
  table-layout: fixed;
}
table td,
table th {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid var(--borderColour);
  line-height: 22px;
}
@media all and (min-width:  641px ) and (max-width:  1301px ), all and (max-width: 640px) {
  table td,
  table th {
    padding: 10px;
  }
}
table th {
  font-weight: 700;
}
/*
 * Table style that stops left and right borders and padding
 * for an edge to edge effect.
 */
table.noPadding {
  border-left: 0;
  border-right: 0;
}
table.noPadding tr td:first-child,
table.noPadding tr th:first-child {
  padding-left: 0;
}
table.noPadding tr td:last-child,
table.noPadding tr th:last-child {
  padding-right: 0;
}
table.alternating tr:nth-child(odd) {
  background: var(--layerLightColour);
}
body {
  font-size: 0.875rem;
  font-family: var(--bodyFont);
  color: var(--textColour);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    display: flex;
  }
}
a {
  color: var(--textColour);
  text-decoration: none;
}
p {
  line-height: 1.57;
  margin: 0 0 30px;
  letter-spacing: var(--baseLetterSpacing);
}
small {
  font-size: 0.6875rem;
  line-height: 1.27;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--textColour);
  font-family: var(--primaryFont);
  line-height: 1;
  font-weight: 700;
  margin: 0 0 16px;
}
h6 {
  font-size: 1.125rem;
  line-height: 1.33;
}
@media all and (max-width: 640px) {
  h6 {
    font-size: 1.0625rem;
    line-height: 1.29;
  }
}
h6.mobileHeading {
  font-size: 1.0625rem;
  line-height: 1.29;
}
h5 {
  font-size: 1.375rem;
  line-height: 1.27;
}
@media all and (max-width: 640px) {
  h5 {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
h5.mobileHeading {
  font-size: 1.125rem;
  line-height: 1.33;
}
h4 {
  font-size: 1.6875rem;
  line-height: 1.19;
}
@media all and (max-width: 640px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
h4.mobileHeading {
  font-size: 1.25rem;
  line-height: 1.2;
}
h3 {
  font-size: 2.125rem;
  line-height: 1.29;
}
@media all and (max-width: 640px) {
  h3 {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
h3.mobileHeading {
  font-size: 1.375rem;
  line-height: 1.27;
}
h2 {
  font-size: 2.6875rem;
  line-height: 1.3;
}
@media all and (max-width: 640px) {
  h2 {
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
h2.mobileHeading {
  font-size: 1.5625rem;
  line-height: 1.28;
}
h1 {
  font-size: 3.375rem;
  line-height: 1.19;
}
@media all and (max-width: 640px) {
  h1 {
    font-size: 1.75rem;
    line-height: 1.29;
  }
}
h1.mobileHeading {
  font-size: 1.75rem;
  line-height: 1.29;
}
/*
 * Wordpress helper classes
 */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.wp-caption-text {
  font-size: 0.6875rem;
  margin: 0;
  padding: 0 4px 5px;
}
.bypostauthor {
  display: block;
}
.sticky {
  position: relative;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/*
 * Generate fonts using the following link and store locally.
 * https://gwfh.mranftl.com/fonts
 */
/* raleway-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url(3876dc02f0567fb217e0.woff2) format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url(646f6d55c1eab836fbe3.woff2) format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url(99d8de4a7ca4930678bf.woff2) format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.wp-block-columns,
.wp-block-image:not(.alignright):not(.aligncenter),
.filterPostName {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-columns p,
.wp-block-image:not(.alignright):not(.aligncenter) p,
.filterPostName p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px;
}
.wp-block-columns.paddingTall,
.wp-block-image:not(.alignright):not(.aligncenter).paddingTall,
.filterPostName.paddingTall {
  padding: 120px 0;
}
.wp-block-columns.paddingMedium,
.wp-block-image:not(.alignright):not(.aligncenter).paddingMedium,
.filterPostName.paddingMedium {
  padding: 15px 0 40px;
}
.wp-block-columns.paddingLarge,
.wp-block-image:not(.alignright):not(.aligncenter).paddingLarge,
.filterPostName.paddingLarge {
  padding: 100px 0 40px 0;
}
@media (min-width: 768px) {
  .wp-block-columns,
  .wp-block-image:not(.alignright):not(.aligncenter),
  .filterPostName {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .wp-block-columns,
  .wp-block-image:not(.alignright):not(.aligncenter),
  .filterPostName {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .wp-block-columns,
  .wp-block-image:not(.alignright):not(.aligncenter),
  .filterPostName {
    width: 1170px;
  }
}
.wp-block-column h2 {
  font-size: 36px !important;
  font-weight: 600;
  margin-bottom: 2rem;
}
.wp-block-column h2 b,
.wp-block-column h2 strong {
  font-weight: 600;
  color: #f60;
}
@media all and (max-width: 760px) {
  .wp-block-column h2 {
    font-size: 28px !important;
  }
}
.wp-block-column h3 {
  font-size: 30px !important;
  font-weight: 600;
  margin-bottom: 2rem;
}
.wp-block-column h3:not(.has-text-color) b,
.wp-block-column h3:not(.has-text-color) strong {
  font-weight: 600;
  color: #f60;
}
.notificationBar {
  background: #2A226D;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.notificationBar h2 {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 900px) {
  .notificationBar h2 {
    font-size: 2rem;
  }
}
.notificationBar p {
  margin: 10px 0 0;
}
.notificationBar p a {
  text-decoration: underline;
  color: #fff;
}
.textImageFlex {
  padding-top: 8rem;
  align-items: center !important;
}
@media all and (max-width: 760px) {
  .textImageFlex {
    padding-top: 4rem;
  }
}
.textImageFlex:last-of-type {
  padding-bottom: 12rem;
}
.textImageFlex h5 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media all and (min-width: 991px) {
  .textImageFlex h5 {
    font-size: 42px;
  }
}
@media all and (min-width: 1440px) {
  .textImageFlex h5 {
    font-size: 50px;
  }
}
@media all and (min-width: 1200px) {
  .textImageFlex h5 {
    font-size: 36px;
  }
}
.textImageFlex h5:not(.has-text-color) b,
.textImageFlex h5:not(.has-text-color) strong {
  font-weight: 600;
  color: #f60;
}
.textImageFlex p {
  max-width: 476px;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
@media all and (min-width: 991px) {
  .textImageFlex p {
    font-size: 30px;
    line-height: 44px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 651px) {
  .paddingTopColumn {
    padding-top: 80px;
  }
}
p.paragraph a {
  color: #f60;
}
.contactLine {
  padding: 30px 0 50px 0 !important;
}
.iconRow .wp-block-column .wp-block-image {
  min-height: 120px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.iconRow .wp-block-image img {
  max-width: 100px;
  margin-bottom: 25px;
}
.style_pipelineClinicalTrialButtonLink__d6pWu {
  color: #fff !important;
}
.wp-block-group.has-background {
  padding: 32px 0;
}
.wp-block-group.has-background p.has-background {
  padding: 0 0 32px 0;
}
.wp-block-group.has-background .wp-block-column p.has-background:last-child {
  margin-bottom: 0;
}
.style_presentationRowItemWrapper__3q9pi:first-of-type {
  border-top: 1px solid #f2f2f2 !important;
}
.postsList > div:first-of-type .style_presentationRowItemWrapper__3q9pi {
  border-top: 1px solid transparent !important;
}
.v-select .vs__dropdown-toggle {
  min-width: 190px !important;
}
.vs__dropdown {
  min-width: 320px !important;
}
.style_clickToReveal__1jE6F .style_collapsibleText__1htRg {
  margin-top: 0 !important;
}
.wp-block-heading,
p.paragraph {
  min-width: 20px;
  max-width: var(--wrapperWidth);
  margin: 0 auto;
  margin-bottom: 32px;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
  .wp-block-heading,
  p.paragraph {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .wp-block-heading,
  p.paragraph {
    padding: 0 20px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1301px ) {
  .wp-block-heading,
  p.paragraph {
    padding: 0 20px;
  }
}
h2.wp-block-heading {
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 1200px) {
  h2.wp-block-heading {
    font-size: 42px;
  }
}
@media all and (max-width: 1200px) {
  h2.wp-block-heading {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
h2.wp-block-heading b,
h2.wp-block-heading strong {
  color: #f60;
}
p.paragraph {
  font-family: Raleway, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 1200px) {
  p.paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }
}
iframe {
  border: none !important;
  aspect-ratio: 1.77777778 !important;
  height: auto !important;
}
.style_modalWrapper__2Ec4o iframe {
  -webkit-filter: grayscale(100%) !important;
  filter: grayscale(100%) !important;
}
.st0 {
  fill: #747473;
}
.st1 {
  fill: #FF7100;
}
.st2 {
  fill: #FCD3C0;
}
.careerStats h2.style_title__3OVs1 b,
.careerStats h2.style_title__3OVs1 strong {
  font-weight: 600;
  color: #f60;
}
.introBlock {
  padding: 10rem 0 4rem;
}
.introBlock .container {
  padding-top: 0 !important;
}
.introBlock h1 {
  letter-spacing: -1px !important;
}
@media all and (min-width: 1201px) {
  .introBlock h1 {
    line-height: 71px !important;
  }
}
.introBlock h1 p {
  font-size: 30px !important;
  letter-spacing: -1px !important;
  margin: 0;
}
@media (min-width: 1201px) {
  .introBlock h1 p {
    font-size: 50px !important;
    line-height: 71px !important;
  }
}
.introBlock h1 strong,
.introBlock h1 b {
  color: #f60;
  font-weight: 600;
}
.introBlock p.body-text {
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.introBlock.noVideo {
  padding: 8rem 0;
}
.introBlock.noVideo h1 p {
  font-size: 28px !important;
  margin: 0;
}
@media (min-width: 1200px) {
  .introBlock.noVideo h1 p {
    font-size: 50px !important;
  }
}
.introBlock.noVideo .style_subtitle__1RQa9 p {
  font-size: 20px;
  line-height: 1.6;
}
.introBlock.noVideo .style_subtitle__1RQa9 p b,
.introBlock.noVideo .style_subtitle__1RQa9 p strong {
  font-size: 20px;
  font-weight: 700;
}
.introBlock .container.fullWidthBlock {
  margin-top: -50px;
  padding-top: 0 !important;
}
.introBlock .container.fullWidthBlock .col-xs-12 {
  width: 100% !important;
}
.introBlock .container.fullWidthBlock .col-xs-12 .style_title__1RdBy p {
  font-size: 42px !important;
}
@media all and (max-width: 1200px) {
  .introBlock .container.fullWidthBlock .col-xs-12 .style_title__1RdBy {
    margin-bottom: -6px;
  }
  .introBlock .container.fullWidthBlock .col-xs-12 .style_title__1RdBy p {
    font-size: 30px !important;
  }
}
.introBlock .container.fullWidthBlock .col-xs-12 .style_subtitle__1RQa9 p {
  margin: 24px 0 !important;
}
.coreValues h2 p {
  margin: 0;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.coreValues h2 b,
.coreValues h2 strong {
  font-weight: 600;
  color: #f60;
}
.expandingBlock {
  margin-bottom: 50px;
}
.dualBlock.posLeft .style_outerWrap__2rvDg .style_contentsWrapper__2ixL7 {
  float: right;
}
@media all and (min-width: 991px) {
  .dualBlock.posLeft .style_outerWrap__2rvDg .style_contentsWrapper__2ixL7 {
    padding-left: 20px;
  }
}
.dualBlock.posLeft .style_imgWrapper__2v7Tg.style_rightAlignedImg__2NAxg {
  left: 0;
  right: auto;
}
.dualBlock .style_imgWrapper__2v7Tg img {
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .style_iconItem__1YHIQ .style_subtitle__2kFF8 {
    margin-bottom: 64px;
  }
}
@media all and (min-width: 992px) {
  .style_mobileNav__3VwZM {
    display: none !important;
  }
}
@media all and (max-width: 550px) {
  .medicineGraph {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.medicineGraph iframe {
  aspect-ratio: 1.47777778 !important;
}
.wp-block-column .wp-block-heading {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.style_hero__2YePK .style_textWrapper__1evAC .style_subtitle__1RQa9 * {
  letter-spacing: 0 !important;
}
.style_mapBgWrapper__1JFck {
  height: 480px !important;
}
.style_modalContainer__2q9oz {
  height: 404px !important;
}
@media (min-width: 1200px) {
  .style_halfTextBackgroundImage__IGjHr.style_biggerFontSize__2-wNE .style_halfTextBackgroundImageRow__2bCQu h4 {
    font-size: 42px !important;
  }
  .style_halfTextBackgroundImage__IGjHr.style_biggerFontSize__2-wNE .style_halfTextBackgroundImageRow__2bCQu h4 p {
    font-size: 42px !important;
  }
}
@media (min-width: 1440px) {
  .style_halfTextBackgroundImage__IGjHr.style_biggerFontSize__2-wNE .style_halfTextBackgroundImageRow__2bCQu h4 {
    font-size: 50px !important;
  }
  .style_halfTextBackgroundImage__IGjHr.style_biggerFontSize__2-wNE .style_halfTextBackgroundImageRow__2bCQu h4 p {
    font-size: 50px !important;
  }
}
.style_collapsibleTextWithImage__2P8k1 .style_textIntro__3vgTP.style_textIntroRight__3u0vz p {
  letter-spacing: -1px !important;
}
.style_valuesRowGrid__K_-2K .style_valueColumn__30KB0 p {
  line-height: normal !important;
}
section.style_fullwidthVideo__3ccEr .style_videoContainer__3TVp- iframe {
  height: 75% !important;
}
.style_pipelineRowExpandedGrid__2tJ36 > div p,
.style_pipelineRowExpandedGrid__2tJ36 > div p,
.style_pipelineRowExpandedMediaVideoContainer__GuD_b p,
.style_pipelineRowExpandedMediaPosterContainer__60z2d p {
  font-size: 14px !important;
}
.page-id-916 .introBlock.noVideo {
  padding-top: 60px;
  padding-bottom: 50px;
}
.page-id-916 .introBlock.noVideo h1.style_title__1RdBy {
  margin-bottom: -10px;
}
.style_videoContainer__3TVp- {
  padding: 0 !important;
  height: auto !important;
}
section.style_fullwidthVideo__3ccEr .style_videoContainer__3TVp- iframe {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-bottom: -6px;
}
.introBlock .style_subtitle__1RQa9 p {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin: 30px 0 !important;
}
@media (min-width: 991px) {
  .introBlock .style_subtitle__1RQa9 p {
    font-size: 30px !important;
    line-height: 44px !important;
    margin-bottom: 30px !important;
  }
}
.page-id-933 .introBlock.noVideo .style_textWrapper__1evAC .style_title__1RdBy p {
  font-size: 36px !important;
  line-height: 51px !important;
}
.style_modal__3ZLkt p {
  font-size: 14px;
  line-height: 24px;
}
.style_modal__3ZLkt p:last-of-type {
  margin-bottom: 0;
}
.noFilter .vs__clear {
  display: none !important;
}
@media all and (max-width: 990px) {
  .wp-block-columns {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media all and (max-width: 990px) {
  .wp-block-image.alignright,
  .wp-block-image.alignleft {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media all and (max-width: 760px) {
  .style_peopleGrid__18E0Y .style_peopleItem__3clUP .style_peopleImageWrapper__1v--D img {
    width: 100%;
  }
}
.container p.paragraph,
.wp-block-columns p.paragraph {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media all and (max-width: 760px) {
  .wp-block-columns .wp-block-column p {
    font-size: 14px !important;
    line-height: 24px;
  }
}
@media all and (max-width: 770px) {
  .style_clickToReveal__1jE6F .style_collapsibleText__1htRg .style_textConstrained__grmgr.style_textConstrainedRight__1jOrI {
    padding-left: 15px !important;
  }
  .style_clickToReveal__1jE6F .style_collapsibleText__1htRg .style_textConstrained__grmgr.style_textConstrainedRight__1jOrI .container {
    padding: 0;
  }
}
.page-id-935 .style_hero__2YePK .style_textWrapper__1evAC .style_title__1RdBy {
  font-size: 42px !important;
  line-height: 60px;
}
.page-id-935 .style_hero__2YePK .style_textWrapper__1evAC .style_title__1RdBy p {
  font-size: 42px !important;
}
@media all and (max-width: 768px) {
  .style_menu__27T9e {
    width: 100%;
  }
  .style_menu__27T9e .vs__dropdown-toggle {
    width: 100% !important;
  }
}
@media all and (max-width: 650px) {
  .style_pdfContainerWrapper__2bNF8 {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .taglineText.col-xs-12.col-sm-5.col-sm-offset-1.style_textIntro__3vgTP.style_textIntroRight__3u0vz p {
    text-align: left !important;
  }
}
:where(.wp-block-columns.is-layout-flex) {
  gap: 60px !important;
}
@media all and (max-width: 750px) {
  .style_pipelineRowExpandedMediaPosterContainer__60z2d img {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .style_pdfContainerWrapper__2bNF8 {
    padding-bottom: 0 !important;
    height: auto !important;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../chop/assets/components/loading.vue?vue&type=style&index=0&id=639a0794&lang=less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.loadingWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.loadingWrap .loading {
  animation: fa-spin 2s infinite linear;
  font-size: 2.5rem;
  line-height: 1;
}
.loadingWrap--over,
.loadingWrap--fixed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.loadingWrap--over {
  position: absolute;
}
.loadingWrap--fixed {
  position: fixed;
  z-index: 5000;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/slider.vue?vue&type=style&index=0&id=133ef8fc&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.style_title__2ls4T {
  min-height: 268px;
}
.style_title__2ls4T strong {
  font-weight: 600;
  color: #f60;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/image_video_block.vue?vue&type=style&index=0&id=9b3565cc&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.imageVideoBlock .style_backgroundImageContainer__1ZcdW.left:before,
.imageVideoBlock .style_vimeoWrapper__1gzbV.left:before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.95), transparent 90%) !important;
  transform: rotate(-180deg);
}
@media all and (max-width: 990px) {
.imageVideoBlock .style_backgroundImageContainer__1ZcdW:before,
  .imageVideoBlock .style_vimeoWrapper__1gzbV:before,
  .imageVideoBlock .style_backgroundImageContainer__1ZcdW.left:before,
  .imageVideoBlock .style_vimeoWrapper__1gzbV.left:before {
    background: rgba(60, 60, 60, 0.8) !important;
}
}
.imageVideoBlock h4 {
  font-size: 36px !important;
}
.imageVideoBlock h4 p {
  font-size: 36px !important;
  line-height: 1.4;
  margin: 0;
}
.imageVideoBlock h4 strong,
.imageVideoBlock h4 b {
  color: #f60;
  font-weight: 600;
}
.imageVideoBlock .style_halfTextBackgroundImageRow__2bCQu .col-xs-12 {
  padding: 0 !important;
}
.imageVideoBlock .style_halfTextBackgroundImageRow__2bCQu.left {
  justify-content: normal !important;
}
.imageVideoBlock .style_halfTextBackgroundImageRow__2bCQu.right {
  justify-content: flex-end !important;
}
.imageVideoBlock .style_halfTextBackgroundImageRow__2bCQu.center {
  justify-content: center !important;
}
.imageVideoBlock.small h4 {
  line-height: 1.4;
  font-size: 34px !important;
}
.imageVideoBlock.small h4 p {
  font-size: 34px !important;
  margin: 0;
}
@media (min-width: 1200px) {
.imageVideoBlock.small h4 p {
    font-size: 36px !important;
}
}
@media all and (max-width: 650px) {
.imageVideoBlock.small h4 p {
    line-height: 41px !important;
}
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/image_video_hero_block.vue?vue&type=style&index=0&id=62fec16a&lang=less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.imageVideoHeroBlock {
  position: relative;
  z-index: 0;
}
.imageVideoHeroBlock .btn {
  margin-right: 15px;
}
@media all and (max-width: 768px) {
.imageVideoHeroBlock .btn {
    display: block;
    width: max-content;
    margin-right: 0;
    margin-bottom: 10px;
}
}
.imageVideoHeroBlock .btn.btn-white:hover {
  color: #fff !important;
  border-color: transparent;
}
.imageVideoHeroBlock__bg {
  position: absolute;
  overflow: hidden;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.imageVideoHeroBlock__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imageVideoHeroBlock__bg iframe {
  position: absolute;
  left: 50%;
  width: 100%;
  aspect-ratio: 1.7 !important;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 144vh;
}
@media (max-width: 900px) {
.imageVideoHeroBlock__bg iframe {
    width: 120vw;
    height: 120vw !important;
    aspect-ratio: initial !important;
}
}
@media (max-width: 768px) {
.imageVideoHeroBlock__bg iframe {
    width: 165vw;
    height: 165vw !important;
}
}
@media (max-width: 500px) {
.imageVideoHeroBlock__bg iframe {
    width: 255vw;
    height: 255vw !important;
}
}
.imageVideoHeroBlock__bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95), transparent 90%);
}
.imageVideoHeroBlock__wrap {
  min-height: 80vh;
  display: flex;
  aspect-ratio: 1.8;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 500px) {
.imageVideoHeroBlock__wrap {
    aspect-ratio: initial;
}
}
.imageVideoHeroBlock .container {
  padding: 5% 20px;
}
@media all and (max-width: 1200px) {
.imageVideoHeroBlock .container {
    padding: 10% 20px;
}
}
.imageVideoHeroBlock h1 {
  color: #fff;
  font-size: 4em;
  max-width: 350px;
  margin-bottom: 15px;
}
@media all and (max-width: 1200px) {
.imageVideoHeroBlock h1 {
    font-size: 3em;
}
}
@media all and (max-width: 768px) {
.imageVideoHeroBlock h1 {
    font-size: 2em;
}
}
.imageVideoHeroBlock h1 span {
  font-size: 0.7em;
  display: block;
}
.imageVideoHeroBlock__desc {
  max-width: 450px;
  color: #fff;
  margin-bottom: 35px;
  font-size: 1.3em;
}
.imageVideoHeroBlock__socials {
  margin-top: 30px;
}
.imageVideoHeroBlock__socials > * {
  vertical-align: middle;
  display: inline-block;
}
.imageVideoHeroBlock__label {
  color: #fff;
  margin-right: 15px;
}
@media all and (max-width: 768px) {
.imageVideoHeroBlock__label {
    margin-bottom: 10px;
    display: block;
}
}
.imageVideoHeroBlock__icon {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
}
.imageVideoHeroBlock__icon:hover {
  opacity: 0.8;
}
.imageVideoHeroBlock__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/text_with_tagline_block.vue?vue&type=style&index=0&id=a32caeac&lang=less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.textWithTagline h3 {
  margin-bottom: 40px;
  font-size: 30px !important;
}
.textWithTagline h3 p {
  margin: 0;
  font-size: 30px !important;
}
.textWithTagline h3 b,
.textWithTagline h3 strong {
  font-weight: 600;
  color: #f60;
}
.textWithTagline .taglineText b,
.textWithTagline .taglineText strong {
  font-weight: 600;
  color: #f60;
}

/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/@splidejs/vue-splide/dist/css/splide.min.css ***!
  \****************************************************************************************************************************************************/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/text_with_image_slider.vue?vue&type=style&index=0&id=777fb527&lang=less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.textWithImageSlider h4 p {
  margin: 0;
  font-size: 34px !important;
}
@media (min-width: 1200px) {
.textWithImageSlider h4 p {
    font-size: 42px !important;
}
}
@media (min-width: 1440px) {
.textWithImageSlider h4 p {
    font-size: 50px !important;
}
}
.textWithImageSlider h4 b,
.textWithImageSlider h4 strong {
  font-weight: 600;
  color: #f60;
}
.textWithImageSlider h5 p {
  font-size: 30px !important;
  line-height: 44px;
}
@media all and (max-width: 1200px) {
.textWithImageSlider h5 p {
    font-size: 22px !important;
}
}
@media all and (max-width: 650px) {
.textWithImageSlider h5 p {
    line-height: 31px;
}
}
.splide__arrow {
  background: none;
  transition: opacity 0.3s;
}
.splide__arrow svg {
  transform: scale(2);
}
.splide__arrow svg path {
  fill: #f60;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--prev svg {
  transform: scale(2) rotate(180deg);
}
@media all and (max-width: 990px) {
.splide__arrow--prev {
    left: 15px;
}
}
.splide__arrow--next {
  right: 0;
}
@media all and (max-width: 990px) {
.splide__arrow--next {
    right: 15px;
}
}
.splide__arrow:hover {
  opacity: 0.8;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
  background-color: #f2f2f2;
  margin: 0 5px;
  border-radius: 1000px;
}
.splide__pagination__page.is-active {
  background-color: #979797;
  height: 18px;
  width: 18px;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/column_sliders.vue?vue&type=style&index=0&id=7ebb80e4&lang=less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
@media all and (min-width: 651px) {
.columnSliders {
    padding-top: 10rem;
}
}
@media all and (max-width: 650px) {
.columnSliders {
    margin-bottom: 32px;
}
}
.columnSliders.white .style_backgroundImageContainer__1Gwah,
.columnSliders.white .splide__track .splide__track {
  min-height: 700px;
}
@media all and (max-width: 650px) {
.columnSliders.white .style_backgroundImageContainer__1Gwah,
  .columnSliders.white .splide__track .splide__track {
    min-height: 500px;
}
}
.columnSliders .style_backgroundImageContainer__1Gwah {
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
}
.columnSliders .splide__track {
  margin-bottom: 6rem;
}
.columnSliders .splide__track .splide__slide {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.columnSliders .splide__pagination {
  bottom: -30px;
}
.columnSliders .splide__arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
@media all and (max-width: 990px) {
.columnSliders .splide__arrows {
    width: 100%;
}
}
.columnSliders h3 {
  text-align: center;
  position: relative;
  font-weight: 600;
  margin-bottom: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-size: 30px;
}
@media all and (max-width: 650px) {
.columnSliders h3 {
    margin-top: 32px;
}
}
.columnSliders h3 p {
  margin: 0;
  font-size: 30px !important;
}
@media all and (max-width: 990px) {
.columnSliders h3 p {
    font-size: 26px !important;
    line-height: 36px !important;
    letter-spacing: -0.8px;
}
}
.columnSliders h3 b,
.columnSliders h3 strong {
  font-weight: 600;
  color: #f60;
}
.columnSliders .columnsWrap {
  display: flex;
}
@media all and (max-width: 800px) {
.columnSliders .columnsWrap {
    flex-direction: column;
}
}
.columnSliders .columnsWrap .column {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 3rem;
  text-align: center;
}
.columnSliders .columnsWrap .column p {
  font-size: 20px;
  line-height: 1.6;
}
.columnSliders .columnsWrap .column h4,
.columnSliders .columnsWrap .column h6 {
  position: relative;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.6;
  font-size: 30px;
}
.columnSliders .columnsWrap .column h4 p,
.columnSliders .columnsWrap .column h6 p {
  margin: 0;
  font-size: 30px !important;
}
@media all and (max-width: 990px) {
.columnSliders .columnsWrap .column h4,
  .columnSliders .columnsWrap .column h6 {
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 26px;
}
.columnSliders .columnsWrap .column h4 p,
  .columnSliders .columnsWrap .column h6 p {
    font-size: 18px !important;
}
}
.columnSliders .columnsWrap .column h4 b,
.columnSliders .columnsWrap .column h6 b,
.columnSliders .columnsWrap .column h4 strong,
.columnSliders .columnsWrap .column h6 strong {
  font-weight: 600;
  color: #f60;
}
.columnSliders .columnsWrap .column .style_icon__15D_7 {
  max-width: 60px;
}
@media all and (max-width: 990px) {
.columnSliders .columnsWrap .column .description p {
    margin-bottom: 20px;
    font-size: 14px !important;
    line-height: 22px;
}
}
.columnSliders.white h3,
.columnSliders.white h4,
.columnSliders.white p {
  color: #fff;
}
.columnSliders.white .splide__track {
  margin-bottom: 0;
}
.columnSliders.white .splide__arrow svg path {
  fill: #fff;
}
.columnSliders.white .splide__pagination {
  bottom: 30px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/offices.vue?vue&type=style&index=0&id=159d72ac&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.style_addressSelectorWrapper__s385u {
  margin-top: 8px;
}
.style_addressSelectorWrapper__s385u a {
  color: #000;
}
.style_addressSelectorWrapper__s385u .style_active__2DIES a {
  color: #f60;
}
.style_mapBgWrapper__1JFck {
  margin-bottom: 64px;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/staff.vue?vue&type=style&index=0&id=30759315&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.staffBlock.grey {
  background-color: #f2f2f2;
}
@media (min-width: 1199px) {
.staffBlock .col_3 .style_peopleGrid__18E0Y .style_peopleItem__3clUP {
    flex-basis: calc(33.32% - 40px);
}
}
.staffBlock .style_peopleImageWrapper__1v--D img {
  width: 100%;
}
@media all and (max-width: 768px) {
.staffBlock .style_peopleGrid__18E0Y .style_peopleItem__3clUP .style_peopleImageWrapper__1v--D {
    aspect-ratio: 1 !important;
}
}
.page-id-913 .introBlock.noVideo .style_subtitle__1RQa9 p {
  font-size: 26px !important;
  line-height: 38px !important;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcPostFilter/assets/components/post_filter.vue?vue&type=style&index=0&id=9eebbefc&lang=less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.filterPostName {
  margin-top: 144px;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (min-width: 1199px) {
.filterPostName {
    font-size: 50px;
}
}
.filterPostName b,
.filterPostName strong {
  font-weight: 600;
  color: #f60;
}
@media all and (max-width: 420px) {
.filterPostName b,
  .filterPostName strong {
    display: block;
}
}
.v-select .vs__dropdown-toggle {
  background-color: #fff;
  margin-right: 42px;
  padding: 13px 24px;
  outline: none;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  font-size: 15px;
  font-weight: 400;
}
.v-select .vs__dropdown-toggle .vs__search {
  font-size: 15px;
}
#years .vs__dropdown-toggle {
  width: 170px;
}
#tags .vs__dropdown-toggle {
  width: 170px;
}
#categories .vs__dropdown-toggle {
  width: 250px;
}
.style_formControlWrap__co-LT p {
  margin-bottom: 0 !important;
}
.style_presentationItemImageWrap__DnMDe {
  margin-right: 40px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcPostFilter/assets/components/posts.vue?vue&type=style&index=0&id=4469e49e&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
.postsWrapper {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
.postsWrapper {
    width: 750px;
}
}
@media (min-width: 992px) {
.postsWrapper {
    width: 970px;
}
}
@media (min-width: 1200px) {
.postsWrapper {
    width: 1170px;
}
}
.postsWrapper .publication .style_presentationItemEventName__IPih8 {
  font-style: italic;
}
.postsWrapper .publication .style_presentationItemEventName__IPih8 strong,
.postsWrapper .publication .style_presentationItemEventName__IPih8 b {
  font-style: normal;
}
.style_presentationItem__1RADv .style_presentationItemTextWrap__10IMS {
  padding-left: 0 !important;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcPostFilter/assets/components/post.vue?vue&type=style&index=0&id=c2043db6&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Raleway, sans-serif;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 1.42857143 !important;
  color: #000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::-moz-selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
::selection {
  background: var(--mtcBlue);
  color: #fff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
a {
  text-decoration: none;
  color: #000;
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1301px ) {
.wrapper {
    padding: 0 20px;
}
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
}
/*
 * Widths
 */
:root {
  --wrapperWidth: 1282px;
  --mobileWidth: 640px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --primaryColour: #f60;
  --secondaryColour: #4a4a4a;
  --tertiaryColour: #2c2e30;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --textColour: #252525;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1282px, mobile: 640px, flyout: 767px';
  position: absolute;
  top: 0;
  visibility: hidden;
}


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