/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid !important;
}
.wf-layout-cell {
  display: flex !important;
}

/* The container must be positioned relative: */

.closefiltertag{
  padding:0px;
}
  
.ais-MenuSelect-select {
  background-color: #0e1b2c;
  color: white;
  padding-left: 15px;
  padding-right: 10px;
  border: hsla(0, 0%, 100%, 0.5) 1px white;
  appearance: none;
  -webkit-appearance: none;
  font-size:13px;
  line-height:13px;
  height:30px;
  padding-top:0px;
  padding-bottom:0px;
  /* min-width: 16rem; */
}

.ais-MenuSelect-option {
  -webkit-appearance: none;
}

.ais-MenuSelect {
  position: relative;

}

#topic{
  border: solid 1px #545C65;
}

.ais-MenuSelect::before {
  content: "";
  height: 100%;
  width: 1rem;
  display: block;
  background-image: url(/images/ArrowDownMid.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  top: 0;
  right: 11px;
  pointer-events:none;
}

.ais-InfiniteHits-list {
  margin-top: 0px;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

.ais-SearchBox {
  width: 16rem;
}

.ais-SearchBox-form {
  display: flex;
  border: 1px solid #cccccc;
}

.ais-SearchBox-input {
  background-color: #0e1b2c;
  margin: 0;
  border: none;
  color: white;
}

.ais-SearchBox-submit {
  color: #ff595c;
  background-color: transparent;
  margin-right: 5px;
  display: none;
}

.ais-CurrentRefinements-list {
  margin: 0;
}

.ais-CurrentRefinements-item .ais-CurrentRefinements-item {
  margin-right: 0;
}

.ais-Stats {
  padding-top: 10px;
}

.ais-Stats-text {
  white-space: nowrap;
}

.bgactivefilters-midnight {
  /* background-color: #0e1b2c !important; */
}

.ais-SearchBox-resetIcon {
  fill: #ff595c;
}

.ais-SearchBox-reset {
background: transparent;
}

.ais-CurrentRefinements-label {
  display: none;
}

.ais-CurrentRefinements-delete {
  display: none;
  padding-top: 0;
  padding-bottom: 0;
}

.ais-CurrentRefinements-item:hover .ais-CurrentRefinements-delete {
  display: unset;
}

.bgactivefilters {
  height: 70px;
  display: flex;
  align-items: center;
}
.ais-SearchBox {
  width: unset;
}
.go-button {
  /* width: unset; */
  padding:unset;
  padding-left: 7px;
  padding-right: 7px;
    height: 30px;
    min-width: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    background-color: #ff595c;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
}
.search-input {
  height: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
input.cke_dialog_ui_input_text {
  min-width: max-content;
  padding: .4375rem .175rem;
}


@media screen and (max-width: 991px) {
  .eventpopup.textcentre{
  position: fixed !important;
}
}

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
  *:focus {
  outline: none !important
}
.divactivefiltersheader {
  width: unset!important;
}
fieldset {
  border: 2px solid #eaeaea;
}
legend {
  margin-left: auto;
    margin-right: auto;
}
.textblack {
  color: #0e1b2c;
}
@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Saolstandard;
  src: url('../fonts/SaolStandard-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saolstandard;
  src: url('../fonts/SaolStandard-RegularItalic.woff2') format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Saoldisplay;
  src: url('../fonts/SaolDisplay-MediumItalic.woff2') format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --midnight-blue: #0e1b2c;
  --light-coral: #ff595c;
  --white: white;
  --darkblue: #09121e;
  --white-smoke: #f8f8f8;
  --gainsboro: #e0e0e0;
  --dark-grey: #959595;
  --white-2: #ffffff80;
  --beige: #d8d0c5;
  --coral-tint: #ff595c80;
  --transparent: #fff0;
  --gold: #9e8959;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--midnight-blue);
  font-family: din-2014, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 85px;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 55px;
}

h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  position: static;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: var(--light-coral);
  text-decoration: none;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.textitalic {
  font-style: italic;
}

.textwhite {
  color: var(--white);
  align-items: center;
}

.textwhite.textcentre {
  margin-left: auto;
  margin-right: auto;
}

.textwhite.textcentre.lowercase {
  letter-spacing: 0;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.hspacer20 {
  width: 100%;
  height: 20px;
  display: block;
}

.spacer40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.hspacer60 {
  width: 100%;
  height: 60px;
}

.textbuttoncaption {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.textbuttoncaption.textcoral {
  color: var(--light-coral);
}

.textbold {
  font-weight: 700;
}

.textbody {
  letter-spacing: .2px;
}

.container {
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1400px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 3px 3px #0003;
}

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: .2px;
  align-self: center;
  padding: 0;
  font-size: 13px;
}

.nav-link.w--current {
  color: var(--light-coral);
}

.containernavtext {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.linedividernav {
  border-right: 1px solid var(--light-coral);
  height: 20px;
  margin-left: 0;
  margin-right: 0;
}

.containermw1400 {
  flex: 0 auto;
  width: 100%;
  max-width: 1520px;
  height: auto;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.containermw1400.hide {
  display: none;
}

.slider {
  background-color: var(--white);
  flex: 1;
  align-self: stretch;
}

.containerhomecarousel {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 900px;
  display: none;
}

.homescrolltopanel {
  z-index: 2;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 85px;
  min-height: 85px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.landingslide {
  background-color: var(--midnight-blue);
}

.slide-nav {
  display: none;
}

.textcoral {
  color: var(--light-coral);
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.spacer20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.containerpad60 {
  z-index: 2;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 60px;
  display: block;
  position: relative;
}

.containerpad60.bgcoral {
  background-color: var(--light-coral);
}

.containerpad60.leftmemberpadding {
  margin-left: 0;
}

.containerpad60.leftmemberpadding.bgmidnight {
  background-color: var(--darkblue);
  margin-left: 0;
}

.containerpad60.bgblue {
  background-color: var(--midnight-blue);
  color: #0000;
  height: auto;
}

.containerpad60.centre {
  flex: 1;
  justify-content: center;
  display: flex;
}

.colourbggrey {
  background-color: var(--white-smoke);
}

.divdividerline {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.linedividercoral {
  border-bottom: 1px dotted var(--light-coral);
  width: 100%;
  height: auto;
}

.spacer15 {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
}

.section {
  flex-direction: column;
  flex: none;
  display: flex;
}

.section.colourbgblue {
  background-color: var(--midnight-blue);
  overflow: hidden;
}

.section.colourbgblue.textwhite {
  background-color: var(--midnight-blue);
}

.section.colourbgdarkblue {
  z-index: 2;
  background-color: var(--darkblue);
  flex: 1;
  position: relative;
  overflow: hidden;
}

.section.bgblue {
  background-color: var(--midnight-blue);
}

.textcontainer550max {
  max-width: 510px;
}

.textcontainer550max.centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.textcentre {
  text-align: center;
}

.flexverticalcentretop {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.divbtncta {
  border: 1px solid var(--midnight-blue);
  flex-direction: row;
  justify-content: space-between;
  min-width: 120px;
  padding: 6px 15px 6px 10px;
  display: flex;
}

.divbtncta.white {
  border-color: var(--white);
}

.divbtncta.coral {
  border-color: var(--light-coral);
  align-items: center;
}

.divbtncta.solid {
  background-color: var(--midnight-blue);
  border-style: none;
}

.divbtncta.onblue {
  border-color: var(--white);
}

.textlink {
  letter-spacing: .2px;
  font-size: 13px;
  line-height: 18px;
}

.flexhorizonalcentre {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.divimagefullwidth {
  width: 100%;
  height: 70vh;
  min-height: 800px;
}

.divimagefullwidth.eventsbg {
  background-image: url('../images/Walpole-Summit-2020-0007.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.textcontainer400max {
  min-width: auto;
  max-width: 400px;
}

.linkcta {
  color: var(--midnight-blue);
}

.linkcta:hover {
  color: var(--light-coral);
}

.linkscrolldown {
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.linkscrolldown:hover {
  color: var(--light-coral);
}

.divbtnlink {
  border-style: solid none none;
  border-width: 1px;
  border-color: #ff595c80 var(--midnight-blue) var(--midnight-blue);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 120px;
  padding: 6px 0;
  display: flex;
}

.divbtnlink.white {
  border-top-color: #ffffff80;
}

.divportal {
  width: 100%;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.containerpad60top-60 {
  flex-direction: column;
  align-items: center;
  margin-top: -60px;
  padding: 0 60px 60px;
}

.portalinfo {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.portalimg {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.portalimg.boarder {
  border: 1px solid var(--gainsboro);
}

.divcarouselintro {
  flex-direction: column;
  width: 30%;
  min-width: 20%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.flexhorizonalcentretop {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.linkmore {
  color: var(--midnight-blue);
  display: inline-block;
}

.linkmore:hover {
  color: var(--light-coral);
}

.divbtnlinkfooter {
  border-style: solid none none;
  border-width: 1px;
  border-color: #29334080 var(--midnight-blue) var(--midnight-blue);
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  padding: 6px 0;
  display: flex;
}

.divbtnlinkfooter.white {
  border-top-color: #ffffff80;
}

.slide-3 {
  width: 100vw;
  min-width: 100px;
  max-width: 100%;
  height: 100%;
}

.mask-2 {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  justify-content: center;
  width: auto;
  height: 100%;
  display: none;
  overflow: hidden;
}

.textcontainer220max {
  min-width: auto;
  max-width: 220px;
}

.divfooter {
  flex-direction: row;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.divfooterlinkcolumn {
  width: 16%;
  padding-left: 10px;
  padding-right: 10px;
}

.divfooterformcolumn {
  width: 44%;
  padding-left: 10px;
  padding-right: 10px;
}

.divfootericoncolumn {
  width: 8%;
  padding-left: 10px;
}

.divfootertermscolumn {
  width: 16%;
  padding-left: 10px;
  padding-right: 10px;
}

.divarrow {
  flex: none;
  margin-top: -2px;
  margin-left: 10px;
}

.linkfooter {
  color: var(--white);
  width: 100%;
}

.linkfooter:hover {
  color: var(--light-coral);
}

.footerfield {
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  height: 30px;
  margin-right: 10px;
}

.footerfield::placeholder {
  color: var(--dark-grey);
}

.div-block-2 {
  width: auto;
  margin-right: -10px;
  display: flex;
}

.submit-button {
  float: right;
  background-color: var(--light-coral);
  letter-spacing: 1px;
  width: 130px;
  min-width: auto;
  height: 30px;
  margin-left: 0;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.footerfieldemail {
  color: var(--white);
  background-color: #0000;
  border-radius: 0;
  height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
}

.footerfieldemail::placeholder {
  color: var(--dark-grey);
}

.form {
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.form-block {
  margin-bottom: 0;
}

.divbtnlinktermsfooter {
  border-style: solid none none;
  border-width: 1px;
  border-color: #29334080 var(--midnight-blue) var(--midnight-blue);
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding: 6px 0 0;
  display: flex;
}

.divbtnlinktermsfooter.white {
  border-top-color: #ffffff80;
}

.linkterms {
  color: var(--white);
  margin-bottom: 8px;
  margin-right: 0;
  padding-right: 20px;
}

.linkterms:hover, .text-span {
  color: var(--light-coral);
}

.imgnavicon {
  padding-right: 6px;
}

.navlinkicon {
  color: var(--midnight-blue);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.navlinkicon:hover {
  color: var(--light-coral);
}

.div-block-5 {
  display: flex;
}

.right-arrow {
  color: var(--light-coral);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.linksocialprofile {
  margin-top: 5px;
  margin-right: 10px;
}

.imgarrow {
  width: 6px;
  margin-left: 10px;
}

.imgarrow.margin {
  margin-left: 5px;
}

.txthomestrapline {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: 40%;
  margin-top: 0;
  display: flex;
}

.divhomelanding {
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding: 125px 80px 60px;
  display: flex;
}

.texthomeintro {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  max-width: 500px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.flexverticalcentrecentre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bglogin {
  background-image: url('../images/LoginBG.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.form-login {
  align-self: stretch;
}

.button-login {
  background-color: var(--light-coral);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 160px;
  height: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.button-dark {
  border: 1px none var(--white);
  background-color: var(--darkblue);
  background-image: url('../images/btn_arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  height: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 40px;
  font-size: 12px;
  line-height: 14px;
}

.verticalmob {
  flex-direction: row;
  display: flex;
}

.section-top-85 {
  flex-direction: column;
  flex: 1;
  margin-top: 0;
  padding-top: 85px;
  display: block;
}

.section-top-85.bgblue {
  background-color: var(--midnight-blue);
}

.section-top-85._100vh {
  display: flex;
}

.section-top-85._100vh.contactbg {
  background-image: url('../images/WPL_HOMEPAGE_2024_BG_OFF_WHITE.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-top-85.repeatbg {
  background-color: var(--midnight-blue);
  background-image: url('../images/RepeatBg.jpg');
  background-position: 0%;
  background-size: cover;
}

.section-top-85.repeatbg._100vh {
  background-image: url('../images/Walpole_YB24_Bg_Pattern.png');
  background-position: 50% 100%;
  background-size: cover;
}

.section-top-85.repeatbg._100vh.textwhite {
  background-image: url('../images/Walpole_YB24_Bg_Pattern.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-child-grow {
  flex: 1;
}

.divider-short {
  border-top: 1px solid var(--dark-grey);
  width: 100px;
}

.container-max-width-40-pc {
  max-width: none;
}

.grid {
  flex-flow: wrap;
  flex: 1;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: -30px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  position: static;
}

.griditem {
  order: 1;
  align-self: auto;
  width: 33.33%;
  min-width: 33.33%;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.griditem.hidemob {
  width: 33.33%;
}

.griditem._25pc {
  flex: 0 auto;
  min-width: 25%;
  display: block;
  position: static;
}

.griditem._25pc.hidemob {
  width: 25%;
}

.griditem._25pc.flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.griditem._100pc {
  width: 100%;
  min-width: 100%;
}

.griditem.books {
  width: 25%;
  min-width: 25%;
}

.style2-container {
  background-color: var(--midnight-blue);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.style2-container.textcentre {
  padding-top: 60px;
  padding-bottom: 60px;
}

.griditemheading-style2 {
  text-align: center;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.gridcategory {
  background-color: var(--light-coral);
  letter-spacing: .2px;
  text-transform: uppercase;
  padding: 5px 10px;
}

.gridcategory.texttag.textwhite {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 11px;
}

.spacer10 {
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

.spacer60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: auto;
}

.heading {
  white-space: normal;
}

.introtext {
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.introtext.textwhite {
  font-style: italic;
}

.portalinfo-vertical-righr {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-horizontal {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-category {
  border: 1px solid var(--light-coral);
  background-color: #0000;
  margin-right: 10px;
  padding: 8px 10px;
}

.button-category.texttag.textcoral {
  margin: 5px 0 5px 10px;
  padding-bottom: 6px;
}

.bgmidnight {
  background-color: var(--midnight-blue);
}

.container60top0bottom0 {
  flex: 1;
  align-self: stretch;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
  top: 85px;
}

.activefilters {
  background-color: var(--darkblue);
  color: var(--midnight-blue);
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-active-filter {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-active-filter.textbuttoncaption {
  border-radius: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  display: inline-block;
}

.flexhorizonalleftcentre {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.select-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.select-field {
  margin-bottom: 0;
}

.columns {
  justify-content: space-between;
  display: block;
}

.filtersform {
  flex: 1;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.column {
  padding-left: 0;
}

.image100 {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
}

.page-header {
  min-height: 100vh;
  max-height: 1100px;
  padding-top: 85px;
  display: flex;
}

.page-header.bgblue {
  background-color: var(--midnight-blue);
}

.page-header.bgblue.bgabout {
  background-color: var(--midnight-blue);
  background-image: url('../images/About_Header.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 85px;
  display: none;
}

.page-header.bgblue.bgaboutmembership {
  background-color: var(--midnight-blue);
  background-image: url('../images/About_Membership_Header.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.page-header.bgblue.bgadvocacy {
  background-color: var(--midnight-blue);
  background-image: url('../images/Advocacy_Header.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.page-header.bgblue.bgsustainability {
  background-color: var(--midnight-blue);
  background-image: url('../images/Sustainability.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  display: none;
}

.page-header.bgblue.bgsummit {
  background-color: var(--midnight-blue);
  background-image: url('../images/Walpole_YB24_Bg_Pattern.png');
  background-position: 30% 100%;
  background-size: cover;
  justify-content: center;
}

.page-header.bgblue.bgbot {
  background-color: var(--midnight-blue);
  background-image: none;
  background-color: var(--midnight-blue);
  background-image: url('../images/BOT_HEADER_IMAGE_v1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: stretch;
  max-height: none;
  padding-top: 85px;
  display: flex;
}

.page-header.bgblue.bgawards {
  background-color: var(--midnight-blue);
  background-image: url('../images/Walpole_YB24_Bg_Pattern.png');
  background-position: 110% 100%;
  background-size: cover;
  justify-content: center;
}

.flexverticalcentre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.flexverticalcentre.auto-height {
  height: auto;
}

.team-image {
  object-fit: contain;
  width: 180px;
  max-width: none;
}

.newsheadergrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.newscontent {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: start;
  width: 100%;
  display: grid;
}

.newscontentright {
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  max-width: 300px;
  display: flex;
  position: sticky;
  top: 145px;
}

.newscontentleft {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  min-width: auto;
  max-width: none;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.newscontentimage {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
}

.shareicons {
  display: flex;
}

.spacer5 {
  width: 5px;
  min-width: 5px;
  height: 5px;
}

.pinkicon {
  width: 25px;
}

.newswidgetquoteold {
  padding-bottom: 40px;
  padding-right: 180px;
}

.classh3 {
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.divcol40pc {
  justify-content: center;
  min-width: 40%;
  display: flex;
}

.slideinfo {
  background-color: var(--white);
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 60px;
  min-width: auto;
  height: 100%;
  display: flex;
}

.divwplhero {
  object-fit: fill;
  background-image: url('../images/Sabina-Savage-Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: stretch;
  width: 60%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.featureimgdiv {
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 30%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.featurediv {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.featureimg {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.textcontainer700max {
  flex: 1;
  min-width: auto;
  max-width: 700px;
  height: auto;
  min-height: auto;
}

.linkmorewhite {
  color: var(--white);
}

.linkmorewhite:hover {
  color: var(--light-coral);
}

.text-span-3 {
  font-style: italic;
}

.heading-10 {
  font-size: 70px;
  line-height: 75px;
}

.flexhorizonaltopspace {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flexhorizonaltopspace.verticalmob {
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: relative;
}

.divdividerline2010 {
  border-top: 1px solid #ff595c80;
  width: 70px;
  margin-top: 20px;
  margin-bottom: 10px;
}

._25pc {
  width: 25%;
}

.divactivefiltersheader {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.filtertagcontainer {
  align-items: flex-start;
  display: flex;
}

.flex-veritcal-centre-space {
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.containerpad60bottom0 {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding: 60px 60px 0;
}

.divshare {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-4 {
  font-style: italic;
}

.texttag {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
}

.texttag.textcoral {
  align-items: center;
}

.texttag.textcoral.textcentre {
  flex-direction: column;
}

.texttag.textcoral.textcentre.maxwidth {
  max-width: 350px;
}

.linkctawhite {
  color: var(--white);
  width: auto;
}

.linkctawhite:hover, .heading-11 {
  color: var(--midnight-blue);
}

.containerpad60top0 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.gridteam {
  flex-flow: wrap;
  flex: 1;
  place-content: stretch flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: auto;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  position: relative;
}

.griditemteam {
  order: 1;
  align-self: auto;
  width: 25%;
  min-width: auto;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span-5, .text-span-6 {
  font-style: italic;
}

.slideinfobottom {
  background-color: var(--white);
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.text-vertical-bottom {
  border-bottom: 1px none var(--light-coral);
  border-left: 1px solid var(--light-coral);
  backface-visibility: visible;
  perspective-origin: 50%;
  transform-origin: 50%;
  white-space: nowrap;
  flex-direction: column;
  flex: none;
  align-self: stretch;
  width: auto;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 15px;
  display: flex;
  transform: rotate(-90deg);
}

.text-vertical-bottom.textbuttoncaption {
  border-left-color: #ed7a8080;
  margin-bottom: 21px;
}

.text-vertical-bottom.textbuttoncaption.textwhite {
  text-align: left;
  align-items: flex-start;
}

.dropdown-toggle {
  align-items: center;
  padding: 0 10px;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--light-coral);
}

.dropdownlist.w--open {
  background-color: #0000;
  padding-top: 18px;
  padding-left: 0;
  padding-right: 0;
}

.dropdownlistitem {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--white);
  padding-left: 0;
}

.dropdownlistitem:hover, .dropdownlistitem.w--current {
  color: var(--light-coral);
}

.dropdownlistitem.lastdropdown {
  border-bottom-style: none;
}

.dropdownitems {
  background-color: var(--darkblue);
  margin-top: -5px;
  padding-left: 20px;
  padding-right: 20px;
}

.pageheadermember {
  flex-direction: column;
  margin-left: 0;
  display: flex;
  position: static;
}

.pagememberleft {
  background-color: var(--midnight-blue);
  width: 250px;
  height: 100vh;
  padding: 0;
  position: sticky;
  top: 85px;
  box-shadow: 0 0 6px #0000004d;
}

.pagememberright {
  flex: 1;
  position: static;
}

.imagemember {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.memberevents {
  position: static;
}

.leftmemberpadding {
  margin-left: 250px;
}

.linedividerwhite {
  border-bottom: 1px dotted var(--white);
  width: 100%;
  height: auto;
}

.linedividerwhite.hideipad {
  border-bottom-color: var(--white-2);
}

.bgblue {
  background-color: var(--midnight-blue);
}

.bgblue.textwhite {
  overflow: hidden;
}

.speakeritem {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  order: 1;
  align-self: auto;
  align-items: center;
  width: 25%;
  min-width: 25%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.speakerimage {
  width: 60%;
  max-width: none;
}

.containermw1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-10 {
  justify-content: flex-start;
  display: flex;
  position: static;
}

.div-block-12 {
  height: 70vh;
  min-height: 650px;
}

.divctadivider {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.linkctacoral {
  color: var(--white);
  width: auto;
}

.linkctacoral:hover {
  color: var(--light-coral);
}

.filtersmembers {
  background-color: #222a34;
  position: sticky;
  top: 85px;
}

.form-2 {
  justify-content: space-between;
  display: flex;
}

.text-field {
  margin-bottom: 0;
}

.divheaderleft {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-end;
  width: 25%;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  overflow: hidden;
}

.divheaderleft.nohide {
  display: flex;
}

.divheadercentre {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.image-6 {
  min-width: 350px;
  max-width: 400px;
}

.divheaderright {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 25%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
  overflow: hidden;
}

.h1class {
  letter-spacing: -1px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 80px;
  line-height: 85px;
}

.h2class {
  letter-spacing: -1px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.h3class {
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.h4class {
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 25px;
}

.h4class.normal {
  font-style: normal;
}

.linkscrolldowncoral {
  color: var(--light-coral);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.linkscrolldowncoral:hover {
  color: var(--white);
}

.image-8 {
  min-width: 350px;
  max-width: 400px;
}

.divimageleft {
  flex: 1;
  min-height: 550px;
  padding-right: 10%;
}

.divdividerline2020 {
  border-top: 1px solid #ff595c80;
  width: 70px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  display: block;
}

.slide-4 {
  height: auto;
}

.divimagelefttxtright {
  justify-content: space-between;
  display: flex;
}

.divtext {
  border-left: 1px solid #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.slide-nav-2, .right-arrow-3, .left-arrow-3 {
  display: none;
}

.divdividerlinecaption {
  border-top: 1px solid #ff595c80;
  width: 70px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.div-block-19 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 0;
  display: flex;
  position: relative;
}

.speakerheader {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 5fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

.speakerpagetop {
  width: 100%;
  margin-top: 0;
  padding-right: 0;
}

.flexverticalleft {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divimagerow {
  display: flex;
}

.img25pc {
  width: 25%;
}

.img50pc {
  width: 50%;
  position: relative;
}

.image-10 {
  min-width: 100%;
  min-height: 100%;
}

.image-11 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.image-12 {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.divimageright {
  flex: 1;
  width: 70%;
  padding-left: 10%;
  padding-right: 0%;
}

.image-13 {
  min-width: 100%;
  min-height: auto;
}

.divcaption {
  width: auto;
  max-width: 350px;
}

.textcaption {
  white-space: normal;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.divimagerighttxtleft {
  justify-content: space-between;
  display: flex;
}

.divheader100vh {
  align-items: flex-start;
  height: 100vh;
  min-height: 850px;
  padding-top: 85px;
  display: flex;
}

.divcol60pc {
  width: 60%;
  min-width: 60%;
  height: auto;
  min-height: auto;
  padding-right: 0;
}

.overviewpageslider {
  background-color: #0000;
  height: 100%;
}

.sliderimg {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.sliderimg.fm {
  background-image: url('../images/Fortnum-and-Mason_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.sliderimg.chanel {
  background-image: url('../images/Chanel-1_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sliderimg.rolls {
  background-image: url('../images/Rolls-Royce-Motor-Cars_1.jpg');
  background-position: 100%;
  background-size: cover;
}

.sliderimg.mullberry {
  background-image: url('../images/Mulberry_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.sliderimg.henry {
  background-image: url('../images/Henry-Poole--Co._1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.sliderimg.harrods {
  background-image: url('../images/Harrods_1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.sliderimg.smythson {
  background-image: url('../images/Smythson_1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.sliderimg.churchs {
  background-image: url("https://cdn.prod.website-files.com/60a77bb3448508890ba4b102/60e2999704d2151c362fdd61_Church's.jpg");
  background-position: 50% 100%;
  background-size: cover;
}

.left-arrow-4 {
  display: none;
}

.right-arrow-4 {
  display: none;
  inset: 0%;
}

.slide-nav-3 {
  justify-content: center;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.sliderdiv {
  flex-direction: row;
  height: 100%;
  display: flex;
}

.text-span-9 {
  color: var(--light-coral);
}

.eventheader {
  display: flex;
}

.eventheader.verticalmob {
  justify-content: space-between;
}

.max700 {
  width: 70%;
  max-width: none;
  padding-left: 12%;
}

.eventslider {
  background-color: #0000;
  flex: 1;
  align-self: stretch;
  width: 100%;
}

.eventslide {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.eventslideimage {
  max-width: 150px;
}

._30pcmax330 {
  flex-direction: column;
  align-self: stretch;
  width: 30%;
  max-width: 330px;
  display: flex;
}

.height100 {
  width: 100%;
  height: 100%;
  display: flex;
}

.formgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.formgroup {
  border-top: 1px solid #ffffff80;
  padding-top: 5px;
}

.formgroup.blue {
  border-top-color: #0e1b2c80;
}

.formfield {
  background-color: var(--white);
  color: var(--midnight-blue);
  border: 1px #000;
  border-radius: 0;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 0;
}

.formfieldtextarea {
  border: 1px #000;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 0;
}

.submit-button-form {
  background-color: var(--light-coral);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 130px;
  min-width: auto;
  height: 30px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.submit-button-form.nomargin {
  margin-top: 0;
}

.ddicon {
  padding-left: 7px;
}

.navdropdownitem {
  display: inline-block;
}

.div-block-28 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.div-block-30 {
  width: 100%;
}

.slide-nav-4 {
  display: none;
}

.spacer120 {
  width: 120px;
  min-width: 120px;
  height: 120px;
  min-height: 120px;
}

.newsheaderimg {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.speakerinfo, .portalinfostackmob {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divtags {
  margin-left: -10px;
}

.divheaderform {
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.divheaderform.textwhite {
  position: static;
  top: 100px;
}

.divheaderloveletters {
  padding-top: 85px;
}

.divimageleftheader {
  background-image: url('../images/Bitmap.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 70%;
  min-height: 60vh;
  padding: 60px;
  display: flex;
}

.image-16 {
  object-fit: contain;
  width: 100%;
  min-width: auto;
  max-width: 800px;
  height: auto;
  margin-top: 60px;
}

.linkscrolldowncoralblue {
  color: var(--light-coral);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.linkscrolldowncoralblue:hover {
  color: var(--midnight-blue);
}

.linkscrolldowncoralblue.leftalign {
  align-items: flex-start;
}

.hidedesk {
  display: none;
}

.playicon {
  filter: blur();
  position: static;
  inset: 0%;
}

.linkvideo {
  width: 100%;
  min-width: 100%;
  position: relative;
}

.divplaybtn {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.linkheaderbluecoral {
  color: var(--midnight-blue);
  display: block;
}

.linkheaderbluecoral:hover {
  color: var(--light-coral);
}

.divhomecarousel {
  height: 100%;
  padding: 85px 79px 0;
}

.divhomecarouselimgtxt {
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.divcarouselimageleft {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  padding: 60px;
  display: flex;
}

.divcarouselimageleft.bot {
  background-color: var(--beige);
  background-image: url('../images/BoT_APP_GRAPHIC_v1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divcarouselimageleft.awards {
  background-image: url('../images/Walpole-Luxury-Awards-Key-Images-50.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.divcarouselimageleft.loveletters {
  background-image: url('../images/Core_00002.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.auction {
  background-image: url('../images/WalpoleAuction.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.sustainability {
  background-image: url('../images/Kingsley-Walters_Traditional-Leather-Craft_4_Low_Res---Joanne-Davis.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.powerlist {
  background-image: url('../images/HomePowerList.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.divcarouselimageleft.trends {
  background-image: url('../images/insights-walpole-luxury-trend-reportB0IMp.jpeg');
  background-position: 100%;
  background-size: cover;
}

.divcarouselimageleft.bots {
  background-image: url('../images/BoT_Homepage.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.tourism-report {
  background-image: url('../images/Tourism.jpeg');
  background-position: 50% 100%;
  background-size: cover;
}

.divcarouselimageleft.jubilee {
  background-image: url('../images/Jubilee.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.divcarouselimageleft.be_more_queen {
  background-image: url('../images/walpole-book-of-british-luxuryJO7lk.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.divcarouselimageleft.summit {
  background-image: url('../images/Walpole-British-Luxury-Summit-2022-Key-Images-37.jpg');
  background-position: 0 0;
  background-size: cover;
}

.divcarouselimageleft.book {
  background-image: url('../images/Walpole_Cover.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.awards_2022_event {
  background-color: var(--beige);
  background-image: url('../images/RepeatBg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.divcarouselimageleft.awards_2022_winners, .divcarouselimageleft.bots_2023 {
  background-color: var(--white);
  padding: 0;
}

.divcarouselimageleft.summit_2023 {
  background-image: url('../images/Walpole-British-Luxury-Summit-2022-Key-Images-7.jpg');
  background-position: 100%;
  background-size: cover;
}

.divcarouselimageleft.kciii {
  background-image: url('../images/KCIII_Header.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.kcoronation {
  background-image: url('../images/ADKX1C-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.divcarouselimageleft.luxury-state-2023 {
  background-image: url('../images/walpole-state-of-london-luxury-report-2023oZ7tt.jpg');
  background-position: 50%;
  background-size: cover;
}

.divcarouselimageleft.summit_2023_gallery {
  background-image: url('../images/15-05-23-Walpole-Summit-KEY-0098.jpg');
  background-position: 100%;
  background-size: cover;
}

.divtextcarousel {
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  padding-left: 0;
  display: flex;
}

.divtextcarousel.textcentre {
  align-items: center;
}

.image-17 {
  margin: 0 20px;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.home_slider_arrow {
  width: 23px;
  min-width: 23px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-33 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  display: flex;
}

.text-span-14, .text-span-15 {
  font-style: italic;
}

.flex-horizontalleft {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-15 {
  font-style: normal;
}

.divquote {
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 380px;
  padding-left: 0;
  display: flex;
}

.text-span-16 {
  font-weight: 600;
}

.text-span-17 {
  font-weight: 400;
}

.image-19 {
  width: 140px;
}

.divpillarcol {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.divpillar3col {
  margin: 0 -15px;
  display: flex;
}

.divdividerlinebullet {
  border-top: 1px solid #ff595c80;
  width: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-18 {
  font-style: italic;
}

.divstats2col {
  flex-wrap: wrap;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.divstatcol {
  width: 50%;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-span-19 {
  color: var(--light-coral);
}

.divimageleftdouble {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.frenchie {
  min-width: 300px;
  max-width: 400px;
}

.text-span-20 {
  font-style: italic;
}

.linkscrollto {
  color: var(--white);
}

.linkscrollto:hover {
  color: var(--light-coral);
}

.divheaderrightskip {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 25%;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.ctaslide {
  background-color: var(--white);
}

.home_intro_txt_wrapper {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 480px;
  display: flex;
}

.text-span-22 {
  font-style: italic;
}

.divdividerline0010 {
  border-top: 1px solid #ff595c80;
  width: 70px;
  margin-top: 0;
  margin-bottom: 10px;
}

.divdividerline0020 {
  border-top: 1px solid #ff595c80;
  width: 70px;
  margin-top: 0;
  margin-bottom: 20px;
}

.stattxt {
  letter-spacing: -1px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 80px;
  line-height: 85px;
}

.text-span-23 {
  font-style: italic;
}

.divimgfullwidth {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.divtextfullwidth {
  text-align: center;
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.italic-text {
  font-style: italic;
  font-weight: 400;
}

.slider-5 {
  width: 100%;
}

.divdividerline4040 {
  border-top: 1px solid #ff595c80;
  width: 70px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divsponsors {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  overflow: visible;
}

.divsponsors.leftalign {
  align-items: flex-start;
  display: none;
}

.divsponsors.bot {
  align-items: flex-start;
}

.divsponsors.botapplication {
  flex-direction: column;
  align-items: center;
}

.imgeditorial {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.grid2col {
  justify-content: center;
  display: flex;
}

.image-20 {
  width: 80%;
  margin-top: 60px;
}

.image-21 {
  min-width: 300px;
  max-width: 400px;
}

.divimgform {
  width: 80%;
  max-width: 330px;
}

.divimgform.hidemob {
  z-index: 1;
  object-fit: fill;
  position: relative;
}

.linktermsnous {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 20px;
}

.linktermsnous:hover {
  color: var(--light-coral);
}

.divtxtform {
  width: 100%;
}

.slideinfobottomdark {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue);
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.bgdarkblue {
  background-color: var(--darkblue);
}

.slidertxtdark {
  background-color: var(--midnight-blue);
  flex-flow: column;
  flex: none;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  width: 60px;
  min-width: auto;
  height: 100%;
  display: flex;
}

.text-span-25 {
  color: var(--light-coral);
}

.diveimgtile {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.imgtile {
  object-fit: fill;
  flex: none;
  align-self: auto;
  height: 300px;
  display: flex;
  position: static;
}

.tileimg {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  display: block;
  position: relative;
}

.formfieldlight {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--darkblue);
  margin-top: 10px;
}

.formfieldtextarealight {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: var(--darkblue);
  min-height: 300px;
  margin-top: 10px;
}

.imgformnegative {
  object-fit: fill;
  margin-bottom: -100px;
  position: static;
}

.divimgformlarge {
  object-fit: fill;
  width: 100%;
}

.divimgformlarge.hidemob {
  z-index: 1;
  object-fit: fill;
  display: none;
  position: relative;
}

.listitem {
  margin-bottom: 10px;
  list-style-type: decimal;
}

.joininglist {
  color: var(--light-coral);
  margin-bottom: 0;
  padding-left: 20px;
}

.newswidgettext {
  width: 80%;
  max-width: none;
  padding-bottom: 0;
}

.newswidgetimage {
  width: 125%;
  margin-left: -12.5%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
}

.newswidgetimage_x3 {
  width: 125%;
  margin-left: -12.5%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.newsimg_50pc {
  align-self: stretch;
  width: 50%;
  position: relative;
}

.div-block-40 {
  margin-left: -10px;
  margin-right: -10px;
}

.newsimg_33pc {
  align-self: stretch;
  width: 33.33%;
  position: relative;
}

.newswidgetimage_x2 {
  width: 125%;
  margin-left: -12.5%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.divnewsheaderimg {
  height: 100%;
  min-height: 100%;
  max-height: 100vh;
  margin-bottom: -85px;
  display: flex;
  overflow: hidden;
}

.swipeblocker {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.memberlistpop-up {
  z-index: 2000;
  background-color: #0e1b2cfa;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  overflow: scroll;
}

.memberlistgrid {
  float: left;
  clear: left;
  column-count: 4;
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  display: block;
}

.listcolumn {
  border-top-width: 1px;
  border-top-color: #ffffff80;
  flex-flow: column wrap;
  flex: none;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.listlink {
  color: var(--white);
  width: 100%;
}

.listlink:hover {
  color: var(--light-coral);
}

.memberlistheader {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.loveletterswrapper {
  justify-content: space-between;
  display: flex;
}

.bbcheader {
  z-index: 100;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 85px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  box-shadow: 0 0 12px #00000040;
}

.bbctxt {
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 18px;
  line-height: 23px;
}

.bbclink {
  color: var(--midnight-blue);
}

.bbclink:hover, .italic-text-2 {
  color: var(--light-coral);
}

.containerpad60top85 {
  z-index: 2;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 85px 60px 60px;
  display: block;
  position: relative;
}

.divsocialprofile {
  margin-right: -10px;
  display: flex;
}

.flexverticalcentreright {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.linktile {
  width: 25%;
  display: block;
  overflow: hidden;
}

.image-24 {
  width: 110px;
}

.columnitemcriteria {
  order: 1;
  align-self: auto;
  width: 50%;
  min-width: auto;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.feestablenumber {
  border-top: 1px solid var(--coral-tint);
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.divfeestable {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.feestableheader {
  border-top: 1px solid var(--white-2);
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
}

.feescol {
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
}

.width75 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.profilelogo {
  background-color: var(--white);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 65%;
  display: flex;
  position: relative;
}

.profilelogoitem {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: absolute;
  inset: 0%;
}

.divbtnctastrong {
  border: 1px none var(--midnight-blue);
  background-color: var(--midnight-blue);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: auto;
  padding: 6px 10px 6px 8px;
  display: flex;
}

.linkctastrong {
  color: var(--white);
}

.linkctastrong:hover {
  color: var(--light-coral);
}

.divspeakersocial {
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.linkedinsmall {
  width: 20px;
}

.sponsorlogolink {
  width: auto;
  display: flex;
}

.sponsorlogodiv {
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-41 {
  justify-content: space-between;
  align-self: stretch;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.sponsorlogo {
  max-width: 150px;
  max-height: 60px;
}

.div-block-42 {
  justify-content: space-between;
  display: flex;
}

._100vh {
  min-height: 100vh;
}

.filterdropdown {
  color: #fff;
  min-width: 250px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 13px;
}

.dropdown-toggle-white {
  border: 1px solid var(--white-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 8px 10px 8px 15px;
  display: flex;
}

.srchformdropdown-search {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  align-items: center;
  max-width: 200px;
  height: 30px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.filters {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.filtercontainer {
  flex: none;
  justify-content: space-between;
  display: flex;
}

.div-block-44 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.divspeakercaption {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.left-arrow-5 {
  justify-content: flex-start;
  display: flex;
}

.image-25 {
  width: 35px;
}

.right-arrow-5 {
  justify-content: flex-end;
  display: flex;
}

.image-26 {
  width: 35px;
}

._70pc {
  width: 70%;
  max-width: none;
}

.gallery {
  flex-flow: wrap;
  flex: 1;
  place-content: stretch flex-start;
  align-self: stretch;
  align-items: flex-start;
  max-height: none;
  margin-bottom: -20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  position: static;
}

.galleryitem {
  flex: 1;
  order: 1;
  align-self: stretch;
  min-width: 33.33%;
  max-width: 33.333%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.portalimgflex {
  border: 1px none var(--midnight-blue);
  background-color: var(--white-smoke);
  object-fit: scale-down;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.utility-page-wrap {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 100vh;
  max-height: none;
  padding: 145px 60px 60px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.image-27 {
  width: 600px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.termstxtdiv {
  opacity: 1;
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-29 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
}

.div-block-45 {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.adminactions {
  z-index: 1000;
  background-color: var(--light-coral);
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.adminlink {
  border: 1px none var(--midnight-blue);
  color: var(--white);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.boardercontainer {
  border: 10px solid var(--midnight-blue);
  padding: 15px;
}

.textalignright {
  text-align: right;
}

.eventgridimage {
  position: relative;
}

.gridcategoryevent {
  background-color: var(--light-coral);
  padding: 8px 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gridcategoryevent.texttag.textwhite {
  position: absolute;
  inset: auto auto 0% 0%;
}

.gridcategoryfeature {
  background-color: var(--light-coral);
  padding: 6px 10px;
  position: static;
  inset: auto auto 0% 0%;
}

.featuretxtdiv {
  max-width: 500px;
}

.rrgridimage {
  position: relative;
}

.gridcategoryrr {
  background-color: var(--darkblue);
  padding: 8px 10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gridcategoryrr.texttag.textwhite {
  position: absolute;
  inset: auto auto 0% 0%;
}

.newsheader {
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.eventpopup {
  z-index: 3000;
  color: var(--darkblue);
  text-align: center;
  background-color: #09121ef2;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 30px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.pop-upclose {
  margin-left: auto;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-upclose.home {
  top: 20px;
  right: 20px;
}

.linkctasolid {
  color: var(--white);
  width: auto;
}

.linkctasolid:hover {
  color: var(--light-coral);
}

.list-2 {
  color: var(--light-coral);
  margin-bottom: 0;
  padding-left: 20px;
}

.text-span-31 {
  color: var(--white);
}

.select-field-2 {
  background-color: var(--white);
  border: 1px #000;
  margin-top: 10px;
}

.text-span-32 {
  color: var(--light-coral);
}

.div-block-47 {
  display: flex;
}

.botcheck {
  border: 1px solid var(--white);
  border-radius: 0;
}

.botcheck.w--redirected-checked {
  border-color: var(--light-coral);
  background-color: var(--light-coral);
}

.italic-text-3 {
  color: var(--light-coral);
}

.textcontainer850max {
  flex: 1;
  min-width: auto;
  max-width: 850px;
  height: auto;
  min-height: auto;
}

.text-span-33 {
  color: var(--light-coral);
}

.dropdownsearch.w--open {
  background-color: #0000;
  padding-top: 17px;
  padding-left: 0;
  padding-right: 0;
}

.form-3 {
  align-items: center;
  display: flex;
}

.text-field-2 {
  flex: none;
  width: 180px;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.submit-button-2 {
  background-color: var(--light-coral);
  cursor: pointer;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  display: flex;
}

.dropdownsearchdiv {
  background-color: var(--darkblue);
  margin-top: -5px;
  padding-left: 10px;
  padding-right: 10px;
}

.flexhorizonalcentrecentre {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbarmob {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  padding-left: 60px;
  padding-right: 60px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 0 3px 3px #0003;
}

.italic-text-4, .italic-text-5 {
  color: var(--light-coral);
}

.anchordiv {
  width: 100%;
  height: 0;
  margin-top: 1px;
}

.pageheadertextright {
  justify-content: flex-end;
  height: auto;
  min-height: 900px;
  padding-top: 85px;
  display: flex;
}

.pageheadertextright.books {
  background-image: url('../images/WplBBLYearBook2022.jpg');
  background-size: cover;
  display: none;
}

.image-30 {
  display: none;
}

.linkopenblue {
  color: var(--midnight-blue);
  flex-direction: row;
  align-items: center;
  display: flex;
}

.linkopenblue:hover {
  color: var(--light-coral);
}

.newswidgetcta {
  border-top: 1px dotted var(--light-coral);
  border-bottom: 1px dotted var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -12.5%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-span-35 {
  color: var(--light-coral);
}

.text-block {
  text-align: left;
}

.newsintrodiv {
  border-bottom: 1px dotted var(--light-coral);
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 600px;
  margin-right: 29px;
  display: flex;
}

.newswidgetquote {
  border-top: 1px dotted var(--light-coral);
  border-bottom: 1px dotted var(--light-coral);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: -12.5%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.quotename {
  color: var(--light-coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 12px;
}

.quotejob {
  color: var(--light-coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
}

.quicklink {
  border-top: 1px dotted var(--light-coral);
  color: var(--midnight-blue);
  letter-spacing: .2px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 17px;
  display: flex;
}

.quicklink:hover, .text-span-37 {
  color: var(--light-coral);
}

.botdog {
  max-width: 300px;
}

.ctawrapper {
  display: flex;
}

.formgrid2 {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  width: 100%;
}

.formheaderdiv {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-span-38, .text-span-39 {
  color: var(--white);
}

.text-span-40 {
  color: var(--white-smoke);
}

.text-span-41 {
  color: var(--white);
}

.text-span-42 {
  color: var(--white-smoke);
}

.text-span-43 {
  color: var(--white);
}

.formheaderpaymentdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.orderquantity {
  justify-content: flex-start;
  min-width: 80px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.orderquantitynumber {
  padding-left: 10px;
  padding-right: 10px;
}

.orderquantityimg {
  min-width: 19px;
  min-height: 19px;
  display: block;
}

.formsectionheaderdiv {
  margin-bottom: 40px;
  position: relative;
}

.checkbox {
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

.checkbox.w--redirected-checked {
  border-color: var(--white);
  background-color: var(--light-coral);
}

.checkbox-field {
  align-items: flex-start;
  display: flex;
}

.selectfield {
  background-color: var(--white);
  color: var(--midnight-blue);
  border: 1px #000;
  border-radius: 0;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 0;
}

.logincontainer {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  width: 380px;
  display: flex;
  position: relative;
}

._100vhmin600 {
  height: 100vh;
  min-height: 600px;
}

.loginfield {
  background-color: var(--white);
  border: 1px #000;
  border-radius: 0;
  height: 30px;
  margin-bottom: 0;
}

.loginfield::placeholder {
  color: var(--dark-grey);
}

.loginwrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 85px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.loginbtncontainer {
  justify-content: center;
  display: flex;
}

.logincreature {
  z-index: 0;
  width: 45%;
  max-width: 750px;
  position: absolute;
  inset: auto 60px 60px auto;
}

.image-31 {
  width: 100%;
}

.formtextfielddiet {
  background-color: var(--white);
  border: 1px #000;
  min-height: 100px;
  margin-top: 10px;
  margin-bottom: 0;
}

.update-button-form {
  background-color: var(--light-coral);
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 30px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.gridholdingdiv {
  height: 5px;
}

.bginitials {
  background-color: var(--midnight-blue);
  color: var(--white);
  padding-top: 85px;
}

.div-block-52 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: -85px 0% 0%;
}

.text-block-4 {
  color: var(--darkblue);
  text-align: center;
  white-space: nowrap;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 1400px;
  line-height: 1200px;
}

.companyprofilelogo {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
  display: flex;
}

.formtextfieldcompanybio {
  background-color: var(--white);
  border: 1px #000;
  min-height: 200px;
  margin-top: 10px;
  margin-bottom: 0;
}

.divclose {
  border-top: 1px solid var(--white-2);
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding-top: 6px;
  display: flex;
}

.divbtnctacoral {
  border: 1px solid var(--midnight-blue);
  background-color: var(--light-coral);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  height: 35px;
  padding: 0 15px;
  display: flex;
}

.uploadimagediv {
  border-top: 1px solid var(--white-2);
  padding-top: 5px;
}

.formheadercompanydiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
}

.formbottomdivider {
  border-bottom: 1px solid var(--white-2);
  height: 40px;
}

.confirmationgrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

.confirmationtxtdiv {
  border-top: 1px solid var(--white-2);
  border-bottom: 1px none var(--white-2);
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.text-span-44 {
  color: var(--light-coral);
}

.ordertotal {
  border-top: 1px solid var(--white-2);
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.formgroupheader {
  border-top: 1px solid var(--light-coral);
  color: var(--light-coral);
  padding-top: 5px;
}

.form-block-4 {
  margin-bottom: 40px;
}

.stripecheckoutbtn {
  border-top: 1px solid var(--light-coral);
  justify-content: flex-end;
  padding-top: 20px;
  display: flex;
}

.attendeegrid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.reportpop-up {
  z-index: 100;
  color: var(--white);
  background-color: #09121ef2;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 145px 60px 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-4 {
  flex-direction: column;
  display: flex;
}

.submitbuttonoverlay {
  background-color: var(--light-coral);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 130px;
  min-width: auto;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

.searchfield {
  border: 1px none var(--white);
  border-radius: 0;
  height: 30px;
  margin-bottom: 0;
  font-size: 13px;
}

.filtertag {
  border: 1px solid var(--white-2);
  color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 2px 12px 2px 15px;
  font-size: 13px;
  display: flex;
}

.closefiltertag {
  margin-left: 6px;
  margin-right: -8px;
  display: flex;
}

.dropdown-list {
  background-color: var(--white);
  box-shadow: 0 1px 3px #00000047;
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding: 3px 15px;
}

.dropdown-link {
  border-bottom: 1px solid var(--midnight-blue);
  align-items: center;
  height: 30px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-link:hover {
  color: var(--light-coral);
}

.dropdown-link.last {
  border-bottom-style: none;
}

.filtersearchdiv {
  min-width: 250px;
  display: flex;
}

.filterdiv {
  z-index: 800;
  flex-direction: column;
  flex: none;
  display: flex;
  position: sticky;
  top: 85px;
}

.filterdiv.bgmidnight {
  width: 100%;
  height: auto;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.texttagfilters {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.filterbtncontainer {
  color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: none;
}

.filterbtncontainer:hover {
  color: var(--light-coral);
}

.filterbtn {
  align-items: center;
  display: flex;
}

.filterarrow {
  padding-top: 3px;
}

.submit-button-3 {
  background-color: var(--light-coral);
  cursor: pointer;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 13px;
  display: flex;
}

.confirmationgrid2col {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.filtercontainermembers {
  flex: none;
  justify-content: space-between;
  display: flex;
}

.profileinfo {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 31px;
  display: flex;
}

.containermw1120 {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.popupcontainer {
  z-index: 1000;
  background-color: #09121ee6;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 60px;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup {
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 30px;
  display: flex;
}

.image-33 {
  width: 28px;
  height: auto;
}

.grid-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1.25fr .25fr .25fr;
  width: 100%;
}

.checkbox-label {
  display: none;
}

.checkbox-field-2 {
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  border-radius: 0;
  width: 15px;
  height: 15px;
  margin-left: 0;
}

.checkbox-2.w--redirected-checked {
  background-color: var(--light-coral);
  background-size: 13px 13px;
  border-style: none;
}

.companymember {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white-2) var(--midnight-blue) var(--midnight-blue);
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  padding: 6px 0 0;
  display: flex;
}

.dropcap {
  float: left;
  margin-top: 17px;
  margin-bottom: 19px;
  margin-right: 8px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 70px;
  display: block;
}

.authorcontainer {
  border-top: 1px dotted var(--midnight-blue);
}

.authorwrapper {
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
  position: relative;
}

.authorimg {
  border-radius: 100%;
  width: 20%;
  min-width: 20%;
  height: auto;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
}

.image-34 {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.authortxt {
  margin-left: 15px;
}

.ctacontainer {
  z-index: 2;
  background-color: var(--light-coral);
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 20px 60px 30px;
  display: block;
  position: relative;
}

.dateheader {
  color: var(--light-coral);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-span-45 {
  font-style: italic;
}

.summitsponsorgrid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.summitsponsorgrid.summitpage {
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.summitsponsor {
  border-top: 1px dotted var(--midnight-blue);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.summitsponsorlogo {
  max-width: 200px;
  position: relative;
  overflow: visible;
}

.summitsponsorlogo.wolf {
  max-width: 160px;
}

.summitsponsorlogo.dbt {
  max-width: 180px;
}

.summitlogoimg {
  object-fit: scale-down;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 90px;
}

.speakeritemsummit {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  order: 1;
  align-self: auto;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.bigbuyticketsdiv {
  align-items: center;
  display: flex;
}

.image-35 {
  padding-right: 15px;
}

.pop-upheader {
  color: var(--white);
  letter-spacing: -1px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 50px;
  line-height: 53px;
}

.hide {
  display: none;
}

.membersfiltersform {
  margin-bottom: 0;
}

.membersfiltercontainer {
  flex: none;
  justify-content: space-between;
  display: flex;
}

.membersfilterdropdown {
  color: #fff;
  min-width: 250px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: 13px;
}

.memberlistsection {
  color: var(--white);
  margin-bottom: 40px;
  display: none;
}

.memberlistsectionheader {
  color: var(--light-coral);
  border-top: 1px solid #ff595c80;
  margin-bottom: 20px;
  padding-top: 10px;
  font-style: italic;
}

.memberlink {
  color: var(--white);
  border-top: 1px solid #fff3;
  padding-top: 6px;
  display: flex;
}

.memberlink:hover {
  color: var(--light-coral);
}

.memberlistsectiondivgrid {
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.memberlistitem {
  width: 25%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.divtextcarouselhalf {
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.textcontainer300max {
  max-width: 300px;
}

.shrink {
  flex: 0 auto;
}

.queen {
  border: 5px solid var(--white);
  width: 280px;
}

.hmwrapper {
  height: 100%;
  padding-top: 85px;
}

.hmdivtext {
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 60px;
  display: flex;
}

.hmdivimg {
  background-color: var(--midnight-blue);
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hmcontainer {
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  min-height: 900px;
  display: none;
}

.landingslide2022 {
  background-color: var(--midnight-blue);
}

.divhomelanding2022 {
  background-image: url('../images/CS_WPL_ENTIRE_COVER.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  padding: 17vh 80px 60px;
  display: flex;
}

.txthomestrapline2022 {
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  max-width: 500px;
  display: flex;
}

.div_scroll_to_centre {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.link-block {
  display: flex;
}

.div-block-54 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.members_line {
  border-top: 1px solid var(--coral-tint);
  width: 75px;
  height: 0;
  margin-bottom: 10px;
}

.member_sector_header {
  clear: none;
  display: flex;
}

.event_logo {
  width: 260px;
}

.awardnominationsgrid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr 1fr;
  grid-auto-flow: column;
}

.awardicondiv {
  border-top: 1px dotted var(--midnight-blue);
  padding-top: 10px;
  display: none;
}

.awardicon {
  margin-bottom: 10px;
}

.awards--award--logo, .awards--award--logo.wolf {
  max-width: 100px;
}

.awards--award--logo.cunard {
  max-width: 140px;
}

.awards--award--logo.dbt {
  max-width: 120px;
}

.awards--award--logo.clothsurgeon {
  max-width: 130px;
}

.awards--award--logo.glenturret {
  max-width: 120px;
}

.awards--award--logo.rr {
  max-width: 190px;
}

.awards--award--logo.araminta {
  max-width: 150px;
}

.awardnominationsgriditem {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-top: 1px solid var(--midnight-blue);
  flex-flow: column;
  justify-content: space-between;
  padding-top: 10px;
  display: flex;
}

.linedividercoral-2 {
  border-bottom: 1px dotted #ff595c;
  width: 100%;
  height: auto;
}

.slider-6 {
  width: 100%;
}

.maxwidth640px {
  max-width: 640px;
}

.home_carousel_logo {
  width: 300px;
}

.home_carousel_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.home_carousel_grid_image {
  display: flex;
  position: relative;
}

.cover_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.cover_image.centre {
  object-fit: cover;
  object-position: 50% 50%;
}

.cover_image.bottom {
  object-position: 50% 50%;
}

.cover_image.top {
  object-position: 50% 0%;
}

.cover_image.left {
  object-position: 0% 50%;
}

.event_logo_wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.event_logo_date {
  color: var(--light-coral);
  text-align: center;
  margin-top: 20px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 50px;
}

.event_logo_strap {
  color: var(--light-coral);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
}

.powerlist_logo_img {
  margin-bottom: 20px;
}

.home_carousel_grid_12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 100%;
}

.bot_cover {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.bot_cover.top {
  object-position: 50% 0%;
}

.home_carousel_event_logo {
  max-width: 200px;
  margin-bottom: 20px;
}

.event-pop-up-logo {
  width: 100%;
  max-width: 190px;
}

.summit_speaker_grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.kc_pre_header_max_width {
  max-width: 240px;
}

.home_slider_container {
  position: relative;
}

.home_slider {
  background-color: #0000;
  height: auto;
}

.home_slide_wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 700px;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
  position: relative;
}

.home_slider_nav {
  display: none;
}

.home_slider_bg_image {
  z-index: 0;
  background-color: var(--midnight-blue);
  align-items: flex-end;
  position: absolute;
  inset: 0%;
}

.cover_image_slider_intro {
  object-fit: cover;
  object-position: 10% 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding-top: 85px;
  padding-bottom: 85px;
  position: absolute;
  inset: 0%;
}

.home_intro_txt_container {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1520px;
  display: flex;
}

.home_intro_txt {
  z-index: 2;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home_intro_icon.blue {
  display: none;
}

.home_slider_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-self: stretch;
  width: 100%;
  min-width: 100%;
}

.home_slider_image {
  position: relative;
}

.home_slider_image.christmas {
  display: none;
}

.cover_image_slider {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.cover_image_slider.right {
  object-position: 100% 50%;
}

.cover_image_slider.top {
  object-position: 50% 0%;
}

.cover_image_slider.bbl {
  object-position: 100% 50%;
}

.home_slider_txt {
  text-align: center;
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px;
  display: flex;
  overflow: scroll;
}

.home_slider_txt_container {
  max-width: 320px;
}

.home_slider_txt_container.summit {
  max-width: 308px;
}

.slider_tag_wrapper {
  margin-bottom: 10px;
}

.slider_tag_wrapper.lrg-margin, .slider_header {
  margin-bottom: 20px;
}

.slider_sub_header {
  margin-bottom: 15px;
}

.slider_body {
  margin-bottom: 40px;
}

.left-arrow-6 {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  display: flex;
}

.right-arrow-6 {
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  display: flex;
}

.page_header_ww {
  background-color: var(--midnight-blue);
  min-height: 100vh;
  position: relative;
}

.page_header_ww.bbl {
  background-color: var(--gainsboro);
}

.page_header_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}

.page_header_grid.about {
  grid-template-columns: .75fr 1fr;
  overflow: visible;
}

.page_header_image {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.page_header_txt {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 145px 60px 90px;
  display: flex;
  position: relative;
}

.page_header_txt.right {
  width: 100%;
}

.bbl_page_header_cover_image {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 85px;
}

.bbl_page_header_cover_image.right {
  text-shadow: 0 1px 1px #0003;
  object-position: -60% 50%;
  width: auto;
  max-width: none;
  inset: 0% -10% 0% auto;
  overflow: visible;
}

.bbl_page_header_cover_image.left {
  inset: 0% auto 0% 0%;
}

.bbl_page_header_cover_image.right {
  inset: 0% -10% 0% auto;
}

.page_header_txt_container {
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  display: flex;
}

.page_header_image_mob {
  display: none;
}

.page_header_cover_image_mob {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 85px;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.page_header_ww_bar {
  z-index: 0;
  background-color: var(--light-coral);
  height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.bbl_header_mobile {
  display: none;
}

.award_logo_wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.awards_list {
  color: var(--light-coral);
  margin-top: 10px;
  padding-left: 15px;
}

.awards_list_txt {
  color: var(--midnight-blue);
}

.awards-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.awards-slide {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.awards-slider-mask {
  overflow: visible;
}

.awards-sponsor-wrapper {
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.left-arrow-awards, .right-arrow-awards {
  display: none;
}

.awards-slide-nav {
  height: auto;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 9px;
  position: static;
}

.section-hide-overflow {
  overflow: hidden;
}

.listbotapplication {
  color: var(--light-coral);
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
}

.mentors {
  display: none;
}

.home_carousel_bot_logo {
  width: 100%;
  max-width: 270px;
  margin-bottom: 20px;
}

.rep-quote-text {
  color: var(--light-coral);
  text-align: center;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 35px;
  line-height: 38px;
}

.rep-quote-wrapper {
  border-left: 1px #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  min-width: 440px;
  padding-left: 0;
  display: flex;
}

.div-block-55 {
  padding-top: 100%;
  position: relative;
}

.rep-quote-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.rep-arenas-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
}

.rep-arenas-portal {
  color: var(--darkblue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rep-arenas-portal-img {
  width: 100%;
  margin-top: -24px;
  padding-top: 100%;
  position: relative;
}

.rep-arenas-portal-header {
  z-index: 1;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.rep-arenas-portal-text {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page_header_rep {
  position: relative;
}

.page_header_rep.policy-area {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.page_header_txt-rep {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 145px 60px 60px;
  display: flex;
  position: relative;
}

.page_header_txt_container-rep {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

.rep-policies-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rep-policies-card-image {
  width: 100%;
  padding-top: 65%;
  position: relative;
}

.rep-policies-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--midnight-blue);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.rep-policies-card-header {
  width: 100%;
}

.rep-policies-card-text {
  width: 100%;
  display: none;
}

.rep-cta-wrapper {
  background-color: var(--light-coral);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.rep-cta-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  display: flex;
}

.rep-cta-btn-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  display: flex;
}

.policy-area-tag {
  margin-bottom: 10px;
  display: none;
}

.policy-area-header.tax {
  max-width: 580px;
}

.policy-area-header.employ {
  max-width: 440px;
}

.policy-area-calling-list-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 490px;
  margin-top: 20px;
  display: flex;
}

.policy-area-calling-list-wrapper.employ {
  max-width: 560px;
}

.container-mw-1000 {
  flex: 0 auto;
  max-width: 1000px;
}

._2-col-text-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.pull-text-wrapper {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.lrg-body-text {
  text-align: center;
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

._3-col-stat-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.rep-stat-item {
  border-top: 1px solid var(--midnight-blue);
  flex-flow: column;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.rep-stat-text {
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 70px;
  line-height: 75px;
}

.rep-cta-policy-area-wrapper {
  border-top: 1px solid var(--midnight-blue);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.rep-policy-areas-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.rep-policy-grid-wrapper {
  width: 100%;
  margin-top: 30px;
}

.rep-cta-policy-area-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.rep-policy-area-item {
  border-top: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  justify-content: space-between;
  padding-top: 6px;
  display: flex;
}

.rep-policy-area-item:hover {
  color: var(--light-coral);
}

.policy-area-arrow {
  width: 8px;
  min-width: 8px;
  display: block;
}

.policy-area-arrow-wrapper {
  margin-left: 10px;
  padding-top: 5px;
}

.rep-text-image-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.rep-text-image-text-wrapper {
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.rep-text-image-image {
  padding-top: 70%;
  position: relative;
}

.rep-text-image-text {
  max-width: 410px;
}

.rep-body-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

._2-col-stat-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
}

.list-3 {
  color: var(--light-coral);
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 15px;
}

.list-text {
  color: var(--midnight-blue);
}

.rep-column-image {
  padding-top: 55%;
  position: relative;
}

.rep-eccia-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.eccia_item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.eccia_icon_wrapper {
  justify-content: center;
  display: flex;
}

.eccia_icon {
  width: 100%;
  max-width: 120px;
}

.international-map-wrapper {
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.international-map {
  max-width: 1160px;
}

.dropdown-header {
  color: var(--light-coral);
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Saolstandard, Georgia, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.bbl_page_header_txt {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  min-height: 100vh;
  padding: 145px 60px 90px;
  display: flex;
  position: relative;
}

.bbl_page_header_image {
  z-index: 1;
  width: 40%;
  padding-top: 10%;
  padding-bottom: 5%;
}

.page_header_cover_image {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 85px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.page_header_cover_image.sustainability {
  object-position: 0% 50%;
  inset: 0% auto 0% 42%;
}

.page_header_cover_image.representation {
  object-position: 100% 50%;
  inset: 0% 52% 0% auto;
}

.page_header_cover_image.about-membership {
  object-position: 0% 50%;
  inset: 0% auto 0% 37%;
}

.bbl_page_header_cover_image-copy {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 85px;
}

.bbl_page_header_cover_image-copy.right {
  text-shadow: 0 1px 1px #0003;
  object-position: -60% 50%;
  width: auto;
  max-width: none;
  inset: 0% -10% 0% auto;
  overflow: visible;
}

.bbl_page_header_cover_image-copy.left {
  inset: 0% auto 0% 0%;
}

.bbl_page_header_cover_image-copy.right {
  inset: 0% -10% 0% auto;
}

.bbl_page_header_cover_image-copy-copy {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
  min-height: 100%;
  padding-top: 85px;
}

.bbl_page_header_cover_image-copy-copy.right {
  text-shadow: 0 1px 1px #0003;
  object-position: -60% 50%;
  width: auto;
  max-width: none;
  inset: 0% -10% 0% auto;
  overflow: visible;
}

.bbl_page_header_cover_image-copy-copy.left {
  inset: 0% auto 0% 0%;
}

.bbl_page_header_cover_image-copy-copy.right {
  inset: 0% -10% 0% auto;
}

.page_header_bbl {
  background-color: var(--gainsboro);
  min-height: 100vh;
  display: flex;
  position: relative;
}

.page_header_bbl.bbl {
  background-color: var(--gainsboro);
}

.rep-mid-header {
  letter-spacing: -1px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.heading-16 {
  color: var(--midnight-blue);
}

.rep-map-stat-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rep-map-stat-text {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.rep-map-stat {
  margin-bottom: 10px;
  font-family: Saoldisplay, Georgia, sans-serif;
  font-size: 140px;
  line-height: 130px;
}

.rep-map-body-wrapper {
  max-width: 300px;
}

.rep-generic-cta-wrapper {
  background-color: var(--darkblue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.image-caption {
  position: absolute;
  inset: auto 0% -25px;
}

.walpole-calling-wrapper {
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: center;
  padding: 60px;
  position: relative;
}

.walpole-calling-wrapper.policy-area {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.policy-area-intro {
  margin-top: 20px;
}

.summitpopuplogowrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.summit-speaker-carousel {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
}

.summit-speaker-slider-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.summit-speaker-slider-arrow {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 40px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.summit-speaker-slider-arrow.right {
  flex-flow: column;
  align-items: flex-end;
  inset: 0% 0% 0% auto;
}

.summit-speaker-arrow {
  width: 100%;
}

.summit-speaker-arrow.left {
  transform: rotate(180deg);
}

.summit-speaker-arrow-wrapper {
  width: 100%;
  max-width: 20px;
}

.mask-3 {
  border-right: 1px solid var(--coral-tint);
  border-left: 1px solid var(--coral-tint);
  width: 100%;
}

.summit-speaker-carousel-2024 {
  background-color: var(--transparent);
  width: 100%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.awards-cta-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.awards-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--midnight-blue);
  display: flex;
}

.awards-cta:hover {
  color: var(--light-coral);
}

.lrg-cta-imgarrow {
  width: 10px;
}

.lrg-cta-imgarrow.margin {
  margin-left: 5px;
}

.home-c_s-grid {
  background-color: var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.home_cs_image_left {
  position: relative;
}

.cover_image_home-left {
  object-fit: cover;
  object-position: 100% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.cover_image_home-left.centre {
  object-fit: cover;
  object-position: 50% 50%;
}

.cover_image_home-left.bottom {
  object-position: 50% 50%;
}

.cover_image_home-left.top {
  object-position: 50% 0%;
}

.home_cs_image_right {
  position: relative;
}

.cover_image_home-right {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
}

.cover_image_home-right.centre {
  object-fit: cover;
  object-position: 50% 50%;
}

.cover_image_home-right.bottom {
  object-position: 50% 50%;
}

.cover_image_home-right.top {
  object-position: 50% 0%;
}

.home-slide-bg {
  display: none;
}

.social_icon {
  width: 30px;
}

.home_carousel_grid_image-overly {
  z-index: 2;
  background-color: #09121ed6;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
}

.home_carousel_grid_logo {
  flex: 1;
}

.home_carousel_grid_logo-wrapper {
  max-width: 200px;
}

.home_carousel_grid_logo-wrapper.small {
  max-width: 120px;
}

.home_carousel_grid_logo-wrapper.smaller {
  max-width: 90px;
}

.walpole-xmas-gold-logo {
  width: 100%;
  max-width: 150px;
  margin-top: 15px;
}

.walpole-xmas-text--wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.home_cs_image_mobile {
  display: none;
  position: relative;
}

.home-slide-snow {
  z-index: 1;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.cover_image_snow {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cover_image_snow.centre {
  object-fit: cover;
  object-position: 50% 50%;
}

.cover_image_snow.bottom {
  object-position: 50% 50%;
}

.cover_image_snow.top {
  object-position: 50% 0%;
}

.cover_image_snow.left {
  object-position: 0% 50%;
}

.awards--video--wrapper {
  flex: 1;
  width: 100%;
  padding-top: 55%;
  position: relative;
}

.video-background-small {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-background-small.hide {
  display: none;
}

.video--background--wrapper {
  z-index: -999;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

.video-background--embed {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.awards--award--logo--image {
  width: 100%;
}

.awards--award--logo--wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.awards--award--logo--grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.awards--award--logo--grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.awards--award--logo--text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.awards--video--txt {
  border-left: 1px solid #29334080;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
}

.awards--video--grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

.team--grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
}

.team--col--wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.team--list--header {
  border-top: 1px solid var(--beige);
  padding-top: 5px;
}

.non-italic {
  font-style: normal;
}

.team--list--wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.textgold {
  color: var(--gold);
}

@media screen and (max-width: 991px) {
  .hspacer20 {
    display: block;
  }

  .container {
    display: flex;
  }

  .navbar {
    height: 60px;
    padding-right: 40px;
    display: none;
    position: fixed;
  }

  .nav-link {
    color: var(--white);
    border-bottom: 1px solid #ed7a8080;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Saolstandard, Georgia, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .nav-menu {
    background-color: var(--darkblue);
    height: 100vh;
    padding-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
    overflow: scroll;
  }

  .linedividernav {
    display: none;
  }

  .brand {
    width: 120px;
  }

  .containerhomecarousel {
    min-height: 1100px;
    display: none;
  }

  .homescrolltopanel {
    height: auto;
    min-height: 85px;
  }

  .div-block {
    width: 100%;
  }

  .containerpad60 {
    clear: none;
    display: block;
  }

  .linedividercoral.hideipad {
    display: none;
  }

  .section.colourbgdarkblue {
    max-height: none;
  }

  .divbtncta.coral {
    min-width: 120px;
  }

  .textlink.main {
    color: var(--white);
    font-size: 14px;
  }

  .flexhorizonalcentre.verticalmob {
    flex-flow: wrap;
  }

  .flexhorizonalcentre.verticalipad {
    flex-direction: column;
  }

  .textcontainer400max {
    max-width: 500px;
  }

  .divportal {
    width: 50%;
    padding-top: 20px;
  }

  .containerpad60top-60 {
    margin-top: -80px;
  }

  .divcarouselintro {
    width: 100%;
    min-width: auto;
  }

  .flexhorizonalcentretop {
    flex-wrap: wrap;
  }

  .slider-2 {
    display: none;
  }

  .textcontainer220max {
    max-width: none;
  }

  .divfooter {
    flex-wrap: wrap;
  }

  .divfooterlinkcolumn {
    width: 40%;
  }

  .divfooterformcolumn {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divfootericoncolumn {
    width: 20%;
  }

  .divfootertermscolumn {
    width: 100%;
  }

  .footerfield, .submit-button, .footerfieldemail {
    height: 35px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .divbtnlinktermsfooter.white {
    flex-direction: row;
    justify-content: flex-start;
  }

  .menu-button {
    flex: none;
    padding: 20px;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .imgnavicon {
    padding-right: 10px;
  }

  .navlinkicon {
    text-align: left;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-5 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    margin-bottom: 15px;
  }

  .image-3 {
    height: auto;
    display: block;
  }

  .right-arrow {
    align-items: flex-end;
    height: 50vh;
    margin-top: 160px;
    padding-top: 0;
    display: flex;
    inset: 0% 0% auto auto;
  }

  .left-arrow {
    align-items: flex-end;
    height: 50vh;
    margin-top: 160px;
    padding-top: 0;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .txthomestrapline {
    align-items: center;
    width: 100%;
  }

  .divhomelanding {
    flex-direction: column;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .texthomeintro {
    font-size: 50px;
    line-height: 60px;
  }

  .verticalmob {
    flex-direction: column;
  }

  .section-top-85 {
    margin-top: 0;
    padding-top: 60px;
  }

  .container-max-width-40-pc {
    width: 100%;
    max-width: 100%;
  }

  .grid {
    flex-wrap: wrap;
    max-width: none;
  }

  .griditem {
    flex: 0 auto;
    width: 50%;
    min-width: auto;
    padding-top: 0;
  }

  .griditem._25pc.hidemob {
    display: none;
  }

  .griditem.books {
    width: 50%;
    min-width: 50%;
  }

  .spacer60 {
    min-width: auto;
  }

  .spacer60.mob30 {
    width: 60px;
    height: 60px;
  }

  .spacer60.ipad30 {
    width: 30px;
    height: 30px;
  }

  .button-category.texttag.textcoral {
    margin: 5px 0 5px 10px;
  }

  .flexhorizonalleftcentre {
    flex-flow: wrap;
    width: 100%;
  }

  .filtersform {
    width: 100%;
  }

  .page-header {
    flex-direction: column;
    align-items: center;
    height: auto;
    min-height: 100vh;
    max-height: none;
    padding-top: 60px;
  }

  .page-header.bgblue.bgabout {
    background-image: url('../images/RepeatBg.jpg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
  }

  .page-header.bgblue.bgaboutmembership {
    background-image: url('../images/RepeatBg.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .page-header.bgblue.bgadvocacy {
    background-image: url('../images/RepeatBg.jpg');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
  }

  .page-header.bgblue.bgsustainability {
    background-image: url('../images/RepeatBg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
  }

  .page-header.bgblue.bgbot {
    background-image: url('../images/BOT_HEADER_IMAGE_v1-02.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
  }

  .newsheadergrid {
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: .75fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    display: flex;
  }

  .newscontent {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .newscontentright {
    flex: none;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .newscontentleft {
    flex: none;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .spacer5 {
    height: 5px;
  }

  .newswidgetquoteold {
    padding-right: 120px;
  }

  .slideinfo {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 20px;
    padding-left: 60px;
  }

  .divwplhero {
    width: 100%;
    height: 50vh;
    min-height: 400px;
  }

  .featureimgdiv {
    width: 100%;
    padding-top: 60%;
  }

  .featurediv {
    width: 100%;
  }

  .textcontainer700max {
    align-self: stretch;
    max-width: 100%;
  }

  .mob30 {
    width: 30px;
    height: 30px;
    max-height: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .heading-10 {
    width: 100%;
  }

  .flexhorizonaltopspace.verticalmob {
    flex-direction: column;
    align-items: flex-start;
  }

  .hidemob {
    display: none;
  }

  ._25pc {
    width: 33.33%;
  }

  .divactivefiltersheader {
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

  .containerpad60bottom0, .containerpad60top0 {
    clear: none;
  }

  .gridteam {
    flex-wrap: wrap;
  }

  .griditemteam {
    width: 50%;
    padding-top: 0;
  }

  .slideinfobottom {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .text-vertical-bottom {
    margin-bottom: 0;
    padding-left: 60px;
    transform: none;
  }

  .text-vertical-bottom.textbuttoncaption {
    border-left-style: none;
    flex: none;
    align-self: auto;
    margin-bottom: 0;
    padding-left: 0;
  }

  .dropdown-toggle {
    color: var(--white);
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle:hover {
    font-style: italic;
  }

  .dropdown-toggle:focus {
    color: var(--light-coral);
    font-style: italic;
  }

  .dropdown-toggle.w--open {
    color: var(--light-coral);
    font-size: 20px;
    font-style: italic;
    display: flex;
  }

  .dropdownlist.w--open {
    padding-top: 0;
    position: static;
  }

  .dropdownlistitem {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: din-2014, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
  }

  .dropdownitems {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pagememberleft {
    box-shadow: none;
    width: auto;
    height: auto;
    position: static;
  }

  .imagemember {
    object-fit: cover;
    object-position: 50% 50%;
    width: auto;
    min-width: 100%;
    max-width: none;
    height: auto;
    min-height: 100%;
  }

  .linedividerwhite.hideipad {
    display: none;
  }

  .speakeritem {
    width: 50%;
    padding-top: 0;
  }

  .speakerimage {
    width: 50%;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .div-block-12 {
    object-fit: fill;
    object-position: 50% 50%;
    justify-content: center;
    align-items: center;
    height: 40vh;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .filtersmembers {
    top: 60px;
  }

  .divheaderleft, .divheaderleft.nohide {
    display: none;
  }

  .divheadercentre {
    width: 100%;
  }

  .divheaderright {
    display: none;
  }

  .divimageleft {
    width: 100%;
    min-height: auto;
    padding-right: 0;
  }

  .slider-3 {
    display: block;
  }

  .divimagelefttxtright {
    flex-flow: column;
  }

  .divimagelefttxtright.swiitch {
    flex-direction: column-reverse;
  }

  .divtext {
    width: 100%;
  }

  .speakerheader {
    flex-direction: column;
    grid-template-columns: .75fr;
    display: flex;
  }

  .speakerpagetop {
    max-width: 40%;
  }

  .divimagerow {
    flex-direction: column;
  }

  .img25pc, .img50pc {
    width: auto;
  }

  .divimageright {
    width: 100%;
    padding-left: 0%;
    padding-right: 0;
  }

  .divimagerighttxtleft {
    flex-flow: column-reverse;
  }

  .divheader100vh {
    flex-direction: row;
    height: auto;
    min-height: auto;
    padding-top: 60px;
  }

  .divcol60pc {
    width: 100%;
    min-width: 100%;
  }

  .sliderimg {
    padding-top: 100%;
  }

  .sliderdiv, .eventheader.verticalmob {
    flex-direction: column;
  }

  .max700 {
    width: 100%;
    padding-left: 0%;
  }

  ._30pcmax330 {
    width: 100%;
    max-width: none;
  }

  .submit-button-form {
    height: 35px;
  }

  .ddicon {
    display: none;
  }

  .spacer120 {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .newsheaderimg {
    object-fit: cover;
    display: block;
  }

  .divtags {
    margin-left: -10px;
    margin-right: -10px;
  }

  .divheaderform {
    width: auto;
  }

  .divheaderform.textwhite {
    width: 100%;
  }

  .divheaderloveletters {
    padding-top: 85px;
  }

  .divimageleftheader {
    width: 100%;
    min-height: 40vh;
  }

  .image-16 {
    margin-top: 30px;
  }

  .hidedesk {
    display: block;
  }

  .divhomecarousel {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .divhomecarouselimgtxt {
    flex-flow: column;
    justify-content: flex-start;
  }

  .divcarouselimageleft {
    width: 100%;
    height: 50vh;
    min-height: 400px;
  }

  .divcarouselimageleft.jubilee {
    width: 100%;
  }

  .divcarouselimageleft.kcoronation {
    background-position: 50% 30%;
    width: 100%;
  }

  .divtextcarousel {
    width: 100%;
  }

  .divtextcarousel.textcentre {
    padding: 20px 80px;
  }

  .divquote {
    width: 100%;
    min-width: auto;
  }

  .crkheaders {
    font-size: 33px;
    line-height: 38px;
  }

  .divimageleftdouble {
    width: 100%;
    padding-right: 0;
  }

  .divheaderrightskip {
    align-self: auto;
    align-items: center;
    width: auto;
    padding-top: 0;
    display: flex;
  }

  .divimgfullwidth {
    flex-flow: column;
  }

  .divtextfullwidth {
    width: 100%;
  }

  .divsponsors.leftalign {
    align-items: center;
    display: flex;
  }

  .divskip {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-20 {
    margin-top: 30px;
  }

  .slideinfobottomdark {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
  }

  .slidertxtdark {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 30px;
    padding-left: 60px;
  }

  .listitem {
    margin-bottom: 10px;
  }

  .joininglist {
    margin-bottom: 20px;
  }

  .newswidgetimage, .newswidgetimage_x3 {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-40 {
    align-items: flex-start;
    display: flex;
  }

  .newswidgetimage_x2 {
    width: 100%;
    margin-left: 0%;
  }

  .divnewsheaderimg {
    height: 70vh;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    position: relative;
  }

  .memberlistgrid {
    column-count: 3;
  }

  .containerpad60top85 {
    clear: none;
    padding-top: 85px;
    display: block;
  }

  .columnitemcriteria {
    width: 50%;
    padding-top: 0;
  }

  .width75 {
    width: 90%;
  }

  .profilelogo {
    padding-top: 18%;
  }

  .divspeakersocial {
    justify-content: flex-start;
  }

  .div-block-41 {
    flex-wrap: wrap;
  }

  .div-block-42 {
    flex-direction: column;
  }

  .filterdropdown {
    padding-top: 0;
  }

  .dropdown-toggle-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
  }

  .srchformdropdown-search {
    min-width: 200px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filters {
    display: block;
  }

  .filtercontainer {
    flex-direction: column;
    align-items: flex-end;
  }

  ._70pc {
    width: 100%;
  }

  .gallery {
    flex-wrap: wrap;
    max-width: none;
  }

  .galleryitem {
    min-width: 50%;
    max-width: 100%;
  }

  .utility-page-wrap {
    padding: 120px 60px 60px;
  }

  .utility-page-content {
    margin-bottom: 0;
    padding-top: 0;
  }

  .eventpopup {
    padding-left: 60px;
    padding-right: 60px;
  }

  .textcontainer850max {
    align-self: stretch;
    max-width: 100%;
  }

  .dropdownsearch.w--open {
    padding-top: 0;
    position: static;
  }

  .form-3 {
    background-color: #0000;
  }

  .text-field-2 {
    width: 250px;
  }

  .submit-button-2 {
    display: none;
  }

  .dropdownsearchdiv {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-3 {
    margin-bottom: 10px;
  }

  .navbarmob {
    height: 60px;
    padding-right: 40px;
    display: flex;
    position: fixed;
  }

  .pageheadertextright {
    min-height: auto;
    padding-top: 0;
  }

  .pageheadertextright.books {
    background-image: none;
    background-size: auto;
    display: none;
  }

  .newswidgetcta {
    width: 100%;
    margin-left: 0%;
  }

  .newsintrodiv {
    min-height: 0;
  }

  .newswidgetquote {
    width: 100%;
    margin-left: 0%;
  }

  .formgrid2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 2fr;
  }

  .formheaderpaymentdiv {
    flex-direction: column;
  }

  .loginwrapper {
    padding-top: 60px;
  }

  .update-button-form {
    height: 35px;
  }

  .gridholdingdiv {
    display: none;
  }

  .formheadercompanydiv {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .confirmationgrid {
    grid-template-columns: 1fr 1fr;
  }

  .attendeegrid {
    grid-template-columns: 1fr;
  }

  .reportpop-up {
    padding-top: 120px;
  }

  .submitbuttonoverlay {
    height: 35px;
  }

  .searchfield {
    max-width: none;
  }

  .filtersearchdiv {
    justify-content: space-between;
  }

  .filterdiv {
    display: flex;
    top: 59px;
  }

  .filterdiv.bgmidnight {
    width: 100%;
    overflow: hidden;
  }

  .grid-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .filterbtncontainer {
    flex-direction: column;
    min-height: 50px;
    display: flex;
  }

  .filterbtn {
    color: var(--white);
    justify-content: center;
    width: 100%;
    margin-top: 0;
    padding-top: 11px;
    padding-bottom: 15px;
  }

  .filterbtn:hover {
    color: var(--light-coral);
  }

  .filterarrow {
    padding-top: 0;
  }

  .confirmationgrid2col {
    grid-template-columns: 1fr 1fr;
  }

  .filtercontainermembers {
    flex-direction: row;
    align-items: flex-end;
  }

  .authorimg {
    width: 15%;
    min-width: 15%;
    padding-top: 15%;
  }

  .ctacontainer {
    clear: none;
  }

  .summitsponsorgrid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .summitsponsorgrid.summitpage {
    flex-direction: column;
    display: flex;
  }

  .summitsponsor {
    min-height: 100px;
  }

  .speakeritemsummit {
    text-align: center;
    padding-top: 0;
  }

  .membersfiltercontainer {
    flex-direction: column;
    align-items: flex-start;
  }

  .membersfilterdropdown {
    padding-top: 0;
  }

  .memberlistitem {
    width: 33.33%;
  }

  .divtextcarouselhalf {
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .textcentremobile {
    text-align: center;
  }

  .hmwrapper {
    padding-top: 60px;
  }

  .hmdivtext, .hmdivimg {
    align-items: center;
    width: 100%;
    padding: 60px;
  }

  .hmcontainer {
    height: auto;
    min-height: auto;
  }

  .div_scroll_to_centre {
    align-self: auto;
    align-items: center;
    width: auto;
    display: flex;
  }

  .awardnominationsgrid {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .home_carousel_logo {
    width: 250px;
  }

  .cover_image.bottom {
    object-position: 50% 100%;
  }

  .event_logo_strap {
    line-height: 15px;
  }

  .home_carousel_grid_12 {
    max-width: 100%;
  }

  .summit_speaker_grid {
    grid-template-columns: 1fr 1fr;
  }

  .kc_header_max_width {
    max-width: 370px;
  }

  .home_slide_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    min-height: 100vh;
    padding-top: 60px;
  }

  .home_slider_bg_image {
    width: 100%;
    height: 50vh;
    min-height: 450px;
    position: relative;
  }

  .cover_image_slider_intro {
    object-position: 50% 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .home_intro_txt_container {
    justify-content: center;
  }

  .home_intro_txt {
    justify-content: center;
    align-items: flex-start;
    padding: 60px;
  }

  .home_intro_icon.blue {
    display: block;
  }

  .home_slider_grid {
    grid-template-columns: 1.25fr;
    max-width: 100%;
  }

  .home_slider_image {
    max-width: 100%;
    height: 50vh;
    min-height: 450px;
  }

  .home_slider_image.christmas {
    display: flex;
  }

  .home_slider_txt {
    width: 100%;
  }

  .home_slider_txt_container {
    max-width: 410px;
  }

  .left-arrow-6 {
    padding-top: 60px;
    padding-bottom: 85px;
    inset: 50vh auto 0% 0%;
  }

  .right-arrow-6 {
    padding-top: 60px;
    padding-bottom: 85px;
    top: 50vh;
  }

  .page_header_ww {
    position: relative;
  }

  .page_header_grid.about {
    grid-template-columns: 1fr;
    position: relative;
  }

  .page_header_txt {
    width: 100%;
    min-height: 100vh;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .page_header_txt.right {
    width: 100%;
  }

  .page_header_image_mob {
    display: block;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .page_header_cover_image_mob {
    width: 100%;
    min-width: 100%;
    padding-top: 60px;
  }

  .page_header_ww_bar {
    display: none;
  }

  .bbl_header_mobile {
    padding-top: 60px;
    display: flex;
  }

  .rep-quote-wrapper {
    width: 100%;
    min-width: auto;
  }

  .rep-quote-grid {
    grid-template-columns: 1fr;
  }

  .rep-arenas-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .rep-arenas-portal {
    max-width: 430px;
  }

  .page_header_rep {
    position: relative;
  }

  .page_header_txt-rep {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .rep-policies-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rep-stat-text {
    font-size: 60px;
    line-height: 65px;
  }

  .rep-policy-areas-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .rep-text-image-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .rep-text-image-text-wrapper {
    padding: 0;
  }

  .rep-eccia-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .international-map {
    width: 100%;
  }

  .dropdown-header {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .bbl_page_header_txt {
    width: 100%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .bbl_page_header_image {
    display: none;
  }

  .page_header_bbl {
    flex-flow: column;
    position: relative;
  }

  .walpole-calling-wrapper {
    position: relative;
  }

  .home-c_s-grid {
    grid-row-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    min-width: 100%;
    height: auto;
    min-height: auto;
  }

  .home_cs_image_left, .home_cs_image_right {
    display: none;
  }

  .home-slide-bg {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .home_carousel_grid_logo {
    flex: 0 auto;
  }

  .home_carousel_grid_logo.smaller, .home_carousel_grid_logo.x-smaller {
    max-width: 90px;
  }

  .home_carousel_grid_logo-wrapper.small {
    max-width: 100px;
  }

  .home_carousel_grid_logo-wrapper.smaller {
    max-width: 80px;
  }

  .home_cs_image_mobile {
    display: flex;
  }

  .cover_image_snow.bottom {
    object-position: 50% 100%;
  }

  .cover_image_snow._02 {
    left: auto;
    right: auto;
  }

  .video-background--embed {
    z-index: 1;
  }

  .awards--video--txt {
    width: 100%;
  }

  .awards--video--grid {
    grid-template-columns: 1fr;
  }

  .team--grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    letter-spacing: 0;
  }

  .textwhite.textcentre.representation {
    font-size: 70px;
    line-height: 75px;
  }

  .hspacer20 {
    display: block;
  }

  .navbar {
    height: 60px;
    padding-left: 30px;
    padding-right: 10px;
  }

  .nav-menu {
    padding-left: 30px;
    padding-right: 30px;
  }

  .brand {
    width: 120px;
    padding-left: 0;
  }

  .slider, .containerhomecarousel {
    height: auto;
  }

  .homescrolltopanel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spacer20 {
    min-width: 20px;
  }

  .spacer20.mob10 {
    width: 10px;
    min-width: 10px;
    height: 10px;
    min-height: 10px;
  }

  .containerpad60 {
    width: 100%;
    padding: 30px;
  }

  .containerpad60.feature {
    padding: 20px;
  }

  .flexverticalcentretop {
    align-items: center;
  }

  .divbtncta.white {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    min-width: 100px;
    display: flex;
  }

  .flexhorizonalcentre {
    flex-wrap: nowrap;
  }

  .flexhorizonalcentre.verticalmob {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .flexhorizonalcentre.verticalipad {
    flex-direction: column;
  }

  .textcontainer400max {
    max-width: none;
  }

  .linkcta {
    width: 100%;
    min-width: auto;
  }

  .linkcta.shrinkmob {
    width: auto;
  }

  .divportal {
    width: 100%;
  }

  .containerpad60top-60 {
    width: 100%;
    margin-top: -80px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .divcarouselintro {
    align-items: stretch;
  }

  .flexhorizonalcentretop {
    flex-wrap: wrap;
  }

  .divfooterformcolumn {
    margin-top: 20px;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-end;
    height: 530px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    inset: 0% 0% auto auto;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-end;
    height: 530px;
    margin-left: 0;
    padding-top: 0;
    inset: 0% auto auto 0%;
  }

  .imgarrow {
    height: auto;
  }

  .texthomeintro {
    letter-spacing: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .grid {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .griditem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .griditem.hidemob {
    width: 100%;
    display: block;
  }

  .griditem.books {
    width: 100%;
  }

  .spacer60 {
    min-width: 20px;
  }

  .spacer60.mob30 {
    width: 30px;
    height: 30px;
  }

  .container60top0bottom0 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .activefilters {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flexhorizonalleftcentre {
    flex-wrap: wrap;
  }

  .columns {
    display: flex;
  }

  .newscontent {
    grid-row-gap: 30px;
  }

  .newscontentleft {
    padding-left: 0%;
    padding-right: 0%;
  }

  .newswidgetquoteold {
    padding-right: 0;
  }

  .slideinfo {
    padding-left: 29px;
  }

  .divwplhero {
    height: auto;
    min-height: 400px;
  }

  .flexhorizonaltopspace {
    flex-wrap: nowrap;
  }

  .flexhorizonaltopspace.verticalmob {
    flex-direction: column;
  }

  .containerpad60bottom0 {
    width: 100%;
    padding: 30px 30px 0;
  }

  .linkctawhite {
    flex: 0 auto;
    width: 100%;
  }

  .containerpad60top0 {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .gridteam {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .griditemteam {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-vertical-bottom {
    padding-left: 30px;
  }

  .speakeritem {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .speakerimage {
    width: 40%;
  }

  .div-block-12 {
    min-height: 400px;
  }

  .divimageleft {
    display: block;
  }

  .slider-3 {
    width: 100%;
    display: block;
  }

  .divimageright {
    display: block;
  }

  .div-block-28 {
    justify-content: space-between;
  }

  .spacer120 {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
  }

  .newsheaderimg {
    width: 100%;
  }

  .divheaderloveletters {
    padding-top: 85px;
  }

  .divimageleftheader {
    padding: 40px;
    display: flex;
  }

  .image-16 {
    margin-top: 30px;
  }

  .divhomecarousel {
    padding-bottom: 30px;
  }

  .divcarouselimageleft {
    height: 100px;
    min-height: 400px;
  }

  .divtextcarousel.textcentre {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-17 {
    margin-right: 20px;
  }

  .divpillarcol {
    width: 100%;
  }

  .divpillar3col {
    flex-direction: column;
  }

  .crkheaders {
    font-size: 40px;
    line-height: 45px;
  }

  .divstats2col {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
  }

  .divstatcol {
    padding-left: 15px;
    padding-right: 15px;
  }

  .divimageleftdouble {
    display: block;
  }

  .divheaderrightskip {
    width: auto;
    padding-top: 0;
    padding-bottom: 30px;
  }

  .grid2col {
    flex-direction: column;
  }

  .image-20 {
    width: 100%;
  }

  .slidertxtdark {
    padding-left: 29px;
  }

  .imgtile {
    height: 400px;
  }

  .newswidgettext {
    padding-left: 0;
  }

  .newswidgetimage {
    width: 100%;
    margin-left: 0%;
  }

  .newswidgetimage_x3 {
    flex-direction: column;
    margin-left: 0%;
  }

  .newsimg_50pc {
    width: 100%;
  }

  .div-block-40 {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .newsimg_33pc {
    width: 100%;
  }

  .newswidgetimage_x2 {
    flex-direction: column;
    width: 100%;
    margin-left: 0%;
  }

  .divnewsheaderimg {
    width: 100%;
  }

  .memberlistgrid {
    column-count: 2;
  }

  .bbcheader {
    height: auto;
    min-height: 85px;
  }

  .containerpad60top85 {
    width: 100%;
    padding: 85px 30px 30px;
  }

  .linktile {
    width: 50%;
  }

  .columnitemcriteria {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .width75 {
    width: 100%;
  }

  .profilelogoitem {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sponsorlogolink {
    justify-content: center;
    width: 50%;
  }

  .div-block-41 {
    justify-content: center;
  }

  .filterdropdown {
    width: 100%;
    min-width: auto;
  }

  .gallery {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .galleryitem {
    min-width: 100%;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-wrap {
    align-items: flex-start;
    padding: 120px 30px 30px;
  }

  .eventpopup {
    height: 100vh;
    inset: 0% 0% auto auto;
    overflow: scroll;
  }

  .eventpopup.textcentre {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .navbarmob {
    height: 60px;
    padding-left: 30px;
    padding-right: 10px;
  }

  .newswidgetcta, .newswidgetquote {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-48 {
    min-width: 50%;
  }

  .formheadercompanydiv {
    flex-direction: column;
  }

  .reportpop-up {
    align-items: flex-start;
    height: 100vh;
    min-height: auto;
    padding-bottom: 120px;
    inset: 0%;
    overflow: auto;
  }

  .filtersearchdiv {
    width: 100%;
    min-width: auto;
  }

  .popupcontainer {
    padding: 30px;
  }

  .ctacontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .speakeritemsummit {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .pop-upheader {
    letter-spacing: 0;
  }

  .memberlistsection {
    margin-bottom: 20px;
  }

  .memberlistitem {
    width: 50%;
  }

  .divtextcarouselhalf {
    padding-top: 0;
  }

  .hmcontainer {
    height: auto;
    min-height: 600px;
  }

  .landingslide2022 {
    height: 100%;
    min-height: 190px;
  }

  .div_scroll_to_centre {
    width: auto;
  }

  .awardnominationsgrid {
    grid-template-columns: 1fr;
  }

  .home_carousel_logo {
    width: 200px;
  }

  .event_logo_wrapper {
    margin-top: 30px;
  }

  .summit_speaker_grid {
    grid-column-gap: 30px;
    grid-template-columns: 1fr;
  }

  .home_slider_bg_image {
    min-height: 250px;
  }

  .home_intro_txt_container {
    padding-left: 0;
    padding-right: 0;
  }

  .home_slider_image {
    min-height: 250px;
  }

  .home_slider_txt_container {
    max-width: 500px;
  }

  .award_logo_wrapper {
    margin-top: 30px;
  }

  .rep-policies-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2-col-text-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  ._3-col-stat-grid {
    grid-template-columns: 1fr;
  }

  .rep-policy-areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rep-text-image-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rep-text-image-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .rep-text-image-text {
    max-width: none;
  }

  ._2-col-stat-grid {
    grid-template-columns: 1fr;
  }

  .rep-column-image {
    padding-top: 65%;
  }

  .rep-eccia-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .summitpopuplogowrapper {
    margin-top: 30px;
  }

  .awards-cta-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .awards-cta {
    justify-content: space-between;
    width: 100%;
  }

  .lrg-cta-imgarrow {
    height: auto;
  }

  .home-c_s-grid {
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
  }

  .home_carousel_grid_image-overly {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home_carousel_grid_logo.smaller {
    max-width: 80px;
  }

  .home_carousel_grid_logo.x-smaller {
    max-width: 60px;
  }

  .awards--video--wrapper {
    display: block;
  }

  .awards--award--logo--grid._2-col {
    grid-template-columns: 1.25fr 1fr;
  }

  .awards--video--grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team--grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

  h2 {
    font-family: Saolstandard, Georgia, sans-serif;
    font-size: 35px;
    font-style: normal;
    line-height: 38px;
  }

  .textwhite.textcentre.representation {
    font-size: 45px;
    line-height: 50px;
  }

  .navbar {
    height: 60px;
  }

  .nav-menu {
    overflow: scroll;
  }

  .brand {
    width: 120px;
  }

  .containerhomecarousel {
    min-height: auto;
  }

  .homescrolltopanel {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .linedividercoral {
    width: 100%;
  }

  .divbtncta {
    width: 100%;
    padding-right: 10px;
  }

  .flexhorizonalcentre {
    flex-wrap: nowrap;
  }

  .flexhorizonalcentre.verticalipad {
    flex-direction: column;
  }

  .divimagefullwidth.eventsbg {
    height: 70vh;
    min-height: 500px;
  }

  .linkcta {
    width: 100%;
    min-width: auto;
  }

  .linkcta.shrinkmob {
    width: auto;
  }

  .divbtnlink {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .divbtnlink.carousel {
    width: 130px;
    min-width: auto;
  }

  .divportal {
    display: block;
  }

  .portalinfo {
    flex-direction: row;
    align-items: flex-start;
  }

  .flexhorizonalcentretop {
    flex-wrap: wrap;
  }

  .linkmore {
    width: auto;
    display: inline-block;
  }

  .divbtnlinkfooter {
    width: 100%;
    min-width: 100%;
  }

  .divfooterlinkcolumn {
    width: 100%;
  }

  .divfootericoncolumn {
    margin-bottom: 20px;
  }

  .footerfield {
    width: auto;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .submit-button {
    width: auto;
    margin-top: 20px;
    font-weight: 600;
  }

  .footerfieldemail {
    width: auto;
  }

  .form {
    display: block;
  }

  .divbtnlinktermsfooter {
    width: 100%;
    min-width: 100%;
  }

  .divbtnlinktermsfooter.white {
    flex-direction: column;
  }

  .linkterms {
    margin-bottom: 5px;
  }

  .image-3 {
    height: auto;
    display: block;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: flex-start;
    width: 80px;
    height: 35vh;
    margin-top: 35vh;
    margin-right: 0;
    padding-top: 140px;
    inset: 0% 0% auto auto;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: flex-start;
    height: 35vh;
    margin-top: 35vh;
    margin-left: 0;
    padding-top: 140px;
    inset: 0% auto auto 0%;
  }

  .imgarrow {
    width: auto;
  }

  .divhomelanding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .texthomeintro {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .button-login {
    width: 100%;
  }

  .button-dark {
    width: 100%;
    min-width: 150px;
  }

  .verticalmob {
    display: flex;
  }

  .grid {
    flex-wrap: wrap;
    width: 100%;
  }

  .griditem {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .griditem.hidemob {
    display: none;
  }

  .flex-horizontal {
    flex-wrap: wrap;
  }

  .button-category.texttag.textcoral {
    margin: 5px 0 5px 10px;
  }

  .container60top0bottom0 {
    display: block;
  }

  .activefilters {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .flexhorizonalleftcentre {
    flex-flow: wrap;
  }

  .columns {
    display: block;
  }

  .filtersform {
    flex: none;
    align-self: stretch;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .page-header.bgblue.bgabout, .page-header.bgblue.bgaboutmembership {
    background-image: url('../images/RepeatBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-header.bgblue.bgadvocacy, .page-header.bgblue.bgsustainability {
    background-image: url('../images/RepeatBg.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .page-header.bgblue.bgbot {
    background-image: url('../images/RepeatBg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .divwplhero {
    height: 40vh;
    min-height: 40vh;
    padding-top: 0;
  }

  .featureimgdiv {
    padding-top: 70%;
  }

  .textcontainer700max {
    flex: 1;
    align-self: stretch;
  }

  .linkmorewhite {
    width: auto;
    display: inline-block;
  }

  .flexhorizonaltopspace {
    flex-wrap: nowrap;
  }

  .flexhorizonaltopspace.verticalmob {
    flex-direction: column;
    justify-content: space-between;
  }

  .filtertagcontainer {
    width: auto;
  }

  .linkctawhite {
    width: 100%;
  }

  .gridteam {
    flex-wrap: wrap;
  }

  .griditemteam {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .dropdown-toggle.w--open {
    margin-bottom: 0;
  }

  .dropdownlistitem {
    white-space: normal;
  }

  .imagemember {
    object-position: 50% 50%;
  }

  .speakeritem {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .speakerimage {
    width: 50%;
  }

  .div-block-12 {
    height: 30vh;
    min-height: 0;
  }

  .linkctacoral {
    width: 100%;
  }

  .h1class {
    font-size: 50px;
    line-height: 55px;
  }

  .h1class.textcoral.stat {
    font-size: 80px;
    line-height: 85px;
  }

  .h2class {
    font-family: Saolstandard, Georgia, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
  }

  .speakerpagetop {
    width: auto;
    max-width: 80%;
    padding-right: 0;
  }

  .formgrid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .submit-button-form {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }

  .navdropdownitem:hover {
    font-style: italic;
  }

  .div-block-28 {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsheaderimg {
    width: 100%;
  }

  .speakerinfo {
    flex-direction: row;
    align-items: flex-start;
  }

  .portalinfostackmob {
    flex-direction: column;
    align-items: flex-start;
  }

  .divtags {
    width: auto;
  }

  .divheaderform {
    width: 100%;
  }

  .divheaderloveletters {
    padding-top: 60px;
  }

  .divimageleftheader {
    height: auto;
    min-height: 30vh;
    padding: 30px;
  }

  .image-16 {
    margin-top: 30px;
  }

  .divhomecarousel {
    height: auto;
  }

  .divcarouselimageleft {
    flex: 0 auto;
    height: 35vh;
    min-height: auto;
    padding: 30px;
  }

  .divcarouselimageleft.bot {
    background-position: 50%;
  }

  .divcarouselimageleft.jubilee {
    background-size: cover;
  }

  .divcarouselimageleft.awards_2022_event, .divcarouselimageleft.awards_2022_winners, .divcarouselimageleft.bots_2023 {
    background-position: 50%;
  }

  .divcarouselimageleft.kcoronation {
    background-position: 50% 30%;
    background-size: cover;
  }

  .divtextcarousel.textcentre {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-17 {
    width: 15px;
    margin-left: 0;
    margin-right: 10px;
  }

  .home_slider_arrow {
    width: 15px;
  }

  .flex-horizontalleft {
    flex-wrap: wrap;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .divstats2col {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .divstatcol {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .divheaderrightskip {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .stattxt {
    letter-spacing: 0;
    font-size: 80px;
    line-height: 85px;
  }

  .divskip {
    text-align: center;
  }

  .linktermsnous {
    margin-bottom: 5px;
  }

  .divtxtform {
    width: 100%;
  }

  .imgtile {
    height: 280px;
  }

  .newswidgettext {
    padding-left: 0;
  }

  .divnewsheaderimg {
    width: 100%;
    height: 40vh;
  }

  .memberlistgrid {
    column-count: 1;
  }

  .memberlistheader {
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  .loveletterswrapper {
    flex-flow: wrap;
  }

  .bbcheader {
    height: auto;
    min-height: 60px;
  }

  .bbctxt {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .image-23 {
    width: 120px;
  }

  .containerpad60top85 {
    padding-top: 60px;
  }

  .divsocialprofile {
    margin-bottom: 20px;
  }

  .columnitemcriteria {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .profilelogo {
    padding-top: 30%;
  }

  .divbtnctastrong {
    width: 100%;
    min-width: 100%;
  }

  .linkctastrong {
    width: auto;
  }

  .sponsorlogolink {
    width: 1000%;
  }

  .filterdropdown {
    width: 100%;
  }

  .dropdown-toggle-white {
    padding-left: 15px;
  }

  .srchformdropdown-search {
    margin-bottom: 0;
  }

  .filters {
    flex-wrap: wrap;
  }

  .filtercontainer {
    flex-direction: column;
    flex: 1;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery {
    flex-wrap: wrap;
    width: 100%;
  }

  .utility-page-wrap {
    padding: 120px 30px 30px;
  }

  .adminlink {
    padding-right: 15px;
  }

  .eventpopup {
    justify-content: center;
    min-height: 500px;
    padding-left: 30px;
    padding-right: 30px;
    inset: 0%;
  }

  .eventpopup.textcentre {
    flex-direction: column;
    justify-content: center;
    width: 100vw;
    max-width: none;
    height: 100vh;
  }

  .pop-upclose:hover {
    filter: brightness(200%) saturate(0%);
  }

  .linkctasolid {
    width: 100%;
  }

  .linkctasolid.shrinkmob {
    width: auto;
  }

  .textcontainer850max {
    flex: 1;
    align-self: stretch;
  }

  .form-3 {
    flex-direction: row;
    width: 100%;
  }

  .text-field-2 {
    flex: 1;
    width: 100%;
  }

  .flexhorizonalcentrecentre, .form-block-3 {
    width: 100%;
  }

  .navbarmob {
    height: 60px;
  }

  .image-30 {
    margin-top: 30px;
  }

  .newswidgetcta, .newswidgetquote {
    padding-left: 0;
  }

  .ctawrapper {
    flex-direction: column;
  }

  .loginwrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .loginbtncontainer {
    flex-direction: column;
    width: 100%;
  }

  .update-button-form {
    width: 100%;
  }

  .divbtnctacoral {
    width: 100%;
    min-width: 100%;
  }

  .formheadercompanydiv {
    flex-direction: column;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .confirmationgrid, .attendeegrid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .reportpop-up {
    align-items: flex-start;
    height: 100vh;
    padding: 95px 30px 30px;
  }

  .submitbuttonoverlay {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
  }

  .div-block-53 {
    margin-bottom: 60px;
  }

  .filtersearchdiv {
    width: 100%;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .texttagfilters {
    width: 100%;
  }

  .confirmationgrid2col {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .filtercontainermembers {
    flex-direction: column;
    flex: 1;
  }

  .companymember {
    width: 100%;
    min-width: 100%;
  }

  .authorimg {
    width: 25%;
    min-width: 25%;
    padding-top: 25%;
  }

  .summitsponsorgrid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .summitlogoimg {
    max-width: 160px;
    max-height: 80px;
  }

  .speakeritemsummit {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pop-upheader {
    font-family: Saolstandard, Georgia, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 47px;
  }

  .membersfiltersform {
    flex: none;
    align-self: stretch;
    width: auto;
  }

  .membersfiltercontainer {
    flex-direction: column;
    flex: 1;
  }

  .membersfilterdropdown {
    width: 100%;
    min-width: auto;
  }

  .memberlistitem {
    width: 100%;
  }

  .memberlistclose {
    margin-bottom: 20px;
  }

  .hmwrapper {
    height: auto;
  }

  .hmdivtext, .hmdivimg {
    padding: 30px;
  }

  .landingslide2022 {
    height: 100vh;
  }

  .divhomelanding2022 {
    background-position: 52% 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div_scroll_to_centre {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .event_logo {
    width: 200px;
  }

  .awardnominationsgrid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .linedividercoral-2 {
    width: 100%;
  }

  .home_carousel_logo {
    width: 150px;
  }

  .home_carousel_grid_image {
    width: 100%;
  }

  .home_carousel_grid_12 {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
  }

  .home_carousel_event_logo {
    max-width: 180px;
  }

  .text-block-6 {
    font-size: 43px;
    line-height: 48px;
  }

  .summit_speaker_grid {
    grid-template-columns: 1fr;
  }

  .home_slide_wrapper.blue-bg {
    background-color: var(--midnight-blue);
  }

  .home_slider_bg_image {
    height: 40vh;
  }

  .home_intro_txt_container {
    padding-left: 0;
    padding-right: 0;
  }

  .home_intro_txt {
    padding-top: 30px;
  }

  .home_slider_image {
    height: 40vh;
  }

  .home_slider_txt {
    padding: 30px 60px;
  }

  .home_slider_txt_container {
    max-width: none;
  }

  .left-arrow-6, .right-arrow-6 {
    top: 40vh;
  }

  .page_header_txt {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home_carousel_bot_logo {
    max-width: 180px;
  }

  .rep-arenas-portal-img {
    margin-top: -17px;
  }

  .page_header_txt-rep {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rep-policies-grid {
    grid-template-columns: 1fr;
  }

  .rep-stat-text {
    letter-spacing: 0;
  }

  .rep-policy-areas-grid {
    grid-template-columns: 1fr;
  }

  .rep-body-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rep-column-image {
    margin-left: -30px;
    margin-right: -30px;
    padding-top: 75%;
  }

  .rep-eccia-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .bbl_page_header_txt {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rep-mid-header {
    font-family: Saolstandard, Georgia, sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
  }

  .rep-map-stat {
    font-size: 90px;
    line-height: 100px;
  }

  .image-caption {
    margin-left: 30px;
  }

  .walpole-calling-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home_carousel_grid_image-overly {
    padding: 0 14px;
  }

  .home_carousel_grid_logo.smaller {
    max-width: 50px;
  }

  .home_carousel_grid_logo.x-smaller {
    max-height: 20px;
  }

  .home_carousel_grid_logo-wrapper.small {
    max-width: 70px;
  }

  .home_carousel_grid_logo-wrapper.smaller {
    max-width: 50px;
  }

  .walpole-xmas-gold-logo {
    max-width: 130px;
  }

  .awards--award--logo--grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .awards--award--logo--grid._2-col {
    grid-template-columns: minmax(20px, 1fr) minmax(20px, 1fr);
  }
}

#w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5642-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5646-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa564a-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa564e-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5652-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5656-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa565f-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5663-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5667-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa566b-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa566f-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5673-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5677-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa567b-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa567f-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5683-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5687-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5690-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5694-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5698-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa569c-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56a0-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56a4-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56a8-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56ac-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56b0-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56b4-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56b8-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56c1-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56c5-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56c9-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56cd-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56d1-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56d5-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56d9-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56dd-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56e1-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56e5-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56e9-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56f2-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56f6-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56fa-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa56fe-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5702-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5706-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa570a-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa570e-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5712-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5716-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa571a-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5723-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5727-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa572b-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa572f-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5733-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5737-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa573b-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa573f-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5743-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa5747-fcb41200, #w-node-_8ff82928-1f26-a97b-df2f-f680a6fa574b-fcb41200, #w-node-_09e25107-32d7-2ab1-18cc-cdbf0ed7954d-fcb41200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_517c6514-3107-557f-017e-00411f2f924a-fcb41200 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e836cd01-1f06-1cef-6de1-d2a2e9d6dc52-fcb41200, #w-node-e836cd01-1f06-1cef-6de1-d2a2e9d6dc54-fcb41200, #w-node-c44c3318-7397-942f-4b66-a9d249bba2a5-fcb41200, #w-node-_9d81fa0e-5acd-5ff3-0824-e1f475e51ebe-fcb41200, #w-node-_5dedd929-9da5-65dc-db88-f1aab5cce4b6-fcb41200, #w-node-_3740f5ba-03ad-f8bb-0da2-f01ae3c0a1bc-fcb41200, #w-node-ecea9ce9-909c-8a49-b2bc-3ddaae18a314-fcb41200, #w-node-_382e69e5-41c1-fba7-f7dc-2b831a174637-fcb41200, #w-node-_71874e99-6394-afcb-37eb-57fb0d5490f1-fcb41200, #w-node-fe4324a1-08e6-3d66-d77f-529ee4a01ff2-fcb41200, #w-node-_8e35b4ff-a79f-94e1-3b20-7485444bb45a-fcb41200, #w-node-_4899bd4d-1c0e-a339-12f0-86e9226b558e-fcb41200, #w-node-_25d5a4af-2ef7-0865-19fb-cd72908254f6-fcb41200 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e836cd01-1f06-1cef-6de1-d2a2e9d6dc6c-fcb41200 {
  justify-self: stretch;
}

#w-node-_1ce78eff-8148-2aea-dbd6-3ca1be17f93e-fcb41200, #w-node-c8fa1f42-b820-8940-1a78-2f8338098c3b-fcb41200, #w-node-a4b53fdc-228d-0dfc-909e-0987bacf21d5-fcb41200, #w-node-_90dee5c6-cb48-565c-9094-e00938aa1562-fcb41200, #w-node-_8866f0ca-e5cf-d441-c4ca-d64fd4c99d92-fcb41200, #w-node-_00c877a8-d5b7-44d5-c2d2-c2089359a31b-fcb41200, #w-node-_9954cf8c-d623-7285-4fed-e61457318dbc-fcb41200, #w-node-_64868ea6-8c83-51d0-ff61-8aeda364b9a7-fcb41200, #w-node-c9166779-8803-f8ae-4b02-7e93f959ec4a-fcb41200, #w-node-c073d1b4-a7e8-1067-c85f-01f44c19f5f8-fcb41200, #w-node-_60b80c91-b89d-78ce-72c3-30b119bd9daf-fcb41200, #w-node-_2d5bb581-98a2-6216-baf4-958a4565ddcf-fcb41200, #w-node-f92e0952-b774-70c4-febe-12ee65346547-fcb41200, #w-node-f04708e8-8b39-82a5-1c42-56572c8a0425-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f2f-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f31-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f33-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f35-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f37-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f39-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f3b-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f3d-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f3f-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f41-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f43-fcb41200, #w-node-_727c7b5f-a5f8-11f1-5f3d-c82e7e841f45-fcb41200, #w-node-_2787c7d7-1001-5cf3-6563-2f8e4ae42743-fcb41200, #w-node-_2787c7d7-1001-5cf3-6563-2f8e4ae4273d-fcb41200, #w-node-_35a5d41a-5019-3058-6022-2f7965b8b6f6-fcb41200, #w-node-_2787c7d7-1001-5cf3-6563-2f8e4ae4273b-fcb41200, #w-node-_2787c7d7-1001-5cf3-6563-2f8e4ae42739-fcb41200, #w-node-f409acf3-5e09-206c-aee0-faf3fe276306-fcb41200, #w-node-_888a6071-2a18-bbe9-7f71-053f9380f8bc-fcb41200, #w-node-_8c9f43b2-fb55-5765-d55e-355189ac6256-fcb41200, #w-node-_2787c7d7-1001-5cf3-6563-2f8e4ae42741-fcb41200, #w-node-d4c0dee4-0089-e715-8f19-a33a55771777-fcb41200, #w-node-fa74175e-da39-5ed0-60f1-22435fa26b95-fcb41200, #w-node-_2787c7d7-1001-5cf3-6563-2f8e4ae4273f-fcb41200, #w-node-c45906dd-acbe-b5bc-9195-aecdce91d801-fcb41200, #w-node-c45906dd-acbe-b5bc-9195-aecdce91d803-fcb41200, #w-node-c45906dd-acbe-b5bc-9195-aecdce91d805-fcb41200, #w-node-c45906dd-acbe-b5bc-9195-aecdce91d807-fcb41200, #w-node-c45906dd-acbe-b5bc-9195-aecdce91d809-fcb41200, #w-node-c45906dd-acbe-b5bc-9195-aecdce91d80b-fcb41200, #w-node-_3bc674d3-af19-7385-ae6d-890f100a9dfe-87b4120a, #w-node-_3bc674d3-af19-7385-ae6d-890f100a9dfc-87b4120a, #w-node-_01e803e3-3271-0d73-b8b6-14f3b291dbc3-8cb4120b, #w-node-a8f37633-617f-47da-1647-68dde70bcb3d-8cb4120b, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077b-c6b4120c, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-c6b4120c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3a998bc-b9c7-d20d-1f6d-2a320a3519a5-eeb4120d, #w-node-_8a67da48-8d96-6933-25db-6ba3f498ce4a-eeb4120d, #w-node-d6ac23e8-17a5-7eba-ee71-488593d1962a-eeb4120d, #w-node-bf2fda0a-2f58-5e9f-f2bf-026bdec26435-eeb4120d, #w-node-f2ca09f9-152b-0d3b-f8b5-5822d72a74d0-eeb4120d, #w-node-_58961734-0aee-fd7c-4e04-485bd6f76f52-eeb4120d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2e5f0614-4303-d6e5-b436-509e7a76b383-b8b41211, #w-node-_95da485c-ee98-f918-d614-57ab2c5d073e-b8b41211, #w-node-_996e8626-ce10-9852-482d-f2a3be7ef9f5-b8b41211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d42d6f2b-27da-7ce0-44b9-6a0a1af28260-b8b41211, #w-node-_4e576931-df33-a149-e0c1-34edc042cdfc-b8b41211 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_78fe065c-bc0f-80e0-24fe-c932230ae3d8-b8b41211, #w-node-d3a998bc-b9c7-d20d-1f6d-2a320a3519a5-63b41212, #w-node-ab0cf39d-7a35-549a-c191-f598ce8bcb26-1ab41213 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d042a027-5087-29e7-33c8-32cd2887660b-1ab41213 {
  justify-self: end;
}

#w-node-ab3a9884-cd18-81ad-e6b1-b29827c949e7-d6b41218, #w-node-_28b25fc4-563b-78b7-a538-692e43f34332-d6b41218, #w-node-_4b31f798-55b5-c63d-2709-b3b913ab9e54-d6b41218, #w-node-_25e8e581-90cc-99b7-d896-ba1597213af7-d6b41218, #w-node-b513d0a3-62cd-d01b-925f-b2c88c724ef4-d6b41218, #w-node-_8cd39bcf-3436-e42b-81e0-66f7192674b2-d6b41218, #w-node-a4fc2ecd-15b6-4776-cdfe-754ad5177e0f-d6b41218, #w-node-a4fc2ecd-15b6-4776-cdfe-754ad5177e13-d6b41218, #w-node-a4fc2ecd-15b6-4776-cdfe-754ad5177e17-d6b41218, #w-node-a4fc2ecd-15b6-4776-cdfe-754ad5177e1b-d6b41218, #w-node-a4fc2ecd-15b6-4776-cdfe-754ad5177e1f-d6b41218, #w-node-a4fc2ecd-15b6-4776-cdfe-754ad5177e23-d6b41218, #w-node-cd2ed263-fc34-5100-6415-a0549e87d5d2-d6b41218, #w-node-_14da375b-6ff7-8ef3-000b-a5b507fa3701-d6b41218, #w-node-cd2053ab-1271-bb03-a77e-83e4c086f017-d6b41218, #w-node-_66062e90-0538-7cc6-ee59-073e8ab9ed00-d6b41218, #w-node-_175397b3-9434-7637-b824-813d1c4ded07-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cdd5-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cdd9-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cddd-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cde1-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cde5-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cde9-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cded-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cdf1-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cdf5-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cdf9-d6b41218, #w-node-_26829dd0-46ea-5d3a-a991-1823f9b4cdfd-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168479-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c16847d-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168481-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168485-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168489-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c16848d-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168491-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168495-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c168499-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c16849d-d6b41218, #w-node-_948f0870-3de4-7062-c3b9-6f146c1684a1-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf86-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf8a-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf8e-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf92-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf96-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf9a-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bf9e-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bfa2-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bfa6-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bfaa-d6b41218, #w-node-_92bad647-a726-8c1f-0ddd-95aeb1f1bfae-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b99a-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b99e-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9a2-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9a6-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9aa-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9ae-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9b2-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9b6-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9ba-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9be-d6b41218, #w-node-_10696eff-cbaf-4010-a76e-999ca902b9c2-d6b41218 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53080e8b-c050-a1e5-ecb6-7d5694a767d4-cab4121e, #w-node-_53080e8b-c050-a1e5-ecb6-7d5694a767d8-cab4121e, #w-node-_3ba7a714-adcd-1347-d296-6fe0e27de9c3-29b41224, #w-node-d3a998bc-b9c7-d20d-1f6d-2a320a3519a5-29b41224, #w-node-_31004d8c-d75b-bc30-239e-7e15c945ebd6-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31004d8c-d75b-bc30-239e-7e15c945ebe2-ffb41247, #w-node-dd9c9111-9372-e85b-350c-fced04ce7183-ffb41247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35e1679e-fa53-f2c0-32e5-aaf6d92ae73e-ffb41247, #w-node-_51cc9af6-af67-27ad-7f08-93e3d38630bc-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51cc9af6-af67-27ad-7f08-93e3d38630c7-ffb41247, #w-node-_51cc9af6-af67-27ad-7f08-93e3d38630cb-ffb41247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51cc9af6-af67-27ad-7f08-93e3d38630cf-ffb41247, #w-node-a5265e5c-98bc-722f-c0ca-6276cf37c1ba-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a5265e5c-98bc-722f-c0ca-6276cf37c1c5-ffb41247, #w-node-a5265e5c-98bc-722f-c0ca-6276cf37c1c9-ffb41247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5265e5c-98bc-722f-c0ca-6276cf37c1cd-ffb41247, #w-node-c308ff5e-4234-794c-8e4c-605c3465093f-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c308ff5e-4234-794c-8e4c-605c3465094a-ffb41247, #w-node-c308ff5e-4234-794c-8e4c-605c3465094e-ffb41247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c308ff5e-4234-794c-8e4c-605c34650952-ffb41247, #w-node-e0c353f2-cd0d-dfa9-c068-5f470c4d3974-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e0c353f2-cd0d-dfa9-c068-5f470c4d397f-ffb41247, #w-node-e0c353f2-cd0d-dfa9-c068-5f470c4d3983-ffb41247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0c353f2-cd0d-dfa9-c068-5f470c4d3987-ffb41247, #w-node-f4bd7139-587c-2f93-2c24-f693c39b5552-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4bd7139-587c-2f93-2c24-f693c39b555d-ffb41247, #w-node-f4bd7139-587c-2f93-2c24-f693c39b5561-ffb41247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4bd7139-587c-2f93-2c24-f693c39b5565-ffb41247 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb4a0d32-4d29-2709-d165-091e52d2bf2a-53b4125f, #w-node-eb4a0d32-4d29-2709-d165-091e52d2bf42-53b4125f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8c1c4055-cf64-ee60-9767-5acd36779d7f-5fb41263 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c6799198-d0f2-4169-07f5-0c3d55ae9a15-5fb41263 {
  justify-self: end;
}

#w-node-ca0b453b-3f6c-da4e-6358-a2a0dd911937-14b41265, #w-node-ca0b453b-3f6c-da4e-6358-a2a0dd911939-14b41265 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdcc3027-ad72-45c2-e50d-5f05e35b7de8-bbf3617f, #w-node-_82bc4d6b-2ec2-b761-9387-94f8ef112caa-bbf3617f, #w-node-_884cc3a6-4faa-d2ec-55e4-209623507d44-bbf3617f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2528b7d2-6c40-0495-fe4d-513e4bab401e-bbf3617f {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-dfe13cda-a29d-7443-886b-12a22561db06-bbf3617f {
  grid-area: 2 / 4 / 3 / 6;
}

#w-node-ad70f5fd-055c-8b42-3325-b0cc5cdaa64c-16ea0eb0, #w-node-d3a998bc-b9c7-d20d-1f6d-2a320a3519a5-16ea0eb0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f342233-93e3-d402-b0ca-c56eb19a8f5e-16ea0eb0 {
  justify-self: end;
}

#w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-8d847640 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-_6613dd8e-c41c-df15-6b10-ecff7c4f401e-8d847640 {
  align-self: start;
}

#w-node-d28a5884-9327-a859-c874-848a4cea832c-ed3d9215 {
  justify-self: center;
}

#w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-aaf18230, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-268f3018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7170183c-398c-9cde-e98d-86ae687def0b-268f3018, #w-node-c5c1e1e9-8f4b-6e6e-ff98-b0dd9668aa96-268f3018 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_23f8084f-aeb9-df77-dbc6-fd773287d219-268f3018, #w-node-d443bf62-4969-fa92-1d2c-ee77dfa4edfd-268f3018, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-663d4006, #w-node-_441e48df-008a-3b54-f46b-89d307716b28-663d4006, #w-node-afedae7c-0b07-b9bc-65d8-58ecae92ef3e-663d4006, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-c971d4eb, #w-node-f51225b2-7845-6cda-fe4d-39a4c65dda72-c971d4eb, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-bbf395f6, #w-node-_441e48df-008a-3b54-f46b-89d307716b28-bbf395f6, #w-node-afedae7c-0b07-b9bc-65d8-58ecae92ef3e-bbf395f6, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-5afcd1f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7170183c-398c-9cde-e98d-86ae687def0b-5afcd1f6, #w-node-_332701f7-e627-0056-0ad8-105406208a28-5afcd1f6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-1a448828 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7170183c-398c-9cde-e98d-86ae687def0b-1a448828, #w-node-_332701f7-e627-0056-0ad8-105406208a28-1a448828 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-05096271 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7170183c-398c-9cde-e98d-86ae687def0b-05096271 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-be55f216, #w-node-fc4083b7-c8db-acf6-ea70-373d1c98544e-be55f216, #w-node-e22df196-51a9-a882-8fd5-3624442924ec-be55f216, #w-node-a058f4a7-91d7-ffbf-ec25-b366e562bba8-be55f216, #w-node-b8284b64-c456-73e3-494e-c43d8a38f9d8-be55f216, #w-node-_26aab669-fad3-8060-bd85-1c51c6b1077d-93527987, #w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-80caefcb, #w-node-_9474463f-947d-082b-d2a1-40fe8383f3b0-80caefcb, #w-node-_109e501f-e077-7f6b-164e-b66c04167ec7-80caefcb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_517c6514-3107-557f-017e-00411f2f924a-fcb41200 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41578081-fed1-8879-145a-c2d43645cce3-ffb41247, #w-node-c54006d1-9996-3746-b2ce-10fedeb78fad-ffb41247, #w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-8d847640 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abd49c3a-08e2-d5f9-675a-c0d6a97c05b0-663d4006 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-80caefcb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-8d847640 {
    grid-column: span 1 / span 1;
  }

  #w-node-abd49c3a-08e2-d5f9-675a-c0d6a97c05b0-bbf395f6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41578081-fed1-8879-145a-c2d43645cce3-ffb41247, #w-node-c54006d1-9996-3746-b2ce-10fedeb78fad-ffb41247, #w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-8d847640, #w-node-e66e19c6-fff2-6f4a-d84a-928d07c7c42f-80caefcb {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saolstandard';
  src: url('../fonts/SaolStandard-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saolstandard';
  src: url('../fonts/SaolStandard-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Saoldisplay';
  src: url('../fonts/SaolDisplay-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}