<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 &lt; 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. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * 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;
}
/* WF STYLE */
.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;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0px;
}
.w-video iframe, .w-video object, .w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-input, .w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.w-checkbox, .w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-checkbox-input, .w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
@font-face {
  font-family: webflow-icons;
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
html input[type="button"] {
  border: 0;
  cursor: pointer;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before {
  content: " ";
  display: table;
}
.w-clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.w-preserve-3d {
  transform-style: preserve-3d;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.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), 0 1px 3px rgba(0, 0, 0, 0.1);
}
.w-webflow-badge &gt; img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
line-height: 1.85em;
}
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;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before {
  content: " ";
  display: table;
}
.w-embed:after {
  content: " ";
  display: table;
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button {
  border: 0;
  cursor: pointer;
}
input[type="reset"] {
  border: 0;
  cursor: pointer;
}
.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: 600;
}
.w-input:-moz-placeholder {
  color: #999;
}
.w-input:-ms-input-placeholder {
  color: #999;
}
.w-input:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-select {
  background-image: linear-gradient(white 0, #f3f3f3 100%);
}
.w-select:-moz-placeholder {
  color: #999;
}
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-select:focus {
  border-color: #3898ec;
  outline: 0;
}
.w-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder {
  color: #999;
}
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.w-select[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.w-input[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.w-select[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
fieldset[disabled] .w-input {
  cursor: not-allowed;
  background-color: #eeeeee;
}
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input {
  height: auto;
}
textarea.w-select {
  height: auto;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.w-checkbox:before {
  content: " ";
  display: table;
}
.w-checkbox:after {
  content: " ";
  display: table;
  clear: both;
}
.w-radio:before {
  content: " ";
  display: table;
}
.w-radio:after {
  content: " ";
  display: table;
  clear: both;
}
.w-radio-input {
  margin-top: 3px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before {
  content: " ";
  display: table;
}
.w-container:after {
  content: " ";
  display: table;
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before {
  content: " ";
  display: table;
}
.w-row:after {
  content: " ";
  display: table;
  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;
  }
  .w-nav[data-collapse="medium"] .w-dropdown {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static;
  }
  .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-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .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%;
  }
  .w-nav[data-collapse="small"] .w-dropdown {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static;
  }
  .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;
    padding-left: 10px;
  }
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
}
@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-nav[data-collapse="tiny"] .w-dropdown {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static;
  }
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
  .w-tab-link {
    display: block;
  }
}
.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 {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden;
}
.w-widget-map .gm-style-iw + div {
  display: none;
}
.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: #fff;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: 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;
  margin-left: 7px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  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 {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  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-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).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.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:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  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):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-gplus {
  overflow: hidden;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
}
.w-background-video &gt; video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  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;
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round &gt; div {
  border-radius: 100%;
}
.w-slider-nav.w-num &gt; div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow &gt; div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert &gt; div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert &gt; 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-arrow-left {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  z-index: 3;
  right: auto;
}
.w-slider-arrow-left [class^="w-icon-"] {
  position: absolute;
}
.w-slider-arrow-left [class*=" w-icon-"] {
  position: absolute;
}
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  z-index: 4;
  left: auto;
}
.w-slider-arrow-right [class^="w-icon-"] {
  position: absolute;
}
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  padding: 10px 20px;
  display: block;
  color: #222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block;
}
.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.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;
  opacity: 0;
  height: 100%;
  overflow: auto;
}
.w-lightbox-container {
  height: 100%;
  overflow: auto;
}
.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;
  display: inline-block;
  vertical-align: middle;
}
.w-lightbox-group {
  height: 86vh;
}
.w-lightbox-group .w-lightbox-view {
  height: 86vh;
}
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-frame {
  display: inline-block;
  vertical-align: middle;
}
.w-lightbox-figure {
  position: relative;
  margin: 0;
}
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh;
}
.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;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==);
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+);
}
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=);
  background-size: 18px;
}
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  transform: translate(-50%, 0);
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.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%;
  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%;
}
.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 {
    height: 96vh;
  }
  .w-lightbox-view:before {
    height: 96vh;
  }
  .w-lightbox-group {
    height: 84vh;
  }
  .w-lightbox-group .w-lightbox-view {
    height: 84vh;
  }
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-left {
    display: block;
    opacity: .5;
  }
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive {
  opacity: 0;
}
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before {
  content: " ";
  display: table;
}
.w-richtext:after {
  content: " ";
  display: table;
  clear: both;
}
.w-richtext ol {
  overflow: hidden;
}
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div {
  outline: 2px solid #2895f7;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure.w-richtext-figure-type-video {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video &gt; div {
  width: 100%;
}
.w-richtext figure.w-richtext-figure-type-video &gt; div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure.w-richtext-figure-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure img {
  cursor: default !important;
  width: 100%;
}
.w-richtext figure div {
  font-size: 0;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image &gt; div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image &gt; figcaption {
  display: table-caption;
  caption-side: bottom;
}
.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 &gt; 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 &gt; div {
  display: inline-block;
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth &gt; 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-richtext figure &gt; div:before {
  cursor: default !important;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] &gt; div {
  max-width: 100%;
}
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure[data-rt-type="video"] &gt; div {
  width: 100%;
}
.w-richtext figure[data-rt-type="video"] &gt; div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure[data-rt-type="image"] &gt; div {
  display: inline-block;
}
.w-richtext figure[data-rt-type="image"] &gt; figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before {
  content: " ";
  display: table;
}
.w-nav:after {
  content: " ";
  display: table;
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222;
  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;
}
.w--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 .w--nav-menu-open {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w--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;
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff;
}
.w-tabs {
  position: relative;
}
.w-tabs:before {
  content: " ";
  display: table;
}
.w-tabs:after {
  content: " ";
  display: table;
  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: #222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #c8c8c8;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before {
  content: "\e603";
}

/*************MAIN STYLES**************/

.col-general h2.blue {
    color: #12143B;
}
.column.w-col.w-col.menu-col-cta {
   padding-right: 10px;
}

.column.w-col.w-col.menu-col-cta h4 {
    color: #FFF;
    margin-bottom: 5px;
    font-size: 20px;
}

.child-thumb-side-sm {
   object-fit: cover;
width: 100%;
height: 150px;
}

@media (max-width: 991px) {
  .child-thumb-side-sm {
height: 250px;
}
  }


/* Hide the mega menu by default */
.mega-menu-content, .mega-menu-content-2, .mega-menu-content-3 {
    display: none;  min-height: 300px;
    width: 100vw;
    background-color: #1d1c3a;
    position: absolute;
    top: 73px;
    right: 0;
    z-index: 9997;
    padding: 6vw 4vw;
    overflow: auto;
    height: auto;
     box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    
}
.mega-menu-content p, .mega-menu-content-2 p, .mega-menu-content-3 p {
     color: #FFF;
    font-weight: 100;
}
.mega-menu-content a, .mega-menu-content-2 a, .mega-menu-content-3 a {
    color: white;
}
.mega-menu-content a:hover {
     color: #e5232c;
}

.mega-menu-content h3, .mega-menu-content-2 h3, .mega-menu-content-3 h3 {
    color: white;
}

/* Show the mega menu when hovering over the menu item */
.menu-item.mega-menu:hover .mega-menu-content {
    display: block;
  
}

/* Show the mega menu when hovering over the menu item */
.menu-item.mega-menu-2:hover .mega-menu-content-2 {
    display: block;
  
}

/* Show the mega menu when hovering over the menu item */
.menu-item.mega-menu-3:hover .mega-menu-content-3 {
    display: block;
  
}
.column.men-col-border-left {
    padding-left: 40px;
    border-left: 1px solid #50516E;
}
.contact-info-top {
     width: 100%;
    display: inline-flex;
    margin-bottom: 30px;
}
.contact-info-snippet {
     color: #FFF;
    font-size: 20px;
    font-weight: 100;
    border-bottom: 5px #383A5A solid;
    padding: 10px;
    margin-right: 20px;
}
.contact-info-snippet a {
 color: #FFF;   
}


.child-page-container {
    width: 46%;
    padding: 2%;
    display: inline-flex;
    justify-content: flex-start;
    align-content: center;
     color: #FFFFFF;
    cursor: pointer;
    transition: transform 0.3s ease;
  
} 


@media (max-width: 991px) { 
    .child-page-container {  
         width: 96%;
    }    
    .child-thumb-side{
  margin-top: 40px; 
}
}


.child-page-container:hover {
   transform: scale(1.03);
}

.child-page-container h2 {
    font-size: 20px;
    color: #FFF;
    margin-top: 0px;
      cursor: pointer;
    line-height: 24px;
margin-bottom: 8px;
}
.child-page-thumbnail {
  width: 15%;  
}
.child-page-content {
   width: 85%;
       padding: 0px 20px;
}
.child-page-thumbnail img {
    width: 100%;
    height: auto;
}

.child-page-thumbnail.smaller-thumbnail img {
    width: 80%;
    height: auto;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
a:focus {
  outline: 0;
}
.w-ix-emptyfix:after {
  content: "";
}
/*MAIN STYLES */
body {
  font-family: canada-type-gibson, sans-serif;
}
a {
  text-decoration: none;
}
h1 {
  font-weight: 600;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}
.about-copy-col-left {
  padding: 100px;
}
.about-image-col-right {}
.about-image-col-right img {
  width: 100%;
  height: auto;
}
.row-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .row-flex {
    display: block;
  }
  .about-copy-col-left {
    padding: 50px;
  }
  .about-image-col-right img {
    display: none;
  }
}
.q-books-sec {
  background-color: #f0f0f0;
}
.ratings-sec {
  padding: 120px 0px 100px;
}
.ratings-sec h2 {
  color: #1d1c3a;
}
@media (max-width: 991px) {
  .ratings-sec h2 {
    font-size: 28px !important;
  }
}
.img-size {
  height: auto;
  width: 100%;
}
.thumbnail-block {
  padding: 6px;
}
.thumbnail-block h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 1px 0px 0px 0px;
}
.thumbnail-block h2 a {
  color: #1d1c3a;
}
.thumbnail-block h3 {
  font-size: 20px;
  font-weight: 200;
  color: #1d1c3a;
  margin: 1px 0px 3px 0px;
}
.inner-grey-thumb {
  background-color: #f0f0f0;
  padding: 22px;
  min-height: 260px;
}
.inner-grey-thumb:after {
  border-left: transparent solid 60px;
  border-top: transparent solid 0px;
  bottom: 6px;
  right: 6px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.lightbluetri:after {
  border-bottom: solid #5ac0ce 60px;
}
.redtri:after {
  border-bottom: solid #e5232c 60px;
}
.greytri:after {
  border-bottom: solid #676a6b 60px;
}
.darkbluetri:after {
  border-bottom: solid #1d1c3a 60px;
}
.button-clear {
  clear: both;
  float: left !important;
  margin-top: 6px;
}
.margindivbottom {
  margin-bottom: 60px;
}
.back-button {
  padding: 20px;
  background-color: #e5232c;
  color: #fff;
  font-weight: 600;
}
.back-button a {
  color: #fff;
}
/* Slider */
.slide-nav-section {
  padding: 20px;
  text-align: center;
  background-color: rgba(18, 20, 59, 0.80);
}
.slide-nav-section img {
  width: 100%;
  height: 100%;
}
.slide-nav-section input {
  position: absolute;
  opacity: 0;
  top: 30px;
  cursor: pointer;
}
.page-block-overflow {
  overflow: hidden;
  min-height: 700px;
}
@media (max-width: 991px) {
  .page-block-overflow {
    min-height: 500px;
  }
}
.slide-nav-section label {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: solid 2px white;
  border-radius: 999px;
  background-color: transparent;
  margin: 0 6px 0 6px;
  z-index: 2;
  cursor: pointer;
  transition-duration: .4s;
}
.slide-nav-section input:checked + label {
  background-color: white;
}
.slide-nav-section input:focus + label {
  box-shadow: 0 0 0 2px #4EC4CE, 0 0 18px white;
}
.slide-nav-section .slide {
  position: absolute;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateX(-100%);
  transition-duration: .4s;
  opacity: 1;
}
.slide-nav-section input:checked ~ .slide {
  transform: translateX(100%);
}
.slide-nav-section input:checked + label + .slide {
  transform: translateX(0);
  opacity: 1;
}
.bg4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.back-to-top-red {
    display: flex;
    justify-content: center;
    align-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #e5232c;
    color: white;
    border-radius: 25px;
    z-index: 999;
}
.back-to-top-red img {
    margin-top:10px;
}
/**CONTACT PAGE STYLES**/
.col-flex {
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: 1400px;
align-self: center;
}
@media (max-width: 991px) {
  .col-flex, .col-flex-center {
    display: block;
}
  }
.col-flex-center {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.img-con {
    object-fit: cover;
}
.img-con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.five-col-flex {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2vw;
    padding-bottom: 10vw;
}
.col-red {
    background-color: #4EC4CE;
    color: #FFF;
}
.col-aqua {
    background-color: #EE3138;
    color: #FFF;
}
.col-general {
    padding: 50px;
}
.col-general h2 {
    color: #FFF;;
}
.social-icon-set {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top:30px;
    margin-bottom:30px;
}
.icon-social {
    padding-left: 7%;
padding-right: 7%;
width: 70px;
}
.office-blocks
{
    margin-bottom: 30px;
}
.office-block
{
    margin-bottom: 10px;
    margin-top: 10px;
}
.locations-grid h2 {
    text-align: center;
    margin-bottom:30px;
    margin-top:20px;
    color: #12143B;
}
.img-left-office {
    height: 250px;
padding-right: 30px;
width: 100%;
overflow: hidden;
object-fit: cover;
}
.img-left-office img {
    height: 100%;
width: 100%;
object-fit: cover;
}
@media (max-width: 991px) {
  .img-left-office {
    height: auto;
max-width: 250px;
}
  }
.office-detail {
    font-weight: 200;
    color: #12143B;
    font-size: 16px;
    line-height:24px;
}
.office-detail h5 {
    font-size: 22px;
line-height: 1em;
font-weight: 100;
color: #12143B;
margin-bottom: 20px;
}
.office-detail p a {
    color: #12143B;
    border-bottom: dotted 1px #12143B;
}
.col-standard {
    padding: 90px;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: flex-start;
}
.col-standard-top {
    justify-content: flex-start;
}
.col-standard-icon {
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
align-items: flex-start;
}
.col-grey {
    background-color: #F0F0F0;
}
.col-stretch {
    
}
@media (max-width: 479px) {
  .col-standard {
    padding: 30px;
}
}
.col-standard p {
    font-weight: 300;
color: #12143B;
font-size: 1em;
line-height: 1.85em;
font-family: canada-type-gibson, sans-serif;  
}
.col-standard p a {
    font-weight: 300;
color: #12143B;
border-bottom: 1px dotted #12143B;
}
.col-standard p a:hover {
    font-weight: 300;
color: #e5232c;
border-bottom: 1px dotted #e5232c;
}
.col-standard h1,.col-standard h2 {
    color: #12143B;
}
.icon-resize {
    height: 80px;
    text-align: center;
    margin-bottom:20px;
     margin-top:20px;
    
}
@media (max-width: 991px) {
  .icon-resize {
    text-align: left;
    
}
}
.icon-resize img {
    height: 100%;
    
}
.center-btn {
    text-align: center;
    width:100%;
}
/* FLEXIBLE CONTENT BLOCKS*/
.content-section {

}
.content-section h1, .content-section h2, .content-section h3, .content-section h4 {
    color: #12143B;
}
.content-section h2 {
    margin-top:90px;
}
.content-section h3, .content-section h4 {
    font-weight: 300;
}
.bottom-spacer {
    height: 90px;
    width:100%;
    display: block;
}
/*CATEGORIES MENU*/
.cat-holder {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 5px solid #f0f0f0;
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.cat-col-right li {
  display: inline-block;
  width: 24%;
  margin-bottom: 10px;
  margin-right: 1%;
  line-height: 1.85em;
}
.cat-col-right.cat-col-right-wide li {
    width: 32%;
}
.cat-col-right ul {
  padding-left: 5px;
}
.cat-col-right li::before {
  border-left: 3px solid #F0F0F0;
  margin-right: 16px;
  content: ""
}
.cat-col-right li a {
  font-weight: 300;
  color: #1d1c3a;
  font-size: 16px;
  line-height: 1.85em;
}
.cat-col-right li a:hover {
  color: #e5232c;
}
.cat-head {
  font-size: 16px;
  color: #1d1c3a;
  font-weight: 700;
}
.pag-nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.pag-nav-links a {
  color: #FFF;
  background-color: #1d1c3a;
  padding: 16px;
  -webkit-transition: ease-out .3s;
  transition: ease-out .3s;
}
.pag-nav-links a:hover {
  background-color: #e5232c;
}
a.page-numbers {
  font-weight: 300;
  color: #1d1c3a;
  font-size: 16px;
  line-height: 24px;
  background-color: #FFF;
}
a.page-numbers:hover {
  background-color: #F0F0F0;
}
.page-numbers.current {
  font-weight: 600;
  padding: 16px;
}
.category-heading {
  text-align: center;
}
.category-heading.margin-40 {
    padding-top: 40px;
display: inline-block;
width: 100%;
}
.category-heading h2 {
  font-weight: 200;
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
  margin-top: 0px;
  color: #1d1c3a;
}
@media (max-width: 991px) {
  .cat-col-right li {
    width: 49%;
  }
    .cat-col-right.cat-col-right-wide li {
    width: 49%;
}
}
.cat-col-left {
  width: 15%;
  display: inline-block;
}
.cat-col-right, .cat-col-right.cat-col-right-wide  {
  width: 85%;
  display: inline-block;
}

@media (max-width: 479px) {
  .cat-holder {
    display: block;
  }
  .cat-col-left {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
    .cat-col-right li {
    width: 100%;
  }
    .cat-col-right.cat-col-right-wide li {
    width: 100%;
}
  .cat-col-right, .cat-col-right.cat-col-right-wide  {
    width: 100%;
    display: block;
  }
}
/*HIDE GOOGLE BADGE*/
.grecaptcha-badge {
  visibility: hidden;
}
/*YELL RATINGS STYLES*/
#yext-widget-243004.yext-reviews .yext-star-fill, .yext-widget-popup-243004.yext-reviews .yext-star-fill {
  fill: #1d1c3a !important;
}
#yext-widget-243004.yext-reviews .emphasized-number {
  color: #e5232c;
}
#yext-widget-243004.yext-reviews .review-header {
  display: none !important;
}
#yext-widget-243004.yext-reviews .review-separator {
  display: none !important;
}
.review-footer-title {
  display: none !important;
}
.partner-review-count {
  display: none !important;
}
.social-icon {
  margin-right: 18px;
  height: 30px;
  width: 30px;
  max-width: 30px;
}
.column-7 path {
 fill: #12143B;
}

.social-icon.x  {
    padding-top: 6px;
}
@media (max-width: 479px) {
  .social-icon {
    margin-bottom: 20px;
  }
}
.post-edit-link {
  padding: 12px;
  color: #e5232c;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 9999;
}
.nav-wrapper {
  height: auto;
  background-color: #e5232c;
  position: sticky;
  top: 0px;
  z-index: 99998;
}
.nav-links ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .nav-wrapper {
    height: 0;
    position: inherit;
  }
  .nav-links ul {
    height: auto;
    padding-top: 50px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
}
.nav-links li {
  position: relative;
  display: flex;
  overflow: visible;
  height: 43px;
  margin-top: 30px;
  margin-right: 8px;
  margin-left: 8px;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 991px) {
  .nav-links li {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.nav-links li a {
  margin-right: 0;
  margin-left: 0;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 0.7;
  transition: opacity 200ms cubic-bezier(0.778, -0.338, 0.117, 1.375);
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.nav-links li a:hover {
  opacity: 1;
}
.nav-links li a:hover:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #1d1c3a 10px;
  bottom: 0px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
@media (max-width: 767px) {
  .nav-links li a:hover:after {
    display: none;
  }
}
.nav-links li a.w--current {
  opacity: 1;
}
.nav-links li a.button-text {
  opacity: 1;
}
.booking-button {
  background-color: #1d1c3a;
  color: #fff;
}
.menu-item-912 {
  background-color: #1d1c3a;
  color: #fff;
  padding: 30px 20px !important;
  margin-top: 0px !important;
  height: 74px !important;
}
.hero-wrapper {
  position: relative;
  display: flex;
  padding-right: 90px;
  padding-left: 90px;
  justify-content: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  perspective-origin: 50% 100%;
}
@media (max-width: 991px) {
  .hero-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 479px) {
  .hero-wrapper {
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
  }
}
.hero-wrapper--home {
  height: 100vh;
  min-height: 600px;
  background-image: url(images/gascoynes-cover-image.jpg);
}
@media (max-width: 991px) {
  .hero-wrapper--home {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(images/gascoynes-cover-image-mob.jpg);
  }
}
@media (max-width: 1250px) {
  .hero-wrapper--home .hero-text-wrapper {
    margin-top: 6vh;
    margin-bottom: 13vh;
  }
}
.hero-wrapper--news {
  height: auto;
  padding: 50px;
  background-color: #e5232c;
}
.hero-wrapper--community {
  height: auto;
  padding: 50px;
  background-color: #5ac0ce;
  background-image: url("images/community-header.jpg");
  background-size: cover;
}
.hero-wrapper--job {
  height: auto;
  padding: 50px;
  background-color: #5ac0ce;
  background-size: cover;
}
.hero-wrapper--menu {
  height: auto;
      padding-top: 60px;
  min-height: 500px;
  background-color: #1d1c3a;
}
@media (max-width: 479px) {
  .hero-wrapper--menu {
    height: auto;
      padding-top: 40px;
  }
}
.hero-wrapper--standard {
  height: auto;
  padding: 50px;
  background-color: #1d1c3a;
}
.hero-logo {
  display: block;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .hero-logo {
    height: 100px;
  }
}
.hero-logo--standard {
  height: 105px;
}
.hero-content-wrapper {
  display: flex;
  width: 60vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-content-wrapper .hero-paragraph {
  color: #fff;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.5em;
  font-family: canada-type-gibson, sans-serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px;
    text-wrap: balance;
}
.blue-triangle-hero {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
}
.blue-triangle-hero--lightblue {
  border-top: 150px solid #5ac0ce;
  border-right: 150px solid transparent;
}
.blue-triangle-hero--darkblue {
  border-top: 150px solid #1d1c3a;
  border-right: 150px solid transparent;
}
.red-triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  width: 0;
  height: 0;
}
.red-triangle--red {
  border-bottom: 300px solid #e5232c;
  border-left: 300px solid transparent;
}
.red-triangle--darkblue {
  border-bottom: 200px solid #1d1c3a;
  border-left: 200px solid transparent;
}
.red-triangle--redsmall {
  border-bottom: 200px solid #e5232c;
  border-left: 200px solid transparent;
}
.red-triangle-overlay {
  position: absolute;
  right: 30px;
  bottom: 30px;
  text-align: right;
}
.quickbooks-icon {
  width: 70px;
  margin-bottom: 15px;
}
.quickbooks-icon--standard {
  width: 50px;
  margin-bottom: 10px;
}
.section {
  height: 700px;
  padding-right: 60px;
  padding-left: 60px;
}
.section.dark-blue {
  background-color: #1d1c3a;
}
.section.dark-blue.flex {
  display: block;
  padding-top: 150px;
  padding-bottom: 140px;
  justify-content: center;
  align-items: center;
}
.section.dark-blue.menupageblock {
  height: auto;
  display: block;
  padding-top: 0px;
  padding-bottom: 140px;
  justify-content: center;
  align-items: center;
}
.section.footer {
  height: auto;
  min-height: 0;
  padding-right: 120px;
  padding-left: 120px;
  background-color: #f0f0f0;
}
.section.app-section {
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
.section.app-section--red {
  background-color: #e5232c;
}
.section.app-section--lightblue {
  background-color: #5ac0ce;
}
.section.app-section--darkblue {
  background-color: #1d1c3a;
}
.section.app-section--darkblue p {
  color: #fff;
}
.section.app-section--darkblue h2 {
  color: #fff;
}
.heading {
  margin-bottom: 50px;
  font-family: canada-type-gibson, sans-serif;
  color: #FFF;
  font-size: 5em;
  line-height: 1em;
  text-align: center;
}
@media (max-width: 991px) {
  .heading {
    font-size: 4.5em;
  }
}
.heading span {
  font-weight: normal;
}
.hero-working {
  background-image: url("images/hero-office.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    padding: 0px;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    height: 40vw;
}

.hero-quote-left {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:  rgba(18, 15, 29, 0.70);
    text-align: center;
    padding: 5vw;
    font-size: 30px;
    line-height: 1.5em;
    color: #FFFFFF;
    
}
@media (max-width: 991px) {
  .hero-quote-left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .five-col-flex {
    display: block;
      
  }
}
.header-title {
    width: 100%;
    text-align: center;
    margin-top: 9vw;
}
.red-back {    
    background-color: #e5232c;
    color: #FFFFFF;
    padding:10vw;
}
.blue-back {    
    background-color: #1d1c3a;
    color: #FFFFFF;
    padding:2vw 10vw 10vw;
}
.textonly-col-50 {
    position: relative;
padding: 50px 60px;
flex: 1;
}
.textonly-col-50.col-pad-line {
    padding-right: 10vw;
     padding-left: 10vw;
    border-left: 1px solid #63647E; 
}
.value-icon {
    height: 90px;
    margin-top: 20px;
}
.value-container {
    padding: 0px 3vw;
    text-align: center;
}

.text-block {
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 14px;
}
.hero-text-wrapper {
  margin-top: 15vh;
  margin-bottom: 15vh;
}
.hero-text-wrapper--standard {
  margin-top: 5vh;
  margin-bottom: 5vh;
}
.hero-text-wrapper--standard a {
  color: #fff;
}
.hero-text-wrapper--standard a:hover {
  color: #e5232c;
}
@media (max-width: 479px) {
  .hero-text-wrapper {
    margin-top: 10vh;
    margin-bottom: 5vh;
  }
}
.hero-strapline {
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
}
.image-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
._50-split-left {
  position: relative;
  overflow: hidden;
  height: 700px;
  padding: 50px 60px;
  flex: 1;
}
._50-split-left.light-blue {
  background-color: #5ac0ce;
}
._50-split-left.intuit-flex-wrapper {
  display: none;
}
._50-split-left.padding-for-image {
  height: auto;
  max-height: auto;
  min-height: 700px;
}
._50-split-right {
  display: flex;
  min-height: 700px;
  padding: 50px 60px;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}
._50-split-right.grey {
  background-color: #f0f0f0;
}
._50-split-right.red {
  background-color: #e5232c;
}
.leane-image {
  position: absolute;
  left: -131px;
  bottom: 0;
  width: 35vw;
  max-width: 600px;
}
.floating-quote-right-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 50%;
  height: 100%;
  padding-right: 30px;
  align-items: center;
}
.floating-quote-right-wrapper._75 {
  width: 70%;
  padding-top: 95px;
  align-items: flex-start;
}
.profile-location-item {
  width: 70%;
}
.table-overide table {
  border: 0px !important;
  font-weight: 300 !important;
  width: 100%;
}
.table-overide td {
  padding: 6px 10% 6px 0px !important;
}
.job-title-h3 {
  font-size: 18px;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .profile-location-item {
    width: 100% !important;
    padding-left: 40%;
    padding-right: 0;
  }
}
@media (max-width: 319px) {
  .profile-location-item {
    padding-left: 0%;
  }
}
#gascoynes-map {
  height: 40vw;
}
@media (max-width: 991px) {
  #gascoynes-map {
    height: 60vw;
  }
}
.profile-location-image {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 50%;
}
.height-500 {
  height: 500px;
  min-height: 500px;
}
.heading-2 {
  color: #1d1c3a;
  font-size: 28px;
  line-height: 32px;
}
.heading-2 a {
  text-decoration: none;
  color: #1d1c3a;
}
.heading-2 a:hover {
  color: #e5232c;
}
.heading-2.padding {
  margin-bottom: 30px;
}
.heading-2.white {
  color: #fff;
}
.heading-2.white.centred {
  margin-top: 40px;
}
@media (max-width: 479px) {
  .heading-2.white.centred {
    margin-top: 20px;
  }
}
.paragraph {
  font-family: canada-type-gibson, sans-serif;
  color: #1d1c3a;
  font-size: 16px;
  line-height: 1.85em;
}
.paragraph--main {
  font-weight: 300;
}
.paragraph.padding {
  margin-bottom: 30px;
}
.paragraph.padding.white-glow {
  text-shadow: 0 0 21px #fff, 0 0 32px #fff;
}
.paragraph.padding.white {
  color: #fff;
}
.paragraph.padding.white.centred.notest {
  margin-bottom: 70px;
}
.paragraph.white {
  color: #fff;
}
.paragraph a {
    color: #1d1c3a;
    font-weight: 600;
}
.paragraph a:hover {
    color: #e5232c;
}


.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.button.red-button {
  background-color: #e5232c;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
}
.button.red-button:hover {
  padding: 12px 24px 12px 12px;
}
.button.red-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #e5232c 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.button.blue-button {
  background-color: #12143B;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 10px 16px 10px;
  height: 41px;
  font-weight: 600;
}
.button.blue-button:hover {
  padding: 10px 24px 10px 16px;
}
.button.blue-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #12143B 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}

.button.blue90-button {
  background-color: #383A5A;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
}
.button.blue90-button:hover {
  padding: 12px 24px 12px 12px;
}
.button.blue90-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #383A5A 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}

.button.aqua-button {
  background-color: #4EC4CE;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
}
.button.aqua-button:hover {
  padding: 12px 24px 12px 12px;
}
.button.aqua-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #4EC4CE 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}


.location-button {
  background-color: #1d1c3a !important;
  padding: 10px !important;
  height: 41px !important;
  color: #FFFFFF !important;
  float: left;
  font-weight: 600;
  line-height: 8px !important;
  cursor: pointer;
}
.location-button:hover {
  color: #E2E2E2 !important;
}
.location-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #1d1c3a 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.grey-btn {
  background-color: #f0f0f0 !important;
  padding: 10px !important;
  height: 41px !important;
  color: #1d1c3a !important;
  float: left;
}
.grey-btn:hover {
  color: #e5232c !important;
}
.grey-btn:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #f0f0f0 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.button.white-button {
  background-color: #fff;
  color: #1d1c3a;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
  float: right;
}
.button.white-button:hover {
  padding: 12px 24px 12px 12px;
}
.button.white-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #fff 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.button.lightblue-button {
  background-color: #5ac0ce;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
}
.button.lightblue-button:hover {
  padding: 12px 24px 12px 12px;
}
.button.lightblue-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #5ac0ce 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.image-5 {
  margin-bottom: 20px;
}
.image-6 {
  margin-right: 20px;
  flex: 0 0 auto;
}
.floating-content-wrapper-2 {
  display: flex;
  width: 80%;
  align-items: center;
}
.floating-content-wrapper-2.vertical-stack {
  flex-direction: column;
  align-items: flex-start;
}
.floating-content-wrapper-3 {
  width: 80%;
  align-items: center;
}
.floating-content-wrapper-3.vertical-stack {
  flex-direction: column;
  align-items: flex-start;
}
.floating-content-wrapper-3 p {
  color: #1d1c3a;
}
.floating-content-wrapper {
  position: relative;
  z-index: 1;
}
.floating-content-wrapper.capped {
  width: 80%;
}
.floating-content-wrapper._80 {
  width: 100%;
  padding: 95px;
  align-items: flex-start;
}
.floating-content-wrapper._80 p, .floating-content-wrapper._80 li {
  font-weight: 300;
  color: #1d1c3a;
  font-size: 1em;
  line-height: 1.85em;
  font-family: canada-type-gibson, sans-serif;
}
.floating-content-wrapper._80 h1 {
  color: #1d1c3a;
}
.floating-content-wrapper._80 h2 {
  color: #e5232c;
}
.floating-content-wrapper._80 h3 {
  color: #676a6b;
}
.floating-content-wrapper._80 li {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 1.6em;
  list-style: none;
}
.floating-content-wrapper._80 li:before {
  content: "";
  border-color: transparent #5ac0ce;
  border-style: solid;
  border-width: 0.50em 0 0.50em 0.65em;
  display: block;
  height: 0;
  width: 0;
  left: -1.6em;
  top: 1.4em;
  position: relative;
}
.floating-content-wrapper._80 li a {
  font-size: 1.4em;
  line-height: 1.5em;
}
.floating-content-wrapper._80 ul {
  padding-left: 0px;
}
.floating-content-wrapper._80 a {
  color: #12143B;
  font-weight: 200;
    border-bottom: 1px dotted #12143B;
}
.floating-content-wrapper._80 a:hover {
  color: #e5232c;
    border-bottom: 1px dotted #e5232c;
}
.floating-content-wrapper._80 table {
  color: #1d1c3a;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
}
.floating-content-wrapper._80 thead {
  background-color: #f0f0f0;
}
.floating-content-wrapper._80 th, .floating-content-wrapper._80 td {
  padding: 15px;
  text-align: left;
}
.floating-content-wrapper._80 dt, .floating-content-wrapper._80 dd {
  color: #1d1c3a;
  width: 100%;
}
.floating-content-wrapper._80 dt {
  text-align: left;
  margin-top: 20px;
}
.floating-content-wrapper._80 dt a {
  color: #1d1c3a;
  padding: 20px;
  background-color: #f0f0f0;
}
.floating-content-wrapper._80 dd {
  padding: 20px 0px 20px 0px;
  margin: 10px;
}
.floating-content-wrapper._80 .dl-content {
  margin-top: 40px;
}
.floating-content-wrapper._80 .accordion .tax-calendar-month {
  padding: 0.4em 0.9em;
  background-color: #e5232c;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  margin: 1em 0 1em 0;
  display: inline-block;
}
.floating-content-wrapper._80 .panel-heading {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0.7em 0.7em 0.7em 2.8em;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  background-image: url(images/lblue-tri-down.svg);
  background-position: 12px 12px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.floating-content-wrapper._80 .panel-body {
  margin-bottom: 1em;
}
.floating-content-wrapper._80 .list-builder h3 {
  color: #1d1c3a;
}
@media (max-width: 767px) {
  .floating-content-wrapper._80 {
    padding: 20px;
  }
}
._50-split-column {
  overflow: hidden;
    display: flex;
flex-direction: column;
}
.column {
  padding-right: 0;
  padding-left: 0;
}
.column-2 {
  padding-right: 0;
  padding-left: 0;
}
.column-center {
  padding-right: 0;
  padding-left: 0;
  align-content: center;
  margin: 0 auto;
}
.nav-icon-wrapper {
  position: absolute;
  top: 50px;
  right: 60px;
  display: flex;
  margin-right: -15px;
  padding-right: 0;
  align-items: center;
  cursor: pointer;
}
.nav-icon-wrapper .nav-link.button-text {
  display: none;
  overflow: visible;
  color: #fff;
}
.top-nav-line {
  position: absolute;
  left: 0;
  top: 10px;
  right: 0;
  display: block;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.middle-nav-line {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  display: block;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.bottom-nav-line {
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  display: block;
  width: 40px;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.nav-icon {
  display: none;
  position: relative;
  width: 60px;
  height: 45px;
  margin-left: 10px;
  transition: margin 300ms cubic-bezier(0.468, 0.077, 0.573, 1.2);
}
.nav-icon:hover {
  margin-left: 0;
}
.button-triangle {
  position: absolute;
  top: 0;
  right: -38px;
  bottom: 0;
  height: 40px;
}
.container {
  display: block;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.container.no-padding {
  display: block;
  height: 100%;
}
.centred {
  text-align: center;
}
.centred.large {
  font-size: 44px;
  line-height: 44px;
}
.centred.large.white {
  color: #fff;
  font-weight: 600;
}
.centred.large.white.padding {
  margin-bottom: 30px;
}
.centred.large.white.padding.notest {
  margin-top: 0;
  margin-bottom: 50px;
}
.services-row {
  display: block;
  max-width: 1000px;
  margin: 10vh auto 0;
}
.services-row.notest {
  width: 100%;
  margin-top: 0;
}
.image-7 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.image-8 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.image-9 {
  display: block;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
.team-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 50vw;
}
.content-wrapper-small {
  width: 25vw;
  min-width: 300px;
}
.div-block-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.iphone-flex-wrapper {
  display: flex;
  min-height: 50vh;
  justify-content: center;
  align-items: center;
}
.feature_box_image {
  justify-content: center;
  align-items: center;
  max-height: 400px;
}
.feature_box_image img {
  max-height: 400px;
  width: auto;
}
.iphone-wrapper {
  position: relative;
  display: flex;
  width: 270px;
  height: 500px;
  justify-content: center;
  align-items: center;
  background-image: url(images/gascoyne-app2x.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.appscreen {
  position: absolute;
  left: 0;
  top: 89px;
  right: 0;
  bottom: 0;
  display: block;
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}
#footer-link {
  padding-left: 0px;
}
#footer-link ul {
  padding-left: 0px;
}
#footer-link li {
  display: block;
  margin-bottom: 20px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 600;
  text-decoration: none;
  width: 50%;
  float: left;
}
#footer-link li a {
  color: #1d1c3a;
}
#footer-link li a:hover {
  color: #e5232c;
}
.div-block-3 {
  padding-top: 140px;
  padding-bottom: 100px;
}
.footer-logos-wrap {
  display: flex;
  padding-top: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 1;
}
.gascoyne-footer-logo-wrap {
  display: inline-block;
  margin-left: 35px;
  padding-left: 40px;
  flex: 0 0 auto;
  border-left: 1px solid #fff;
}
.icaew-logo {
  width: 120px;
  margin-left: 31px;
  flex: 0 0 auto;
}
.intuit-logo {
  width: 140px;
  margin-bottom: 0;
  padding-bottom: 0;
  flex: 0 0 auto;
}
.column-3 {
  height: 100%;
}
.image-11 {
  height: 130px;
}
.footer-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.footer-links-flex {
  margin-bottom: -20px;
  padding-bottom: 0;
  flex-basis: 10%;
}
.footer-logos-flex {
  flex: 1;
}
.g-logo-footer {
  width: 50px;
}
.row-2 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.app-flex-wrapper {
  display: flex;
  min-height: auto;
}
.app-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.column-7 {
  display: flex;
  padding-top: 38px;
  padding-right: 0;
  justify-content: flex-end;
  align-items: flex-end;
}
.container-fixed {
  display: block;
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.container-fixed.width-1400 {
  max-width: 1400px;
}

.news-article-row {
  margin-bottom: 30px;
  margin: 0 auto;
}
.section-2 {
  padding: 100px 50px;
}
.section-2--post {
  margin-top: -50px;
  display: block;
  overflow: auto;
}
@media (max-width: 991px) {
  .section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .section-2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  .section-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.section-2.full-width {
  padding-right: 0px;
  padding-left: 0px;
}
.w-col-cus-6 {
  width: 50%;
}
@media (max-width: 1201px) {
  .w-col-cus-6 {
    width: 100%;
  }
}
.news-link-row {
  position: relative;
  height: auto;
  height: 360px;
  float: left;
  background-color: #f0f0f0;
  margin-bottom: 30px;
}
@media (max-width: 1201px) {
  .news-link-row {
    height: auto;
    width: 100%;
  }
}
.news-link-row:after {
  border-right: transparent solid 60px;
  border-top: transparent solid 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.news-link-row.red:after {
  border-bottom: solid #e5232c 60px;
}
.news-link-row.lightblue:after {
  border-bottom: solid #5ac0ce 60px;
}
.news-link-row.darkblue:after {
  border-bottom: solid #1d1c3a 60px;
}
.news-link-row.grey:after {
  border-bottom: solid #676a6b 60px;
}
.news-link-image {
  height: 320px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 1201px) {
  .news-link-image {
    height: 300px;
  }
}
.news-link-image--single {
  width: 50%;
  float: right;
  height: 400px;
}
.news-link-content {
  padding-top: 30px;
  padding-right: 80px;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .news-link-content {
    padding-bottom: 90px;
  }
}
@media (max-width: 479px) {
  .news-link-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.news-link-content p {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  color: #1d1c3a;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 15px;
}
.full-width-article {
  width: 100%;
  padding: 10px;
}
@media (max-width: 991px) {
  .full-width-article {
    margin-bottom: 30px;
  }
  .full-width-article img {
    width: 50%;
  }
}
.full-width-article .news-link-row {
  background-color: #f0f0f0;
  width: 100%;
  padding: 0px;
  height: auto;
}
.full-width-article .w-col-4 {
  width: 50%;
}
@media (max-width: 767px) {
  .full-width-article .w-col-4 {
    width: 100%;
  }
}
.full-width-article .w-col-8 {
  width: 50%;
}
@media (max-width: 767px) {
  .full-width-article .w-col-8 {
    width: 100%;
  }
}
.full-width-article .news-link-image {
  height: 320px;
}
@media (max-width: 479px) {
  .full-width-article .news-link-image {
    height: 200px;
  }
}
.full-width-article .news-link-content {
  padding-top: 50px;
}
.profile-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .profile-wrapper {
    margin-bottom: 30px;
  }
}
.grey-cutout-bg {
  position: absolute;
  width: 100%;
  height: 90%;
  background-color: #f0f0f0;
}
.grey-cutout-bg:after {
  border-left: transparent solid 60px;
  border-top: transparent solid 0px;
  border-bottom: solid #1d1c3a 60px;
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
@media (max-width: 991px) {
  .grey-cutout-bg {
    height: 100%;
  }
}
.quote-block {
  width: 65%;
  padding: 40px 50px 50px;
}
@media (max-width: 991px) {
  .quote-block {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quote-block {
    padding: 40px 30px;
  }
}
@media (max-width: 479px) {
  .quote-block {
    padding: 25px 30px;
  }
}
.quote-block--red {
  background-color: #e5232c;
}
.quote-block--lightblue {
  background-color: #5ac0ce;
}
.quote-block--grey {
  background-color: #676a6b;
}
.quote-triangle-top {
  height: 30px;
  margin-bottom: 15px;
}
.quote-triangle-bottom {
  height: 30px;
  margin-top: 15px;
  float: right;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
}
.text-block-2 {
  font-family: canada-type-gibson, sans-serif;
  color: #fff;
  font-size: 21px;
  line-height: 29px;
  font-weight: 600;
}
@media (max-width: 479px) {
  .text-block-2 {
    font-size: 16px;
    line-height: 25px;
  }
}
.text-block-3 {
  margin-bottom: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #12143b;
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
}
@media (max-width: 479px) {
  .text-block-3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.column-12 {
  padding: 70px 110px 120px 30px;
}
@media (max-width: 991px) {
  .column-12 {
    padding-right: 50px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .column-12 {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 479px) {
  .column-12 {
    padding: 10px 30px 60px;
  }
}
.profile-image {
  width: 100%;
  height: auto;
}
.column-11 {
  padding-left: 0px;
}
@media (max-width: 767px) {
  .column-11 {
    padding-right: 0px;
  }
}
.menu-block {
  height: 400px;
}
@media (max-width: 479px) {
  .menu-block {
    height: auto;
    margin-bottom: 40px;
  }
}
.expertise-wrapper {
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
}
@media (max-width: 479px) {
  .expertise-wrapper {
    margin-bottom: 20px;
  }
}
.expertise-wrapper img {
  height: 140px;
  width: auto;
}
.expertise-wrapper a {
  text-decoration: none;
}
.expertise-wrapper:hover {
  transform: scale(80);
}
.page-block-right {
  height: auto;
}
.page-block-right h2 {
  font-size: 28px;
  line-height: 32px;
}
.page-block-right p, .page-block-right a {
  line-height: 1.85em;
}
.page-block-right--red {
  background-color: #e5232c;
  padding: 95px;
}
.page-block-right--red p, .page-block-right--red a {
  color: #fff;
}
.page-block-right--white {
  background-color: #fff;
  padding: 95px;
  color: #1d1c3a;
}
.page-block-right--white p, .page-block-right--white a {
  color: #e5232c;
}
.page-block-right--lightblue {
  background-color: #5ac0ce;
  padding: 95px;
}
.page-block-right--lightblue h2 {
  color: #1d1c3a;
}
.page-block-right--lightblue p, .page-block-right--lightblue a {
  color: #fff;
}
.page-block-right--darkblue {
  background-color: #1d1c3a;
  color: #1d1c3a;
  padding: 95px;
}
.page-block-right--darkblue h2 {
  color: #fff;
}
.page-block-right--darkblue p, .page-block-right--darkblue a {
  color: #e5232c;
}
.page-block-right img {
  width: 100%;
  height: auto;
}
.quote-icon-block {
  width: 100px;
  height: auto;
}
.quote-icon-block img {
  width: 100%;
  height: auto;
}
.list-builder {
  padding: 30px 8px;
  border-bottom: 1px solid #f0f0f0;
  clear: both;
  background-color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
}
.list-builder:hover {
  background-color: #f0f0f0;
}
.list-builder h3 {
  color: #1d1c3a;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 3px;
}
.list-builder .list_icon {
  width: 15%;
  display: inline-block;
  vertical-align: top;
}
.list-builder .list_icon img {
  width: 70%;
  height: auto;
}
.list-builder .list_builder_txt {
  width: 62%;
  display: inline-block;
  padding-right: 1%;
}
.list-builder .list_builder_txt a {
  color: #1d1c3a;
}
.list-builder .list_builder_txt a:visited {
  color: #1d1c3a;
}
.list-builder .list_builder_button {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.single-post-head {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.single-post-head p {
  color: #676a6b;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: 60%;
  margin: 0 auto 30px;
}
@media (max-width: 767px) {
  .single-post-head p {
    width: 100%;
  }
}
.single-post-head h2 {
  color: #1d1c3a;
  font-size: 56px;
  line-height: 1em;
  margin-top: 50px;
  margin-bottom: 50px;
}
.single-post-head h2:hover {
  color: #e5232c;
}
@media (max-width: 767px) {
  .single-post-head h2 {
    font-size: 36px;
  }
}
.single-post-head .category-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #5ac0ce;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  /* For Safari 3.1 to 6.0 */
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
}
.single-post-head .category-button a {
  color: #fff;
}
.single-post-head .category-button a:hover {
  color: #1d1c3a;
}
.single-post-head .category-button:hover {
  padding: 12px 24px 12px 12px;
}
.single-post-head .category-button:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #5ac0ce 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.single-post-head .entry-meta {
  color: #676a6b;
  font-size: 13px;
  margin: 15px 0px 25px;
}
.single-post-head .entry-meta a {
  color: #676a6b;
}
.single-post-head .entry-meta a:hover {
  color: #e5232c;
}
.entry-content-single {
  width: 50%;
  padding: 40px 70px 40px 0px;
  float: left;
  align-items: flex-start;
}
.entry-content-single p, .entry-content-single li {
  font-weight: 300;
  color: #1d1c3a;
  font-size: 16px;
  line-height: 1.85em;
  font-family: canada-type-gibson, sans-serif;
}
.entry-content-single blockquote {
  padding: 20px;
}
.entry-content-single blockquote p {
  font-weight: 600;
  margin: 0;
}
.entry-content-single a {
  color: #e5232c;
  font-weight: 600;
}
.entry-content-single a:hover {
  color: #676a6b;
}
@media (max-width: 767px) {
  .entry-content-single {
    padding: 20px;
    width: 100%;
  }
}
.entry-content-image {
  width: 50%;
  float: right;
}
@media (max-width: 767px) {
  .entry-content-image {
    width: 100%;
  }
}
.content-block-single-holder {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #f0f0f0;
  clear: both;
  display: block;
}
.btn-primary {
  background-color: #e5232c;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
  margin: 5px 0 20px;
}
.btn-primary:hover {
  background-color: #1d1c3a;
}
.btn-default {
  background-color: #676a6b;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  padding: 12px;
  height: 41px;
  font-weight: 600;
  margin: 5px 0 20px;
}
.btn-default:hover {
  background-color: #1d1c3a;
}
div.wpcf7 input[type="checkbox"], div.wpcf7 input[type="radio"] {
  -webkit-appearance: checkbox;
  width: auto;
}
.wpcf7-list-item-label {
  font-weight: 300;
}
input, textarea, select {
  outline: 0;
  padding: 15px;
  font-weight: normal;
  width: 100%;
  border: 1px solid #f0f0f0;
  background-color: #f0f0f0;
}
input:focus, textarea:focus, select:focus {
  box-shadow: inset 0px 0px 0px 2px #f0f0f0;
}
.wpcf7-submit {
  background-color: #e5232c;
  color: #fff;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
  padding: 18px 24px;
  font-weight: 600;
  width: auto;
    margin-left: 40%;
}
.wpcf7-submit:after {
  border-left: transparent solid 0px;
  border-right: transparent solid 41px;
  border-top: solid #e5232c 41px;
  top: 0px;
  right: -41px;
  position: absolute;
  width: 0;
  height: 0;
  content: " ";
}
.wpcf7-submit:hover {
  background-color: #676a6b;
}
select {
  background-color: #e5232c;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 991px) {
  .blue-triangle-hero {
    display: none;
  }
  .red-triangle {
    display: none;
  }
  .hero-content-wrapper {
    width: 100vw;
  }
  .section.footer {
    height: auto;
    padding-right: 60px;
    padding-left: 60px;
  }
  .section.app-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .section.dark-blue.flex {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .red-triangle-overlay {
    display: none;
  }
  .text-block {
    font-size: 20px;
    line-height: 26px;
  }
  ._50-split-left {
    display: block;
    height: auto;
    max-height: auto;
  }
  ._50-split-left.light-blue {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._50-split-left.light-blue.padding-for-team-image {
    padding-bottom: 440px;
  }
  ._50-split-left.intuit-flex-wrapper {
    display: block;
    max-height: auto;
    background-color: #e5232c;
  }
  ._50-split-left.padding-for-image {
    max-height: auto;
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._50-split-right {
    min-height: 50px;
    height: auto;
    padding-right: 50px;
    padding-left: 60px;
    justify-content: flex-start;
  }
  ._50-split-right.grey {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._50-split-right.red {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .leane-image {
    left: auto;
    right: -6px;
    bottom: 0;
  }
  .floating-quote-right-wrapper {
    position: static;
    display: block;
    width: 50%;
    padding-right: 0;
  }
  .floating-quote-right-wrapper._75 {
    width: 100%;
    padding-top: 0;
  }
  .floating-quote-right-wrapper.intuit-flex-float {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .floating-content-wrapper-2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .floating-content-wrapper-2.vertical-stack {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .floating-content-wrapper {
    margin-bottom: 1px;
    margin-left: 0;
  }
  .floating-content-wrapper.capped {
    width: 100%;
  }
  .nav-icon {
    display: block;
  }
  .nav-icon-wrapper {
    display: block;
    top: 30px;
    right: 50px;
  }
  .team-image {
    width: 100vw;
    opacity: 1;
  }
  .content-wrapper-small {
    width: 100%;
  }
  .appscreen {
    position: static;
  }
  .div-block-3 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer-logos-wrap {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .gascoyne-footer-logo-wrap {
    margin-left: 30px;
    padding-left: 30px;
    border-left-style: solid;
  }
  .intuit-logo {
    flex: 0 0 auto;
  }
  .footer-links-flex {
    flex-basis: 50%;
  }
  .column-7 {
    padding-left: 7px;
    justify-content: flex-start;
  }
  .nav-link.button-text {
    display: block;
    overflow: visible;
    color: #fff;
  }
  .nav-link.button-text.menu-label {
    display: none;
  }
  .quickbooks-icon.mobile {
    margin-right: 30px;
    margin-bottom: 0;
  }
  .heading-2.padding {
    margin-bottom: 12px;
  }
  .centred.large.white.padding.notest {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .nav-wrapper {
    height: 0;
  }
  .section.dark-blue {
    height: auto;
  }
  .section.dark-blue.flex {
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.app-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .heading {
    font-size: 6vh;
    line-height: 6vh;
  }
  ._50-split-left.light-blue {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  ._50-split-left.light-blue.padding-for-team-image {
    padding-top: 60px;
    padding-bottom: 340px;
  }
  ._50-split-left.padding-for-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .leane-image {
    right: -6px;
    bottom: 0;
  }
  .floating-quote-right-wrapper {
    width: 70%;
  }
  .container {
    height: auto;
  }
  .container.no-padding {
    padding-top: 0;
    padding-bottom: 0;
  }
  .image-7 {
    height: 80px;
  }
  .image-8 {
    height: 80px;
  }
  .image-9 {
    height: 80px;
  }
  .content-wrapper-small {
    min-width: 0;
  }
  .div-block-2 {
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
  }
  .iphone-flex-wrapper {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .div-block-3 {
    padding-top: 70px;
  }
  .gascoyne-footer-logo-wrap {
    margin-left: 30px;
    padding-left: 20px;
    flex: 0 0 auto;
  }
  .icaew-logo {
    width: 120px;
    margin-left: 20px;
    flex: 0 auto;
  }
  .intuit-logo {
    width: 140px;
    flex: 0 auto;
  }
  .column-3 {
    padding-right: 0;
    padding-left: 0;
  }
  .column-4 {
    padding-right: 0;
    padding-left: 0;
  }
  .column-5 {
    padding-right: 0;
    padding-left: 0;
  }
  .column-6 {
    padding-right: 0;
    padding-left: 0;
  }
  .g-logo-footer {
    width: 45px;
  }
  .app-flex-wrapper {
    height: auto;
    flex-direction: column-reverse;
  }
  ._50-split-right.red {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .paragraph.padding.white.centred.notest {
    margin-bottom: 50px;
  }
  .floating-content-wrapper-2.vertical-stack {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .centred.large.white.padding.notest {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .red-triangle {
    width: 300px;
    height: 300px;
  }
  .section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section.footer {
    padding-right: 29px;
    padding-left: 29px;
  }
  .section.app-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .section.dark-blue.flex {
    padding-bottom: 30px;
  }
  .heading {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .red-triangle-overlay {
    right: 30px;
    bottom: 30px;
  }
  .hero-strapline {
    font-size: 18px;
  }
  ._50-split-left {
    padding-right: 30px;
    padding-left: 30px;
  }
  ._50-split-left.light-blue {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  ._50-split-left.light-blue.padding-for-team-image {
    padding-top: 50px;
    padding-bottom: 190px;
  }
  ._50-split-left.padding-for-image {
    padding-bottom: 130px;
  }
  ._50-split-right {
    padding: 51px 30px;
  }
  ._50-split-right.grey {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  ._50-split-right.red {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .leane-image {
    right: -31px;
    bottom: 0;
    z-index: -1;
    width: 200px;
    opacity: 0.2 !important;
  }
  .floating-quote-right-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .heading-2 {
    font-size: 20px;
    line-height: 24px;
  }
  .heading-2.padding {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .heading-2.white.centred {
    font-size: 20px;
  }
  .floating-content-wrapper-2 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .floating-content-wrapper {
    margin-right: 0;
    margin-left: 0;
  }
  .content-wrapper-small {
    min-width: 0;
  }
  .div-block-2 {
    min-height: auto;
    margin-bottom: 0;
  }
  .iphone-flex-wrapper {
    min-height: auto;
    margin-top: 20px;
  }
  .appscreen {
    top: 143px;
  }
  .div-block-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer-logos-wrap {
    padding-top: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .gascoyne-footer-logo-wrap {
    margin-left: 0;
    padding-left: 0;
    border-left-color: transparent;
  }
  .icaew-logo {
    display: block;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .intuit-logo {
    display: block;
    margin-bottom: 30px;
  }
  .image-11 {
    width: 90px;
    height: 90px;
  }
  .column-7 {
    flex-direction: column;
    align-items: flex-start;
  }
  .quickbooks-icon.mobile {
    margin-right: 20px;
  }
  .paragraph.white {
    color: #fff;
  }
  .centred.large.white.padding {
    font-size: 22px;
    line-height: 24px;
  }
  .centred.large.white.padding.notest {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .app-content-wrap.mobile-image {
    margin-bottom: 20px;
  }
}
html.w-mod-js *[data-ix="hero-load"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hero-load-2"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hero-load-3"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="hero-load-4"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="blue-triangle-initial"] {
  transform: translate(-120%, -110px);
}
html.w-mod-js *[data-ix="red-triangle-initial"] {
  transform: translate(100%, 0);
}
html.w-mod-js *[data-ix="red-triangle-overlay"] {
  opacity: 0;
  transform: translate(100%, 0);
}
html.w-mod-js *[data-ix="fade-from-left"] {
  opacity: 0.2;
  transform: translate(-20%, 0);
}
html.w-mod-js *[data-ix="fade-from-right"] {
  opacity: 0.2;
  transform: translate(20%, 0);
}
html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="fade-up-2"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="fade-up-3"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="fade-up-4"] {
  opacity: 0;
  transform: translate(0px, 20px);
}
html.w-mod-js *[data-ix="iphone-fade-up"] {
  opacity: 0;
  transform: translate(0px, 60px);
}
html.w-mod-js *[data-ix="app-screen"] {
  opacity: 0;
}
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}</pre></body></html>