*, *: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.
*/

/* 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.
*/


/* 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 */
  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 ;
  }
}
.content-wrapper, .dnd-section > .row-fluid, .page-center {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.body-wrapper [class*="force-full-width-section"], 
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}

.banner-area .dnd-section > .row-fluid,
.banner-area .dnd-section{
  padding: 0 !important;
  max-width: 100% !important;
}
.body-wrapper {
  overflow: hidden;
}


@media(max-width: 767px){
  .dnd-section .dnd-module {
    margin-bottom: 40px;
  }
  .banner-area .dnd-section .dnd-module {
    margin: 0;
  }


}
@font-face {
  font-family: "AtlasGrotesk-Regular"; 
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/AtlasGrotesk-Regular.eot") format("embedded-opentype"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/AtlasGroteskRegular/AtlasGrotesk-Regular.woff) format("woff"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/AtlasGroteskRegular/AtlasGrotesk-Regular.ttf) format("truetype"),
    url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/AtlasGrotesk-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "AtlasGrotesk-Medium";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/AtlasGrotesk-Medium.eot") format("embedded-opentype"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/AtlasGroteskMedium/AtlasGrotesk-Medium.woff) format("woff"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/AtlasGroteskMedium/AtlasGrotesk-Medium.ttf) format("truetype"), 
    url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/AtlasGrotesk-Medium.otf") format("opentype");
  font-style: normal; 
  font-weight: normal; 
  font-display: swap;
}
@font-face { 
  font-family: "AtlasGrotesk-Bold";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/AtlasGrotesk-Bold.eot") format("embedded-opentype"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/AtlasGroteskBold/AtlasGrotesk-Bold.woff) format("woff"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/AtlasGroteskBold/AtlasGrotesk-Bold.ttf) format("truetype"),
    url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/AtlasGrotesk-Bold.otf") format("opentype"); 
  font-style: normal;
  font-weight: normal;
  font-display: swap; 
}
@font-face { 
  font-family: "FSIndustrieNw-Bold";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/FSIndustrieNw-Bold.eot") format("embedded-opentype"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/FSIndustrieNwBold/FSIndustrieNw-Bold.woff) format("woff"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/FSIndustrieNwBold/FSIndustrieNw-Bold.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
  font-display: swap; 
}
@font-face {
  font-family: "tm-zippco-icons";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/tm-zippco-icons.eot") format("embedded-opentype"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/ZippcoIcons/tm-zippco-icons.woff2) format("woff2"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/ZippcoIcons/tm-zippco-icons.woff) format("woff"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/ZippcoIcons/tm-zippco-icons.ttf) format("truetype"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/ZippcoIcons/tm-zippco-icons.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap; 
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/TheUnderwritingExchange_September2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/FontAwesomeRegular/fontawesome-webfont.woff2) format("woff2"),
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/FontAwesomeRegular/fontawesome-webfont.woff) format("woff"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/FontAwesomeRegular/fontawesome-webfont.ttf) format("truetype"), 
    url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/Fonts/FontAwesomeRegular/fontawesome-webfont.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}


::selection {
  color: #fff;
  background-color: #642367;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


body {
  margin: 0;
  counter-reset: section;
  background-color: #ffffff;
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.78572;
  color: #000000;
}
@media (max-width: 991px){
  body {
    line-height: 1.93;
  }

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

/* Paragraphs */

p {
  margin: 0 0 15px;
}

/* Anchors */

a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a {
  color: #0e1032;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:hover {
  color: #642367;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-rendering: optimizeLegibility;
  clear: both;
  margin-top: 0;
  margin-bottom: 15px;
  color: #0ba9a7;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
}
h1 {
  line-height: 1.15;
}

.blog-post__body h1,
.body_content h1,
h2 {
  line-height: 1.15;
}

.blog-post__body h2,
.body_content h2,
h3 {
  line-height: 1.22222222222;
}

.blog-post__body h3,
.body_content h3,
h4 {
  line-height: 1.16666666667;
}

.blog-post__body h4,
.body_content h4,
h5 {
  line-height: 1.2;
}

.blog-post__body h5,
.body_content h5,
h6 {
  line-height: 1.5;
}




/* Lists */

menu, ol, ul {
  margin: 16px 0;
  padding: 0 0 0 25px;
}



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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  color: #687076;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  margin: 24px 20px;
  background-color: #f5faff;
  padding: 20px 25px;
  line-height: 28px;
  quotes: none;
  border-color: #642367;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  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, .field {
  margin-top: 5px;
  margin-bottom: 30px;
}
div#hs-search-module .hs-input{
  margin-bottom: 30px;
}
/* Labels */

form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: AtlasGrotesk-Bold,sans-serif;
  font-weight: normal;
}

/* 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 {
  font: inherit;
  margin: 0;
  outline:none !important;   
  max-width: 100%;
  line-height: inherit;
  text-transform: inherit;
  font-family: inherit;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -o-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
  vertical-align: middle;
  width: 100%;
  color: #000;
  background: #fff;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  font-size: 14px;
  padding: 15px;
  font-weight: 400;
}

form fieldset {
  max-width: 100% !important;
}
textarea.hs-input{
  height: 280px;
}
/* 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;
  width: auto;
  height: auto;
  display: inline-block;
}

/* 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 {

}

.hs-input.invalid.error {
  border-color: #EF6B51;
  border-color: rgba(255,255,255,0.2);
}

.hs-form .hs-error-msg, .hs-form .hs-error-msgs label {
  color: rgba(255,255,255,.85);
  margin-top: 0.35rem;
  font-family: "AtlasGrotesk-Regular",Tahoma,Geneva,sans-serif;
}

.hs_error_rollup ul.no-list label.hs-main-font-element{
  color: rgba(255,255,255,.85);
}

/* form.hs-form textarea.hs-input.invalid.error,
form.hs-form select.hs-input.invalid.error {
border: 1px solid #e80000;
} */

button, input {
  outline: none;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  font: inherit;
  margin: 0;
  max-width: 100%;
  outline: 0!important;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-radius: 0;
  font-weight: 500;
  padding: 12px 35px 12px;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: #642367;
  color: #fff;
  border: 2px solid transparent;
  font-family: AtlasGrotesk-Regular;
  font-size: 17px;
  line-height: 1.25;
  text-transform: capitalize;
  white-space: normal;
}

button,
.button,
form input[type=submit],
form .hs-button{
  -webkit-font-smoothing: antialiased; 
}


ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li label {
  margin: 0;
  font-size: inherit;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin-bottom: 10px;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 ;
}


.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  padding:65px 65px 50px 50px;
  display: block;
  background-color: #0ba9a7;
  float: none;
  width: 100%;
}


@media(max-width:991px){
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_password_reset,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_member_register{
    padding: 25px 15px 15px;
  } 
}
/* 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: relative;
}
.topHeader {
  position: relative;
  line-height: 49px;
}
.topHeaderInner {
  display: table;
  width: 100%;
}
.topHeaderSocial {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.topHeaderSocial .hs_cos_wrapper_type_module {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
[class^="tm-zippco-icon-"]:before, [class*=" tm-zippco-icon-"]:before {
  font-family: "tm-zippco-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* text-shadow: 1px 1px 1px rgb(127 127 127 / 30%); */
}
.tm-zippco-icon-twitter:before {
  content: '\e812';
}
.tm-zippco-icon-instagram:before {
  content: '\e80f';
}
.tm-zippco-icon-linkedin:before {
  content: '\e810';
}
.topHeaderSocial .social-icons li {
  position: relative;
  min-width: auto;
  padding: 0;
  margin: 0 3px;
}
.topHeaderSocial .social-icons li a {
  border: none;
  width: 16px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 500;
}
.topHeaderSocial .social-icons li.tm-social-instagram {
  margin: 0 0 0 3px;
}
.topHeaderSocial .social-icons {
  font-size: 0;
  line-height: 0;
}


.mainHeader {
  position: relative;
  width: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  height: 100px;
}
.header__container {
  position: relative;
  display: table;
  width: 100%;
}
.header__container:before, .header__container:after {
  display: table;
  content: " ";
}
.header__container:after {
  clear: both;
}
.headerLogo {
  display: table-cell;
  vertical-align: middle;
  float: left;
}
.headerLogo .widget-type-logo {
  height: 100px;
  line-height: 100px !important;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  position: relative;
}
.headerLogo .hs_cos_wrapper_type_logo {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  color: #fff;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
.headerLogo .hs_cos_wrapper_type_logo a {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  line-height: 27px;
}
.headerLogo .hs_cos_wrapper_type_logo a img {
  min-height: 1px;
  width: auto !important;
  display: inline-block;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-height: 46px;
}
.headerNavigation {
  display: table-cell;
  vertical-align: middle;
}
.header-search-link {
  height: 100px;
  line-height: 100px !important;
}
.header-search-link .serchclose {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 31px;
  width: 31px;
  line-height: 31px;
  padding-left: 2px;
  border: 1px solid;
  font-size: 14px!important;
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  border: none;
}
.headersearch .tm-zippco-icon-search {
  position: relative;
}
.headersearch .tm-zippco-icon-search:before {
  content: "";
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/images/SearchIcon.svg);
  width: 26px;
  height: 25px;
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  background-size: contain; 
  font-weight: 600;
  margin-right: 5px;
}
.headersearch .headersearchOverley {
  border-top: 3px solid;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 3px 5px rgba(0,0,0,.1);
  box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
  z-index: 2;
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
}
.headersearch .hs-search-field {
  background: transparent;
  padding: 0;
  display: block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
}
.headersearch .hs-search-field__bar {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 8px;
}
.headersearch .hs-search-field__bar:before {
  text-align: center;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid;
  content: " ";
  top: -8px;
  position: absolute;
  right: 7px;
  border-bottom-color: #642367;
}
.headersearch .hs-search-field .hs-search-field__input {
  -webkit-appearance: textfield;
  padding: 9px 15px;
  font-weight: 400;
  vertical-align: middle;
  height: 40px !important;
  font-size: 14px;
  text-align: left;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none!important;
  background-color: #f5faff;
  color: #333;
  width: 85%;
  line-height: 50px;
  float: left;
}
.headersearch .hs-search-field button {
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  top: 0;
  text-align: center;
  display: block;
  line-height: 50px;
  float: left;
  font-size: 20px;
  width: 15%;
  border: 0;
  border-radius: 0;
  height: 40px !important;
  position: relative;
}
.headersearch .hs-search-field button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  text-align: center;
  font-family: "tm-zippco-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  filter: brightness(0) invert(1);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  background-size: contain;
  content: "";
  background-image: url(https://9176153.fs1.hubspotusercontent-na1.net/hubfs/9176153/raw_assets/public/TheUnderwritingExchange_September2021/images/SearchIcon.svg);
  width: 26px;
  height: 25px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.headersearch .hs-search-field button svg {
  display: none;
}
button#menu-toggle {
  line-height: 1.75;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  cursor: pointer;
  outline: 0!important;
  -webkit-font-smoothing: antialiased;
  padding: 12px 35px 12px;
  border: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  font-size: 13px;
  color: #fff;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #0b0c26;
}
.headersearch.search-open .headersearchOverley {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.headersearch.search-open .tm-zippco-icon-search:before {
  content: '\e82d';
  font-weight: 600;
  margin-right: 5px;
  background: none;
  width: 1em;
  height: auto;
  vertical-align: middle;
}
.header-search-link .serchclose:hover .tm-zippco-icon-search:before {
  color: #642367;
}
.tm-hide {
  display: none;
}
.child-trigger{
  display: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  background: #fff;
  border-color: #ccc;
  border-radius: 10px;
  box-shadow: 3px 4px 5px #ccc;
  line-height: 25px !important;
  padding: 20px 10px;
  text-align: left;
}
.hs-search-field--open .hs-search-field__suggestions li + li {
  margin-top: 10px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  color: #0e1032;
  padding: 5px 0;
}

@media (min-width: 1200px){
  .headerNavigation {
    float: right;
  }
  .headerNavigationInner {
    height: 100px;
    line-height: 100px;
  }
  .headersearch {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    float: right;
    position: relative;
    height: 100px;
    padding-left: 29px;
  }
  .headersearch:before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    left: 10px;
    top: 50%;
    margin-top: -14px;
    background-color: rgba( 0,0,0,0.06);
  }
  .header-search-link {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    position: relative;
    float: right;
    margin-left: 0;
  }
  button#menu-toggle {
    display: none;
    z-index: 10;
  }
  .custom-menu-primary {
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: right;
    font-size: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    height: 100px;
    line-height: 100px;
    margin: 0 0px 0 0;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-size: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    display: block;
    margin: 0px;
    padding: 0px 17px 0px 17px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 100px;
    line-height: 100px;
    font-family: FSIndustrieNw-Bold;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    width: 250px;
    padding: 0px;
    background-clip: padding-box;
    transition: all .2s ease;
    z-index: 99;
    text-align: left;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    border-radius: 0;
    box-shadow: 0 3px 25px 0px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
    top: auto;
    border-top: 3px solid #642367;

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border: none;
    position: relative;
    border-bottom: 1px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    font-family: FSIndustrieNw-Bold;
    margin: 0;
    display: block;
    padding: 15px 10px 15px 10px;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 9px;
    content: "-";
    margin-right: 5px;
    position: static;
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
    left: 0px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    color: #642367;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a:before {
    -webkit-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
    opacity: 1;
  }
  body.fixed .mainHeaderInner {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    margin: 0;
    animation-name: menu_sticky;
    -webkit-box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    padding: 0;
  }
  body.fixed .headerLogo .widget-type-logo {
    height: 70px;
    line-height: 70px !important;
  }
  body.fixed .headerLogo .hs_cos_wrapper_type_logo img {
    max-height: 33px;
  }
  body.fixed .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  body.fixed .custom-menu-primary .hs-menu-wrapper > ul > li{
    height: 70px;
    line-height: 70px !important;
  }
  body.fixed .headersearch {
    height: 70px;
  }
  body.fixed .header-search-link {
    height: 70px;
    line-height: 70px !important;
  }
  body.fixed .headerNavigationInner {
    height: 70px;
    line-height: 70px !important;
  }
  body.fixed .headersearch:before {
    background-color: rgba( 0,0,0,0.06);
  }







}




@media (max-width: 1200px){
  .topHeader {
    display: none !important;
  }
  .header .header__container {
    margin: 0 30px 0 25px;
    width: auto;
    display: block;
    max-width: initial;
  }
  .headerLogo {
    float: none;
    display: block;
  }
  .headerNavigation {
    display: block;
    float: none;
  }
  .headerLogo .hs_cos_wrapper_type_logo {
    width: inherit;
    margin: 0 auto;
  }
  .headersearch {
    position: absolute;
    top: 0;
    float: none;
    right: 0px;
    margin-right: 0px;
  }
  .header-search-link {
    padding-right: 0px;
    padding-left: 10px;
    position: relative;
    float: left;
  }
  button#menu-toggle {
    display: block;
    position: absolute;
    left: 0;
    width: 40px;
    background: none;
    z-index: 1;
    outline: none;
    padding: 0;
    line-height: normal;
    top: 34px;
  }
  button#menu-toggle i {
    color: #182333;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #182333;
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
    background-color: #0ba9a7;
  }
  button#menu-toggle i:before, button#menu-toggle i:after {
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #033b4a;
    border-radius: 3px;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
    margin: 0;
    background-color: #0ba9a7;
  }
  button#menu-toggle i:before {
    top: 9px;
  }
  button#menu-toggle i:after {
    top: -9px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin: 0;
    z-index: 100;
    width: 100%;
    top: 100px;
    position: absolute;
    padding: 10px 20px;
    left: 0px;
    box-shadow: rgb(0 0 0 / 12%) 3px 3px 15px;
    border-top: 3px solid #642367;
    background-color: #ffffff;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: none;
  }
  body.menu-open .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    max-height: 10000px;
  }
  body.menu-open button#menu-toggle i {
    background-color: transparent;
  }
  body.menu-open button#menu-toggle i:before, 
  body.menu-open button#menu-toggle i:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
  }
  body.menu-open button#menu-toggle i:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }
  body.menu-open button#menu-toggle i:after {
    -webkit-transform: rotate3d(0,0,1, -45deg);
    transform: rotate3d(0,0,1, -45deg);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    text-align: left;
    border-bottom: 1px solid rgba( 59,63,68,0.15);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    height: auto;
    line-height: 18px !important;
    padding: 15px 0px;
    text-decoration: none;
    display: inline-block;
    color: rgba( 59,63,68,1);
    font-family: FSIndustrieNw-Bold !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display: none;
    padding: 0 0 0 25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom: 1px solid rgba( 59,63,68,0.15);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    border-bottom: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border-bottom: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #3b3f44;
    font-weight: 400;
    font-size: 13px;
    font-family: FSIndustrieNw-Bold !important;
    height: auto;
    line-height: 18px !important;
    text-decoration: none;
    padding: 15px 15px 15px 0px;
    margin: 0;
    display: inline-block;
  }
  .child-trigger {
    position: absolute;
    right: 0px;
    z-index: 33;
    top: 15px;
    display: block;
  }
  .child-trigger i {
    font-size: 20px;
    cursor: pointer;
    display: block;
    line-height: 0px;
    color: rgba( 59,63,68,1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #642367;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #642367;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #642367;
  }
  .child-open .tm-zippco-icon-angle-down:before {
    content: '\f106';
  }






}


@media (max-width: 768px){

  .headersearch .hs-search-field .hs-search-field__input {
    padding: 0 47px 0 10px;
  }



}


@media only screen and (max-width: 479px){
  .header .header__container {
    margin: 0 15px;
  }




}











.tm-zippco-icon-angle-down:before {
  content: '\f107';
}







@keyframes menu_sticky {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
footer.footer {
  position: relative;
  font-size: 13px;
  padding-bottom: 2px;
  line-height: 25px;
}
a#back-to-top {
  font-weight: 900;
  color: #fff;
  position: fixed;
  display: none;
  right: 34px;
  bottom: 34px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 25px;
  text-align: center;
  padding-top: 6px;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #642367;
}
a#back-to-top.top-visible {
  font-size: 23px;
  height: 39px;
  width: 39px;
}
.tm-zippco-icon-angle-up:before {
  content: '\f106';
}
.mainFooter {
  border-bottom: 1px solid rgba(255,255,255,.14);
  padding-bottom: 15px;
}
.second-footer-inner {
  padding: 35px 0 0;
}
.flex_row {
  margin-right: -15px;
  margin-left: -15px;
}
.flex_row:before, .flex_row:after {
  display: table;
  content: " ";
}
.flex_row:after {
  clear: both;
}
.footer-column {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.footer .widget {
  word-wrap: break-word;
  margin: 60px 0 20px;
}
.footer .footer_logo {
  margin: -10px 0 6px 0;
  padding: 0 !important;
  text-align: left;
}
.footer .footer_logo img {
  max-height: 75px;
  width: 8.5em !important;
  margin: 0 !important;
}
.footer .deep-copyright-section {
  display: none;
}
.footer #custom_html-2 {
  width: 85%;
}
.footer h3 {
  position: relative;
  line-height: 30px;
  font-family: "FSIndustrieNw-Bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
  margin-bottom: 42px;
  display: inline-block;
  font-size: 20px;
}
.footer h3:after {
  display: block;
  height: 3px;
  margin-top: 0;
  margin-bottom: -13px;
  content: '';
  position: absolute;
  bottom: 0;
  width: 20px;
  background-color: #642367;
  opacity: 0;
}
.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  padding: 0 0 6px 0;
}
.footer .zippco_contact_widget ul li {
  position: relative;
  line-height: 25px;
  font-family: AtlasGrotesk-Bold;
  margin-bottom: 10px;
  border: none;
  padding-left: 0;
}
.footer_social_share .social-icons li {
  margin-right: 3px;
  min-width: auto;
}
.footer_social_share .social-icons li:first-child {
  margin-left: 0;
}
.footer_social_share .social-icons li a {
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  border: none;
  width: 36px;
  height: 36px;
  margin-right: .2em;
  font-size: 40px;
  line-height: 0;
  background: none;
}
.footer_social_share [class^="tm-zippco-icon-"]:before {
  margin: 0;
  font-size: .8em;
}
.footer .deep-mobile-copyright-section {
  display: none;
}
.footer .zippco_contact_widget ul li:last-child {
  margin-bottom: 0 !important;
  border: none;
  padding-bottom: 0;
}











@media (min-width: 768px){
  .footer-column6 {
    width: 50%;
  }
  .footer-column2 {
    width: 16.66666667%;
  }





}


@media (min-width: 992px){
  .footer-column6 {
    width: 50%;
  }
  .footer-column2 {
    width: 16.66666667%;
  }
  .footer .deep-copyright-section {
    display: block;
    padding-bottom: 1em;
    padding-top: 1em;
  }


}


@media (min-width: 1200px){
  .footer-column6 {
    width: 33%;
  }
  .footer-column2 {
    width: 22.333333%;
  }
  .footer .footer-column:first-child .widget {
    margin-right: 10px;
  }
  .footer .footer-column:last-child .widget {
    margin-right: 0;
  }
  .footer .footer-column .widget:not(:first-child) {
    padding-top: 0;
    margin-top: -21px;
  }



}


@media (min-width: 1201px){
  .footer #custom_html-2 {
    margin-left: auto;
  }



}







@media (max-width: 1199px){
  .footer-column6 {
    width: 100%;
  } 
  .footer-column2 {
    width: 33%;
  }



}




@media (max-width: 991px){
  .footer-column2 {
    width: 100%;
  }
  .footer .deep-mobile-copyright-section {
    display: block;
    padding-bottom: 15px;
  }
  .mobile_copyright {
    display: inline-block;
  }
  .se_logo_tab_view {
    display: inline-block;
    margin-right: -4px;
  }
  footer.footer {
    font-size: 14px;
  }
  .mobile-small-content p {
    max-width: 20em;
  }
  .footer .widget {
    margin: 15px 0;
  }
  .footer h3 {
    margin-bottom: 10px;
  }



}





@media screen and (max-width: 767px){
  .footer-column {
    padding-left: 30px;
    padding-right: 30px;
  }




}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
/*! Chris Bracco Tooltip
* https://chrisbracco.com/a-simple-css-tooltip/
*  */
.tooltip,
[data-tooltip] {
  position: relative;
}
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none
}
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(Opacity=100);
  opacity: 1
}
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: 0 0;
  content: ""
}
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, .9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  border-radius: 5px;
}
.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
  bottom: 100%;
  left: 50%
}
.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, .9)
}
.tooltip-bottom:before,
.tooltip-left:before,
.tooltip-right:before {
  margin-bottom: 0;
  border-top-color: transparent
}
.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
  margin-left: -80px
}
.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px)
}
.tooltip-left:after,
.tooltip-left:before {
  right: 100%;
  bottom: 50%;
  left: auto
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, .9)
}
.tooltip-left:focus:after,
.tooltip-left:focus:before,
.tooltip-left:hover:after,
.tooltip-left:hover:before {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px)
}
.tooltip-bottom:after,
.tooltip-bottom:before {
  top: 100%;
  bottom: auto;
  left: 50%
}
.tooltip-bottom:before {
  margin-top: -12px;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, .9)
}
.tooltip-bottom:focus:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:hover:before {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px)
}
.tooltip-right:after,
.tooltip-right:before {
  bottom: 50%;
  left: 100%
}
.tooltip-right:before {
  margin-left: -12px;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, .9)
}
.tooltip-right:focus:after,
.tooltip-right:focus:before,
.tooltip-right:hover:after,
.tooltip-right:hover:before {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px)
}
.tooltip-left:before,
.tooltip-right:before {
  top: 3px
}
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px
}

.tooltip-top:before, .tooltip:before, [data-tooltip]:before {
  border-top-color: #0b0c26;
  border-top-color: #182333;
}

.tooltip:after, [data-tooltip]:after {
  background-color: #0b0c26;
  background-color: #182333;
}