





*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}


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





/* 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: 28px;
    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: 28px;
        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: 28px;
        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 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 40px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

/* General  */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
  overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
      flex-direction: column;
    }

    .dnd-section .widget-type-cell {
      padding-left: 0px;
      padding-right: 0px;
    }
}






html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  overflow-x: hidden;
  word-break: break-word;
}

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

p {
  color: #051F46;
  font-family: Lato, serif;
  font-weight: 400;
  line-height: 1.44;
}

h1,
h2,
h3,
h4 {
  color: #051F46;
  font-family: Teko, sans-serif;
  margin: 10px 0;
}

h5,
h6 {
  color: #051F46;
  font-family: Teko, sans-serif;
  margin: 0;
}

h1 {
  font-size: 5rem;
  font-weight: 700;
}

h2 {
  font-size: 3.75rem;
  font-weight: 700;
}

h3 {
  font-size: 1.875rem;
  font-weight: 700;
}

h4 {
  font-size: 1.625rem;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  color: #9EA1A6;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a {
  color: #ff5e14;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

blockquote {
  font-weight: 600;
  margin: 10px 0;
}

ul,
ol {
  color: #051F46;
  font-weight: 300;
}

li {
  margin: 35px 0;
}

blockquote {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}


/* Primary Button */

button,
.button,
.hs-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  text-align: center;
  font-family: Lato, serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 36px;
  letter-spacing: 0.05rem;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  background-color: #FF5E14;
  border: none;
  white-space: normal;
  line-height: 1.5;
  fill: #ffffff;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #d73600;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:active,
.button:active {
  background-color: #d73600;
}

/* Secondary Buttons */
.button.button--secondary {
  font-weight: normal;
  text-decoration: none;
  color: #FF5E14;
  background-color: transparent;
  border: 1px solid #FF5E14; 
  fill: #FF5E14;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #FF5E14; 
  color: #FFFFFF;
  background-color: #FF5E14;
  box-shadow: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  color: #FF5E14;
  font-size: 1rem;
  font-style: normal;
  fill: #FF5E14;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after {
  background-color: #FF5E14;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #FF5E14;
  box-shadow: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #FF5E14;
  box-shadow: none;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 12px 36px;
}

/* Button Icons */

.button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}


form.hs-form {
  font-family: sans-serif;
  background-color: #DEE2E5;
  padding: 20px;
}

h3.form-title {
  background-color: #051f46;
  color: #FFFFFF;
  font-size: 1.9rem;
  border-bottom: 2px solid #ff5e14;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
}

form.hs-form .hs-button {
  display: block;
  width: 100%;
}

.hs-form label,
.hs-form-field > label {
  font-size: .85rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Lato, serif;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: none;
  font-family: Lato, serif;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #3D3D3D;
}

.hs-input::-webkit-input-placeholder {
  color: #3D3D3D;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin: 0;
}

.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}

.inputs-list:first-child {
  padding-top: 6px;
}

.inputs-list > li + li {
  padding-top: 2px;
}

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

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
}

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }

  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }

  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }

}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-top: 0 !important;
}


table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}





/* Header */
.header {
  padding: 0.75rem 0;
  position: relative;
}

.header__logo h1 {
  font-size: 42px;
}

.header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .header__logo img {
    max-width: 250px !important;
    height: auto;
    padding: 20px;
  }
}

.submenu,
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: inherit;
  font-weight: 600;
}

.menu-item,
.menu-item li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .menu-item {
      display: block;
  }
}

.menu-link {
  color: inherit;
  text-decoration: none;
}

.menu-link.button--primary {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
}

.navigation-primary {
  display: flex;
  align-items: center;
}

.menu-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.header .button--primary {
  margin: 0;
  color: white;
}

/* Main navigation */

.header .header__menu {
  margin-left: auto;
}

.header .navigation-primary .submenu.level-1 > .menu-item {
  display: inline-block;
}

/* Typography */

.navigation-primary .submenu.level-1 > li {
  margin: 0;
  padding: 1rem 2rem 1rem 0;
}

.navigation-primary .submenu.level-1 > li > a,
.header__language-switcher-label-current {
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #051f46;
  letter-spacing: .1em;
}

/* Dropdown Caret */

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  left: 4px;
  top: 8px;
  border: 8px solid transparent;
  border-top-color: #ff5e14;
}

.header__language-switcher-label-current:after {
  content: '';
  top: 6px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  bottom: -3px;
  right: -6px;
}

.header__language-switcher-label-current:before {
  z-index: 1;
  bottom: 7px;
  right: -2px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: 0px;
  border: 8px solid transparent;
  border-bottom-color: #ff5e14;
}

.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: -4px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  top: -3px;
}

.header__language-switcher:hover .header__language-switcher-label-current:before {
  top: 9px;
}

.header .navigation-primary .submenu.level-2,
.header .navigation-primary .submenu.level-3 {
  width: 200px;
  border: none;
  border-radius: 0;
  border-top: 4px solid #ff5e14;
  transition: visibility 0s, opacity 0.3s;
  padding: 0;
}

.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item {
  display: list-item;
  position: relative;
  padding: 0;
  border-bottom: none;
}

.header .navigation-primary .submenu.level-2 > .menu-item a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item a.menu-link {
  color: #1F2E43;
  padding: 10px 20px;
  background-color: #ffffff;
  position: relative;
}

.header .navigation-primary .submenu.level-1 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-branch,
.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-3 > .menu-item > a.menu-link.active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #ff5e14;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
  border-left-color: #ff5e14;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 8px;
  border: 4px solid transparent;
  border-left-color: #ffffff;
}

.header .navigation-primary ul.submenu.level-3 {
  position: absolute;
  top: 0
}

/* Header no navigation */

.header__no-navigation .header__container {
  justify-content: center;
}

/* Mobile */

@media screen and (max-width: 1200px) {
  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-right: 10px;
  }

  .header .navigation-primary .submenu {
    background-color: #fff;
  }

  .header .navigation-primary .submenu.level-1 {
    z-index: 1;
  }

  .header .navigation-primary ul.submenu.level-3 {
    position: static;
  }

  .header .navigation-primary .submenu > .has-submenu .menu-link {
    width: fit-content;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu > .menu-arrow {
    display: block !important;
  }

  .header .navigation-primary .submenu > li.menu-item,
  .header .navigation-primary .submenu.level-1 > li.menu-item {
    border-top: none;
    padding: 20px 0;
  }

  .header .navigation-primary .submenu .menu-arrow-bg {
    visibility: hidden;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow{
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    top: 30px;
    padding: 0;
    border: 8px solid transparent;
    border-top-color: #ff5e14;
    border-bottom-color: transparent;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    content: '';
    top: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    bottom: -3px;
    right: -6px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow {
    top: 15px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    border-top-color: #ffffff;
    border-bottom-color: transparent;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"]:checked ~ .menu-arrow {
    transform: rotateX(180deg);
  }

  .header .navigation-primary .submenu.level-2,
  .header .navigation-primary .submenu.level-3 {
    width: auto;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link {
    color: initial;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
    content: none;
  }

}


/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 20px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border: none;
  border-radius: 0;
  border-top: 4px solid #ff5e14;
  transition: visibility 0s, opacity 0.3s;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
  background-color: #ffffff;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  padding: 5px 10px !important;
  font-size: 1rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

.header__language-switcher .lang_list_class li:hover {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #ff5e14;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: flex;
  position: relative;
}

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

@media(max-width: 1200px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: transparent;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}



/* Footer */

.footer {
  background-color: #F2F4F6;
  color: #051F46;
  padding-top: 20px;
}

.footer.footer__no-navigation {
  background-color: #FFFFFF;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}

.footer__row--info {
  border-top: 2px solid lightgray;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__info,
.footer__site-map,
.footer__form {
  padding: 0 20px;
}

.footer__form__title {
  font-weight: 600;
}

.footer__form__input {
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 25px;
  border: none;
  margin-right: 5px;
}

.footer__info__logo {
  margin-bottom: 20px;
}

.footer__info__address {
  line-height: 1.5;
  margin-bottom: 20px;
}

.footer__form .button--primary {
  margin-top: 10px;
  padding: 10px 30px;
}

.footer__site-map {
  display: flex;
}

.footer__site-map__section {
  margin: 0 20px;
}

.footer__site-map__section h4,
.footer__site-map__section h4,
.footer__site-map__section h4 {
  font-family: Lato, serif;
  font-size: 0.875rem;
  margin: 0;
  font-weight: 700;
  line-height: 10px;
}

.footer__site-map__category{
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}

.footer__site-map__category {
  color: #051F46;
  font-weight: 600;
}

.footer__site-map__section ul,
.footer__site-map__section ul,
.footer__site-map__section ul {
  list-style-type: none;
  padding: 0;
}

.footer__site-map__section li,
.footer__site-map__section li,
.footer__site-map__section li {
  margin: 0;
  padding-bottom: 10px;
}

.footer__site-map__section a,
.footer__site-map__section a,
.footer__site-map__section a {
  text-decoration: none;
  color: #051F46;
  font-weight: 400;
}

.footer__site-map__link {
  color: #051F46;
}

.footer__copyright {
  opacity: 0.4;
}

/* Landing Page Footer  */

.footer-landing-page {
  text-align: center;
  opacity: 0.4;
  padding: 20px 0;
  border-top: 1px solid #E9EFF5;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .footer__row,
  .footer__site-map {
      display: block;
      text-align: center;
  }
}






/* Blog Styles  */

.blog-hero {
  background-image: url('//cdn2.hubspotqa.com/hubfs/101677409/raw_assets/public/Barricade_theme/images/hero-internal.png');
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.blog-hero__title {
  color: white;
  padding: 100px 0;
}

/* Blog Navigation */

.blog-navigation {
  margin-top: -30px;
  background-color: #ffffff;
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1); 
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
}

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

.blog-navigation__tag-filter form {
  background-color: #F2F4F6;
  padding: 30px;
  color: #051F46;
  border: none;
}

#blog-filter__category {
  border: none;
  background-color: #F2F4F6;
  color: #051F46;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation .content-wrapper {
    display: block;
    padding: 0;
    text-align: center;
  }
  
  .blog-navigation__search form {
      margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='22px' viewBox='0 0 25 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Blog' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Construction---Blog---2-col' transform='translate(-1085.000000, -388.000000)'%3E%3Cg id='hero' transform='translate(0.000000, 105.000000)'%3E%3Cg id='Group-5' transform='translate(1086.000000, 284.000000)'%3E%3Ccircle id='Oval' stroke='%231F2E43' cx='5.33333333' cy='5.33333333' r='5.33333333'%3E%3C/circle%3E%3Cline x1='9.47691329' y1='8.66666667' x2='16' y2='13.2736132' id='Path-3' stroke='%23051F46'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  padding: 0.75rem 2.25rem;
  color: #051F46;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-header{
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #F2F4F6;
}

.blog-index__post {
  margin: 75px 0;
  display: flex;
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1); 
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  border-bottom: 4px solid #ff5e14
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 0;
  }
}

.blog-index__post-content {
  padding: 30px 50px;
}

h3.blog-index__post-content__title {
  margin: 20px 0 0 0;
} 

.blog-index__post-content__title a {
  text-decoration: none;
  color: inherit;
}

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  margin-right: 20px;
}

.blog-author__image img {
  height: 100%;
  width: auto;
}

.blog-author__name h5 {
  margin: 10px 0;
}

.blog-index__tag-header {
  margin-top: 80px;
}

.blog-tags {
  margin-bottom: 20px;
}

.blog-tag {
  text-decoration: none;
  font-weight: 300;
}
.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  flex-grow: 1;
  padding-top: 20px;
  margin: 20px 0;
  border-top: 2px solid #E7EBEF;
}

.blog-summary h1,
.blog-summary h2,
.blog-summary h3,
.blog-summary h4,
.blog-summary h5,
.blog-summary h6,
.blog-summary p {
  font-size: 16px !important;
  margin: 0;
  line-height: 1.5;
}

.blog-pagination {
  margin: 100px 0 50px 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 10px;
  color: #9EA1A6;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

a.blog-pagination__link--active {
  background-color: #051F46;
  color: #ffffff;
}

.blog-pagination .blog-pagination__prev-link--disabled,
.blog-pagination .blog-pagination__next-link--disabled {
  color: #D0D0D0;
  cursor: default;
  pointer-events: none;
}

.blog-cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  border-radius: 10px;
  padding: 30px 50px;
}

.blog-cta__text {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .blog-cta__text {
    width: 100%;
  }
}

.blog-cta__text h2,
.blog-cta__text p {
  color: white;
}
.blog-cta__text .button--primary {
  margin-top: 20px;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1); 
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  display: block;
  border-bottom: 4px solid #ff5e14;
  margin-bottom: 20px;
}

.blog-index--2-col__post-content {
  padding: 10px 40px 50px 40px;
  display: flex;
  flex-direction: column;
}

.blog-post__tags {
  padding: 20px 0;
}

.blog-index--2-col__post-content__title {
  margin: 20px 0 0 0;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: inherit;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 0 20px;
  }
}

a.back-to-blog {
  text-decoration: none;
  font-weight: 700;
}

a.back-to-blog:hover {
  font-weight: 700;
}

.blog-post__tag {
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  height: 420px;
  width: 100%;
  position: relative;
  margin: 35px 0;
}

.blog-post__social-sharing .share-title {
  display: none;
}

.blog-post__social-sharing .social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #19CCA3;
}

.blog-post__social-sharing .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-post__social-sharing .social-links__icon {
  width: 30px;
  height: 30px;
  margin: 20px 10px 10px 0;
  background-color: #F2F4F6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-post__social-sharing .social-links__icon svg {
  height: 15px;
  fill: #ff5e14;
}

@media screen and (min-width: 1300px) {
  
  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 2rem;
  }
}

@media screen and (min-width: 1024px) {

  .blog-post__social-sharing {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 2rem;
  }

  .blog-post__social-sharing .share-title {
    display: block;
  }

  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing .social-links__icon {
    margin: 10px 0;
  }
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
  line-height: 24px;
}

.blog-post__comments-listing {
  margin: 3rem 0;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {  
  background-color: #F2F4F6;
  padding: 20px 0;
}

.blog-post__author .container {
  padding: 0 100px;
}

.blog-post__author .buffer {
  display: flex;
  background-color: #ffffff;
  padding: 20px 100px;
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

.blog-post__author__sharing {
  display: flex;
}

.sample-icon.small {
  height: 15px;
  width: 15px;
}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  margin: 50px 0;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  
  .blog-recent-posts__list {
    flex-direction: column;
  }

}

@media screen and (max-width: 767px) {
  
  .blog-post__author .buffer {
    display: block;
    padding: 20px;
  }

  .blog-post__author__text {
    margin-left: 0;
  }

}
.system-container {
  min-height: calc(100vh - 300px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Teko, sans-serif;
  font-size: 1.25rem;
  color: #051F46;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #051F46;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/**************** GLOBAL STYLE *************/

h1 {
  font-size: 2.2rem !important;
  font-weight: 500 !important;
}

h3 {
  font-size: 1.6rem !important;
}

h6 {
  font-size: 1rem !important;
}

.card__button, 
.button.button--secondary,
.read-more-btn,
.button {
  font-weight: 800 !important;
  text-transform: uppercase !important;
  position: relative;
}

.card__button:after, 
.button.button--secondary:after,
.button:after {
  content: ">";
  position: absolute;
  left: 91px;
  top: 0;
  font-weight: 800 !important;
}

.button.button--secondary:after,
.button:after {
  left: calc(100% - 55px);
}

.read-more-btn:after {
  content: ">";
  position: absolute;
  left: 84px;
  top: -2px;
  font-weight: 800 !important;
}

.read-more-btn:hover {
  text-decoration: none;
}

.button.button--secondary,
.button {
   padding: 12px 36px 12px 24px !important;
}
   
.button.button--secondary:after,
.button:after {
  right: -8px;
  top: 12px;
  transition: all 400ms ease-in-out;
}

.button.button--secondary:hover:after,
.button:hover:after {
  transform: translateX(5px);
}

.cards__card.card a:hover {
  text-decoration: none !important;
}

.card__button, .read-more-btn {
  font-size: 14px !important;
}

.card-section__wrapper .tns-nav > [aria-controls] {
  height: 15px !important;
  width: 15px !important;
}

.card-section__wrapper .tns-nav > [aria-controls]:focus,
.news_listing__wrapper .tns-nav>[aria-controls]:focus {
  outline: none !important;
}

.news_listing__wrapper .tns-nav>[aria-controls] {
  height: 15px !important;
  width: 15px !important;
}

.blog-hero {
  background: rgb(77,105,150);
  background: linear-gradient(90deg, rgba(77,105,150,1) 0%, rgba(91,122,174,1) 100%);
}

.blog-index__post, .blog-index--2-col__post-image {
  border-color: #5b7aae;
}

#blog-filter__category:focus {
  outline: none;
}

.blog-post {
  padding-top: 19px;
}

.blog-post__author {
  display: none;
}

.blog-recent-posts__title {
  margin-bottom: 0px;
}

.blog-index--2-col__post {
  margin-top: 0;
}

form.hs-form .hs-button {
  transition: all 400ms ease-in-out;
}


/**************** MAIN NAVIATION *************/

.header .navigation-primary .submenu.level-1>li.menu-item>a {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    color: #051f46;
    text-transform: none;
    font-weight: 400;
}

.header .navigation-primary .submenu.level-1>.menu-item:hover>a.menu-link {
    color: #659ad2 !important;
}

.header .navigation-primary .submenu.level-1 li:last-child a {
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    background: #e4b74a !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 13px 28px 13px 28px !important;
}

.header .navigation-primary .submenu.level-1 li:last-child a:hover {
    color: #FFFFFF !important;
    background-color: #bfd1ed !important;
    border-color: #bfd1ed !important;
}

.header .navigation-primary .submenu.level-1>.menu-item:last-child:hover>a.menu-link {
    color: #ffffff !important;
}

.header {
    border-bottom: none !important;
}

.dnd-section .widget-type-cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width: 1200px) {
    .header .navigation-primary .submenu.level-1 li:last-child a {
        max-width: 212px;
        margin-left: 23px;
    }
}

@media (max-width: 1000px) {
  .law-business-bar {
    text-align: center;
  }
  
  .law-business-bar p {
    line-height; 1.4;
  }
}


/************** DUE Diligence Works *****************/

.cards__card.card, .card.pricing-card {
    border-top-color: #5b7aae !important;
}

h2, h3, h4, h5, h6 {
    font-weight: normal !important;
}

h2 {
    font-size: 2.55rem !important;
    margin-bottom: 23px;
}

h4 {
    font-size: 1.400rem;
}

p {
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }
}

form input[type=submit]:hover, form input[type=submit]:focus, form .hs-button:hover, form .hs-button:focus {
  color: #4d6996 !important;
  font-weight: 800 !important;
}

.hs-content-id-35538883536 .dnd_area_main_banner-row-3-background-gradient {
  border-top: 2px solid #5b7aae;
}


/************* Investments and Insurance Products ***********/

.span3.widget-span.widget-type-cell.cell_1604327639119-vertical-alignment.dnd-column,
.span3.widget-span.widget-type-cell.dnd-column.cell_16043343613492-vertical-alignment {
  margin-left: 0px !important;
}

@media (min-width: 640px) {
  .info__text ul,
  #hs_cos_wrapper_widget_1601652767881 span ul,
  #hs_cos_wrapper_widget_1602014838107 span ul,
  #hs_cos_wrapper_widget_1602014851036 span ul {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

/************* What We Belive is Important ***********/

.button.button--secondary {
    background-color: #5b7aae !important;
    color: #dccfa7 !important;
}

.button.button--secondary:hover {
    background-color: #fff !important; 
    color: #5b7aae !important;
}

#hs_cos_wrapper_dnd_area_main_banner-module-13 .button.button--secondary:hover {
    background-color: rgba(246, 236, 215, 1) !important;
    color: #5b7aae !important;
}

#hs_cos_wrapper_dnd_area_main_banner-module-13 .button.button--secondary {
    margin-top: 23px;
    margin-left: 23px;
}

#hs_cos_wrapper_module_160147779557810 .button.button--secondary {
    margin-top: 23px;
    margin-left: 37px;
}

/************* Due Diligence Can Help Sales ****************/

#hs_cos_wrapper_module_160147388187915 .button.button--secondary {
    margin-top: 23px;
}


/******* Due Diligence Works Can Help Sales **********/

@media (max-width: 768px) {
    #hs_cos_wrapper_module_160147388187911 img {
        margin-top: 50px;
    }
}


/************ Recent Activitites ***********/

.blog-tags {
    display: none;
}

.news_listing__content .entry__summary {
    padding-top: 0px !important;
    margin-top: 0px !important;
    border-top: none !important;
}

.news_listing__content a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
}

/********* Sign up to receive information *************/

#hs_cos_wrapper_widget_1601478331765 {
    max-width: 500px;
    margin: 0 auto;
    float: right;
}

form.hs-form .hs-button {
  text-transform: uppercase;
  font-weight: 800;
  color: #f6ecd7;
}

h3.form-title {
  text-transform: inherit !important;
}

@media (max-width: 768px) {
    #hs_cos_wrapper_widget_1601478331765 {
        float: unset;
    }
}


/************* Footer ****************/

.footer__site-map h4 {
    font-weight: 800 !important;
    font-size: 1.2rem !important;
}

.footer__row--info {
    padding-left: 19px;
    padding-right: 19px;
}

@media (max-width: 768px) {
    .social-links a {
        margin: 23px auto !important;
    }
    
    .footer__site-map__section {
        margin-top: 50px !important;
    }
}

.jLklco {
  background-image: linear-gradient(-225deg, rgb(77, 105, 150) 35%, rgb(91, 122, 174) 100%) !important;
}

#hs_cos_wrapper_footer_social .social-links__icon {
  background-color: #2867B2 !important;
}


/************** Solutions page *************/

.header .navigation-primary .submenu.level-1>li>a.active-item:after, 
.header .navigation-primary .submenu.level-1>li>a.active-branch:after {
  display: none !important;
}

#hs_cos_wrapper_widget_1604485257280_ ul li,
#hs_cos_wrapper_widget_1604485262036_ ul li,
#hs_cos_wrapper_widget_1604485278160_ ul li {
  list-style: none;
}

#hs_cos_wrapper_widget_1604485257280_ ul li,
#hs_cos_wrapper_widget_1604485262036_ ul li,
#hs_cos_wrapper_widget_1604485278160_ ul li {
  line-height: 1.7;
  position: relative;
}

#hs_cos_wrapper_widget_1604485257280_ ul li:before,
#hs_cos_wrapper_widget_1604485262036_ ul li:before,
#hs_cos_wrapper_widget_1604485278160_ ul li:before {
  left: -24px;
  content: '✓';
  color: #ffffff;
  position: absolute;
  font-size: 20px;
  top: -3px;
}

#hs_cos_wrapper_widget_1604485278160_ ul li:before {
  color: #4d6996 !important;
}

#hs_cos_wrapper_widget_1602017058823 ul li p,
#hs_cos_wrapper_module_16020174538743 ul li p {
  display: inline;
}

@media (min-width: 950px) {
  .hs-content-id-35586384173 .dnd_area_main_banner-row-2-margin {
    margin-top: 550px !important;
  }
}

.card {
  transition: all 210ms linear !important;
}

.hs-content-id-35586384173  .card__logo {
  max-width: 53px !important;
}

#hs_cos_wrapper_dnd_area_main_banner-module-4 h3 {
  color: #fff;
}

#hs_cos_wrapper_widget_1604337643784 .button,
#hs_cos_wrapper_dnd_area_main_banner-module-5 .button,
#hs_cos_wrapper_widget_1605102107190 .button {
  background-color: #e4b74a !important;
  border-color: #e4b74a !important;
  display: block !important;
  width: 200px !important;
  transition: all 400ms ease-in-out;
  text-transform: uppercase;
  font-weight: 800;
}

#hs_cos_wrapper_widget_1604337643784 .button,
#hs_cos_wrapper_dnd_area_main_banner-module-5 .button {
  outline: none;
}

@media (max-width: 768px) {
  #hs_cos_wrapper_widget_1604337643784 .button,
  #hs_cos_wrapper_dnd_area_main_banner-module-5 .button,
  #hs_cos_wrapper_widget_1605102107190 .button {
    margin: 23px auto 0;
  }
}

#hs_cos_wrapper_widget_1604337643784 .button:hover,
#hs_cos_wrapper_dnd_area_main_banner-module-5 .button:hover,
#hs_cos_wrapper_widget_1605102107190 .button:hover {
  background-color: #bfd1ed !important;
  border-color: #bfd1ed !important;
  color: #fff !important;
}


.what-we-do.item {
  border-radius: 32px;
  padding: 23px;
}

.what-we-do.item.research {
  background-color: rgba(202,203,204,1);
  margin-top: 19px;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.what-we-do.item.product-shelf {
  background-color: rgba(176,188,212,1);
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.what-we-do.item.research-portal {
  background-color: rgba(225,232,244,1);
}

.what-we-do.item.product-shelf .lbl-toggle:focus,
.what-we-do.item.research .lbl-toggle:focus {
  color: #ffffff;
}

@media (max-width: 768px) {
  .what-we-do.item.research-portal {
    margin-top: 23px;
  }
}


/****** View More button ***************/

input[type='checkbox'] { display: none; } 

.wrap-collabsible { margin: 1.2rem 0; } 

.lbl-toggle { 
  /*   content: ' '; 
  display: inline-block; 
  border-top: 5px solid transparent; 
  border-bottom: 5px solid transparent; 
  border-left: 5px solid currentColor; 
  vertical-align: middle; 
  margin-right: .7rem; */
  transform: translateY(-2px); 
  transition: transform .2s ease-out !important;  
  display: block;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .25s ease-in;
  font-size: 14px;
  color: #5b7aae;
  font-weight: 800;
} 


.toggle:checked+.lbl-toggle::before { 
  transform: rotate(90deg) translateX(-3px); 
} 

.collapsible-content { 
  display: none;
} 



/* .toggle:checked + .lbl-toggle + .collapsible-content { 
  max-height: 1000px; 
} 

.toggle:checked+.lbl-toggle { 
  border-bottom-right-radius: 0; 
  border-bottom-left-radius: 0; 

}  */

/* .collapsible-content .content-inner { 
  background: rgba(0, 105, 255, .2); 
  border-bottom: 1px solid rgba(0, 105, 255, .45); 
  border-bottom-left-radius: 7px; 
  border-bottom-right-radius: 7px; 
  padding: .5rem 1rem; 
}  */

.collapsible-content p { 
  margin-bottom: 0; 
}



/************** Insights Page *************/

.hs-content-id-35589008595 button:hover, 
.hs-content-id-35589008595 button:focus, 
.hs-content-id-35589008595 .button:hover, 
.hs-content-id-35589008595 .button:focus {
  background-color: #fff !important;
  color: #5b7aae !important;
  border-color: #5b7aae !important;
}

.hs-content-id-35589008595 .card,
.hs-content-id-35556047128 .card{
  background-color: #e6e6e6;
  box-shadow: none !important;
}

#hs_cos_wrapper_widget_1601569023728 .card__logo,
#hs_cos_wrapper_widget_1602082060562 .card__logo,
#cards__container-dnd_area_main_banner-module-6-mw .card__logo {
  max-width: 53px !important;
  margin-right: 23px !important;
}

.hs-content-id-35589008595 .card__title {
  font-size: 1.23rem;
}

#hs_cos_wrapper_module_16015820195235 h2,
#hs_cos_wrapper_module_16015754036192 h2,
#hs_cos_wrapper_module_16016681858715 h2,
#hs_cos_wrapper_module_16015719856802 h2 {
  margin-bottom: 0px !important;
}

#hs_cos_wrapper_widget_1601575420558 img,
#cards__container-module_16016681858716-mw img,
#hs_cos_wrapper_module_16015820195236 img {
  max-width: 56px;
}

#hs_cos_wrapper_widget_1601575420558 .card__logo,
#cards__container-module_16016681858716-mw .card__logo {
  margin-right: 10px;
}

#hs_cos_wrapper_module_16015820195236 .card__logo {
  margin-right: 19px;
  max-width: 50px;
}

#hs_cos_wrapper_widget_1601572109692 img,
#hs_cos_wrapper_widget_1604508151534 img {
  box-shadow: 0 14px 23px rgba(0,0,0,0.19) !important;
}

@media (max-width: 768px) {
  #hs_cos_wrapper_widget_1604508151534 {
    margin-top: 23px;
  }
}

#hs_cos_wrapper_widget_1601572109692 {
  margin-top: 41px;
}

#hs_cos_wrapper_widget_1601572844254 .button {
  margin-top: 28px;
  color: #dccfa7;
}

#hs_cos_wrapper_dnd_area_main_banner-module-4 h2,
#hs_cos_wrapper_widget_1605101904931 h2 {
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  #hs_cos_wrapper_dnd_area_main_banner-module-4 h2,
  #hs_cos_wrapper_widget_1605101904931 h2 {
    font-size: 2rem !important;
  }
}

.card-section__wrapper .tns-nav {
  margin: 0px !important;
}

#hs_cos_wrapper_widget_1602084508334 tbody tr:first-child {
  background-color: #4d6996;
}

#hs_cos_wrapper_widget_1602084508334 tbody tr:first-child td {
  color: #ffffff;
}

#hs_cos_wrapper_widget_1602084508334 tbody td:first-child {
  vertical-align: middle !important;
}

#hs_cos_wrapper_widget_1602084508334 tbody tr:nth-child(2) {
  background-color: #bfd1ed;
}

#hs_cos_wrapper_widget_1602084508334 table p {
  display: none;
}

/**************** About Us Page *************/

.ddw-downloads-btn {
  font-family: Open Sans,sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  background-color: rgba(91,122,174,1.0);
  border: 1px solid #5b7aae;
  border-radius: 4px;
  color: #dccfa7;
  fill: #fff;
  font-size: 13px;
  padding: 12px 19px;
  text-transform: none;
  transition: all 400ms ease-in-out;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.ddw-downloads-btn:hover {
  background-color:  #fff !important;
  color: #5b7aae !important;
  border-color: #5b7aae !important;
  text-decoration: none;
}

.download-section {
  background-color: #e6e6e6;
  padding: 8px 23px 14px 23px;
  border-radius: 4px;
}

.download-section h3 {
  margin-bottom: 23px !important;
}

.download-section a {
  margin-bottom: 14px;
}

.icon_card__upper {
  background-size: contain !important;
}

.icon_card__name, .icon_card__title {
  text-align: center !important;
}

.icon_card__title {
  color: #5b7aae !important;
  font-weight: 600 !important;
  margin-top: 10px;
}

.hs-accordion__item-icon {
  right: auto !important;
  left: 0 !important;
}

.hs-accordion__item button { 
  font-size: 17px !important;
  padding-left: 2.3rem !important;
}

.hs-accordion__item button {
  font-weight: 900 !important;
}

.hs-content-id-35556047128 .hs-accordion__item-content {
  background-color: #e6e6e6;
}

.about-authors {
  margin-left: 19px !important;
  padding-top: 3px !important;
}

.about-authors h4 {
  margin-bottom: 0px !important;
}

@media (max-width: 1200px) {
  #hs_cos_wrapper_widget_1604416915476_ p img,
  #hs_cos_wrapper_widget_1604417213522_ p img {
    width: 160px !important;
  }
  
  .about-authors {
    margin-left: 10px !important;
  }
}

@media (max-width: 980px) {  
  .about-authors {
    margin-left: 14px !important;
  }
}

@media (max-width: 900px) {  
  #hs_cos_wrapper_widget_1604416915476_ p img,
  #hs_cos_wrapper_widget_1604417213522_ p img {
    width: 140px !important;
  }
}

@media (max-width: 768px) {
  #hs_cos_wrapper_widget_1604416915476_ p img,
  #hs_cos_wrapper_widget_1604417213522_ p img {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
   .about-authors {
      margin-top: -32px;
  }
}

#hs_cos_wrapper_widget_1603729157583,
#hs_cos_wrapper_widget_1603729169729 {
  padding: 23px 14px;
  border-radius: 5px;
}

@media (max-width: 640px) {
  #hs_cos_wrapper_widget_1603729157583,
  #hs_cos_wrapper_widget_1603729169729 {
    margin-top: 23px;
  }
}

.icon_card {
  border: none !important;
}

.icon_card__text {
  border-top: none !important;
}

#hs_cos_wrapper_widget_1603729157583 a,
#hs_cos_wrapper_widget_1603729169729 a {
  margin-top: 23px;
  display: block;
  font-size: 17px;  
}

/* Landing Page Version 2 */

.body-wrapper.hs-content-id-1.hs-landing-page.hs-page .header__no-navigation .header__container {
  justify-content: flex-start !important;
  overflow: hidden;
}

@media (max-width: 600px) {
  .ddw-divider {
    margin-top: 19px !important;
  }
}