﻿@charset "UTF-8";
/*"Helvetica Neue", Helvetica, Arial, sans-serif !default;*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "webflow-icons";
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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;
}
[class^=w-icon-],
[class*=" w-icon-"] {
  font-family: "webflow-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
  content: "\e600";
}

.w-icon-slider-left:before {
  content: "\e601";
}

.w-icon-nav-menu:before {
  content: "\e602";
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

.w-block {
  display: block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
}

.w-clearfix:after {
  clear: both;
}

.w-hidden {
  display: none;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

input.w-button {
  -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0;
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
}

.w-embed:after {
  clear: both;
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

button,
html input[type=button],
input[type=reset] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

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

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.w-input,
textarea.w-select {
  height: auto;
}

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%);
}

.w-select[multiple] {
  height: auto;
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}

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

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
}

.w-checkbox:after,
.w-radio:after {
  clear: both;
}

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
  float: left;
  margin-left: -20px;
}

.w-radio-input {
  margin-top: 3px;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
}

.w-container:after {
  clear: both;
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
}

.w-row:after {
  clear: both;
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}

.w-col-1 {
  width: 8.33333333%;
}

.w-col-2 {
  width: 16.66666667%;
}

.w-col-3 {
  width: 25%;
}

.w-col-4 {
  width: 33.33333333%;
}

.w-col-5 {
  width: 41.66666667%;
}

.w-col-6 {
  width: 50%;
}

.w-col-7 {
  width: 58.33333333%;
}

.w-col-8 {
  width: 66.66666667%;
}

.w-col-9 {
  width: 75%;
}

.w-col-10 {
  width: 83.33333333%;
}

.w-col-11 {
  width: 91.66666667%;
}

.w-col-12 {
  width: 100%;
}

.w-hidden-main {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.w-widget-map label {
  width: auto;
  display: inline;
}

.w-widget-map img {
  max-width: inherit;
}

.w-widget-map .gm-style-iw {
  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: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  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:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}

.w-widget-gplus {
  overflow: hidden;
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}

.w-background-video > 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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-nav.w-round > div {
  border-radius: 100%;
}

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}

.w-slider-nav-invert {
  color: #fff;
}

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}

.w-slider-nav-invert > div.w-active {
  background-color: #222;
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}

.w-slider-dot.w-active {
  background-color: #fff;
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class^=w-icon-],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute;
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}

.w-dropdown-list.w--open {
  display: block;
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}

.w-dropdown-link.w--current {
  color: #0082f3;
}

.w-nav[data-collapse=all] .w-dropdown,
.w-nav[data-collapse=all] .w-dropdown-toggle {
  display: block;
}

.w-nav[data-collapse=all] .w-dropdown-list {
  position: static;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-dropdown,
  .w-nav[data-collapse=medium] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse=medium] .w-dropdown-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-dropdown,
  .w-nav[data-collapse=small] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse=small] .w-dropdown-list {
    position: static;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-dropdown,
  .w-nav[data-collapse=tiny] .w-dropdown-toggle {
    display: block;
  }
  .w-nav[data-collapse=tiny] .w-dropdown-list {
    position: static;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}

.w-lightbox-view:before {
  content: "";
  height: 100vh;
}

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}

.w-lightbox-active {
  opacity: 0.3;
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}

.w-lightbox-noscroll {
  overflow: hidden;
}

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
}

.w-richtext:after {
  clear: both;
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:before {
  outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div {
  outline: 2px solid #2895f7;
}

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type=video] > div:before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.w-richtext figure {
  position: relative;
  max-width: 60%;
}

.w-richtext figure > div:before {
  cursor: default !important;
}

.w-richtext figure img {
  width: 100%;
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table;
}

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type=image] > div {
  display: inline-block;
}

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type=image] > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0;
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type=video] > div {
  width: 100%;
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image] > div {
  max-width: 100%;
}

.w-richtext figure.w-richtext-align-normal {
  clear: both;
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-link.w--current {
  color: #0082f3;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.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;
}

.w-nav[data-animation=over-left] .w-nav-overlay,
.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;
}

.w-nav[data-animation=over-right] .w-nav-overlay,
.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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none;
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block;
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=medium] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=small] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
}

.w-tabs:after {
  clear: both;
}

.w-tab-menu {
  position: relative;
}

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}

.w-tab-link.w--current {
  background-color: #C8C8C8;
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.w-tab-pane {
  position: relative;
  display: none;
}

.w--tab-active {
  display: block;
}

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}

.w-dyn-bind-empty {
  display: none !important;
}

.w-condition-invisible {
  display: none !important;
}

/* pTools Style sheets */
img {
  max-width: 100%;
}

.table-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.content img.left {
  float: left;
  margin: 4px 10px 10px 0;
  margin: 0.25rem 0.625rem 0.625rem 0;
  height: auto;
}
.content img.right {
  float: right;
  margin: 4px 0 10px 10px;
  margin: 0.25rem 0 0.625rem 0.625rem;
  height: auto;
}
.content .underline {
  text-decoration: underline;
}
.content .center {
  text-align: center;
}
.content .left {
  text-align: left;
}
.content .right {
  text-align: right;
}
.content .Hidden, .content .hidden {
  position: absolute;
  left: -9999px;
  left: -624.9375rem;
}
.content .hidden input[type=text] {
  width: auto;
}
.content .IsVisible {
  display: block;
}
.content .IsHIdden {
  display: none;
}
.content .indent1 {
  padding-left: 18px;
  padding-left: 1.125rem;
}
.content .indent2 {
  padding-left: 36px;
  padding-left: 2.25rem;
}
.content .indent3 {
  padding-left: 54px;
  padding-left: 3.375rem;
}
.content .indent4 {
  padding-left: 72px;
  padding-left: 4.5rem;
}
.content .indent5 {
  padding-left: 90px;
  padding-left: 5.625rem;
}
.content table img {
  max-width: none;
}
.content p:empty {
  margin: 0;
  padding: 0 0 15px;
}

/* -------------------------------------------------
   Gallery
-------------------------------------------------- */
.gallery-container {
  column-count: 1;
  column-gap: 6px;
  /* -----------------------------
     Full gallery
  ------------------------------ */
  /* -----------------------------
     Image item
  ------------------------------ */
}
@media (min-width: 576px) {
  .gallery-container {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .gallery-container {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .gallery-container {
    column-count: 4;
  }
}
@media (min-width: 1400px) {
  .gallery-container {
    column-count: 5;
  }
}
.gallery-container.gallery-container-full {
  gap: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery-container.gallery-container-full .img-holder {
  width: auto;
  flex-grow: 1;
  padding: 0.2rem;
  display: flex;
  margin: 0;
}
.gallery-container.gallery-container-full .img-holder img {
  display: block;
  min-width: 100%;
  height: 16rem;
  object-fit: cover;
}
.gallery-container .img-holder {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  break-inside: avoid;
  margin-bottom: 0;
  cursor: pointer;
}
.gallery-container .img-holder:before {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  transition: all 0.15s ease-in-out;
}
.gallery-container .img-holder:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f2db";
  font-family: "remixicon";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  z-index: 1;
  font-size: 2.5rem;
}
.gallery-container .img-holder span {
  z-index: 10;
  position: absolute;
  left: 15px;
  bottom: 20px;
  right: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-container .img-holder:before, .gallery-container .img-holder:after,
.gallery-container .img-holder span {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.gallery-container .img-holder:hover:before, .gallery-container .img-holder:hover:after, .gallery-container .img-holder:focus:before, .gallery-container .img-holder:focus:after {
  opacity: 1;
}
.gallery-container .img-holder img {
  width: 100%;
}

body {
  background-color: #edeff2;
  font-family: "Open Sans", sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1, .h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2, .h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}

h3, .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

h4, .h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5, .h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

h6, .h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #ecf0f1;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #404047;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  margin: 13px 10px 15px;
  padding: 7px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(10, 75, 41, 0.6);
  border-radius: 4px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-weight: 600;
}

.navigation-link:hover {
  background-color: #0a4b29;
  color: #f0f0f0;
}

.navigation-link.w--current {
  background-color: #0a4b29;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Nunito, sans-serif;
  color: #f0f0f0;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link.w--current:hover {
  background-color: transparent;
  color: #0a4b29;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-menu {
  width: 100%;
  background-color: #0B4B29;
  border-bottom: 1px solid #E4B962;
}
.navigation-menu .global-nav {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
}
.navigation-menu .global-nav > li {
  padding: 15px 0;
}
.navigation-menu .global-nav > li.active {
  background-image: url("/images/arrow-off.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 50% 100%;
}
.navigation-menu .global-nav > li + li {
  margin-left: 30px;
}
.navigation-menu .global-nav > li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  font-family: Nunito, sans-serif;
}
.navigation-menu .global-nav > li a:hover {
  text-decoration: underline;
}
.navigation-menu > ul ul {
  display: none;
}
@media screen and (max-width: 990px) {
  .navigation-menu {
    display: none;
  }
}

.mobile-menu {
  /*    & > ul ul {
      display: block !important;
  }*/
}
.mobile-menu ul li {
  padding: 10px 0;
}
.mobile-menu ul li a {
  text-align: left;
  width: 100%;
  display: block;
}
.mobile-menu ul li + li {
  margin-left: 0;
}
.mobile-menu ul li.active {
  background-image: none;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 20px;
}

.section {
  position: relative;
  padding: 20px 10px;
  background-color: #fff;
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-weight: 600;
  text-align: center;
}

.section.accent {
  padding-bottom: 60px;
  background-color: #404047;
}

.section.accent.goldbg {
  padding-bottom: 20px;
  background-image: url("/images/gold-bg-light.png");
  background-position: 0px 0px;
  background-size: cover;
}

.white-box {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(41, 57%, 64%, 0.7);
  border-radius: 5px;
  background-color: hsla(41, 57%, 64%, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  text-align: center;
}

.white-box:hover {
  background-color: hsla(41, 57%, 64%, 0.3);
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.fixedbox {
  height: 160px;
}

.white-box.morepadding {
  height: 150px;
}

.white-box.fixie {
  height: 130px;
}

.white-box.fixie2 {
  height: 90px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  display: block;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-right: 0px;
  padding-bottom: 70px;
  border-bottom: 0px none #69b9ff;
  background-color: #404047;
  background-image: url("/images/background-vector.png");
  background-position: 50% 50%;
  background-size: 1666px;
  text-align: center;
}

.hero-section.centered.landing {
  padding-top: 70px;
}

.hero-section.centered.redhero {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eb2d31;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #2e9dff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  font-family: Nunito, sans-serif;
  color: #fff;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.hollow-button p {
  margin: 0;
}
.hollow-button a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.hollow-button:hover {
  border-color: #2e9dff;
  background-color: #f0f0f0;
  color: #404047;
  font-weight: 600;
}
.hollow-button:hover a {
  color: #0a4b29;
}

.hollow-button.all-caps {
  font-weight: 600;
  text-transform: uppercase;
}

.hollow-button.dark {
  background-color: #0a4b29;
}

.hollow-button.dark:hover {
  border-color: #404047;
  background-color: #f0f0f0;
  color: #0a4b29;
}

.hollow-button.hollowgreen {
  border-color: #f0f0f0;
  background-color: #0a4b29;
  color: #f0f0f0;
}

.hollow-button.hollowgreen:hover {
  border-color: #0a4b29;
  background-color: #f0f0f0;
  color: #0a4b29;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
}

.section-heading.centered.freenheading {
  color: #0a4b29;
  font-weight: 400;
}

.section-heading.centered.freenheading.leftie {
  margin-top: 40px;
  float: none;
  text-align: left;
}

.section-heading.left-align {
  text-align: left;
}

.section-subheading.center {
  font-family: Nunito, sans-serif;
  color: #8e8e9c;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.morespace {
  color: #192024;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #bec3c7;
}

.footer.center {
  border-top: 1px solid #dbdbdb;
  background-color: #0a4b29;
  text-align: center;
}

.footer.center.redfoot {
  background-color: #eb2d31;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Nunito, sans-serif;
  color: #bec3c7;
  font-size: 12px;
  line-height: 16px;
}
.footer-text a {
  color: #fff;
}
.footer-text p {
  font-size: inherit;
  margin: 0;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #676770;
  box-shadow: 0 0 0 1px #8e8e9c;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  font-family: Nunito, sans-serif;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.text-field {
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 150px;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  float: left;
  border-top: 1px solid #0a4b29;
  border-left: 1px solid #0a4b29;
  border-bottom-color: #0a4b29;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: Nunito, sans-serif;
}

.submit-button {
  background-color: #404047;
  font-family: Nunito, sans-serif;
}

.submit-button.align-btn {
  margin-top: 12px;
  border: 1px solid #0a4b29;
  border-radius: 3px;
  background-color: #0a4b29;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.submit-button.align-btn:hover {
  background-color: #fff;
  color: #0a4b29;
}

.submit-button.greenbtn {
  margin-top: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #0a4b29;
  color: #f0f0f0;
  font-weight: 600;
}

.heading {
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-weight: 400;
}

.heading.heading-link {
  -webkit-transition: opacity 200ms ease, color 400ms ease;
  transition: opacity 200ms ease, color 400ms ease;
}

.heading-2 {
  font-family: Nunito, sans-serif;
}

.heading-3 {
  font-family: Nunito, sans-serif;
}

.paragraph {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  color: #192024;
}

.paragraph.largertext {
  padding-bottom: 20px;
  font-size: 16px;
}

.paragraph.pcent {
  text-align: left;
}

.paragraph-2 {
  font-family: Nunito, sans-serif;
}

.paragraph-3 {
  font-family: Nunito, sans-serif;
}

.paragraph-4 {
  font-family: Nunito, sans-serif;
}

.paragraph-5 {
  font-family: Nunito, sans-serif;
}

.heading-4 {
  font-family: Nunito, sans-serif;
}

.bold-header {
  margin-bottom: 40px;
  font-family: Nunito, sans-serif;
  color: #f0f0f0;
  font-size: 22px;
  font-weight: 600;
}

.search-surround {
  border: 1px solid #dcebf7;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.landing-banner {
  padding-top: 30px;
  padding-bottom: 10px;
  border: 0px solid #000;
  background-color: #0a4b29;
}

.row-landing {
  margin-bottom: 30px;
}

.breadcrumb {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #e4b962;
  font-family: Nunito, sans-serif;
  color: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
}

.breadcrumb-link {
  margin-right: 10px;
  margin-left: 10px;
  color: #0a4b29;
  text-decoration: underline;
}

.breadcrumb-link:hover {
  color: #0a4b29;
  text-decoration: none;
}

.breadcrumb-divider {
  color: #0a4b29;
}

.nav-list {
  margin-right: 10px;
  margin-left: 0px;
  padding-bottom: 0px;
  text-align: left;
}

.nav-link > a {
  padding-left: 20px;
  border-bottom: 1px solid hsla(207, 7%, 76%, 0.49);
  background-image: url("/images/ic_navigate_next_black_18dp_1x.png");
  background-position: 6px 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.nav-link a:hover {
  background-color: hsla(42, 94%, 70%, 0.33);
}

.h1-sub-heading {
  color: #0a4b29;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

.h1-sub-heading.center {
  font-family: Nunito, sans-serif;
  color: #f0f0f0;
  text-align: center;
}

.paragraph-6 {
  margin-bottom: 20px;
  font-weight: 400;
  text-align: left;
}

.heading-5 {
  margin-top: 20px;
  padding-top: 20px;
  color: #0a4b29;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.text-normal {
  font-weight: 200;
}

.image {
  background-color: transparent;
}

.type-link {
  background-color: #bec3c7;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-6 {
  text-align: left;
}

.paragraph-7 {
  text-align: left;
}

.result {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.row.row-result {
  margin-bottom: 30px;
}

.row.row-result.white-box {
  background-color: #F9F9F9;
  border: 0;
}

.text-block {
  margin-top: 70px;
  color: #8e8e9c;
  text-transform: uppercase;
}

.pagination {
  text-align: center;
  padding: 20px 0 40px;
  text-align: center;
}

.page-link {
  color: #0d6efd;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9f9;
  color: #192024;
  padding: 0 10px;
  text-decoration: none;
  transition: ease-in-out 0.1s;
}
.page-link + .page-link {
  margin-left: 10px;
}
.page-link:hover, .page-link.active {
  background-color: #0b4b29;
  color: #fff;
}
.page-link:hover path, .page-link.active path {
  fill: #fff;
}

.mainh1 {
  padding-top: 20px;
  color: #ecf0f1;
  font-weight: 400;
}

.list-item {
  text-align: left;
}

.list-item-2 {
  text-align: left;
}

.list-item-3 {
  text-align: left;
}

.pagelist {
  font-size: 15px;
  line-height: 26px;
}

.accounts {
  padding-top: 30px;
}

.filename {
  font-weight: 300;
}

.image-2 {
  background-color: #bec3c7;
}

.account-listing {
  padding-top: 30px;
  padding-bottom: 40px;
}
.account-listing a {
  text-decoration: none;
}

.accounts-section {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #bec3c7;
  background-color: #f7f8f8;
}

.paragraph-8 {
  text-align: center;
}

.button-grey {
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #404047;
  border-radius: 4px;
  font-family: Nunito, sans-serif;
  color: #404047;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button-grey:hover {
  border-style: solid;
  background-color: #676770;
  color: #f0f0f0;
  text-decoration: none;
}

.lang {
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: right;
  color: #2e9dff;
  font-size: 16px;
  text-decoration: none;
}

.lang.langon {
  margin-top: 0px;
  padding-top: 12px;
  background-image: url("/images/arrow-off2.png");
  background-position: 50% 0%;
  background-size: 22px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-weight: 600;
  text-decoration: underline;
}

.lang.langoff {
  padding-top: 12px;
  background-position: 50% 100%;
  background-size: 22px;
  background-repeat: no-repeat;
  font-family: Nunito, sans-serif;
  color: #666666;
  font-weight: 600;
}

.column {
  padding-bottom: 0px;
}

.logo {
  margin-top: 20px;
}

.working {
  padding-top: 30px;
}

.icon-set {
  padding-top: 10px;
  padding-bottom: 20px;
}

.icon-set.searchicon {
  padding-top: 40px;
}

.paragraph-9 {
  color: #192024;
}

.heading-link {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #0B4B29;
  text-decoration: none;
  font-weight: 700;
  font-family: "Nunito";
  font-style: normal;
}

.heading-link:hover {
  color: #0B4B29;
  text-decoration: underline;
}

.heading-7 {
  color: #0a4b29;
}

.iconset {
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.iconholder {
  text-align: center;
}

.icon {
  margin-bottom: 20px;
}

.iconrow {
  margin-top: 40px;
  margin-bottom: 40px;
}

.goldbtn {
  border-radius: 3px;
  background-color: #e4b962;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #0a4b29;
  font-weight: 600;
}

.goldbtn:hover {
  background-color: #f0f0f0;
}

.text-field-2 {
  border-radius: 3px;
}

.cookie {
  border-bottom: 1px solid #e2a62b;
  background-color: #face6a;
  color: #192024;
}

.taglink {
  margin-right: 5px;
  margin-left: 5px;
  padding: 2px 7px;
  border-radius: 3px;
  background-color: #face6a;
  color: #192024;
  font-weight: 400;
  text-decoration: none;
}

.taglink:hover {
  background-color: #e2a62b;
}

.important-text {
  color: #192024;
}

.text-block-2 {
  color: #edeff2;
}

/*.active {
  margin-left: 10px;
  color: #192024;
}*/
.text-block-3 {
  color: #f0f0f0;
}

.form-block {
  display: none;
}

html.w-mod-js *[data-ix=fade-in-bottom-page-loads] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix=fade-in-left-scroll-in] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix=fade-in-right-scroll-in] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix=fade-in-top-scroll-in] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix=fade-in-bottom-scroll-in] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix=bounce-in-scroll-in] {
  opacity: 0;
  -webkit-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
}

html.w-mod-js *[data-ix=scale-on-scroll] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  /*.global-search { 
      margin-left: auto; margin-right: auto;
       max-width: 728px;
       position: relative;
        padding-right: 95px;
       .text-field{ width: 100%;

       }
       .w-button{ position: absolute;right: 15px; top: 0; }

  }*/
  .w-nav-overlay .navigation-link {
    margin-left: auto;
    margin-right: auto;
  }
  .navigation-link {
    background-color: #fff;
    color: #0a4b29;
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: transparent;
  }
  /*  .navigation-menu {
      position: absolute;
      display: block;
      width: auto;
      bottom: auto;


      float: none;
    background-color: #f0f0f0;
   //   background-color:#0a4b29;
    }*/
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .white-box.morepadding {
    height: auto;
  }
  .white-box.fixie {
    height: 150px;
  }
  .white-box.fixie2 {
    height: 120px;
  }
  .white-box.fixie3 {
    height: 95px;
  }
  .hero-section.centered {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hollow-button.dark {
    text-align: center;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .text-field {
    width: 335px;
    margin-left: 10px;
  }
  .submit-button.greenbtn {
    margin-left: -10px;
  }
  .nav-list {
    display: none;
  }
  .goldbtn {
    width: 80%;
  }
  .text-field-2 {
    margin-bottom: 15px;
  }
  .icon-2 {
    color: #0a4b29;
    font-size: 42px;
  }
  .select-field {
    margin-bottom: 15px;
  }
  .select-field-2 {
    margin-bottom: 15px;
  }
  .select-field-3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .section {
    padding-top: 50px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .white-box.fixie {
    height: auto;
  }
  .white-box.fixie2 {
    height: auto;
    margin-bottom: 20px;
  }
  .white-box.fixie3 {
    height: auto;
  }
  .hero-section.centered {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .hollow-button.all-caps {
    margin-top: 20px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .footer-link.with-icon {
    margin-left: 0px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .submit-button.align-btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .row-landing {
    margin-bottom: 0px;
  }
  .nav-list {
    display: none;
  }
  .h1-sub-heading {
    line-height: 40px;
  }
  .logo {
    margin-top: 0px;
  }
  .heading-7 {
    padding-left: 10px;
    text-align: center;
  }
  .column-2 {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hamburger-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /*  .navigation-menu {
      margin-top: 0px;
    }*/
  .brand-link {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .section {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .hero-section.centered {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero-heading {
    font-size: 23px;
  }
  .hollow-button {
    width: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .hollow-button.all-caps {
    margin-top: 0px;
  }
  .hollow-button.dark {
    text-align: center;
  }
  .section-heading.centered.freenheading {
    font-size: 23px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.center.morespace {
    font-size: 16px;
    line-height: 20px;
  }
  .grid-image {
    width: 35%;
  }
  .footer-link {
    clear: none;
    text-align: center;
  }
  .spc {
    margin-bottom: 0px;
  }
  .text-field {
    width: 220px;
    margin-left: 10px;
    float: left;
  }
  .submit-button.align-btn {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .nav-list {
    display: none;
  }
  .text-normal {
    margin-bottom: 0px;
  }
  .logo {
    margin-top: 0px;
  }
  .icon-set.searchicon {
    padding-top: 20px;
  }
  .goldbtn {
    width: 100%;
  }
  .taglink {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
    clear: left;
  }
  .important-text {
    float: left;
  }
}
.accordion {
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  overflow: hidden;
}
.accordion.last-child {
  border-radius: 0.75rem;
}

.accordion-item {
  background: #fff;
}
.accordion-item + .accordion-item {
  border-top: 1px solid #dee2e6;
}

.accordion-header {
  margin: 0;
}

.accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  font: inherit;
  text-align: left;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
.accordion-button:focus {
  outline: 2px solid rgba(13, 110, 253, 0.35);
  outline-offset: -2px;
}
.accordion-button::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 1rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  opacity: 0.7;
}
.accordion-button[aria-expanded=true]::after {
  transform: rotate(-135deg);
}

.accordion-collapse {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease;
}
.accordion-body {
  padding: 1rem 1.25rem;
  background-color: #fff;
}
.accordion-body p {
  margin-bottom: 0.75rem;
}
.accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion-body img,
.accordion-body iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  background-color: #000000 !important;
  color: #fff !important;
}

h1, h2, h3, h4, h5, h6, p, a {
  overflow-wrap: break-word;
}

#wrapper {
  overflow: hidden;
}

.hidden {
  position: absolute;
  left: -9999em;
}

.upper-case {
  text-transform: uppercase;
}

.btn-wrapper {
  display: flex;
  justify-content: end;
}
.btn-wrapper .submit-button {
  margin-top: 0;
  margin-bottom: 12px;
}
.btn-wrapper .submit-button + .submit-button {
  margin-left: 5px;
}

.breadcrumb .active {
  margin-left: 10px;
  color: #192024;
}
.breadcrumb .w-container {
  max-width: 1200px;
}

.search-field {
  height: 35px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  padding: 0 15px;
  width: 250px;
  margin-top: 10px;
  color: #666;
}

.search-btn {
  position: absolute;
  top: 16px;
  right: 6px;
  background-color: transparent;
  height: 24px;
  width: 24px;
}
.search-btn img {
  vertical-align: sub;
  max-width: 20px;
}

.navigation-bar .w-container {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.site-logo img {
  display: block;
  max-height: 69px;
  width: auto;
  margin-top: 15px;
}
@media screen and (max-width: 540px) {
  .site-logo img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .site-logo {
    margin-top: -30px;
  }
}
@media screen and (max-width: 400px) {
  .site-logo {
    margin-top: -20px;
  }
}

@media screen and (max-width: 990px) {
  .switcher-response {
    width: 100%;
  }
}

.language-switcher {
  clear: right;
  text-align: right;
}
.language-switcher a {
  display: inline-block;
  vertical-align: top;
}

.lang {
  float: none;
  margin-right: 0;
}
.lang + .lang {
  margin-left: 30px;
}

p {
  line-height: inherit;
}

@media (max-width: 991px) {
  .brand-link {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .global-header {
    position: relative;
  }
  .global-header .w-col {
    position: static;
  }
  .global-header .w-container {
    position: relative;
  }
  .global-header .brand-link {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .global-header .language-switcher {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .w-nav-menu .level-1 > li {
    padding-left: 0;
    padding-right: 0;
  }
  .w-nav-menu .level-1 > li + li {
    padding-left: 20px;
  }
}
.global-search {
  position: relative;
  text-align: right;
  margin-top: 35px;
}
.global-search .text-field {
  float: right;
  margin-right: 80px;
}
.global-search .greenbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 990px) {
  .global-search {
    display: none;
  }
  .global-search.mobile-search {
    display: block;
    width: 100%;
    max-width: 628px;
    margin: 0 auto;
  }
  .global-search.mobile-search .search-field {
    width: 100%;
    margin-top: 0;
  }
  .global-search.mobile-search .search-btn {
    top: 6px;
  }
}

@media screen and (max-width: 990px) {
  .row-reverse {
    display: flex;
    flex-flow: column-reverse;
  }
}

.nav-link {
  background-position: left 14px;
}
.nav-link a {
  position: relative;
  display: block;
  color: #0a4b29;
  text-decoration: none;
  padding: 10px 10px 10px 20px;
  background-position: 4px 13px;
}
.nav-link a:hover, .nav-link a:focus {
  text-decoration: none;
}
.nav-link.active {
  background-color: #FDEFCE;
}
.nav-link.current > a:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid #0a4b29;
}
.nav-link ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
}
.nav-link ul a {
  padding: 6px 10px 6px 30px;
  background-position: 15px 9px;
}

.section {
  text-align: left;
}
.section.padding-bottom-0 {
  padding-bottom: 0;
}

.content {
  line-height: 20px;
  font-size: 16px;
}
.content .utility-page-wrap {
  height: auto;
}
.content .utility-page-wrap h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
}
.content .utility-page-wrap div {
  color: #6a859c;
  font-size: 16px;
}
.content h1, .content .h1 {
  color: #0a4b29;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}
.content h2, .content .h2 {
  margin-top: 40px;
  float: none;
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  font-size: 30px;
  font-weight: 400;
}
.content h3, .content .h3 {
  color: #0a4b29;
  font-weight: 400;
}
.content h4, .content h5, .content h6, .content .h4, .content .h5, .content .h6 {
  margin-top: 20px;
  padding-top: 20px;
  color: #0a4b29;
  font-weight: 400;
}
.content .section-heading {
  margin-top: 0;
}
.content p {
  font-family: Nunito, sans-serif;
  color: #192024;
  font-weight: 400;
}
.content ul {
  color: #333;
}
.content ul li a, .content ol li a {
  line-height: 1.5;
}

table {
  color: #192024;
  font-weight: 400;
}
table th, table td {
  border: 1px solid #aaa;
  padding: 10px;
}
table th {
  font-weight: 700;
}
table ul li a, table ol li a {
  line-height: 1.5;
}

.table-container {
  margin-bottom: 30px;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.row-landing .fixie {
  display: block;
  text-decoration: none;
}

.boxes-3 h2 {
  font-family: Nunito, sans-serif;
  color: #0a4b29;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.boxes-3 h3 {
  -webkit-transition: opacity 200ms ease, color 400ms ease;
  -khtml-transition: opacity 200ms ease, color 400ms ease;
  -moz-transition: opacity 200ms ease, color 400ms ease;
  -ms-transition: opacity 200ms ease, color 400ms ease;
  -o-transition: opacity 200ms ease, color 400ms ease;
  transition: opacity 200ms ease, color 400ms ease;
  margin-top: 0;
  padding-top: 0;
  color: #0a4b29;
  text-decoration: none;
  font-weight: 400;
}
.boxes-3 h3 a {
  text-decoration: none;
  color: #0a4b29;
}
.boxes-3 h3 a:hover {
  color: rgba(0, 140, 255, 0.84);
  text-decoration: none;
}
.boxes-3 p {
  font-family: Nunito, sans-serif;
  color: #192024;
  font-weight: 400;
  text-align: center;
}
.boxes-3 a {
  text-decoration: none;
}

.jumbotron {
  text-align: center;
}
.jumbotron h2 {
  color: #0a4b29;
  font-weight: 400;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.jumbotron p {
  padding-bottom: 20px;
  font-size: 16px;
  font-family: Nunito, sans-serif;
  color: #192024;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}

.w-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.section-title-group h2 {
  color: #0a4b29;
  font-weight: 400;
}

.margin-bottom-75 {
  margin-bottom: 75px;
}

.padding-0 {
  padding: 0;
}

/* Item List */
.w-col.result {
  padding-left: 15px;
}

.contact-us h2 {
  color: #0a4b29;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.contact-us p {
  font-family: Nunito, sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  text-align: center;
  line-height: 26px;
  color: #192024;
}
.landing-header {
  margin-top: 0 !important;
  text-transform: uppercase;
}

.flex-height {
  display: flex;
  flex-wrap: wrap;
}
.flex-height .w-col-4 {
  margin-bottom: 30px;
}
.flex-height .white-box {
  height: 100%;
}

.anouncement {
  padding: 40px;
  margin: 10px 0 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.anouncement h2 {
  text-transform: none;
  margin-bottom: 0;
}
.anouncement p {
  max-width: 730px;
}

/* Mobile Menu */
@media (max-width: 991px) {
  .w-nav-menu {
    padding: 10px;
  }
  .w-nav-menu ul {
    display: none;
  }
  .w-nav-menu > ul {
    display: block;
  }
  .w-nav-menu > ul .current {
    display: block;
  }
  .w-nav-menu > ul ul {
    font-size: 90%;
    margin: 0 10px;
  }
  .w-nav-menu .active > ul {
    display: block;
  }
  .w-nav-menu .level-2 {
    display: none;
  }
}
.mobile-menu a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-family: Nunito, sans-serif;
}

/* Main Menu */
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
  .w-nav-menu > ul {
    display: table;
    width: 100%;
  }
  .w-nav-menu > ul > li {
    display: table-cell;
    padding: 13px 10px 15px;
  }
  .w-nav-menu > ul > li.last {
    padding-right: 0;
  }
  .w-nav-menu > ul ul {
    display: none !important;
  }
  .w-nav-link {
    display: block;
  }
  .navigation-link {
    margin: 0;
  }
}
.footer {
  padding-left: 10px;
  padding-right: 10px;
}
.footer-logos {
  display: flex;
  margin: 0 -5px;
  justify-content: center;
}
.footer-logos .footer-logo {
  height: 100px;
  padding: 0 5px;
  margin-bottom: 30px;
}
.footer-logos .footer-logo img {
  height: 100%;
}
@media (max-width: 1080px) {
  .footer-logos {
    flex-wrap: wrap;
  }
  .footer-logos .footer-logo {
    height: 75px;
  }
}

/* Homepage */
.hp-jumbotron h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Nunito, sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .hp-jumbotron h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-title-group {
    margin-bottom: 15px;
  }
  .hollow-button {
    width: auto;
    min-width: 220px;
    display: inline-block;
  }
}
.contact-template h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  color: #0a4b29;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 16px;
}
.contact-template p {
  font-size: inherit;
}

#sitemap li {
  margin: 10px 0;
}
#sitemap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sitemap ul ul {
  margin-bottom: 10px;
  margin-left: 20px;
}
#sitemap ul ul:last-child {
  margin-bottom: 0;
}
#sitemap a {
  position: relative;
  padding-left: 15px;
}
#sitemap a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #0a4b29;
}
#sitemap .level-1 {
  border: 1px solid #0a4b29;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 20px;
}

@media (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.accounts-section {
  position: relative;
  text-align: center;
}
.accounts-section:before, .accounts-section:after {
  content: "";
  position: absolute;
  border-top: 1px solid #bec3c7;
  background-color: #f7f8f8;
  top: 0;
  bottom: 0;
  width: 100%;
}
.accounts-section img {
  padding-bottom: 20px;
}
.accounts-section:before {
  right: 100%;
}
.accounts-section:after {
  left: 100%;
}
.accounts-section h2 {
  color: #0a4b29;
  font-weight: 400;
  margin-top: 0;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.related-items {
  margin: 30px 0 60px;
  /*.type-box{ width: 100%;}*/
  /*.div-block {
      @include clearfix;
      margin-left: -10px; margin-right: -10px;display:flex;flex-wrap:wrap;
  }

  .row.row-result.white-box {
      float: left;
      width: 33.33333%;
      margin: 0 0 20px;
      padding: 0 10px;
      background-color: transparent;
      border: none;
  }
  .inner{
        background-color: rgba(216,182,111,.2);
        @include clearfix;
        border: 1px solid   rgba(216,182,111,.7);
        border-radius: 5px;
        height:100%;
  }*/
}
.related-items h3, .related-items .h3 {
  margin-top: 0;
  padding-top: 0;
}
.related-items .centered.freenheading.section-heading {
  text-align: left;
}

.home-section-1 {
  background-color: #404047;
  background-image: url("/images/background-vector.png");
  background-position: 50% 50%;
  background-size: 1666px auto;
  border-bottom: 0 none #69b9ff;
  display: block;
  margin-bottom: 0;
  padding-bottom: 70px;
  padding-right: 0;
  padding-top: 70px;
  text-align: center;
}
.home-section-1 .inner-section {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.home-section-1 h1 {
  color: #fff;
  font-family: Nunito, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  margin-bottom: 30px;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(0px, 50px);
  transition: opacity 1000ms ease 0s, transform 1000ms ease 0s;
}
.home-section-1 a {
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  line-height: 21px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transform: translate(0px, 50px);
  transition: background-color 300ms ease 0s, border 300ms ease 0s, color 300ms ease 0s, opacity 1000ms ease 0s, transform 1000ms ease 0s;
}
.home-section-1 a:hover {
  background-color: #f0f0f0;
  border-color: #2e9dff;
  color: #404047;
  font-weight: 600;
}

.sections {
  text-align: center;
}

.each-section {
  margin: 0 15px;
}

.home-boxes {
  text-align: center;
}

.home-box {
  display: inline-block;
  float: none;
  vertical-align: top;
  width: 33.3%;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-box {
    width: 49.9%;
  }
}
@media (max-width: 767px) {
  .home-box {
    margin-bottom: 0;
    width: auto;
  }
  .home-section-1 {
    padding: 30px 10px;
  }
  .home-section-1 h1 {
    font-size: 23px;
  }
  .home-section-1 .hollow-button {
    margin-bottom: 20px;
  }
  .home-section-1 .hollow-button:last-child {
    margin-bottom: 0;
  }
}
.homepage-job-advertisement {
  display: flex;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-family: Nunito, sans-serif;
  background-image: url(../../../images/JobAd.svg);
  height: 270px;
  text-align: center;
}
.homepage-job-advertisement .homepage-margin {
  margin: 3% 2.5%;
}
.homepage-job-advertisement h2 {
  color: #0a4b29 !important;
  font-weight: 400;
  font-size: 30px;
  font-weight: 400;
}
.homepage-job-advertisement p {
  font-family: Nunito, sans-serif;
  color: #192024;
  font-weight: 400;
}
.homepage-job-advertisement .btn {
  height: 100%;
  width: 100%;
}
.homepage-job-advertisement button {
  margin-top: 10px;
  background-color: #0a4b29;
  color: white;
  height: 30%;
  width: 40%;
  border-radius: 5px;
}

.w-container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.report-item {
  line-height: 1.3333333333;
  text-decoration: none;
  color: #192024;
  margin-top: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .report-item {
    display: flex;
  }
}
@media (min-width: 992px) {
  .report-item {
    font-size: 16px;
  }
}

.report-item-image {
  border: 1px solid #F9F9F9;
  flex: 0 0 auto;
  object-fit: cover;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .report-item-image {
    aspect-ratio: 16/9;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .report-item-image {
    width: 278px;
    aspect-ratio: 278/200;
    overflow: hidden;
  }
}
.report-item-image a {
  display: block;
  width: 100%;
}
.report-item-image img {
  display: block;
  width: 100%;
  height: auto;
}

.report-item-content {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
  background-color: #F9F9F9;
  padding: 15px 30px;
}

.report-item-title {
  display: block;
  font-weight: 700;
  color: #0B4B29;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
  transition: ease-in-out 0.1s;
  font-size: 18px;
}
@media (min-width: 992px) {
  .report-item-title {
    font-size: 24px;
  }
}
.report-item-title:hover {
  text-decoration: underline;
}
.report-item-title:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.96 8.99065L0.995802 17L0.995803 -4.37114e-07L10.96 8.99065Z' fill='%230B4B29'/%3E%3C/svg%3E");
}
.report-item-title:after {
  display: block;
  width: 11px;
  height: 17px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.96 8.99065L0.995802 17L0.995803 -4.37114e-07L10.96 8.99065Z' fill='%23E4B962'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6px;
}

.report-item-summary {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.report-item-file-info {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .report-item-file-info {
    display: flex;
  }
}

.report-item-tags {
  position: relative;
}
@media (min-width: 768px) {
  .report-item-tags {
    display: flex;
    margin-left: 12px;
    padding-left: 12px;
  }
  .report-item-tags:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #000000;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .report-item-tags:before {
    top: 3px;
  }
}

.report-item-file-ext {
  font-weight: 700;
}

.report-item-tags {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .report-item-tags {
    margin-top: 0;
  }
}
.report-item-tags .taglink {
  display: inline-block;
  vertical-align: top;
  transition: ease-in-out 0.1s;
  margin-bottom: 6px;
  float: none;
  margin-left: 0;
}
.report-item-tags .taglink:hover {
  background-color: #0a4b29;
  color: #fff;
}
@media (min-width: 768px) {
  .report-item-tags .taglink {
    margin-left: 5px;
  }
}

.report-item-tags-list {
  margin-top: -2px;
}

@media (min-width: 768px) {
  .card-docs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.card-doc {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .card-doc {
    padding-left: 10px;
    padding-right: 10px;
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .card-doc {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .card-doc {
    width: 25%;
  }
}
.card-doc h3 {
  display: block;
  font-weight: 700;
  color: #0B4B29;
  text-decoration: none;
  transition: ease-in-out 0.1s;
  font-size: 18px;
}
@media (min-width: 992px) {
  .card-doc h3 {
    font-size: 24px;
  }
}
.card-doc h3:hover {
  text-decoration: underline;
}
.card-doc h3:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.96 8.99065L0.995802 17L0.995803 -4.37114e-07L10.96 8.99065Z' fill='%230B4B29'/%3E%3C/svg%3E");
}
.card-doc h3:after {
  display: block;
  width: 11px;
  height: 17px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.96 8.99065L0.995802 17L0.995803 -4.37114e-07L10.96 8.99065Z' fill='%23E4B962'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 6px;
}
.card-doc p {
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card-doc p {
    font-size: 16px;
  }
}

.card-doc-image {
  aspect-ratio: 16/9;
  margin-bottom: 16px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .card-doc-image {
    width: 278px;
    aspect-ratio: 278/200;
  }
}
.card-doc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .popular-docs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.popular {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 50px;
}
.popular .popular-title h3 {
  font-family: Nunito, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  color: #0B4B29;
  margin-bottom: 45px;
}
.popular .view-all-reports a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 40px;
  background-color: #0B4B29;
  width: 207px;
  height: 43px;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 10px auto 0;
  border: 1px solid #0B4B29;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
}
.popular .view-all-reports a:hover {
  background-color: #fff;
  color: #0B4B29;
}

.popular-doc {
  margin-bottom: 30px;
  background-color: #F9F9F9;
  border-top: 5px solid #184520;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .popular-doc {
    flex: 0 0 auto;
    width: 50%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .popular-doc {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .popular-doc {
    width: calc(25% - 25px);
  }
}
.popular-doc h2 {
  display: block;
  font-weight: 700;
  color: #0B4B29;
  text-decoration: none;
  transition: ease-in-out 0.1s;
  margin-bottom: 20px;
}
.popular-doc h2 a {
  color: #0B4B29;
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.popular-doc h2 a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .popular-doc h2 {
    font-size: 24px;
  }
}
.popular-doc h2:hover {
  text-decoration: underline;
}
.popular-doc h2:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.96 8.99065L0.995802 17L0.995803 -4.37114e-07L10.96 8.99065Z' fill='%230B4B29'/%3E%3C/svg%3E");
}
.popular-doc h2:after {
  display: block;
  width: 11px;
  height: 17px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.96 8.99065L0.995802 17L0.995803 -4.37114e-07L10.96 8.99065Z' fill='%23E4B962'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15px;
}
.popular-doc ul {
  padding-left: 0;
  list-style: none;
}
.popular-doc ul li {
  list-style: none;
  color: #0B4B29;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 15px;
}
.popular-doc ul li a {
  color: #0B4B29;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}
.popular-doc ul li a:hover {
  text-decoration: underline;
}
.popular-doc p {
  text-align: left;
  color: #0B4B29;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
@media (min-width: 992px) {
  .popular-doc p {
    font-size: 16px;
  }
}
.popular-doc:nth-of-type(2) {
  border-top: 5px solid #7D9149;
}
.popular-doc:nth-of-type(3) {
  border-top: 5px solid #A8B282;
}
.popular-doc:nth-of-type(4) {
  border-top: 5px solid #D38663;
}
.popular-doc:nth-of-type(5) {
  border-top: 5px solid #AA905E;
}
.popular-doc:nth-of-type(6) {
  border-top: 5px solid #B2BAB2;
}
.popular-doc:nth-of-type(7) {
  border-top: 5px solid #6B9599;
}
.popular-doc:nth-of-type(8) {
  border-top: 5px solid #184520;
}
.popular-doc:nth-of-type(9) {
  border-top: 5px solid #184520;
}
.popular-doc:nth-of-type(10) {
  border-top: 5px solid #7D9149;
}
.popular-doc:nth-of-type(11) {
  border-top: 5px solid #A8B282;
}
.popular-doc:nth-of-type(12) {
  border-top: 5px solid #D38663;
}

.navigation-menu .global-nav-item {
  position: relative;
}
.navigation-menu .global-nav-item:hover .sub-nav {
  display: block;
}
.navigation-menu .sub-nav {
  border-radius: 5px;
  border: 1px solid #E4B962;
  list-style-type: none;
  margin: 0;
  padding: 15px;
  top: 100%;
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f7f0e2;
}
.navigation-menu .sub-nav > li + li {
  margin-top: 10px;
}
.navigation-menu .sub-nav > li a {
  color: #0a4b29;
}

.w-widget-map {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.w-widget-map.first-child {
  margin-top: -20px;
}
@media (min-width: 480px) {
  .w-widget-map.first-child {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .w-widget-map.first-child {
    margin-top: -20px;
  }
}

.w-col-9 .w-widget-map {
  left: auto;
  right: auto;
  margin: 0;
  width: 100%;
}
.w-col-9 .w-widget-map.first-child {
  margin-top: 0 !important;
}
