/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

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

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

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

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

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 84px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  padding: 0 84px;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

.dnd-section .row-fluid .vglobal-container{
  width: auto;
  padding: 0;
}

@media (max-width: 991px) {
  .content-wrapper {
    padding: 0 50px;
  }
  
  .dnd-section > .row-fluid {
    padding: 0 50px;
  }

  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 35px;
  }

  .dnd-section > .row-fluid {
    padding: 0 0px;
  }
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section, .content-wrapper--vertical-spacing{
    padding: 20px;
  }
}

@media (max-width: 478px) {
  .content-wrapper {
    padding: 0 20px;
  }

  .dnd-section > .row-fluid {
    padding: 0 0px;
  }
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section, .content-wrapper--vertical-spacing{
    padding: 20px;
  }
}
.body-overflow-hidden {
  overflow: hidden;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face{
  font-family:"Proxima Nova W02 Regular";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596737/080126ae-e200-4700-b590-ebfaa9c0b128.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596737/5925b8b4-739f-44a9-8e90-f06b8097a91e.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Light";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596766/6084ebdf-4040-41f9-b612-c8d0d5f97ec7.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596766/55bc0e6b-fc23-48e1-b3b9-558875134c5a.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Light Italic";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596787/c9cc07de-6cce-4d07-8f67-3c41466079af.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596787/c6cf730f-53dd-45d3-937e-5c0f92306759.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Italic";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596883/e72614f2-3c15-420d-816a-45cd8cb8d465.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596883/806d3aab-8ef7-44d3-8843-7914000a4a6e.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Bold";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596922/1df9aeba-11c6-4ec4-b6eb-1667994d0b6b.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596922/ff543787-fb6c-4f37-8543-1a896cfd5f1f.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Bold Italic";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596959/a5f521f0-8b27-4332-b391-1d4dd5122fb0.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596959/23180296-5860-408f-9e30-2d3879b3796a.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Extrabold";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596979/a05d446f-c467-432a-92fd-228bb7ad73c9.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5596979/41eed443-8ad2-46f3-ac13-a026037a18c2.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Medium Italic";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5597431/1ef000e6-38bb-471c-8b3a-aab41bf5c807.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5597431/3cd8c505-795d-4763-aea9-a7e8b9198168.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Medium";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5597947/67fbab47-bdd1-459b-8706-7d42debe8cb9.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5597947/6da206ab-4f15-41c4-b18d-5d669585c833.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Extrabold It";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5598059/3a9ea036-7577-47db-8cd5-a2fa6e30b843.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5598059/6b5dbc7d-3d45-4055-9853-faebba38331e.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Black";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5598082/ef430219-92ff-41b1-99fa-5574527341a9.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5598082/36c3a0f6-237f-4c5d-9d3c-8c39b718f8e1.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Black Italic";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5598112/f11c8722-df0d-48b9-9010-54cc27e76564.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5598112/d9c86326-55dd-4de9-b968-9d64a7e80d3c.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Thin";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738873/51c16e04-0ebc-4379-bb95-63a89c938aa6.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738873/cd15575c-e654-4969-ac25-f7b1ed1a6e7a.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Thin Italic";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738892/38d9d820-6910-4ef9-9165-ee53a42e9a47.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738892/4690b402-795b-4731-88fc-3c99f5d801a7.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Semibold";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738927/dc21dba2-7c87-4f7f-8750-b16c3fa919fb.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738927/18a42fd4-6ca7-4d95-b61b-4f1aa67f608c.woff") format("woff");
}
@font-face{
  font-family:"Proxima Nova W02 Semibold It";
  src:url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738945/3182188a-1141-464c-b1b1-c9eccb3134ad.woff2") format("woff2"),url("https://465429.fs1.hubspotusercontent-na1.net/hubfs/465429/raw_assets/public/venn-theme/Fonts/5738945/a30f5eb4-cc71-4e8a-8628-edc817c42bf1.woff") format("woff");
}

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

.color-white {
  color: #fff;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

.vGlobal-button {
  display: inline-block;
}

.vGlobal-button:hover,
.vGlobal-button:focus {
  text-decoration: none;
  box-shadow: 2px 1px 8px 0px rgba(16, 24, 32, 0.2);
}

.vGlobal-button:active {
  text-decoration: none;
}

.vglobal-buttonprimary {
    display: inline-block;
    height: 46px;
    padding-right: 22px;
    padding-left: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-radius: 10px;
    background-color: #ff8f1c;
    font-family: 'Proxima Nova W02 Bold',sans-serif;
    color: #101820;
    font-size: 18px;
    letter-spacing: .36px;
    text-decoration: none;
    box-sizing: border-box !important;
}

body a.vglobal-buttonprimary, body a.buttonsecondary{
  box-sizing: border-box !important;
}

.vglobal-buttonprimary:hover {
  background-color: #ffc56e;
  text-decoration: none;
}

.vglobal-buttonprimary:active {
  background-color: #ea7700;
}

.vglobal-buttonprimarytext {
  margin-right: 8px;
  margin-bottom: -2px;
}

.vglobal-buttonprimarycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1919px) {
  .header .vglobal-buttonprimary {
    height: 62px;
    font-size: 18px;
    letter-spacing: .36px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 15px;
    font-size: 22px;
  }
}

.vglobal-buttonprimary, .vglobal-buttonsecondary, .vglobal-buttontertiary {
	 transition: all 200ms;
}
 .vglobal-buttonprimary svg, .vglobal-buttonsecondary svg, .vglobal-buttontertiary svg {
	 transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .vglobal-buttonprimary svg path.line, .vglobal-buttonsecondary svg path.line, .vglobal-buttontertiary svg path.line {
	 opacity: 0;
	 transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .vglobal-buttonprimary:hover svg, .vglobal-buttonsecondary:hover svg, .vglobal-buttontertiary:hover svg, .vglobal-buttonprimary:active svg, .vglobal-buttonsecondary:active svg, .vglobal-buttontertiary:active svg {
	 transform: translateX(3px);
}
 .vglobal-buttonprimary:hover svg path.line, .vglobal-buttonsecondary:hover svg path.line, .vglobal-buttontertiary:hover svg path.line, .vglobal-buttonprimary:active svg path.line, .vglobal-buttonsecondary:active svg path.line, .vglobal-buttontertiary:active svg path.line {
	 opacity: 1;
}
 .vglobal-buttonprimary svg path.line {
	 stroke: #101820;
}
 .vglobal-buttonprimary svg path.arrow {
	 stroke: #101820;
}
 .vglobal-buttonsecondary svg path.line {
	 stroke: #0057b7;
}
 .vglobal-buttonsecondary svg path.arrow {
	 stroke: #0057b7;
}
 .vglobal-buttonsecondary:hover svg path.line, .vglobal-buttonsecondary:active svg path.line {
	 stroke: #fff;
}
 .vglobal-buttonsecondary:hover svg path.arrow, .vglobal-buttonsecondary:active svg path.arrow {
	 stroke: #fff;
}
 .vglobal-buttontertiary svg path.line {
	 stroke: #0057b7;
}
 .vglobal-buttontertiary svg path.arrow {
	 stroke: #0057b7;
}

.vglobal-buttonsecondary, .hs-button.primary {
  display: inline-block;
  height: 46px;
  padding-right: 22px;
  padding-left: 22px;
  border-style: solid;
  border-width: 2px;
  border-color: #0057b7;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'Proxima Nova W02 Bold', sans-serif;
  color: #0057b7;
  font-size: 18px;
  letter-spacing: 0.36px;
  text-decoration: none;
  line-height: 42px;
  padding: 0 22px;
  box-sizing: border-box !important;
}

.vglobal-buttonsecondary:hover, .hs-button.primary:hover {
  background-color: #0057b7;
  color: #fff;
  text-decoration: none;
  border-color: #0057b7;
}

.vglobal-buttonsecondary:active, .hs-button.primary:active {
  border-color: #004898;
  background-color: #004898;
}

.vglobal-buttonsecondarycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vglobal-buttonsecondarytext {
  margin-right: 8px;
}

.vglobal-buttonarrowembed {
  margin-bottom: -2px;
}

.vglobal-link h4.vglobal-linkname {
	 color: #0057b7;
	 font-size: 16px;
	 line-height: 24px;
}
 .vglobal-link svg {
	 transition: transform 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .vglobal-link svg path.line {
	 stroke: #101820;
	 opacity: 0;
	 transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
 .vglobal-link svg path.arrow {
	 stroke: #0057b7;
}
 .vglobal-link:hover h4.vglobal-linkname, .vglobal-link:active h4.vglobal-linkname {
	 color: #000;
}
 .vglobal-link:hover svg, .vglobal-link:active svg {
	 transform: translateX(3px);
}
 .vglobal-link:hover svg path.line, .vglobal-link:active svg path.line {
	 opacity: 1;
}
 .vglobal-link:hover svg path.arrow, .vglobal-link:active svg path.arrow {
	 stroke: #101820;
}
 .vglobal-link:active h4.vglobal-linkname {
	 text-decoration: underline;
}

@media screen and (min-width: 1920px) {
  .vglobal-buttonprimary {
    height: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 15px;
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}

@media screen and (max-width: 767px) {
  .vglobal-buttonprimary {
    height: 38px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }
}

@media screen and (min-width: 1920px) {
  .vglobal-buttonsecondary {
    height: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-width: 3px;
    border-radius: 15px;
    font-size: 22px;
    letter-spacing: 0.44px;
  }
}

@media screen and (max-width: 767px) {
  .vglobal-buttonsecondary, .hs-button.primary {
    height: 38px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }

  .vglobal-buttonsecondarytext {
    margin-right: 6px;
  }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 1.875rem;
  margin-bottom: 0.2rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 1rem;
  padding: 0.6rem;
  width: 100%;
  background-color: #dbe2e9;
  height: 48px;
}



form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ef3340;
}

.hs-input.invalid.error {
  border-color: transparent;
  background-color: rgba(239,51,64, 0.1);
}

.hs-error-msg {
  color: #ef3340;
  margin-top: 0;
  font-size: 14px;
  line-height: 16px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_recaptcha{
  display: flex;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.vheadernav-menu {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.vheadernav-dropdownleftpart {
  width: 60%;
  padding: 36px 36px 16px 0px;
  background-color: #fff;
}

.vheadernav-dropdownleftpart.vheadernavsolutions-dropdownleftpart {
  width: 50%;
}

.h3.v-headernav-menuitemtitle {
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #dbe2e9;
}

.vheadernav-boxshadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 100%;
  height: 80px;
  box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.16);
}

.vheadernav-bgcolorright {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #edf0f4;
}

.vheadernav-bgcolorright.vheadernavsolutions-bgcolorright {
  background-color: #fff;
}

.vglobal-arrowembed {
  margin-bottom: -2px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #0057b7;
  text-decoration: none;
}

.vglobal-arrowembed:active {
  color: #101820;
  text-decoration: underline;
}

.vglobal-buttonprimary {
  display: inline-block;
  height: 46px;
  padding-right: 22px;
  padding-left: 22px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 10px;
  background-color: #ff8f1c;
  color: #101820;
  font-size: 18px;
  letter-spacing: 0.36px;
  text-decoration: none;
}

.vglobal-buttonprimary:hover {
  background-color: #ffc56e;
}

.vglobal-buttonprimary:active {
  background-color: #ea7700;
}

.vglobal-buttonprimarytext {
  margin-right: 8px;
  margin-bottom: -2px;
}

.vheadernav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
}

.vglobal-buttonprimarycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vheadernav-navlink {
  display: inline-block;
  height: 40px;
  padding-right: 14px;
  padding-left: 14px;
  color: #0057b7;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
}

.vheadernav-navlink:hover {
  color: #101820;
  text-decoration: none;
}

.vheadernav-navlink:active {
  text-decoration: underline;
}

.vheadernav-navlinkslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vheadernav-navlinkcontainer {
  position: relative;
  z-index: 3;
}

.vheadernav-banner {
  position: relative;
  background-color: #0057b7;
}

.vglobal-container {
  z-index: 2;
  max-width: 1848px;
  padding-right: 84px;
  padding-left: 84px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.vglobal-container.vheadernav-dropdowncontent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.vgobalexternalstyle {
  display: none;
}

.vheadernav-dropdownrightpart {
  width: 40%;
  padding: 36px 0px 36px 36px;
  background-color: #edf0f4;
}

.vheadernav-dropdownrightpart.vheadernavsolutions-dropdownrightpart {
  width: 50%;
  background-color: #fff;
}

.vheadernav-menuinnercontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vheadernav-buttoncontainer {
  position: relative;
  z-index: 3;
}

.vheadernav-dropdownlist {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.vglobal-buttonarrowembed {
  margin-bottom: -2px;
}

.vheadernav-bannermessage {
  margin-bottom: 0px;
  font-size: 16px;
}

.vheadernav-brand {
  position: relative;
  z-index: 3;
  width: 154px;
}

.vheadernav-brand img{
  display: block;
}

.vheadernav-mobile-menubuttonscontainer {
  display: none;
}

.vheaderrnav-bannerinnercontianer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.vglobal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.vheadernav-mobile-menuicon {
  display: none;
}

.vheadernav-dropdowngridtitle {
  display: none;
  color: #8a8e93;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
}

.vheadernav-navlinkscontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vglobal-linkname {
  margin-top: 0px;
  margin-right: 6px;
  margin-bottom: 0px;
}

.vheadernav-bgcolorleft {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.vheadernav-mobile-dropdownicon {
  display: none;
}

.vheadernav-dropdown {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.vheadernav-navlink {
  display: inline-block;
  height: 40px;
  padding-right: 14px;
  padding-left: 14px;
  font-family: 'Proxima Nova W02 Semibold', sans-serif;
  color: #0057b7;
  font-size: 14px;
  line-height: 42px;
  text-decoration: none;
}

.vheadernav-navlink:hover {
  color: #101820;
  text-decoration: none;
}

.vheadernav-navlink:active {
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .vglobal-container {
    width: 1280px;
  }

  .vheadernav-newfeaturecontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .h3 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 40px;
  }

  .h3.v-headernav-menuitemtitle {
    padding-bottom: 12px;
  }

  .vheadernav-boxshadow {
    height: 120px;
  }

  .vglobal-arrowembed {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .vglobal-buttonprimary {
    height: 67px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 15px;
    font-size: 22px;
    letter-spacing: 0.44px;
  }

  .vheadernav-navlink {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 18px;
  }

  .vglobal-container {
    width: auto;
  }

  .vheadernav-menuinnercontainer {
    height: 120px;
  }

  .vglobal-buttonarrowembed {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .vheadernav-bannermessage {
    font-size: 22px;
  }

  .vheadernav-brand {
    width: 232px;
  }

  .vheaderrnav-bannerinnercontianer {
    height: 60px;
  }

  .vglobal-linkname {
    margin-right: 8px;
  }

  .v-vennlogo {
    width: 232px;
  }

  .vheadernav-dropdown {
    top: 120px;
  }
}

@media screen and (max-width: 991px) {
  .vheadernav-menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  }

  .vheadernav-dropdownleftpart {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .vheadernav-dropdownleftpart.vheadernavsolutions-dropdownleftpart {
    width: 100%;
  }

  .h3.v-headernav-menuitemtitle {
    display: none;
  }

  .vheadernav-boxshadow {
    height: 65px;
  }

  .vheadernav-bgcolorright {
    display: none;
  }

  .vheadernav-mobile-menuicon-open {
    display: block;
    height: 20px;
  }

  .vheadernav-navlink {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 20px 50px;
    font-size: 22px;
    line-height: 30px;
  }

  .vheadernav-navlink:hover {
    color: #0057b7;
    text-decoration: none;
  }

  .vheadernav-navlinkslist {
    display: block;
    overflow: auto;
    width: 100%;
    padding-bottom: 100px;
  }

  .vheadernav-navlinkcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .vheadernav-banner {
    display: none;
  }

  .vglobal-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .vglobal-container.vheadernav-mobile-menubuttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: right;
    -ms-flex-pack: justify;
    justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vglobal-container.vheadernav-dropdowncontent.vheadernavsolutions-dropdowncontent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vheadernav-dropdownrightpart {
    display: none;
  }

  .vheadernav-dropdownrightpart.vheadernavsolutions-dropdownrightpart {
    display: block;
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
  }

  .vheadernav-menuinnercontainer {
    height: 65px;
  }

  .vheadernav-buttoncontainer {
    display: none;
  }

  .vheadernav-dropdownlist {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .vheadernav-brand {
    position: relative;
    z-index: 3;
    width: 132px;
  }

  .vheadernav-mobile-menubuttonscontainer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    height: 100px;
    background-color: #edf0f4;
  }

  .vheadernav-mobile-menuicon-close {
    display: none;
    height: 20px;
  }

  ._100vh-webkit-fix {
    display: none;
  }

  .vheadernav-mobile-menuicon {
    position: relative;
    right: -20px;
    z-index: 2;
    display: block;
    padding: 20px;
    cursor: pointer;
  }

  .vheadernav-dropdowngridtitle {
    display: block;
  }

  .vheadernav-navlinkscontainer {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 0vh;
    padding-top: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }

  .vheadernav-bgcolorleft {
    display: none;
  }

  .vheadernav-mobile-dropdownicon {
    position: absolute;
    top: 25px;
    right: 55px;
    z-index: 1;
    display: block;
    width: 10px;
  }

  .vheadernav-dropdown {
    position: static;
    overflow: hidden;
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 23px;
    line-height: 30px;
  }

  .vglobal-buttonprimary {
    height: 38px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 0.3px;
  }

  .vglobal-buttonprimarytext {
    margin-right: 6px;
  }

  .vheadernav-navlink {
    padding-right: 0;
    padding-left: 0;
    margin-left: 35px;
    margin-right: 35px;
    border-bottom: 1px solid #edf0f4;
  }

  .vglobal-container {
    padding-right: 35px;
    padding-left: 35px;
  }

  .vglobal-buttonarrowembed {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .vglobal-linkname {
    margin-right: 4px;
  }

  .vheadernav-mobile-dropdownicon {
    right: 40px;
  }
}

@media screen and (max-width: 479px) {
  .vheadernav-navlink {
    margin-left: 20px;
    margin-right: 20px;
  }

  .vglobal-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vheadernav-mobile-menuicon {
    right: -10px;
  }

  .vheadernav-mobile-dropdownicon {
    right: 35px;
  }
}

.vheadernav .vheaderrnav-bannerinnercontianer {
	 max-height: 40px;
	 transition: max-height 0.3s;
	 overflow: hidden;
}
 .vheadernav .vheaderrnav-bannerinnercontianer.hidden {
	 max-height: 0;
}
 .vheadernav .vheadernav-navlinkitem .vheadernav-dropdown {
	 opacity: 1;
	 z-index: 1;
	 max-height: 0;
	 transition: max-height 0.3s cubic-bezier(0, 0, 0.16, 0.96);
	 overflow: hidden;
}
 .vheadernav .vheadernav-navlinkitem .vheadernav-dropdown .vheadernav-newfeaturetitle {
	 text-transform: uppercase;
}
 .vheadernav .vheadernav-navlinkitem.open .vheadernav-dropdown {
	 max-height: 400px;
}
 .vheadernav .vheadernav-navlinkitem.hidden .vheadernav-dropdown {
	 opacity: 0;
	 z-index: 0;
	 pointer-events: none;
}
 .vheadernav .vglobal-buttonprimary {
	 height: 40px;
	 font-size: 14px;
	 letter-spacing: 0.28px;
}
 .vheadernav .vglobal-buttonprimary .vglobal-buttonarrowembed {
	 margin-bottom: -4px;
}
 @media screen and (max-width: 991px) {
	 .vheadernav .vheadernav-mobile-menuicon-open {
		 display: block;
	}
	 .vheadernav .vheadernav-mobile-menuicon-close {
		 display: none;
	}
	 .vheadernav .vheadernav-navlinkscontainer {
		 height: 0vh;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem .vheadernav-navlinkcontainer .vheadernav-mobile-dropdownicon {
		 transform: rotate(90deg);
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem .vheadernav-dropdown {
		 display: block;
		 max-height: 1px;
		 transition: max-height 0.3s cubic-bezier(0, 0, 0.16, 0.96);
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem .vheadernav-dropdown .vheadernav-dropdownleftpart {
		 border-top: 1px solid #edf0f4;
		 border-bottom: none;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem .vheadernav-dropdown .vheadernav-dropdownleftpart .vheadernav-dropdowngridtitle {
		 margin: 20px 0 0;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem .vheadernav-dropdown .vheadernav-dropdownleftpart .vheadernav-dropdowngrid {
		 margin-bottom: 0;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-navlinkcontainer {
		 background-color: #edf0f4;
		 margin-top: -1px;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-navlinkcontainer .vheadernav-mobile-dropdownicon {
		 transform: rotate(-90deg);
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown {
		 max-height: 340px;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown .vheadernav-dropdownleftpart {
		 padding-bottom: 20px;
		 border-top: none;
		 border-bottom: 1px solid #edf0f4;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown#vHeaderNavSolutionsDropdown {
		 max-height: 600px;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown#vHeaderNavSolutionsDropdown .vheadernav-dropdownleftpart {
		 border-bottom: none;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown#vHeaderNavSolutionsDropdown .vheadernav-dropdownrightpart {
		 padding-bottom: 20px;
		 border-bottom: 1px solid #edf0f4;
	}
	 .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown#vHeaderNavMspPartnersDropdown, .vheadernav .vheadernav-navlinkscontainer .vheadernav-navlinkitem.open .vheadernav-dropdown#vHeaderNavHelpCenterDropdown {
		 max-height: 80px;
	}
	 .vheadernav .vheadernav-mobile-menubuttonscontainer {
		 display: none;
	}
	 .vheadernav.open .vheadernav-mobile-menuicon-open {
		 display: none;
	}
	 .vheadernav.open .vheadernav-mobile-menuicon-close {
		 display: block;
	}
	 .vheadernav.open .vheadernav-navlinkscontainer {
		 height: 100vh;
	}
	 .vheadernav.open .vheadernav-mobile-menubuttonscontainer {
		 display: flex;
		 align-items: center;
	}
}
 @media screen and (max-width: 1058px) and (min-width: 992px) {
	 .vheadernav .vheadernav-navlink {
		 padding: 0 10px;
	}
	 .vheadernav .vglobal-buttonprimary {
		 padding: 0 14px;
	}
}
 @media screen and (min-width: 1919px) {
	 .vheadernav .vheaderrnav-bannerinnercontianer {
		 max-height: 60px;
	}
	 .vheadernav .vglobal-buttonprimary {
		 height: 62px;
		 font-size: 18px;
		 letter-spacing: 0.36px;
	}
	 .vheadernav .vglobal-buttonprimary .vglobal-buttonarrowembed {
		 margin-bottom: -2px;
	}
}
.footer.footer-static p, .footer.footer-static p a{
  color: #ffffff;
  font-size: 14px;
}

.footer .span3 img{
  width: 100%;
}

.footer .span9{
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.footer .span9 p{
  margin-right: 40px;
}

.footer .span9 .social-links a{
  margin-right: 24px;
}

.footer .row-fluid-wrapper.dnd-section{
  padding: 50px 20px 20px;
}

.footer .policy-terms a{
  margin-right: 40px;
}

@media (max-width: 1919px) {
  .footer .span3 img{
    width: 150px !important;
  }
  
  .footer .span9{
    padding-top: 12px;
  }
}

@media (max-width: 1279px) {
  .footer .policy-terms a{
    margin-right: 0;
  }
  .footer .row-fluid .span3{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer .span9{
    justify-content: space-between;
    margin-left: 0;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .footer .span9 p{
    order: 3;
  }

  .footer .span9 .policy-terms{
    width: 66%;
    display: flex;
    margin-bottom: 0;
    order: 1;
  }

  .footer .span9 .social-links{
    order: 2;
  }

  .footer .span9 .policy-terms a{
    width: 50%;
  }

  .footer .span9 .policy-terms a:nth-child(2){
    text-align: center;
  }

}

@media (max-width: 767px) {
  .footer .span9 .policy-terms{
    width: 50%;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .footer .span9 .social-links{
    padding-top: 4px;
  }

  .footer .span9 .policy-terms a{
    width: 100%;
  }

  .footer .span9 .policy-terms a:nth-child(2){
    text-align: left;
  }

}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}