*, *: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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2") format("woff2"); font-style: normal; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4WjMDrMfIA.woff2") format("woff2"); font-style: italic; font-weight: 400; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpbCIPrE.woff2") format("woff2"); font-style: normal; font-weight: 600; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Raleway"; src: url("https://fonts.gstatic.com/s/raleway/v26/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pbCIPrE.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Rosario"; src: url("https://fonts.gstatic.com/s/rosario/v25/xfuu0WDhWW_fOEoY8l_VPNZfB7jPM6__Dlc0fec.woff2") format("woff2"); font-style: normal; font-weight: 700; unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

body {
   line-height: 1.5;
   word-break: break-word;
   -moz-font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.dnd-section>.row-fluid {
    padding: 0 15px;
    max-width: 83.333% !important;
}

@media(max-width:767.98px){
   .dnd-section>.row-fluid{
    max-width: 100% !important;
   }
}

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

/* Paragraphs */

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

/* Anchors */

a {
   cursor: pointer;
   text-decoration: none;
   -webkit-transition: all 0.15s linear;
   -moz-transition: all 0.15s linear;
   -o-transition: all 0.15s linear;
   transition: all 0.15s linear;
   text-decoration:underline;
   font-weight:600;
}
a:hover{
   text-decoration:none;
}

/* Headings */

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

@media(min-width:48rem){
   h1{
      line-height: 2.6875rem;
   }
   
}

h2{
   line-height: 2.5rem;
}
h3{
   line-height: 2.1875rem;
}

h4{
   line-height: 1.875rem;
}

h5{
   line-height: 1.75rem;
}

h6{
   line-height: 1.5625rem;
}


@media(max-width:767px){
   body h1{
          font-size: 2.25rem;
    line-height: 2.5625rem;
   }
}

/* Lists */

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

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

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

/* Code blocks */

code {
   vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
   background-color: #CCC;
   border: none;
   color: #CCC;
   height: 1px;
}
button,
.button {
   height: 2.8125rem;
   font-size: .875rem;
   line-height: 1.1875rem;
   font-family: Raleway,sans-serif;
   cursor: pointer;
   display: inline-block;
   font-weight: 600;
   box-shadow: none;
   margin: 0;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   border-width: 1px;
   border-color: #ff7a59;
   margin-top: 18px;
   margin-bottom: 18px;
    text-decoration:none;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
       transform: scale(1.1);
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
   margin-bottom: 18px;
}
.body-container-wrapper form {
    border: 0.0625rem solid #cd8c31;
    border-radius: 1.875rem;
    padding: 30px;
    margin-bottom: 10px;
}
/* Labels */

form label {
   font-weight: 600;
   width: 100%;
   font-size: 1rem;
   line-height: 1.3125rem;
   margin-bottom: 4px;
}

.hs-error-msgs label{
   color: #CD2C27;
   font-weight: 600;
}

/* 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 {
   font-size:1rem;
   line-height: 1.1875rem;
   flex: 1;
   padding: 0.3125rem 1.125rem;
   color: #2e2319;
   height: 2.8125rem;
   display: block;
   width: 100%;
   font-weight: 400;
   background-color: #fff;
   background-clip: padding-box;
   border: 0.0625rem solid #2e2319;
   border-radius: 0.3125rem;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   font-family: Raleway,sans-serif;
   outline:0;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus{
   box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

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 {
   height: 2.8125rem;
   font-size: .875rem;
   line-height: 1.1875rem;
   font-family: Raleway,sans-serif;
   cursor: pointer;
   display: inline-block;
   font-weight: 600;
   box-shadow: none;
   margin: 0;
   position: relative;
   text-align: center;
   transition: all .15s linear;
   border-style: solid;
   border-width: 1px;
   border-color: #ff7a59;
   margin-top: 18px;
   margin-bottom: 18px;
}

form input[type=submit]:hover,
form .hs-button:hover{
    transform: scale(1.1);
}

   
/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   overflow-x: auto;
   overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
   padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
   display: inline-block;
}
/* 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;
}
@media (min-width: 75rem){
   .header-wrap {
      padding: 3.75rem 0;
   }
}

body.no-banner .header-wrap{
   background-color:#004d44;
}

body.no-banner main{
   margin-top:200px;
}

.header-wrap{
   position:absolute;
   border-radius: 0;
   top: 0;
   right: 0;
   left: 0;
   z-index: 9999;
   background-color: transparent;   
}

.header-wrap> .container-fluid{
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   margin-right: auto;
   margin-left: auto;
}

.header-wrap> .container-fluid>.row{
   display: flex;
   flex-wrap: wrap;
   margin-right: -0.9375rem;
   margin-left: -0.9375rem;
}

@media (min-width: 48rem){
   .header-wrap> .container-fluid>.row>.col-md-10 {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
   }
}

.header-wrap> .container-fluid>.row>.col-md-10 {
   position: relative;
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   margin-right: auto;
   margin-left: auto;
}

.header-wrap .logo a {
   display: block;
   width: 13.8125rem;
   height: 3.375rem;
}

header .logo a img {
   max-width: 100%;
   display: block;
   vertical-align: middle;
   border-style: none;
   width:auto !important;
}




.search-header {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   line-height: 0;
}

.search-header button {
   background-color: transparent;
   padding: 0;
   border: 0;
   display: inline-block;
   transition: all .35s ease-in-out;
   height: 1.1875rem;
   opacity: 1;
   margin:0;
}

.search-header button:hover, .search-header button:focus{
   background-color:transparent;
}

.modal.fade .modal-body>.container-fluid>.row>.col-xxl-10 .navigation-primary>ul>li>ul>li>a:hover{
   text-decoration:underline;
}
.modal.fade .modal-body>.container-fluid>.row>.col-xxl-10 .navigation-primary>ul>li>ul>li>ul>li>a:hover{
    text-decoration:underline;
}

.modal.fade .modal-body>.container-fluid>.row>.col-xxl-10 .navigation-primary>ul>li>ul>.has-submenu>a:hover{
   text-decoration:none;
}

.search-header button svg{
   width: 1.1875rem;
   height: 1.1875rem;
   overflow: hidden;
   vertical-align: middle;
   display:block;
}

.header__right button.navbar-toggle {
   position: relative;
   margin: 0;
   padding: 0;
   margin-right: 34px;
   margin-left: 35px;
   background-color: transparent;
   background-image: none;
   border: 0;
   color: #fff;
   border-radius: 0;
   display: inline-block;
   transition: all .35s ease-in-out;
   height:auto;
}

.header__right button.navbar-toggle svg{
   width: 1.1875rem;
   height: 1.1875rem;
   overflow: hidden;
   vertical-align: middle;

}

.login {
   display: inline-block;
   position: relative;
}

.login button {
   height:auto;
   font-size: .875rem;
   line-height: 1.1875rem;
   font-weight: 600;
   box-shadow: 0 0 0.25rem rgb(0 0 0 / 25%);
   text-decoration: none;
   transition: all .3s ease-in-out;
   padding: 0.6875rem 1.625rem;
   border-radius: 0.3125rem;
   display: inline-block;
   text-align: center;
   vertical-align: middle;
   border: 0.0625rem solid transparent;
   -webkit-appearance: button;
   margin:0;
}

.header__inner {
   display: flex!important;
   flex-direction: row!important;
   justify-content: space-between!important;
   align-content: center!important;
}

.login button span{
   font-size: .875rem;
   line-height: 1.1875rem;
   font-weight: 600;
   display: block;
   font-family: Raleway,sans-serif;
}


.header__right {
   display: flex;
   align-items: center;
}

svg.bs-icon.close-text {
   display: none;
}

.search-bar form input::placeholder {
   color: #fff !important;
}

.search-header .search-header__toggle.search-close .open{
   display:none;
}

.search-header .search-header__toggle.search-close .close-text{
   display:block;
}

.search-header .search-header__toggle:hover svg{
   transform: scale(1);
}



.navbar-toggle:hover {
   transform: scale(1.12);
}

.login button:hover{
   color: #004d44;
   background-color: #d9d9d9;
   border-color: #d9d9d9;
   transform: scale(1.1);
}

.search-header__container{
   display:none;
}

.search-header__container.form-open{
   display:block;
} 



.modal.fade { 
   display: block;
   padding-right: 0px;
   overflow: scroll!important;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1050;
   width: 100%;
   height: 100%;
   outline: 0;
}

.modal-content .modal-header {
   display: flex!important;
   justify-content: space-between!important;
   align-items: center!important;
   flex-direction: row;
}

span.logo {
   order: 1;
}

.modal.fade .modal-dialog{
   margin: 1.5625rem;
   max-width: none;
   transition: transform .3s ease-out;
   transform: none;
   position: relative;
   pointer-events: none;
}

span.logo-wrapper a img {
   width: auto !important;
   max-width: 100%;
   display:block;
}

.modal.fade .modal-dialog  .modal-content {
   border-radius: 1.875rem;
   background-color: #fcf8f3;
   border: 0;
   position: relative;
   display: flex;
   flex-direction: column;
   width: 100%;
   pointer-events: auto;
   background-clip: padding-box;
}


.modal.fade .modal-dialog  .modal-content .modal-header {
   padding: 2.5rem 3.125rem;
   text-align: left;
   align-items: center!important;
}

body.overflow-hdden{
   overflow:hidden;
}

.modal.fade .modal-dialog  .modal-content .modal-header  button.close{
   opacity: 1;
   display: inline-block;
   transition: all .35s ease-in-out;
   color: #2e2319;
   text-shadow: none;
   padding: 0;
   margin: 0;
   background-color: transparent;
   border: 0;
   float: right;
   font-size: 1.5rem;
   font-weight: 700;
   line-height: 1;
   order:2;
}

.modal.fade .modal-dialog  .modal-content .modal-header  button svg{
   width: 0.875rem;
   height: 0.875rem;
   overflow: hidden;
   vertical-align: middle;
}


.modal.fade .modal-body {
   padding: 0 0 3.125rem;
}

.modal.fade .modal-body >.container-fluid{
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   margin-right: auto;
   margin-left: auto;
}

.modal.fade .modal-body >.container-fluid>.row{
   display: flex;
   flex-wrap: wrap;
   margin-right: -0.9375rem;
   margin-left: -0.9375rem;
}

.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10{
   position: relative;
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
}

.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary {
   flex-basis: 100%;
   flex-grow: 1;
   align-items: center;
   display: block!important;

}

.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary ul{
   margin:0;
   padding:0;
   list-style:none;
}

.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary >ul{

   display: flex!important;
   justify-content: space-between!important;
}

.modal.fade .modal-body>.container-fluid>.row>.col-xxl-10 .navigation-primary>ul>li {
   border-bottom: 0;
   float: left;
   width: calc(100% / 5);
}


.modal.fade .modal-body>.container-fluid>.row>.col-xxl-10 .navigation-primary >ul>li>ul>li>ul>li:last-child{
   padding-bottom: 0.5rem;
}


.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary >ul>li>a{
   font-size: 1.25rem;
   line-height: 1.5625rem;
   padding: 0.8125rem 1.1875rem;
   position: relative;
   display: block;
   color: #2e2319;
   transition: all .3s ease-in-out;
   cursor: pointer;
   white-space: normal;
   font-weight: 600;
   font-family: Raleway,sans-serif;
   text-decoration:none;
}




.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary >ul>li>ul>li>a, 
.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary >ul>li>ul>li>ul>li>a{
   position: relative;
   padding: 0.25rem 1.25rem;
   width: 100%;
   font-family: Raleway,sans-serif;
   display: block;
   font-size: .9375rem;
   line-height: 1.25rem;
   font-weight: 400;
   color: #2e2319;
   text-decoration: none;
}

.modal.fade .modal-body >.container-fluid>.row > .col-xxl-10 .navigation-primary >ul>li>ul>.has-submenu>a{
   font-weight: 600;
   font-size: 1rem;
   line-height: 1.3125rem;
   color: #2e2319;
   display: block;
   padding: 0.25rem 1.25rem;
   white-space: normal;
   transition: all .3s linear;
}






.modal{
   opacity:0;
   visibility:hidden;
   transition: all .3s ease-in-out;
   transform:translateY(-100px); 
}

.modal.show{
   opacity:1;
   visibility:visible;
   transform:translateY(0px);
}


@media (min-width: 90rem){
   .modal.fade .modal-body>.container-fluid>.row>.col-xxl-10{
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin:0 auto;
   }

}



@media(min-width:991px) and (max-width:1199.98px){
   .header-wrap{
      padding: 2.8125rem 0;
   }
}

.login button a{
   text-decoration:none !important;
}

@media(max-width:991.98px){
   .header-wrap {
      padding: 3.28125rem 0;
   }
   
   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(1)>ul>li>a:hover,
      .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(4)>ul>li>a:hover,
      .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(5)>ul>li>a:hover{
   text-decoration:underline;
}
   
   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(2)>ul>li>ul>li>a:hover,
   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(3)>ul>li>ul>li>a:hover{
         text-decoration:underline !important;
   }
}

.header-wrap.sticky .login button a{
   color:#fff !important;
   text-decoration:none;
}

.header-wrap.sticky .login button:hover{
   background-color:#000100;
       border-color: #000100;
}

@media(min-width:576px) and (max-width:767.98px){
   .header__inner{
      padding: 0 1.25rem;
   }

}  


@media(min-width:992px){
   .mobile-menu{
      display:none;
   }
   
   .header-wrap.sticky{
   padding: 0.9375rem 0;
   background-color: #fff !important;
   position: fixed;
   border-radius: 0;
   top: 0;
   right: 0;
   left: 0;
   z-index: 1020;
} 

.header-wrap.sticky .login button{
   background-color:#004d44;
   color:#fff;
   border-color:#004d44;
}

.header-wrap.sticky .header__right button.navbar-toggle svg{
   color:#004d44;
   fill: #004d44;
}

.header-wrap.sticky  .search-header button{
   color:#004d44;
}

.header-wrap.sticky  .search-header .search-header__toggle  svg{
   color:#004d44;
   fill:#004d44;
}




.header-wrap.sticky .fixed-logo {
   display: block;
   margin-top: 7px;
}

.header-wrap.sticky .fixed-logo  a{
   width: 11.25rem;
   height: 1.75rem;
   overflow: hidden;
}

.header-wrap.sticky>.container-fluid>.row{
   align-items:center;
}

.header-wrap.sticky .static-logo{
   display:none;
}
}
 
.header__left .fixed-logo {
    display: none;
}

.modal.fade .modal-dialog .modal-content .modal-header button svg{
   color:#000;
       fill: #000;
}

@media(max-width:991.98px){

     .mobile-menu-container-wrapper-col .navigation-primary>ul>li>a::after{
      content: '';
      -webkit-mask-position: center;
      -webkit-mask: url(https://5067111.fs1.hubspotusercontent-na1.net/hubfs/5067111/raw_assets/public/Tompkins_April2022/images/chevron-down.svg) no-repeat;
      width: 0.75rem;
      height: 0.75rem;
      -webkit-mask-size: 0.75rem 0.75rem;
      background-color: #2e2319;
      position: absolute;
      top: 1.375rem;
      right: 0.625rem;
      transition: all .3s ease-in-out;
   }

   .mobile-menu-container-wrapper-col .navigation-primary>ul>li.active>a::after{
      transform: rotate(180deg);
   }
   .modal.fade .modal-dialog .modal-content .modal-header{
      padding: 5.3125rem 3.125rem 1.875rem 3.125rem;
      border: 0;
      text-align: center;
      justify-content: center !important;
   }

   .modal-body {
      display: none;
   }

   .modal.fade .modal-dialog .modal-content .modal-header button.close{
      display: block;
      clear: both;
      margin: 0;
      position: absolute;
      top:20px;
      right: 2.5rem;
   }

   .mobile-menu-container-wrapper-col  .navigation-primary ul{
      margin:0;
      padding:0;
      list-style:none;
   }

   .mobile-menu-container-wrapper-col  .navigation-primary >ul>li>ul{
      position: relative;
      top: auto;
      left: 0;
      float: none;
      background-color: transparent;
      border: 0;
   }

   .mobile-menu-container-wrapper-col  .navigation-primary >ul>li>ul>li>a{
      font-size: .9375rem;
      line-height: 1.25rem;
      font-weight: 400;
      color: #2e2319;
      text-decoration: none;
      display: block;
      padding: 0.25rem 1.25rem;
      white-space: normal;
      transition: all .3s ease-in-out;
   }

   .mobile-menu-container-wrapper-col  .navigation-primary >ul>li>ul>li>ul{
      display:none;
   }

   .mobile-menu {
      padding: 0 0 3.125rem;
      position: relative;
      flex: 1 1 auto;
   }

   .mobile-menu  .mobile-menu-container {
      width: 100%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      margin-right: auto;
      margin-left: auto;
   }

   .mobile-menu  .mobile-menu-container  .mobile-menu-container-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.9375rem;
      margin-left: -0.9375rem;
   }

   .mobile-menu  .mobile-menu-container  .mobile-menu-container-wrapper  .mobile-menu-container-wrapper-col {
      position: relative;
      width: 100%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
   }

   .mobile-menu  .mobile-menu-container  .mobile-menu-container-wrapper  .mobile-menu-container-wrapper-col .navigation-primary {
      padding: 0 0.9375rem;
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
   }

   .mobile-menu-container-wrapper-col .navigation-primary >ul{
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
   }

   .mobile-menu-container-wrapper-col .navigation-primary >ul>li{
      position: relative;
      display: block;
      border-bottom: 0.0625rem solid rgba(149,131,114,.25);
   }

   .mobile-menu-container-wrapper-col .navigation-primary >ul>li:last-child{
      border-bottom:0;
   }

   .mobile-menu-container-wrapper-col .navigation-primary >ul>li>a{
      position: relative;
      display: block;
      padding: 0.9375rem 1.875rem 0.9375rem 0.625rem;
      color: #2e2319;
      transition: all .3s ease-in-out;
      font-weight: 600;
      font-size: 1.125rem;
      line-height: 1.4375rem;
      white-space: normal;
      text-decoration:none;
   }

   .mobile-menu-container-wrapper-col .navigation-primary>ul>li>ul{
      display:none;
   }

   .mobile-menu-container-wrapper-col .navigation-primary>ul>li.active>ul{
      display:block;
   }

   ul.submenu.level-2>li:last-child {
      padding-bottom: 0.5rem;
   }

   .modal.fade .modal-body>.container-fluid>.row>.col-xxl-10 .navigation-primary>ul>li>ul>li>ul>li:last-child {
      padding-bottom: 0.5rem;
   }

   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(2)>ul>li>ul>li:last-child{
      padding-bottom: 0.5rem;
   }

   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(2)>ul>li>a,
   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(3)>ul>li>a{
      font-size:16px;
      font-weight:600;
      line-height: 1.3125rem;
   }
   .mobile-menu-container-wrapper-col .navigation-primary>ul>li:nth-of-type(2)>ul>li>ul>li>a{
      line-height: 1.25rem !important;
   }


   .mobile-menu-container-wrapper-col .navigation-primary>ul>li>ul>li>a{
      font-size: 15px;
   }

   .mobile-menu-container-wrapper-col .navigation-primary>ul>li>ul>li.active1>ul{
      display:block;
   }
   .mobile-menu-container-wrapper-col .navigation-primary>ul>li>ul>li.active1>ul>li>a{
      font-weight: 400;
      font-size: 1rem;
      line-height: 1.3125rem;
      color: #2e2319;
      display: block;
      padding: 0.25rem 1.25rem;
      white-space: normal;
      transition: all .3s ease-in-out;
      text-decoration:none;
      font-size: 15px;
   }


}

.modal-backdrop{
   position: fixed;
   top: 0;
   left: 0;
   z-index: 1019;
   width: 100vw;
   height: 100vh;
   background-color: #131313;
   opacity: .25;
   visibility:hidden;
   transition: opacity .15s linear;
}

.modal-backdrop.show-drop{
   visibility:visible;
}

@media(max-width:767.98px){
 
}


@media(max-width:575px){
   header .header__inner{
      display:block !important;
   }

   .header__right{
      display:block ;
      text-align: center;
   }

   header .logo a {
      margin: 0 auto 30px;
   }
   .header__right button.navbar-toggle {
      margin-right: 30px;
      margin-left: 30px;
   }
}

@media(max-width:500px){
   body.no-banner main {
    margin-top: 242px;
}
}

.search-header__container {
   position: absolute;
   top: 3.25rem;
   right: auto;
   border-radius: 0.3125rem;
   color: #fff;
   padding: 3.125rem;
   left: 50%;
   transform: translateX(-49.7%);
   background-color: rgba(0,77,68,.8);
   width: 20rem;
}

.search-bar form label{
   display: block;
   font-size: 1.25rem;
   line-height: 1.5625rem;
   color: #fff;
   font-weight: 600;
   text-align: center;
   text-shadow: 0 0 0.25rem rgb(0 0 0 / 25%);
   margin-bottom: 0.5rem;
   font-family: Raleway,sans-serif;
}

.search-bar form input {
   font-size: .875rem;
   line-height: 1.1875rem;
   width: 8.4375rem;
   height: 2.6875rem;
   padding: 0 1rem;
   color: #fff;
   background-color: transparent;
   border: 0;
   display: block;
   font-weight: 400;
   border-radius: 0.3125rem;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   margin-right: 0.625rem!important;

}

.search-bar form .search-input{
   margin-bottom: 0;
   border: 0.0625rem solid #fff;
   border-radius: 0.3125rem;
   display: flex!important;
   justify-content: space-between!important;
   flex-direction: row;
   align-items: center;
}


.search-bar form input:placeholder{
   color:#fff !important;
}

.search-header form button{
   font-size: .875rem;
   line-height: 1.1875rem;
   border-radius: 0.3125rem;
   text-decoration: none;
   transition: all .3s ease-in-out;
   box-shadow: none;
   color: #fff;
   background-color: transparent;
   border: 0;
   padding: 0;
   margin:0;
   margin-right: 0.8125rem;
   display: inline-block;
   vertical-align: middle;
}

.search-header form button svg{
   width: 1.1875rem;
   height: 1.1875rem;
      overflow: hidden;
   vertical-align: middle;
   color: #fff;
       
}
.footer-wrapper {
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   margin-right: auto;
   margin-left: auto;
}

.footer-wrapper  .footer.no-image {
   padding: 5.625rem 0 3.75rem;
   margin: -8.625rem 0.625rem 1.5625rem;
   z-index: 1;
   position: relative;
   background-color: #f8f8f8;
   border-radius: 1.875rem;
   margin-top: 0;
}
footer .app-store-image a img{
       width: 147px !important;
    height: 50px;
}

footer .google-play-store-image a img{
       width: 168px !important;
    height: 50px;
}

.footer-wrapper  .footer.no-image> .row{
   display: flex;
   flex-wrap: wrap;
   margin-right: -0.9375rem;
   margin-left: -.9375rem;
   justify-content: center!important;
}
.footer-wrapper  .footer.no-image> .row >.col-xxl-10 {
   flex: 0 0 83.33333%;
   max-width: 83.33333%;
   position: relative;
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
}

.footer-wrapper  .footer.no-image> .row >.col-xxl-10>.row{
   display: flex;
   flex-wrap: wrap;
   margin-right: -0.9375rem;
   margin-left: -0.9375rem;
   justify-content: center!important;
}

.footer-wrapper  .footer.no-image> .row >.col-xxl-10>.row>.col-xl-2 {
   flex: 0 0 16.66667%;
   max-width: 16.66667%;
   position: relative;
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   text-align: left!important;
   margin-bottom: 0!important;
}

.footer-wrapper  .footer.no-image> .row >.col-xxl-10>.row>.col-xl-8 {
   flex: 0 0 66.66667%;
   max-width: 66.66667%;
   position: relative;
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
}

.compliance.order-2 svg {
   width: 2.5rem;
   height: 2.5rem;
   display: block;
}

.jha  svg{
   width: 1.5625rem;
   height: 1.5625rem;
   display: block;
}

.container.footer-disclaimer span {
   line-height: 1.5;
   display: block;
}

span.footer-logo a {
   width: 11.1875rem;
   height: 2.75rem;
}

span.footer-logo a img{
   max-width: 100%;
   vertical-align: middle;
   border-style: none;
   width:auto !important;
   display:block;
}


footer .phone {
   margin: 0.9375rem 0;
   margin-top: 1.875rem;
   font-size: .875rem;
   line-height: 1.1875rem;
}

footer .routing{
   font-size: .875rem;
   line-height: 1.1875rem;
   margin: 0.9375rem 0;
}

.footer__links .hs-menu-flow-horizontal>ul{
   list-style: none;
   padding: 0;
   margin-bottom: 0.625rem;
   align-items: flex-start!important;
   justify-content: space-between!important;
   display: flex!important;
   flex-wrap: nowrap !important;
}

.footer__links .hs-menu-flow-horizontal>ul>li>a{
   cursor: default;
   padding: 0.1875rem 1.25rem;
   font-size: 1rem;
   line-height: 1.3125rem;
   color: #2e2319;
   font-weight: 600;
   display: block;
   position: relative;
}


.footer__links .hs-menu-flow-horizontal>ul>li>ul{
   position: relative;
   top: 0;
   float: none;
   z-index: 1
      border: 0;
   background-color: transparent;
   margin: 0.125rem 0 0;
   font-size: 1rem;
   color: #212529;
   text-align: left;
   list-style: none;
   min-width: 10rem;
   border-radius: 0.25rem;
   flex-wrap: nowrap !important;
}

.footer__links .hs-menu-flow-horizontal>ul>li{
   margin-left: 0;
   border-top: 0;
   border: 0;
   display: inline-block;
   width: calc(100% / 3);
   padding: 0;
   position: relative;
}

.ajax-form-container .signup__container strong{
   font-family: Raleway,sans-serif;
   font-size: 1rem;
   line-height: 1.5;
   color: #2e2319;
   font-weight: 600;
}

.ajax-form-container .signup__container{
   margin-bottom: 1.25rem!important;
}

.footer__links .hs-menu-flow-horizontal>ul>li:nth-of-type(2),
.footer__links .hs-menu-flow-horizontal>ul>li:nth-of-type(3){
   margin-left: 0.4375rem;
}

.footer__links .hs-menu-flow-horizontal>ul>li>ul>li>a{
   font-size: .8125rem;
   line-height: 1.125rem;
   padding: 0.3125rem 1.25rem;
   text-decoration: underline;
   font-weight: 400;
   color: #2e2319;
   display: block;
   width: 100%;
}
footer .phone a{
   font-weight: 400;
   color: #2e2319;
   text-decoration: underline;
   background-color: transparent;
}

.get-update-form form input[type="submit"]{
   margin:0;
   text-decoration: none;
   transition: all .3s ease-in-out;
   padding: 0.6875rem 1.625rem;
   font-size: .875rem;
   line-height: 1.1875rem;
   border-radius: 0.3125rem;
   font-weight: 600;
   box-shadow: none;
   display: block;
   width: 100%;
   height:auto;
} 

.get-update-form form input[type="email"]{
   font-size: .875rem;
   line-height: 1.1875rem;
   height: 2.6875rem;
   padding: 0.625rem 0.9375rem;
   font-weight: 400;
   background-clip: padding-box;
   border: 0.0625rem solid #2e2319;
   border-radius: 0.3125rem;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.get-update-form form .hs-form-field{
   position: relative;
   margin-bottom: 0.625rem!important;
}

.get-update-form h3{
   display:none;
}

.monitor-wrap {
   order: 1;
}

.compliance.order-2 {
   order: 2;
}

span.jha {
   order: 4;
}
.copyright {
   order: 3;
}

footer .jha svg{
   color:#000;
}

footer .compliance.order-2 .ehl svg{
   color:#000;
}

button.scrollTop {
   order: 6;
   margin-top: 0;
   margin-left: 1.875rem;
   background: 0 0;
   border: 0;
   padding: 0;
   margin-bottom:0;
   font-size: .875rem;
   line-height: 1.1875rem;
   font-weight: 400;
   color:#000;
   height: auto;
}

button.scrollTop:hover ,button.scrollTop:focus{
   background-color:transparent;
   transform:scale(1);
}

button.scrollTop:hover p{
   text-decoration:none;
}

button.scrollTop p{
   font-size: .875rem;
   line-height: 1.1875rem;
   font-weight: 400;
   color:#000;
   text-decoration: underline;
   margin:0;
   display: inline-block;
}

button.scrollTop svg{
   margin-right:1px;
   transition: all .3s ease-in-out;
   width: 0.75rem;
   height: 0.75rem;
   overflow: hidden;
   vertical-align: middle;
   color:#000000;
}

button.scrollTop:hover svg{
   margin-top: -0.3125rem;
}
.footer-bottom {
   display: flex!important;
   justify-content: center!important;
   align-items: center;
}

.footer-bottom .Monitor_Banno_Img a img {
   width: 88px !important;
   display: block;
   height:31px;
   margin: 0 auto;
}

.no-footer-mis .footer__links .hs-menu-flow-horizontal>ul>li:nth-of-type(1),
.no-footer-mis .footer__links .hs-menu-flow-horizontal>ul>li:nth-of-type(2){
   visibility:hidden;
}

.footer .phone a:hover ,.footer__links .hs-menu-flow-horizontal>ul>li>ul>li>a:hover{
   text-decoration:none;
}

.social-media.text-xl-left.text-center .hs_cos_wrapper a:hover{
   transform: scale(1.12);
}


footer .app-store-image a:hover,footer .google-play-store-image a:hover{
   transform: scale(1.12);
} 

footer .sentinel-badge {
   margin: 0 35px 0 0;
}

footer .compliance.order-2 .ehl{
   margin: 0 2.1875rem 0 calc(2.1875rem / 2);
   transition: all .3s ease-in-out;
   display:block;
}

footer .compliance.order-2 .ehl a {
   display: block;
}

.copyright .hs_cos_wrapper {
   line-height: 1.1875rem;
   font-size: .875rem;
}

footer span.copytext.order-5.order-lg-3 {
   font-size: .875rem;
   line-height: 1.1875rem;
   display:block;
}

span.jha a {
   display: block;
   font-size: .875rem;
   line-height: 1.1875rem;
}
footer span.jha {
   margin: 0 0 0 2.1875rem;
   display: inline-block;
   transition: all .35s ease-in-out;
}

.Monito.Details span{
   display: block;
   font-family: sans-serif;
   font-size: 10px;
   color: #303031;
   font-weight: 400;
   line-height: 1.5;
   font-weight:600;
   text-decoration:underline;
}

.container.footer-disclaimer {
   font-size: .8125rem;
   max-width: 85.625rem;
   width: 100%;
   padding-right: 0.9375rem;
   padding-left: 0.9375rem;
   margin-right: auto;
   margin-left: auto;
   text-align: center;
   margin-bottom: 2.5rem!important;
   line-height: 1.5;
}

footer .app-badges {
   text-align: center!important;
   margin-top: 4.375rem!important;
   margin-bottom: 3.125rem!important;
   display: flex;
   justify-content: center;
   align-items: center;
}

footer .app-store-image a {
   margin: 0 0.9375rem;
   display: inline-block;
   margin-left: 0;
   margin-top: 0;
}

.sentinel-badge:hover span {
   text-decoration:none;
}

footer .compliance.order-2 .ehl:hover,span.jha a:hover{
   transform: scale(1.12);
}

footer .google-play-store-image a {
   margin: 0 0.9375rem;
   margin-right: 0;
   display:block;
}
footer .app-store-image a  img, footer .google-play-store-image a img{
   max-width: 100%;
   vertical-align: middle;
   border-style: none;
   width:auto !important;
}

.social-media.text-xl-left.text-center .hs_cos_wrapper{
   margin-top: 2.1875rem;
   display: flex;
}

.social-media.text-xl-left.text-center .hs_cos_wrapper a{
   color: #2e2319;
   display: inline-block;
   transition: all .35s ease-in-out;
   margin: 0 0.75rem;
   display: block;
}
.social-media.text-xl-left.text-center .hs_cos_wrapper a:first-child{
   margin-left:0;
}

.social-media.text-xl-left.text-center .hs_cos_wrapper a:last-child{
   margin-right:0;
   margin-left: 16px;
}

.social-media.text-xl-left.text-center .hs_cos_wrapper a svg{
   width: 1.375rem;
   height: 1.375rem;
   color:#000;
   fill:#000;
   overflow: hidden;
   vertical-align: middle;
}

.footer__links .hs-menu-flow-horizontal>ul>li>a{
   text-decoration: none;
}

.footer__links .hs-menu-flow-horizontal>ul>li>ul>li:last-child{
   padding-bottom: 0.5rem;
}

@media(min-width:min-width:1440px){
   .container.footer-disclaimer{
      max-width: 85.625rem;
   }
}

@media(max-width:1439px){
   .container.footer-disclaimer{
      max-width: 71.25rem;
   }

   .social-media.text-xl-left.text-center .hs_cos_wrapper a{
      margin: 0 0.375rem;
   }

   .social-media.text-xl-left.text-center .hs_cos_wrapper a:last-child {
      margin-left: 10px;
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10{
      flex: 0 0 91.66667%;
      max-width: 91.66667%;
   }

   .footer .phone, .footer .routing{
      font-size:13px;
   }
}



@media(max-width:1199px){
   .footer-wrapper .footer.no-image>.row>.col-xxl-10{
      max-width: 60rem;
   }

   .container.footer-disclaimer{
      max-width: 60rem;
   }

   .footer-wrapper .footer.no-image {
      padding: 5.625rem 1.875rem 0.9375rem;
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-xl-2 {
      position: relative;
      width: 100%;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      flex: 0 0 100%;
      max-width: 100%;
   }

   span.footer-logo a img{
      margin:0 auto;
   }

   .footer .phone, .footer .routing {
      font-size: 13px;
      text-align: center;
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-lg-5{
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-top: 3.75rem!important;
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10 {
      max-width: 100%;
      flex: 0 0 100%;
   }

   .social-media.text-xl-left.text-center .hs_cos_wrapper {
      justify-content: center;
   }

   .social-media.text-xl-left.text-center .hs_cos_wrapper a:last-child {
      margin-right: 0;
      margin-left: 10px;
   }

   .social-media.text-xl-left.text-center .hs_cos_wrapper a {
      margin: 0px 6px;
   }
   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-xl-8{
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
   }

   .footer__links .hs-menu-flow-horizontal>ul>li>ul>li:last-child{
      padding-bottom: 0.5rem;
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-xl-2:first-child {
      margin-bottom: 4.375rem !important;
   }
}





@media(max-width:992px){
   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-xl-8{
      flex: 0 0 100%;
      max-width: 100%;
   }

   .container.footer-disclaimer{
      max-width: 45rem;
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-lg-5{
      flex: 0 0 50%;
      max-width: 50%;
   }

   button.scrollTop {
      margin: 1.875rem 0 0;
      margin-left: 1.875rem;
   }

   .copyright {
      font-size: .875rem;
      line-height: 1.1875rem;
      margin-top: 1.875rem;
   }

   .footer-bottom {
      flex-wrap: wrap;
   }
}


@media(min-width:577px) and (max-width:992px){
   .d-lg-none.d-block.order-4.w-100 {
    width: 100%;
    display: block;
    order: 4;
}
   footer span.jha {
    margin: 0 0 0.5rem 0;
      order: 3;
}
   
   .get-update-form form input[type="email"]{
      font-size:1rem;
   }
   
   .jha svg {
    position: relative;
    top: 2px;
}
   
   .copyright {
    order: 5;
}
}

@media(max-width:767.98px){
   footer .app-badges{

      margin-top: 3.125rem!important;
   }
   
      .footer__links .hs-menu-flow-horizontal>ul>li>ul{
      display:none;
   }

   .get-update-form form input[type="email"] {
      font-size: 1rem
   }

   .footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-xl-2:first-child {
      margin-bottom: 1.875rem!important;
   }

   .footer__links .hs-menu-flow-horizontal>ul>li{
      border-top: 0.0625rem solid rgba(149,131,114,.25);
      padding: 0.75rem 0;
      width:100% !important;
   }
   
   .footer__links .hs-menu-flow-horizontal>ul{
      display:block !important;
   }
   
   .footer__links .hs-menu-flow-horizontal>ul>li>a::after{
      content: '';
    -webkit-mask-position: center;
    -webkit-mask: url(https://5067111.fs1.hubspotusercontent-na1.net/hubfs/5067111/raw_assets/public/Tompkins_April2022/images/chevron-down.svg) no-repeat;
    width: 0.75rem;
    height: 0.75rem;
    -webkit-mask-size: 0.75rem 0.75rem;
    mask-size: .75rem .75rem;
    background-color: #2e2319;
    position: absolute;
    top: 0.5rem;
    right: 0.625rem;
   }
   
   .footer__links .hs-menu-flow-horizontal>ul>li>a{
      padding: 0.1875rem 1.875rem 0.1875rem 0.625rem;
   }

   .footer__links .hs-menu-flow-horizontal>ul>li:first-child{
     border-top: 0 !important;
   }
   
   
   .footer__links .hs-menu-flow-horizontal>ul>li.footer-menu-active >ul{
      display:block;
   }



.footer__links .hs-menu-flow-horizontal>ul>li:nth-of-type(2), .footer__links .hs-menu-flow-horizontal>ul>li:nth-of-type(3){
   margin:0 !important;
}

.social-media.text-xl-left.text-center .hs_cos_wrapper a:last-child {
   margin-left: 11px;
}
}


@media(max-width:575.98px){
   .monitor-wrap,.compliance.order-2,footer span.jha,.copyright,button.scrollTop{
      width:100%;
      text-align:center;
   }

   footer .sentinel-badge {
      margin: 0 0px 20px 0;
   }

   footer .compliance.order-2 .ehl {
      margin: 0;
   }

   footer  button.scrollTop {

      margin-left: 0;
   }

   footer .app-badges{
      display:block !important;
   }

   span.jha {
      order: 3;
      margin:1.25rem   0 0 0!important;
   }
   footer .app-store-image a{
      margin:0;
      margin: 0 0 0.625rem 0;
   }

   footer .compliance.order-2 .ehl svg,footer .jha svg{
      margin:0 auto;

   }

.footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-lg-5{
   flex: 0 0 100%;
   max-width: 100%;
}

.footer-wrapper .footer.no-image>.row>.col-xxl-10>.row>.col-lg-5{
   margin-top: 1.875rem!important;
}

footer .google-play-store-image a{
   margin:0;
}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}