*, *: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;
}
/* 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 ;
    }
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@import url("https://p.typekit.net/p.css?s=1&k=ybq4hkh&ht=tk&f=17001.17004.17005.17006.22622.22625.22658&a=46597986&app=typekit&e=css");
@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/1f781f/00000000000000003b9aef83/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
    url("https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"),
    url("https://use.typekit.net/af/da0a6a/00000000000000003b9aef7a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
    url("https://use.typekit.net/af/2e4bb3/00000000000000003b9aef7e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
    url("https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
    url("https://use.typekit.net/af/273d01/00000000000000003b9aef81/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/b3dc26/00000000000000003b9aef82/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/b3dc26/00000000000000003b9aef82/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/b3dc26/00000000000000003b9aef82/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/06618f/00000000000000003b9aef80/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),
    url("https://use.typekit.net/af/06618f/00000000000000003b9aef80/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"),
    url("https://use.typekit.net/af/06618f/00000000000000003b9aef80/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "soleil";
  src: url("https://use.typekit.net/af/3b8a7f/00000000000000003b9aef7f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/3b8a7f/00000000000000003b9aef7f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),
    url("https://use.typekit.net/af/3b8a7f/00000000000000003b9aef7f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}


html{
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}


html{
  text-rendering: optimizeLegibility;
  font-size: 14px;
}

@media screen and (min-width: 400px){
  html {
    font-size: calc(.32051vw + 12.71795px);
  }
}


body {
  color: #57677a;
  font-family: soleil,sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  line-height: inherit;
  margin: 0;
}



/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  color: #2b6cb0;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #333;
}

h1{
  font-size: 24px;
}

h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media screen and (min-width: 400px){
  h1 {
    font-size: calc(3vw + 12px);
  }
  h2 {
    font-size: calc(2.25vw + 13px);
  }
  h3 {
    font-size: calc(1.5vw + 14px);
  }
  h4 {
    font-size: calc(.75vw + 15px);
  }
  h5 {
    font-size: calc(.25vw + 15px);
  }
}

main {
  line-height: 1.875;
}
/* Lists */

ul,
ol {
  margin: 0;
  padding: 0;
  padding-left: 2rem;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
  border-left-width: 4px;
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* Horizontal rules */

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

.content-wrapper, .dnd-section>.row-fluid, .page-center{
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
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;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* 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: .875rem;
  padding: 0.7rem;
  width: 100%;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99/var(--tw-border-opacity));
  border-radius: 4px;
  border-width: 1px;
  padding: 0.5rem;
  border-color: #4b5563;
}

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: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: .92rem;
  text-align: center;
  transition: all .15s linear;
  white-space: normal;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  transition: all .2s;
  border-radius: 0.25rem;
  border-width: 1px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  background-color: #374151;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  border-color: rgb(55 65 81/var(--tw-border-opacity));
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


form {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
  border-bottom-width: 4px;
  border-color: #0959b0;
  padding: 1rem;
  border-bottom-color: #5b7e96;
  margin-bottom: 20px;
}
div#hs-search-module form input {
  margin-bottom: 10px;
}
.hs-input.invalid.error::-webkit-input-placeholder {
    color: #1f2937;
}
.hs-form-field {
  margin-bottom: 0.75rem;
}

form .field>label, form .hs-form-field>label {
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0;
}


ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list .hs-main-font-element {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
  font-size: .875rem;
  line-height: 1.25rem;
  margin: 0;
}

.hs-input.invalid.error {--tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(254 202 202/var(--tw-bg-opacity));
  border-color: rgb(220 38 38/var(--tw-border-opacity));
  border-width: 1px;
  color: rgb(31 41 55/var(--tw-text-opacity));
  padding: 0.5rem;
}
/* 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;
}
header.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: height .25s;
  z-index: 20;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

header.header .innerhdr {
  border: 0 solid #e5e7eb;
  position: relative;
  z-index: 20;
  border-bottom-width: 2px;

  background-color: #fff;
}

.header .content-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo-wrapper {
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.logo-wrapper img {
  max-height: 4.5rem;
}

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

@media (min-width: 1024px) {
  .logo-wrapper img {
    height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .logo-wrapper img {
    height: auto;
    max-width: 20rem;
  }
}

.des_menu {
  width: 100%;
  display: flex;
  flex: 1 1 0%;
}

@media (min-width: 1024px) {
  .des_menu nav {
    display: flex;
    flex: 1 1 0%;
  }
}

.des_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.des_menu ul.submenu.level-1 {
  display: flex;
  width: 100%;
  justify-content: space-around;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .des_menu ul.submenu.level-1 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.des_menu .submenu.level-2 {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  display: none;
  min-width: 200px;
  position: absolute;
  top: auto;
}

.des_menu ul.submenu.level-1 > li {
  display: block;
  position: relative;
}

.des_menu ul.submenu.level-1 > li > a {
  border: 0 solid #e5e7eb;
  --tw-text-opacity: 1;
  border-bottom-width: 4px;
  border-color: transparent;
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  color: rgb(55, 65, 81);
  display: block;
}
.des_menu ul.submenu.level-1 > li > a.active-branch,
.des_menu ul.submenu.level-1 > li > a:hover,.des_menu ul.submenu.level-1 > li > a.active-item {
  border-color: #243746;
}

.des_menu .submenu.level-2 > li {
  padding: 0;
}

.des_menu .submenu.level-2 > li > a {
  --tw-text-opacity: 1;
  color: rgb(51 51 51/var(--tw-text-opacity));
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: rgb(51 ,51 ,51);
}

.des_menu .submenu.level-2 > li > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225, 225, 225);
}

.des_menu ul.submenu.level-1 > li:hover > ul.submenu.level-2 {
  display: block;
  z-index: 10;
}

.clnt_menu {
  display: none;
}

.rgt_btnwrp {
  display: none;
  font-size: .875rem;
  line-height: 1.25rem;
}

@media (min-width: 1024px) {
  .rgt_btnwrp {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .rgt_btnwrp {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.get_btn a,
.rgt_btnwrp .hs-button {
  border: 0 solid #e5e7eb;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  padding: 0.5rem 1rem;
  transition: all .2s;
  border-radius: 0.25rem;
  border-width: 1px;
  margin: 0;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-color: rgb(55 65 81/var(--tw-border-opacity));
  color: rgb(55 65 81/var(--tw-text-opacity));
  line-height: 1.15;
  display: block;
}

.get_btn a:hover,
.rgt_btnwrp .hs-button:hover {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(75 85 99/var(--tw-bg-opacity));
  border-color: rgb(75 85 99/var(--tw-border-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
}

.rgt_btnwrp .get_btn a {
  margin-left: 0.5rem;
  text-transform: capitalize;
}


.des_menu > div {
  width: 100%;
}

.clnt_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.otr_hdr {
  min-height: 106px;
}

.banner-section .dnd-section {
  padding: 0px !important;
}

.banner-section .dnd-section>.row-fluid {
  width: 100%;
  padding: 0px !important;
}



.clntcnt_btn {
  position: relative;
}

.clnt_menu {
  --tw-bg-opacity: 1;
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  display: none;
  min-width: 200px;
  position: absolute;
  top: auto;
}

.clnt_menu ul.submenu.level-1 > li {
  padding: 0;
}

.clnt_menu ul.submenu.level-1 > li > a {
  --tw-text-opacity: 1;
  color: rgb(51 51 51/var(--tw-text-opacity));
  display: block;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.clnt_menu ul.submenu.level-1 > li > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225/var(--tw-bg-opacity));
}

.clntcnt_btn:hover .clnt_menu {
  /*   display: block; */
}
.client-connector-mask {
  display: none;
}



@media (min-width: 1024px){
  .client-connector-mask {
    background-color: rgba(0,0,0,.05);
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1;
    display: none;
  }

  .mob_cntnt{
    display: none !important;
  }

  .submenu-toggle {
    display: none !important;
  }
}

.clnt-open .client-connector-mask {
  display: block;
}


@media(max-width:1279px){
  .otr_hdr {
    /*     min-height: 74px; */
  }
}

@media(max-width:1023px){
  .des_menu {
    display: none;
  }

  .otr_hdr {
    /*     min-height: 106px; */
  }

  .mob_menu {
    background-color: rgba(0,0,0,.9);
    bottom: 0;
    max-width: 400px;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 4.6rem;
    transform: translateX(100%);
    transition: all .25s;
    width: 90vw;
    z-index: 20;
    position: fixed;
    width: 100%;
  }

  .menutoggle {
    cursor: pointer;
    display: block;
  }

  .mob-open .mob_menu {
    transform: translateX(0);
  }

  ul.submenu.level-1 {}

  .mob_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mob_menu ul.submenu.level-1 > li > a {
    border: 0 solid #e5e7eb;
    flex: 1 1 0%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55/var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    display: block;
  }

  .mob_menu ul ul {
    display: none;
  }

  .mob_menu .submenu-toggle {
    border: 0 solid #e5e7eb;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    border-bottom-width: 1px;
    cursor: pointer;
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55/var(--tw-border-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
  }

  .mob_menu ul.submenu.level-1 > li {
    position: relative;
  }
  .lp .mob_cntnt {
    opacity: 0;
    visibility: h;
  }
  .mob_menu .submenu-toggle > span {
    display: block;
    transform: rotate(-270deg);
    transition: all .25s;
  }
  .mob_menu .submenu-toggle {
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    height: 46px;
  }

  .mob_menu .submenu-toggle>span {
    position: relative;
    top: 3px;
  }
  .mob_menu ul.submenu.level-2 > li > a {
    border: 0 solid #e5e7eb;
    display: block;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55/var(--tw-border-opacity));
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-left: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }

  .mob_menu ul.submenu.level-1>li.child-open .submenu-toggle>span {
    transform: rotate(-90deg);
  }
  .mob_menu ul.submenu.level-2>li>a .svg-icon {
    fill: currentColor;
    display: inline;
    flex-shrink: 0;
    height: 1em;
    position: relative;
    top: 0.125em;
    transition: fill .3s;
    vertical-align: baseline;
    width: 1em;
    top: 0;
    font-size: .875rem;
    line-height: 1.25rem;
  }
  .mob_btn {
    margin-top: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1.5rem;
  }

  .mob_btn a {
    border: 0 solid #e5e7eb;
    padding: 0.5rem 1rem;
    transition: all .2s;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    border-width: 1px;
    display: inline-block;
    margin-top: 0;
    --tw-text-opacity: 1;
    background-color: transparent;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    margin-left: 0.5rem;
    font-size: 20px;
    color: #fff;
    text-transform:capitalize;
  }

  .mob_btn a:hover {--tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    color: rgb(51 51 51/var(--tw-text-opacity));
  }
  .mobile-connector-mask {
    display:none;
  }

  .mob-open .mobile-connector-mask {
    background-color: rgba(0,0,0,.25);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: calc(4rem + 1px);
    z-index: 1;
    display: block;
  }
}
footer.footer {--tw-bg-opacity: 1;
  background-color: rgb(36 36 36/var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  z-index:19;
  position:relative;
}

.footer .content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}



@media (min-width: 640px){
  .copyright > div > span {
    display: flex;
    justify-content: space-between;
  } 
}

.copyright p {
  margin: 0;
  font-size: .875rem;
  line-height: 1.25rem;
}

.ftrimg {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  font-size: .875rem;
  line-height: 1.25rem;
}

.ftrimg img {
  max-height: 1.75rem;
  width: auto !important;
}

.ftrimg > div:last-child {--tw-space-x-reverse: 0;
  margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)));
  margin-right: calc(1.5rem*var(--tw-space-x-reverse));
}

.otr_sclinks {}

.ftrscl_lnks {
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.ftrscl_lnks a {
  margin-right: 0.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

span.sr-only {
  clip: rect(0,0,0,0);
  border-width: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.ftrscl_lnks svg.svg-icon {
  fill: #fff;
  display: inline;
  flex-shrink: 0;
  height: 1em;
  position: relative;
  top: 0.125em;
  transition: fill .3s;
  vertical-align: baseline;
  width: 1em;
}

.ftr_contct {
  margin-bottom: 1.5rem;
}

.ftr_contct h2 {
  margin: 0;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

@media screen and (min-width: 400px){
  .ftr_contct h2 {
    font-size: calc(.25vw + 15px);
  }
}

@media screen and (min-width: 1200px){
  .ftr_contct h2 {
    font-size: 18px;
  }
}

.ftr_contct h2 {
  margin-bottom: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.ftr_contct {
  color: #fff;
}

.ftr_contct p {
  margin: 0;
}
footer.footer {
    position: relative;
    z-index: 8;
}
.ftr_contct p:first-of-type {
  font-weight: 700;
}

.ftr_contct address {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-style: normal;
}

.ftr_contct p:not(p:first-of-type) {
  font-size: .875rem;
  line-height: 1.25rem;
}

.ftr_contct p:not(first-of-type) span {
  text-transform: uppercase;
}

.ftr_contct p a {
  color: #fff;
}
/* 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;
}

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



/*  */
.video-content .hs_cos_wrapper_type_header h2 {
  font-size: 36px;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.375;
}
.covid-wrapper{
  padding: 4rem 0;
}
.what-we-do-wrapper {
  padding: 5rem 0;
}

.covid-wrapper .span9 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  line-height: 1.875;
  padding-left: 2rem;
}

.covid-wrapper .span9 ul li {
  line-height: 1.375;
  margin-bottom: 0.5rem;
}

.covid-wrapper .cm-advanced-menu-wrapper .hs-menu-wrapper>ul>li>a {
  margin: 0;
  padding: 0;
}

.covid-wrapper .cm-advanced-menu-wrapper .hs-menu-wrapper>ul>li>a{
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  font-weight:400;
  padding-right: 0.75rem;
  border-left: 4px solid transparent;
}

.covid-wrapper .cm-advanced-menu-wrapper .hs-menu-wrapper>ul>li{
  line-height: 1.375;
  margin-bottom: 0.5rem;
}

.covid-wrapper .cm-advanced-menu-wrapper .hs-menu-wrapper>ul>li:last-of-type{
  margin-bottom: 0rem;
}

.covid-wrapper .span9 ul li>p:first-of-type{
  margin-bottom:0;
}

.e-book-content .hs_cos_wrapper_type_header h2 {
  margin-bottom: 2rem;
  font-size: 40px;
  text-align: center;
}

.e-book-content form {
  margin-bottom: 2rem;
}

.covid-wrapper .span3,
.what-we-do-wrapper .span3{
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241/var(--tw-bg-opacity));
  border-color: rgb(194 202 211/var(--tw-border-opacity));
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.covid-wrapper .dnd-section>.row-fluid,
.what-we-do-wrapper .dnd-section>.row-fluid {
  padding: 0;
}

.what-we-do-wrapper .span9 ul {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}

.what-we-do-wrapper .span9 ul li {
  padding-left: 20px;
  line-height: 1.375;
  margin-bottom: 0.5rem;
}

.what-we-do-wrapper .span9 ul li:before {
  content: "✓";
  margin-left: -20px;
  margin-right: 5px;
  width: 10px;
  color: #5b7e96;
}

.who-we-are-content h2 {
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(170 170 170/var(--tw-text-opacity));
  font-size: 36px;
}

.who-we-are-content img {
  border-radius: 0.25rem;
}

.who-we-are-content h3 {
  color: #333;
  font-weight: 700;
  line-height: 1.25;
  font-size: 24px;
  margin: 0;
}

.who-we-are-content p {
  font-style: italic;
  line-height: 1.875;
  color: #57677a;
  font-size: 16px;
  font-weight: 400;
}

.covid-page .custom-we-do-wrapper h3.text-primary {
  font-size: 24px;
}

@media (max-width:767px){
  .covid-wrapper .span9 figure,
  .what-we-do-wrapper .span9 figure {
    margin: 0 0 20px !important;
    float: none !important;
    width: 100% !important;
  }
  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
  .contact-page form .inputs-list>li {
    display: block !important;
    margin: 15px 0 !important;
  }
  .covid-wrapper .span3,
  .what-we-do-wrapper .span3{
    margin-bottom:30px;
  }

  .e-book-content form {
    margin-top: 2rem;
  }
}



.home-page-row1 .row1-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

a.button.blue {
  background-color: rgb(43 108 176/1);
  border-color: rgb(43 108 176/1);
  border-radius: 0.25rem;
  border-width: 1px;
  color: rgb(255 255 255/1);
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  transition: all .2s;
  line-height: 1.875;
  font-size: 16px;
}

a.button.blue:hover {
  background-color: rgb(49 130 206/1);
  border-color: rgb(49 130 206/1);
}

.home-page-row2 .row-fluid .span5 h2 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #243746;
}

.home-page-row2 .row-fluid .span5 p {
  font-size: 36px;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(170 170 170/var(--tw-text-opacity));
}

.home-page-row3 .row-fluid .span12 h2  {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #243746;
}

.home-page-row3 .row-fluid .span12 p {
  font-size: 36px;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(170 170 170/var(--tw-text-opacity));
}

.home-page-row3 .row-fluid .span3 {
  margin-left: 0;
  flex: 1 1 0%;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  width: auto;
}

.home-page-row3 .cell_16691787603252-row-1-vertical-alignment > .row-fluid {
  flex-wrap: nowrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.home-page-row4 .widget-type-linked_image {
  padding: 2rem;
  padding-right: 0!important;
  position: relative;
}

.home-page-row4 .widget-type-linked_image:before {
  bottom: 0;
  content: "";
  height: 100%;
  opacity: .25;
  position: absolute;
  top: 0;
  width: 90%;
  left: 0;
  background-color: #243746;
}

.home-page-row4 .widget-type-linked_image img {
  position: relative;
  z-index: 8;
}

.home-page-row4 .widget-type-rich_text p {
  color: #243746;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.home-page-row5 .widget-type-rich_text h2 {
  color: #243746;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}

.home-page-row5 .widget-type-rich_text p {
  font-size: 36px;
  --tw-text-opacity: 1;
  color: rgb(170 170 170/var(--tw-text-opacity));
  font-weight: 300;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-page-row6 .widget-type-rich_text h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color: #243746;
  text-align: center;
}

.home-page-row6 .widget-type-rich_text p {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(170 170 170/var(--tw-text-opacity));
  text-align: center;
  margin:0;
}

.contact-page .widget-type-rich_text h2 {
  margin-bottom: calc(2rem - 1px);
  font-size: 36px;
  font-weight: 300;
  line-height: 1.375;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgb(170 170 170/var(--tw-text-opacity));
}


.contact-page form .inputs-list>li {
  display: inline-block;
  line-height: 0;
  margin: 0 18px 0 0;
}

.contact-page form .hs-form-field{
  margin-bottom: 1rem;
}

.contact-page form fieldset.form-columns-2 > div {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  margin-bottom: 0.75rem;
}

.contact-page form fieldset.form-columns-2 > div > .input {
  margin-right: 0;
}
.contact-page form fieldset.form-columns-2>div:first-child {
  padding-left: 0;
}
.contact-page form fieldset.form-columns-2>div:last-child {
  padding-right: 0;
}

.contact-page input::-webkit-input-placeholder {
  color: #9ca3af;
}

.contact-page .hs_preferred_contact_method_ {
  margin-bottom: 1rem!important;
  margin-top: 1rem!important;
}

.contact-page form input[type=email],
.contact-page form input[type=file],
.contact-page form input[type=number],
.contact-page form input[type=password], 
.contact-page form input[type=tel],
.contact-page form input[type=text],
.contact-page form select,
.contact-page form textarea {
  width: 100%!important;
}

.contact-page form textarea {
  padding: 0.5rem;
  min-height: 168px;
}

.contact-page fieldset.form-columns-1 .input {
  margin-right: 0!important;
}


.contact-page form textarea::placeholder {
  color: #9ca3af;
}

.contact-page .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  margin-bottom: 0;
}

.contact-page form {
  border: 0;
  border-bottom-width: 4px;
  border-style: solid;
}

.contact-page .cm-google-maps {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 1rem;
}


.contact-page .cm-google-maps iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact-page .widget-type-rich_text h3 {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
  padding-bottom: 0.25rem;
  border-bottom-width: 2px;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 700;
  line-height: 1.25;
  font-size: 24px;
}

.contact-page .widget-type-rich_text h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.contact-page .widget-type-rich_text address {
  margin-bottom: 1rem;
  font-style: normal;
  font-size: .875rem;
  line-height: 1.25rem;
}

.contact-page .widget-type-rich_text p {
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}

.contact-page .widget-type-rich_text p span {
  text-transform: capitalize;
}

.contact-page .widget-type-rich_text p a {
  --tw-text-opacity: 1;
  color: rgb(43 108 176/var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.contact-page .widget-type-rich_text p a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.contact-page table {
  width: 100%;
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
  border: 0;
  padding: 0;
  margin: 0;
}

.contact-page table tbody tr {
  padding: 0;
  margin: 0;
}

.contact-page table tbody tr td {
  font-weight: 700;
  padding: 0;
  padding-right: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-border-opacity));
  border-width: 1px;
  font-size: .875rem;
  line-height: 1.25rem;
  border-collapse: collapse;
}
.contact-page table tbody tr td:last-child {
  font-weight: 400;
}
.contact-page .hs_message > label > span {
  margin-top: 2px;
  display: inline-block;
  margin-bottom: 4px;
}

.contact-page .hs_email > label > span,
.contact-page .hs_phone > label > span{
  text-transform: uppercase!important;
}

.document-page .custom-we-do-wrapper .inner h3 {
  color: #333;
  font-weight: 700;
  line-height: 1.25;
  font-size: 24px;
  margin-bottom: 0.5rem;
}

.document-page .custom-we-do-wrapper .leading-relaxed p {
  line-height: 1.875;
  margin-bottom: 1rem;
}

.e-book-content .dnd_area-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.e-book-content .widget-type-rich_text h2 {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #333;
  font-size: 40px;
}

.e-book-content .widget-type-rich_text p {
  margin-bottom: 1rem;
  line-height: 1.875;
  font-size: 16px;
}