/*! 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;
}

.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.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:1px solid rgba(60,60,60,.26);border-radius:4px;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:4px 6px 0 3px}.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:rgba(60,60,60,.5);transform:scale(1);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);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% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap}.vs__dropdown-option:hover{cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5)}.vs__dropdown-option--disabled:hover{cursor:inherit}.vs__selected{display:flex;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em}.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:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;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}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable .vs__search:hover{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:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}
/*
 * @import of external sheets
 */
/*
 * Widths
 */
/*
 * Standard margin
 */
/*
 * The Grid
 */
/*
 * Typography
 */
/*
 * Border Radius
 */
/*
 * Colours
 */
/*
 * Dark background / Light text
 */
/*
 * Light background / Dark text
 */
/*
 * Alert Colours
 */
/*
 * Misc Colours
 */
/*
 * Mobile Menu
 */
/*
 * Media Query Breakpoints
 */
/*
 * HTML Tag
 */
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1140px, mobile: 767px, flyout: 767px, medium: 1024px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
html body {
  font-size: 0.875rem;
}
/*
 * Mixins
 */
/*
 * Converts letter-spacing pixel values into ems
 * For consistent letter-spacing values throughout and equal to those in designs
 */
/*
 * Navigation Style
 */
/*
 * Edge to edge navigation
 */
/*
 * Fade Dropdown Hover
 */
/*
 * List styles
 */
/*
 * Column Based Grid
 *
 * To use this grid you need a colGroup to surround the grid
 * items.  You can call this simply by using .col(12); in your
 * css within your media queries but classes have been autogenerated
 * for the desktop, tablet and mobile media queries that will allow
 * you to control layout with helper classes prefixed with your desired
 * media query.
 *
 * Using the classes "desktop_grid_23 tablet_grid_23 mobile_grid_23"
 * means you can set the desired amount of columns at each breakpoint
 * within the markup.
 */
.colGroup {
  *zoom: 1;
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}
.colGroup:before,
.colGroup:after {
  content: "";
  display: table;
}
.colGroup:after {
  clear: both;
}
@media all and (min-width:  1160px ) {
  .desktop_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_24 {
    float: left;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_24 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_23 {
    float: left;
    width: 95.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_23 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_22 {
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_22 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_21 {
    float: left;
    width: 87.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_21 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_20 {
    float: left;
    width: 83.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_20 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_19 {
    float: left;
    width: 79.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_19 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_18 {
    float: left;
    width: 75%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_18 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_17 {
    float: left;
    width: 70.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_17 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_16 {
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_16 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_15 {
    float: left;
    width: 62.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_15 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_14 {
    float: left;
    width: 58.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_14 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_13 {
    float: left;
    width: 54.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_13 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_12 {
    float: left;
    width: 50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_12 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_11 {
    float: left;
    width: 45.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_11 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_10 {
    float: left;
    width: 41.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_10 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_9 {
    float: left;
    width: 37.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_9 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_8 {
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_8 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_7 {
    float: left;
    width: 29.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_7 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_6 {
    float: left;
    width: 25%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_6 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_5 {
    float: left;
    width: 20.83333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_5 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_4 {
    float: left;
    width: 16.66666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_4 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_3 {
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_3 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_2 {
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_2 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  1160px ) {
  .desktop_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .desktop_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (min-width:  768px ) and (max-width:  1159px ) {
  .tablet_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .tablet_grid_1 {
    margin-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  .mobile_grid_1 {
    float: left;
    width: 4.16666667%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .noBottomMargin .mobile_grid_1 {
    margin-bottom: 0;
  }
}
/*
 * Equal width grid helper
 *
 * To use this grid helper you simply need to use .grid(4);
 * in your CSS which will make all elements the same width, removing
 * margin on the number of elements specified and clearing the first
 * element of the next row.  You can optionally specify an override
 * of the default gutter width.
 */
/*
* Site Styles
*/
.wrapperWidth {
  max-width: 1140px;
  min-width: 30px;
  margin: 0 auto;
}
.wrapper {
  max-width: 1140px;
  min-width: 30px;
  margin: 0 auto;
  *zoom: 1;
}
.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
/*
 * Button Styling
 */
html body a {
  color: #CC3366;
}
html body a:hover,
html body a:active {
  color: #09b7e9;
}
.elementor-text-editor a:hover,
.elementor-widget-theme-post-contentt a:hover,
.ae-acf-content-wrapper a:hover,
.elementor-text-editor a:active,
.elementor-widget-theme-post-contentt a:active,
.ae-acf-content-wrapper a:active {
  text-decoration: underline;
}
.button,
html body .button,
html body button,
html body [type="submit"],
html body [type="button"] {
  position: relative;
  display: inline-block;
  background: #09b7e9;
  margin: 0 0 20px;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  border: 0;
  outline: none;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  font-size: 0.9375rem;
  border-radius: 80px;
  text-decoration: none;
}
.button:hover,
html body .button:hover,
html body button:hover,
html body [type="submit"]:hover,
html body [type="button"]:hover {
  background: #0680a3;
}
.button i,
html body .button i,
html body button i,
html body [type="submit"] i,
html body [type="button"] i {
  padding-left: 10px;
}
.button[disabled],
html body .button[disabled],
html body button[disabled],
html body [type="submit"][disabled],
html body [type="button"][disabled] {
  opacity: 0.5;
}
html body .buttonAlt {
  position: relative;
  display: inline-block;
  background: #09b7e9;
  margin: 0 0 20px;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  outline: none;
  line-height: 1;
  font-weight: 400;
  font-size: 0.9375rem;
  border-radius: 80px;
  text-decoration: none;
  background: #CC3366;
  border: 0;
  color: #fff;
}
html body .buttonAlt:hover {
  background: #0680a3;
}
html body .buttonAlt i {
  padding-left: 10px;
}
html body .buttonAlt[disabled] {
  opacity: 0.5;
}
html body .buttonAlt:hover {
  background: #d65c85;
}
/*
 * Button Groups
 */
html body .buttonGroup {
  *zoom: 1;
  float: left;
  width: 100%;
  clear: both;
}
html body .buttonGroup:before,
html body .buttonGroup:after {
  content: "";
  display: table;
}
html body .buttonGroup:after {
  clear: both;
}
html body .buttonGroup .button {
  float: left;
  display: block;
  margin-right: 20px;
}
/*
 * Form Styles
 */
form {
  *zoom: 1;
  /*
     * Hide Anti Spam Field
     */
}
form:before,
form:after {
  content: "";
  display: table;
}
form:after {
  clear: both;
}
form fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form legend {
  display: none;
}
form .buttonGroup:last-child {
  margin-bottom: 0;
}
form.withBackground {
  background: #f7f7f7;
  padding: 20px 20px 0;
}
form .answer {
  display: none;
}
.row {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  *zoom: 1;
  /*
     * Checkboxes
     */
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row label {
  float: left;
  padding: 0 0 10px;
  color: #55595c;
}
.row .inputWrap,
.row .datepickerWrap {
  float: left;
  width: 100%;
}
.row .inputWrap.numberArrowWrap,
.row .datepickerWrap.numberArrowWrap {
  position: relative;
}
.row .inputWrap.numberArrowWrap input:not(.right),
.row .datepickerWrap.numberArrowWrap input:not(.right) {
  padding-left: 35px;
}
.row .inputWrap .numberButtons,
.row .datepickerWrap .numberButtons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 35px;
}
.row .inputWrap .numberButtons .numberButton,
.row .datepickerWrap .numberButtons .numberButton {
  position: absolute;
  left: 0px;
  text-align: center;
  width: 100%;
  z-index: 300;
  height: 22.5px;
  cursor: pointer;
}
.row .inputWrap .numberButtons .numberButton.add,
.row .datepickerWrap .numberButtons .numberButton.add {
  top: 1px;
  line-height: 30px;
}
.row .inputWrap .numberButtons .numberButton.subtract,
.row .datepickerWrap .numberButtons .numberButton.subtract {
  bottom: 1px;
  line-height: 20px;
}
.row .inputWrap .numberArrows.right,
.row .datepickerWrap .numberArrows.right {
  padding-right: 35px;
}
.row .inputWrap .numberArrows.right + .numberButtons,
.row .datepickerWrap .numberArrows.right + .numberButtons {
  left: auto;
  right: 0;
}
.row .inputWrap .numberArrows.fade + .numberButtons,
.row .datepickerWrap .numberArrows.fade + .numberButtons {
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  z-index: 100;
}
.row .inputWrap .numberArrows.fade + .numberButtons:hover,
.row .datepickerWrap .numberArrows.fade + .numberButtons:hover {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.row .inputWrap .numberArrows.fade:hover + .numberButtons,
.row .datepickerWrap .numberArrows.fade:hover + .numberButtons {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']),
.row textarea {
  position: relative;
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 0px;
  z-index: 10;
  color: #55595c;
  background: #f7f7f7;
  padding: 12px 10px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search'])::-webkit-input-placeholder,
.row textarea::-webkit-input-placeholder {
  color: #6d7377;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']):-moz-placeholder,
.row textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6d7377;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search'])::-moz-placeholder,
.row textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #6d7377;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']):-ms-input-placeholder,
.row textarea:-ms-input-placeholder {
  color: #6d7377;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']):focus,
.row textarea:focus {
  border: 1px solid #09b7e9;
}
.row textarea {
  min-height: 142px;
}
.row .buttonInline {
  clear: both;
  display: flex;
}
@media all and (max-width: 767px) {
  .row .buttonInline {
    display: block;
  }
}
.row .buttonInline:after {
  display: none;
}
.row .buttonInline select,
.row .buttonInline input,
.row .buttonInline .chosen-single {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 0;
}
@media all and (max-width: 767px) {
  .row .buttonInline select,
  .row .buttonInline input,
  .row .buttonInline .chosen-single {
    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: 767px) {
  .row .buttonInline button,
  .row .buttonInline .button,
  .row .buttonInline .buttonAlt {
    width: 100%;
    border-radius: 0px;
  }
}
.row input[disabled] {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
}
.row input[type=checkbox] {
  float: left;
  display: inline;
  margin: 20px;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
.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;
  float: left;
  padding: 0 0 0 30px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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 #eaeaea;
  cursor: pointer;
  content: '';
  background: #fff;
  border-radius: 0px;
}
.row input[type=checkbox] + label:after,
.row input[type=radio] + label:after {
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 0.9375rem;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #09b7e9;
  border-radius: 0px;
}
.row input[type=checkbox]:checked + label:after,
.row input[type=radio]:checked + label:after {
  opacity: 1;
}
.row input[type=checkbox][type=radio],
.row input[type=radio][type=radio] {
  /*
             * Set outline when keyboarding
             */
}
.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: 6px;
  left: 4px;
  background: #fff;
  width: 12px;
  height: 12px;
  background: #CC3366;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.25s;
  content: '';
}
.row input[type=checkbox][type=radio]:focus + label:before,
.row input[type=radio][type=radio]:focus + label:before {
  border: 1px solid #09b7e9;
}
.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 #09b7e9;
}
html body .validationMessage,
html body .success,
html body ul.error li,
html body span.wpcf7-not-valid-tip,
html body .elementor-message html body div.wpcf7-validation-errors,
html body div.wpcf7-acceptance-missing,
html body div.wpcf7-response-output,
html body div.wpcf7-mail-sent-ok {
  *zoom: 1;
  clear: both;
  padding: 10px 0 !important;
  margin: 0 !important;
  z-index: 5;
  border-radius: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 22px;
}
html body .validationMessage:before,
html body .success:before,
html body ul.error li:before,
html body span.wpcf7-not-valid-tip:before,
html body .elementor-message html body div.wpcf7-validation-errors:before,
html body div.wpcf7-acceptance-missing:before,
html body div.wpcf7-response-output:before,
html body div.wpcf7-mail-sent-ok:before,
html body .validationMessage:after,
html body .success:after,
html body ul.error li:after,
html body span.wpcf7-not-valid-tip:after,
html body .elementor-message html body div.wpcf7-validation-errors:after,
html body div.wpcf7-acceptance-missing:after,
html body div.wpcf7-response-output:after,
html body div.wpcf7-mail-sent-ok:after {
  content: "";
  display: table;
}
html body .validationMessage:after,
html body .success:after,
html body ul.error li:after,
html body span.wpcf7-not-valid-tip:after,
html body .elementor-message html body div.wpcf7-validation-errors:after,
html body div.wpcf7-acceptance-missing:after,
html body div.wpcf7-response-output:after,
html body div.wpcf7-mail-sent-ok:after {
  clear: both;
}
html body ul.error {
  padding: 0;
  margin: 0;
}
html body ul.error li {
  list-style-type: none;
}
html body .row.errorWrap .inputWrap,
html body .row.successWrap .inputWrap,
html body .row.errorWrap .datepickerWrap,
html body .row.successWrap .datepickerWrap {
  position: relative;
}
html body .row.errorWrap .inputWrap:after,
html body .row.successWrap .inputWrap:after,
html body .row.errorWrap .datepickerWrap:after,
html body .row.successWrap .datepickerWrap:after {
  content: none;
}
html body .errorWrap .validationMessage,
html body .errorWrap .error,
html body span.wpcf7-not-valid-tip {
  display: block;
  color: #e74c3c;
}
html body .successWrap .validationMessage,
html body .successWrap .success {
  display: block;
  color: #2ecc71;
}
html body .successWrap input:not([type='checkbox']),
html body .successWrap input:not([type='radio']),
html body .successWrap textarea,
html body .successWrap select,
html body .successWrap .chosen-search input {
  border-color: #2ecc71;
}
html body div.wpcf7-validation-errors,
html body div.wpcf7-acceptance-missing,
html body div.wpcf7-response-output {
  border-width: 0 !important;
  border-color: #e74c3c;
  color: #e74c3c;
}
html body div.wpcf7-mail-sent-ok {
  border-width: 0 !important;
  border-color: #2ecc71;
  color: #2ecc71;
}
html body .elementor-message:not(.elementor-message-success):before,
html body .elementor-message:not(.elementor-message-success):after {
  content: none;
}
/*
 * File upload styling
 */
.fileUpload label {
  margin: 0;
}
.fileUpload input {
  display: none;
}
.fileUpload .fileName {
  display: block;
  clear: both;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 10px 0;
}
.fileUpload .fileName span {
  display: block;
}
/*
 * Checkbox Toggle - Similar to the one seen in iOS
 */
.checkboxToggle {
  visibility: hidden;
}
.checkboxToggle + label {
  cursor: pointer;
  display: block;
  position: relative;
  box-shadow: inset 0 0 0px 1px #d5d5d5;
  text-indent: -5000px;
  height: 20px;
  width: 40px;
  border-radius: 10px;
}
.checkboxToggle + label:before {
  content: '';
  position: absolute;
  display: block;
  height: 20px;
  width: 18px;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: background 0.25s ease-in-out 0s, width 0.25s ease-in-out 0s;
}
.checkboxToggle + label:after {
  content: '';
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  margin: 1px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: #09b7e9;
  transition: left 0.25s ease-in-out 0s, background 0.25s ease-in-out 0s;
}
.checkboxToggle:checked + label:before {
  width: 100%;
  background: #09b7e9;
}
.checkboxToggle:checked + label:after {
  left: 50%;
  background: #fff;
}
/*
 * Form inline styles
 */
.formInline .row .datepickerWrap,
.formInline .row .buttonInline {
  clear: none;
}
.formInline .row label {
  width: 30%;
  padding: 8px 0;
}
.formInline .row .inputWrap,
.formInline .row .datepickerWrap {
  padding: 0 0 0 20px;
  width: 70%;
}
.formInline .row .mobileChosen select {
  position: absolute;
  width: 100%;
}
.formInline .validationMessage,
.formInline .success {
  width: 70%;
  float: right;
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  .formInline .validationMessage,
  .formInline .success {
    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: 767px) {
  .formInline .row label {
    clear: both;
    width: 100%;
  }
  .formInline .row .inputWrap,
  .formInline .row .datepickerWrap {
    padding: 0;
    width: 100%;
  }
}
/*
 * Vue select styling
 */
.v-select .vs__dropdown-toggle {
  border: 1px solid #eaeaea;
  background: #f7f7f7;
  padding: 12px 15px;
}
html body.elementor-default form .elementor-field-group,
html body.elementor-default form .elementor-field-group.elementor-field-type-submit {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* colors */
.hoverColorMtc a,
.hoverColorMtc a strong {
  color: #4e4d4d !important;
}
.hoverColorMtc a:hover strong,
.hoverColorMtc a:active strong,
.hoverColorMtc a:focus strong {
  color: #0f55c4 !important;
}
/**/
/* general */
html body.elementor-default .invisible {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
html body.elementor-default .elementor-image-box-img a {
  display: block;
  line-height: 0;
}
html body.elementor-default .elementor-image-box-img {
  line-height: 0;
}
html body.elementor-default small {
  font-size: 90%;
}
html body.elementor-default header.page-header {
  display: none;
}
html body.elementor-default .elementor-image a,
html body.elementor-default .elementor-image .wp-caption {
  max-width: 100%;
}
/**/
/* container and row styles */
html body.elementor-default .rowFlexNowrap .elementor-row {
  flex-wrap: nowrap;
}
html body.elementor-default .rowFlexWrap .elementor-row {
  flex-wrap: wrap;
}
html body.elementor-default .compensateColP > .elementor-container > .elementor-row,
html body.elementor-default .compensateColP .ae-acf-repeater-wrapper,
html body.elementor-default .compensateColP .ae-post-list-wrapper {
  width: calc(100% + 30px);
  margin-right: -15px;
  margin-left: -15px;
}
html body.elementor-default .ae-no-posts {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-size: 1.25rem;
}
html body.elementor-default .elementor-top-section:not(.elementor-section-full_width) > .elementor-container.elementor-column-gap-no {
  padding-right: 15px;
  padding-left: 15px;
}
/**/
/* widths and heights */
html body.elementor-default .maxW2000 {
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}
/**/
/* margins and paddings */
html body.elementor-default .mxAuto {
  margin-right: auto;
  margin-left: auto;
}
html body.elementor-default .mlAuto {
  width: auto;
  margin-left: auto;
}
/* 0 paddings and margins */
.p0 {
  padding: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.m0,
.m0P p {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
html body.elementor-default .elementor-element.px3Percent {
  padding-right: 3%;
  padding-left: 3%;
}
/**/
/* margin top */
html body.elementor-default .elementor-element.mtXl:not(:first-child) {
  margin-top: 60px;
}
html body.elementor-default .elementor-element.mtLg:not(:first-child) {
  margin-top: 50px;
}
html body.elementor-default .elementor-element.mtMd:not(:first-child) {
  margin-top: 40px;
}
html body.elementor-default .elementor-element.mtSm:not(:first-child) {
  margin-top: 30px;
}
html body.elementor-default .elementor-element.mtXs:not(:first-child) {
  margin-top: 10px;
}
/**/
/* margin bottom */
html body.elementor-default .elementor-element.mbXl:not(:last-child) {
  margin-bottom: 60px;
}
html body.elementor-default .elementor-element.mbLg:not(:last-child) {
  margin-bottom: 50px;
}
html body.elementor-default .elementor-element.mbMd:not(:last-child) {
  margin-bottom: 40px;
}
html body.elementor-default .elementor-element.mbSm:not(:last-child) {
  margin-bottom: 30px;
}
html body.elementor-default .elementor-element.mbXs:not(:last-child) {
  margin-bottom: 10px;
}
/**/
/**/
/* text editor */
.elementor-text-editor .alignright,
.elementor-text-editor .alignleft,
.elementor-widget-theme-post-content .alignright,
.elementor-widget-theme-post-content .alignleft,
.ae-acf-content-wrapper .alignright,
.ae-acf-content-wrapper .alignleft,
.elementor-text-editor .aligncenter,
.elementor-widget-theme-post-content .aligncenter,
.ae-acf-content-wrapper .aligncenter,
.elementor-text-editor .alignnone,
.elementor-widget-theme-post-content .alignnone,
.ae-acf-content-wrapper .alignnone {
  margin-top: 5px !important;
  margin-bottom: 0.9rem !important;
}
.elementor-text-editor .alignright,
.elementor-widget-theme-post-content .alignright,
.ae-acf-content-wrapper .alignright {
  margin-left: 30px !important;
  float: right;
}
.elementor-text-editor .alignleft,
.elementor-widget-theme-post-content .alignleft,
.ae-acf-content-wrapper .alignleft {
  margin-right: 30px !important;
  float: left;
}
.elementor-text-editor .aligncenter,
.elementor-widget-theme-post-content .aligncenter,
.ae-acf-content-wrapper .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.elementor-text-editor li:not(:last-child),
.elementor-widget-theme-post-content li:not(:last-child),
.ae-acf-content-wrapper li:not(:last-child) {
  margin-bottom: 5px;
}
html body.elementor-default .elementor-text-editor h1:not(:first-child),
html body.elementor-default .elementor-text-editor h2:not(:first-child),
html body.elementor-default .elementor-text-editor h3:not(:first-child),
html body.elementor-default .elementor-text-editor h4:not(:first-child),
html body.elementor-default .elementor-text-editor h5:not(:first-child),
html body.elementor-default .elementor-text-editor h6:not(:first-child),
html body.elementor-default .elementor-text-editor ul:not(:first-child),
html body.elementor-default .elementor-text-editor ol:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content h1:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content h2:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content h3:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content h4:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content h5:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content h6:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content ul:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content ol:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper h1:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper h2:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper h3:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper h4:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper h5:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper h6:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper ul:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper ol:not(:first-child) {
  margin-top: 1.8rem;
}
html body.elementor-default .elementor-text-editor h1:not(:last-child),
html body.elementor-default .elementor-text-editor h2:not(:last-child),
html body.elementor-default .elementor-text-editor h3:not(:last-child),
html body.elementor-default .elementor-text-editor h4:not(:last-child),
html body.elementor-default .elementor-text-editor h5:not(:last-child),
html body.elementor-default .elementor-text-editor h6:not(:last-child),
html body.elementor-default .elementor-text-editor ul:not(:last-child),
html body.elementor-default .elementor-text-editor ol:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content h1:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content h2:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content h3:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content h4:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content h5:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content h6:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content ul:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content ol:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper h1:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper h2:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper h3:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper h4:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper h5:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper h6:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper ul:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper ol:not(:last-child),
html body.elementor-default figcaption:not(:last-child) {
  margin-bottom: 1.2rem;
}
html body.elementor-default .elementor-text-editor p:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content p:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper p:not(:last-child) {
  margin-bottom: 0.9rem;
}
html body.elementor-default .elementor-text-editor blockquote:not(:first-child),
html body.elementor-default .elementor-widget-theme-post-content blockquote:not(:first-child),
html body.elementor-default .ae-acf-content-wrapper blockquote:not(:first-child) {
  margin-top: 2rem;
}
html body.elementor-default .elementor-text-editor blockquote:not(:last-child),
html body.elementor-default .elementor-widget-theme-post-content blockquote:not(:last-child),
html body.elementor-default .ae-acf-content-wrapper blockquote:not(:last-child) {
  margin-bottom: 2rem;
}
html body.elementor-default .elementor-text-editor blockquote:before,
html body.elementor-default .elementor-widget-theme-post-content blockquote:before,
html body.elementor-default .ae-acf-content-wrapper blockquote:before {
  content: '“';
  position: relative;
  left: -40px;
  display: block;
  font-size: 80px;
  line-height: 1;
  height: 0.5em;
  color: #f5f2f2;
}
@media all and (max-width: 767px) {
  html body.elementor-default .elementor-text-editor .alignright,
  html body.elementor-default .elementor-text-editor .alignleft,
  html body.elementor-default .elementor-text-editor .alignnone,
  html body.elementor-default .elementor-widget-theme-post-content .alignright,
  html body.elementor-default .elementor-widget-theme-post-content .alignleft,
  html body.elementor-default .elementor-widget-theme-post-content .alignnone,
  html body.elementor-default .ae-acf-content-wrapper .alignright,
  html body.elementor-default .ae-acf-content-wrapper .alignleft,
  html body.elementor-default .ae-acf-content-wrapper .alignnone {
    display: block;
    float: none !important;
    margin: 5px auto 0.9rem !important;
  }
}
html body.elementor-default figcaption:not(:first-child) {
  margin-top: 0.9rem;
}
html body.elementor-default figcaption {
  font-size: 0.8125rem;
  text-align: left;
}
html body.elementor-default figure,
html body.elementor-default .wp-caption {
  display: inline-block;
}
/**/
/* buttons */
a,
input,
button,
.transitionSpan span,
.transitionSpan i {
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, border-width 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  outline: none !important;
}
html body.elementor-default .uael-cf7-style input[type=submit] {
  display: inline-block;
  border-width: 0 !important;
  text-align: center;
}
.btnWrap > .inner {
  width: calc(100% + 15px);
  margin-right: -15px;
}
.btnWrap > .inner > .customBtn {
  margin: 0 15px 15px 0;
}
/**/
/* Form */
html body.elementor-default .customFormStyles label,
html body.elementor-default .customFormStyles label input {
  width: 100%;
}
html body.elementor-default .customFormStyles textarea {
  height: 142px;
  resize: vertical;
}
html body.elementor-default .customFormStyles .uael-cf7-alert {
  display: block;
  margin-top: -16px;
  margin-bottom: 26px;
}
html body.elementor-default .customFormStyles p {
  margin-bottom: 0 !important;
}
/**/
/* custom styles */
/* Compensate absolute header height */
@media all and (min-width: 1025px) {
  html body.elementor-default .compensateHeaderH {
    padding-top: 100px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  html body.elementor-default .compensateHeaderH {
    padding-top: 95px;
  }
}
@media all and (max-width: 767px) {
  html body.elementor-default .compensateHeaderH {
    padding-top: 75px;
  }
}
/**/
/* Filter custom sidebar styles */
html body.elementor-default .filterSidebarCustom .widgettitle {
  display: none;
}
html body.elementor-default .filterSidebarCustom li {
  list-style-type: none;
  margin-bottom: 15px;
}
html body.elementor-default .filterSidebarCustom .elementor-widget-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
html body.elementor-default .filterSidebarCustom .widget {
  width: 230px;
  padding-right: 15px;
  padding-left: 15px;
}
/**/
/* Fit link to the wrapping element */
html body.elementor-default .linkFitToElement {
  position: relative;
}
html body.elementor-default .linkFitToElement .elementor-widget,
html body.elementor-default .linkFitToElement .elementor-widget-wrap,
html body.elementor-default .linkFitToElement .elementor-column,
html body.elementor-default .linkFitToElement .elementor-column-wrap,
html body.elementor-default .linkFitToElement .elementor-container {
  position: static;
}
html body.elementor-default .linkFitToElement a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -100vw;
  opacity: 0;
}
/**/
/* Fit link to the widget wrap */
html body.elementor-default .linkFitToWidgetWrapParent > .elementor-column-wrap > .elementor-column-wrap > .elementor-widget-wrap {
  position: relative;
}
html body.elementor-default .linkFitToWidgetWrap,
html body.elementor-default .linkFitToWidgetWrap .elementor-widget {
  position: static;
}
html body.elementor-default .linkFitToWidgetWrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -100vw;
  opacity: 0;
  z-index: 3;
}
/**/
/* Put content over the image */
html body.elementor-default .contentOverImgParent > .elementor-column-wrap > .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}
html body.elementor-default .contentOverImgParent > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget {
  margin-bottom: 0;
}
html body.elementor-default .contentOverImg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
/**/
/* Calendar Styles */
html body.elementor-default .simcal-default-calendar .simcal-events,
html body.elementor-default .qtip-content,
html body.elementor-default .simcal-default-calendar .simcal-tooltip-content {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.5;
}
html body.elementor-default .qtip-content h1:not(:last-child),
html body.elementor-default .qtip-content h2:not(:last-child),
html body.elementor-default .qtip-content h3:not(:last-child),
html body.elementor-default .qtip-content h4:not(:last-child),
html body.elementor-default .qtip-content h5:not(:last-child),
html body.elementor-default .qtip-content h6:not(:last-child),
html body.elementor-default .qtip-content ul:not(:last-child),
html body.elementor-default .qtip-content ol:not(:last-child) {
  margin-bottom: 0.8rem;
}
html body.elementor-default .qtip-content h1,
html body.elementor-default .qtip-content h2,
html body.elementor-default .qtip-content h3,
html body.elementor-default .qtip-content h4,
html body.elementor-default .qtip-content h5,
html body.elementor-default .qtip-content h6,
html body.elementor-default .qtip-content ul,
html body.elementor-default .qtip-content ol {
  margin-top: 0;
}
html body.elementor-default .qtip-content p:not(:empty):not(:last-child) {
  margin-bottom: 0.7rem;
}
html body.elementor-default .qtip-content p:empty {
  margin: 0;
}
html body.elementor-default .qtip-content br {
  display: none;
}
html body.elementor-default .qtip-content .simcal-event-description br {
  display: block;
}
html body.elementor-default .simcal-default-calendar .simcal-tooltip-content a {
  display: block;
}
/**/
/* Latest Event */
html body.elementor-default .latestEventSection .simcal-default-calendar-list {
  padding: 18px 0;
  min-height: 1px;
}
html body.elementor-default .latestEventSection .simcal-default-calendar-list ul.simcal-events li.simcal-event,
html body.elementor-default .latestEventSection .simcal-default-calendar-list p:empty {
  margin: 0;
}
html body.elementor-default .latestEventSection ul {
  padding: 0;
}
html body.elementor-default .latestEventWrap .eventTitle,
html body.elementor-default .latestEventWrap .title {
  margin: 0 !important;
}
html body.elementor-default .latestEventWrap br {
  display: none;
}
html body.elementor-default .latestEventWrap .title {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 1.8em;
  color: #09b7e9;
  font-weight: 700;
}
html body.elementor-default .latestEventWrap .eventTitle a {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  color: #333;
}
html body.elementor-default .latestEventWrap {
  display: flex;
  flex-wrap: nowrap;
}
html body.elementor-default .latestEventWrap .leftWrap {
  width: 100%;
}
html body.elementor-default .latestEventWrap .rightWrap {
  padding-left: 20px;
  display: flex;
  align-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  html body.elementor-default .latestEventWrap .rightWrap {
    display: none;
  }
}
@media all and (min-width: 767px) {
  html body.elementor-default .latestEventWrap .rightWrap {
    min-width: 23.371%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  html body.elementor-default .latestEventWrap .rightWrap {
    min-width: 30%;
  }
}
html body.elementor-default .latestEventWrap .rightWrap a {
  display: inline-block;
  line-height: 1;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  fill: #ffffff;
  color: #ffffff;
  background-color: #09b7e9;
  border-radius: 48px 48px 48px 48px;
  padding: 10px 25px 10px 25px;
  margin: 0 0 0 auto;
  text-align: center;
  transition: all 0.3s;
}
html body.elementor-default .latestEventWrap .rightWrap a:hover,
html body.elementor-default .latestEventWrap .rightWrap a:focus {
  color: #ffffff;
  background-color: #08a4d3;
}
/**/
/* Map */
.map .elementor-widget-container {
  position: relative;
  display: block;
  max-width: 1280px;
  max-height: 700px;
  margin: 0 auto;
}
.map .elementor-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 53.28125%;
}
.map .elementor-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100%;
}
.markerContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.markerWrap {
  position: absolute;
  transform: translate(-50%, -100%);
  line-height: 0;
  z-index: 2;
}
.markerWrap .markerImg,
.markerWrap .markerHoverCont {
  cursor: pointer;
}
.markerWrap .markerHoverCont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.markerWrap .markerInfoBox {
  position: absolute;
  bottom: calc(100% + 5px);
  width: 250px;
  max-height: 150px;
  overflow-x: hidden;
  padding: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  background-color: #fff;
  border: 2px solid #c36;
  text-align: left;
  line-height: 1.35;
  z-index: 3;
}
@media all and (max-width: 479px) {
  .markerWrap .markerInfoBox {
    width: 200px !important;
    max-height: 150px !important;
  }
}
.markerWrap:not(.left) .markerInfoBox {
  left: 100%;
}
.markerWrap.left .markerInfoBox {
  right: 100%;
}
.markerWrap.center .markerInfoBox {
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 639px) {
  .markerWrap .markerInfoBox {
    left: 50%;
    transform: translateX(-50%);
  }
}
.markerWrap .markerInfoBox > *:last-child {
  margin-bottom: 0 !important;
}
.markerWrap:hover {
  z-index: 9;
}
.markerWrap:hover .markerHoverCont {
  width: 105px;
  height: 85px;
  bottom: -5px;
}
.markerWrap.left:hover .markerHoverCont {
  right: -5px;
}
.markerWrap:not(.left):hover .markerHoverCont {
  left: -5px;
}
.markerWrap:hover .markerInfoBox,
.markerWrap .markerHoverCont:hover ~ .markerInfoBox {
  opacity: 1;
  pointer-events: auto;
}
.markerWrap.large .markerInfoBox {
  width: 350px;
  max-height: 210px;
}
@media all and (max-width: 1024px) {
  .markerWrap.large .markerInfoBox {
    width: 300px;
    max-height: 180px;
  }
}
/**/
/**/
/* Grid styles */
/* Team grid */
@media all and (min-width: 1025px) {
  html body.elementor-default .teamGrid .elementor-column {
    width: 25%;
  }
}
@media all and (max-width: 1024px) {
  html body.elementor-default .teamGrid .elementor-column {
    width: 50%;
  }
}
@media all and (max-width: 479px) {
  html body.elementor-default .colW100MobXs .elementor-column,
  html body.elementor-default .teamGrid .elementor-column {
    width: 100%;
  }
}
html body.elementor-default .teamGrid .elementor-column-wrap > .elementor-widget-wrap {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}
html body.elementor-default .teamGrid .elementor-column-wrap .elementor-image {
  position: relative;
  padding-top: 125%;
  overflow: hidden;
}
html body.elementor-default .teamGrid .elementor-column-wrap .elementor-image img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
html body.elementor-default .teamGrid .elementor-column-wrap > .elementor-widget-wrap {
  background-color: #F4F4F4;
}
/**/
html body.elementor-default .sectionFlexWrap .elementor-row {
  flex-wrap: wrap;
}
/**/
/* Horizontal Block */
html body.elementor-default .horizontalBlock .imgCol .ae_acf_image_wrapper {
  max-width: 380px;
}
@media all and (max-width: 767px) {
  html body.elementor-default .horizontalBlock .imgCol .ae_acf_image_wrapper {
    margin-right: auto;
    margin-left: auto;
  }
}
/**/
/* Resources Block */
html body.elementor-default .resourcesBlock .imgCol .imgWrap .inner {
  display: block;
  max-width: 300px;
  min-height: 100px;
}
html body.elementor-default .resourcesBlock .contentCol .blockTitle {
  margin-top: 0;
  margin-bottom: 40px;
}
html body.elementor-default .resourcesBlock .contentCol .blockTitle a {
  color: #434445;
}
html body.elementor-default .resourcesBlock .contentCol .iconText {
  color: #333;
  margin-left: 12px;
}
html body.elementor-default .resourcesBlock .contentCol i {
  font-size: 18px;
  color: #6EC1E4;
}
@media all and (max-width: 479px) {
  html body.elementor-default .resourcesBlock .contentCol,
  html body.elementor-default .resourcesBlock .imgCol {
    width: 100%;
  }
  html body.elementor-default .resourcesBlock .contentCol .blockTitle {
    margin-bottom: 16px;
  }
  html body.elementor-default .resourcesBlock .imgCol .elementor-column-wrap {
    padding-bottom: 0 !important;
  }
}
/**/
/* Expeditions Block */
html body.elementor-default .expeditionsBlockDates .datesWrap {
  margin-bottom: 0;
  font-size: 14px;
}
html body.elementor-default .expeditionsSingleDates .datesWrap {
  color: #fff;
}
/**/
html body.elementor-default .socialIconsSection .elementor-row {
  flex-wrap: wrap;
}
html body.elementor-default .socialIconsSection .elementor-column.elementor-col-33 {
  width: auto;
  max-width: 100%;
}
html body.elementor-default .fullHBlock,
html body.elementor-default .fullHBlock > .elementor-widget-container,
html body.elementor-default .fullHBlock > .elementor-widget-container > .elementor-cta {
  height: 100%;
}
/*
Hello Elementor theme styles (included as initially this project was built on Hello-Elementor and afterwards moved to Chop theme to have more functionality)
Style - include Theme style
   ========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 3 */
}
/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  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 */
  white-space: pre-wrap;
}
/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover,
a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
  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;
  height: auto;
  max-width: 100%;
}
/* 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;
}
figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Print
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
/**
 * 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: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
  outline: 0 none;
}
/**
 * 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"] {
  width: auto;
  -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;
}
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}
/**
 * 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 {
  -webkit-box-sizing: border-box;
  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;
  resize: vertical;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 */
}
select {
  display: block;
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cccccc;
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 1px solid #cccccc;
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #eeeeee;
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: #e9e9e9;
}
table tbody + tbody {
  border-top: 2px solid #cccccc;
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
html body.elementor-default .mtcFooterA {
  color: rgba(255, 255, 255, 0.53);
  text-decoration: none;
}
html body.elementor-default .mtcFooterA .mtcHover {
  color: #fff;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out, border-width 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
html body.elementor-default .mtcFooterA:hover.mtcHover,
html body.elementor-default .mtcFooterA:active.mtcHover,
html body.elementor-default .mtcFooterA:hover .mtcHover,
html body.elementor-default .mtcFooterA:active .mtcHover {
  color: #0f55c4;
}
html body.elementor-default .siteHeader {
  z-index: 9991 !important;
}
@media all and (min-width: 1025px ) {
  html body.elementor-default .desktop3col.elementor-element > .elementor-widget-container > .ae-post-widget-wrapper > .ae-post-list-wrapper > .ae-post-list-item {
    width: calc(100% / 3 - 1px);
  }
}
.loginForm .buttonGroup,
.registerForm .buttonGroup,
.editAccountForm .buttonGroup {
  display: flex;
  align-items: center;
}
.loginForm .buttonGroup .button,
.registerForm .buttonGroup .button,
.editAccountForm .buttonGroup .button {
  margin: 0;
}
.loginForm .buttonGroup > a,
.registerForm .buttonGroup > a,
.editAccountForm .buttonGroup > a {
  margin: 0 0 0 30px;
}
.loginForm #resetPasswordForm,
.registerForm #resetPasswordForm,
.editAccountForm #resetPasswordForm {
  display: none;
}
.membersSidebar ul {
  padding-left: 0;
}
.membersSidebar li {
  list-style-type: none;
}
.membersSidebar li:not(:last-child) {
  margin-bottom: 8px;
}
.membersSidebar li a {
  width: 100%;
}
.js_relatedNewsSection {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.js_relatedNewsSection:not(.show) {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.js_relatedNewsSection.show {
  opacity: 1;
}
.resourcesListingWrap .resultsTitle {
  width: auto;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.resourcesListingWrap .resourcesFilterSelectRow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.resourcesListingWrap .resourcesFilterSelectRow > .inputWrap {
  width: 200px;
  margin-left: auto;
  margin-bottom: 20px;
}
.resourcesListingWrap .resourcesFilterSelectRow .resultsTitle {
  text-align: right;
}
.resourcesListingWrap .resourceContent {
  position: relative;
}
.resourcesListingWrap .resourceContent .emptyState {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 183, 233, 0.4);
  z-index: 10;
}
.resourcesListingWrap .resourceContent .emptyState i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
}
@media all and (min-width:  1160px ), all and (min-width:  768px ) and (max-width:  1159px ) {
  .resourcesListingWrap .resourceContent .resourcesTable {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow {
  border-bottom: 1px solid #333333;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow {
    margin-bottom: 20px;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > a,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > a {
  text-decoration: none;
  color: #55595c;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > a,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > a {
    color: #fff;
    padding: 15px 30px;
  }
}
@media all and (min-width:  1160px ), all and (min-width:  768px ) and (max-width:  1159px ) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow {
    display: table-row;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow:hover,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow:hover {
    background: #f7f7f7;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div {
  padding: 15px;
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div .fileSize,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div .fileSize,
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div .date,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div .date {
  display: block;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div[data-header="Title"],
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div[data-header="Title"] {
    padding: 10px 15px;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.download,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.download {
  width: 100px;
  text-align: right;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.download,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.download {
    width: 100%;
    text-align: left;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.type .fileSize,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.type .fileSize {
  color: #09b7e9;
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.type,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.type {
  width: 80px;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.type,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.type {
    width: 100%;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.disseminationLevel,
.resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.disseminationLevel {
  width: 110px;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.disseminationLevel,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.disseminationLevel {
    width: 100%;
  }
}
@media all and (min-width:  1160px ), all and (min-width:  768px ) and (max-width:  1159px ) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div {
    display: table-cell;
    vertical-align: top;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.image,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.image {
    width: 65px;
    padding-right: 0;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.title,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.title {
    width: 30%;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.title .date,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.title .date {
    color: #09b7e9;
  }
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div {
    border-bottom: 1px solid #333333;
    position: relative;
    padding: 0;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.title,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.title {
    background: #09b7e9;
    color: #fff;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div.title .date,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div.title .date {
    color: rgba(255, 255, 255, 0.53);
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div:last-child,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div:last-child {
    border-bottom: 0;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div:not(.title),
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div:not(.title) {
    padding: 5px 15px;
    min-height: 35px;
    overflow: hidden;
    text-align: right;
  }
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow > div:not(.title):before,
  .resourcesListingWrap .resourceContent .resourcesTable .dataRow > div:not(.title):before {
    content: attr(data-header);
    display: block;
    float: left;
    width: 45%;
    text-align: left;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow {
  border-bottom: 0;
}
@media all and (max-width: 767px) {
  .resourcesListingWrap .resourceContent .resourcesTable .headerRow {
    display: none;
  }
}
.resourcesListingWrap .resourceContent .resourcesTable .headerRow div {
  background: #09b7e9;
  color: #fff;
}
@media all and (max-width: 767px) {
  .mainMembersMenu li .desktop {
    display: none;
  }
}
.mainMembersMenu li .mobile {
  display: none;
}
@media all and (max-width: 767px) {
  .mainMembersMenu li .mobile {
    display: inline;
  }
}
@media all and (max-width: 1024px) {
  html body.elementor-default .elementor-element.mainMenu {
    width: auto;
    margin-left: auto;
  }
}
.pagination {
  text-align: center;
  line-height: 5.9em;
}
.pagination > a:not(:last-child),
.pagination span:not(:last-child) {
  margin-right: calc(17px/2);
}
.pagination > a:not(:first-child),
.pagination span:not(:first-child) {
  margin-left: calc(17px/2);
}
.pagination > a:not(.dots),
.pagination span:not(.dots) {
  color: #09b7e9;
}
.pagination > a.current,
.pagination span.current,
.pagination > a.active,
.pagination span.active {
  color: #000000;
}
html body.elementor-default .consortiumGridSection a {
  max-width: 100%;
}
html body.elementor-default .consortiumGridSection .elementor-section:first-child > .elementor-container {
  height: 155px;
}
html body.elementor-default .consortiumGridSmallSection a {
  max-width: 100%;
}
html body.elementor-default .consortiumGridSmallSection .elementor-section:first-child > .elementor-container {
  height: 136px;
}

