*, *: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 ;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid,
.banner-section .dnd-section .row,
.banner-section .dnd-section .row-fluid .span12 {
  padding: 0;
  width:100%;
  margin:0;
}

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

.content-wrapper .dnd-section,
.content-wrapper .dnd-section>.row-fluid {
  padding:0;
  width:100%;
  max-width:100%;
}

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper,
.structure-page-content-with-background-image-section .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.dnd-section[class*="full-width"]>.row-fluid {
  padding:0;
}

.dnd-section[class*="full-width"]>.row-fluid>.row {
  width:100%;
  margin:0;
}

.dnd-section[class*="full-width"]>.row-fluid>.row>.span12 {
  padding:0;
}


.dnd-section .widget-type-cell {}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width:calc(100% + 30px);
}

.dnd-section {
  padding-left:15px;
  padding-right:15px;
}

.dnd-section .row-fluid [class*="span"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
  min-height:0;
}

.hs-inline-edit .row-fluid [class*="span"],
.hs-inline-edit .dnd-section .row-fluid [class*="span"] {
  min-height:50px;
}


@media (min-width:576px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper,
  .structure-page-content-with-background-image-section .container-fluid {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper,
  .structure-page-content-with-background-image-section .container-fluid {
    max-width: 720px;
  }

  .row-fluid .span1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .row-fluid .span2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .row-fluid .span3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-fluid .span4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-fluid .span5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .row-fluid .span6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-fluid .span7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .row-fluid .span8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .row-fluid .span9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .row-fluid .span10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .row-fluid .span11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }


}

@media (min-width:960px) {
  .mobile {
    display:none !important;
  }
}

@media (min-width:992px) {
  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper,
  .structure-page-content-with-background-image-section .container-fluid {
    max-width: 960px;
  }
}



@media (max-width:959px) {
  .desktop {
    display:none !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
  --wp--preset--duotone--dark-grayscale: url(#wp-duotone-dark-grayscale);
  --wp--preset--duotone--grayscale: url(#wp-duotone-grayscale);
  --wp--preset--duotone--purple-yellow: url(#wp-duotone-purple-yellow);
  --wp--preset--duotone--blue-red: url(#wp-duotone-blue-red);
  --wp--preset--duotone--midnight: url(#wp-duotone-midnight);
  --wp--preset--duotone--magenta-yellow: url(#wp-duotone-magenta-yellow);
  --wp--preset--duotone--purple-green: url(#wp-duotone-purple-green);
  --wp--preset--duotone--blue-orange: url(#wp-duotone-blue-orange);
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  -webkit-font-smoothing: auto;
  background: #fff;
}

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

/* Paragraphs */

p {
  font-size: calc( 1rem + 2px);
  line-height: 1.445;
  margin:0 0 1.5em;
}

/* Anchors */

a {
  text-decoration: none;
  background-color: transparent;
}

a:active, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  outline: none !important;
}

/* Headings */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.67em;
}

.h1,h1 {
  line-height: 1.3;
}

.h2,h2 {
  line-height: 1.3438;
}

.h3,h3 {
  line-height: 1.25;
}

.h4,h4 {
  line-height: 1.2;
}

.h5,h5 {
  line-height: 1.223;
}

.h5,h5 {
  line-height: 1.25;
}

/* Lists */

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul li, ol li {
  font-size: calc(1rem + 2px);
  line-height: 1.445;
  padding-bottom: 10px;
}

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 1rem;
  padding-left: 15px;
  font-size: 1.25rem;
}

.small, small {
  font-size: 80%;
  font-weight: 400;
}

figure {
  margin: 1em 0;
}

.figure {
  display: inline-block;
}

img {
  vertical-align: middle;
  border: 0;
  height: auto;
  max-width: 100%;
}

figcaption {
  margin:15px 0 0;
}

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

b, strong {
  font-weight: bolder;
}

@media (max-width:1280px) {
  html {
    font-size: 95%;
  }

  p,ul li,ol li {
    font-size:18px;
  }
}

@media (max-width:1024px) {
  html {
    font-size: 90%;
  }
}

@media (max-width:960px) {
  html {
    font-size: 85%;
  }
}

@media (max-width:768px) {
  html {
    font-size: 80%;
  }
}

@media (max-width:480px) {
  html {
    font-size: 75%;
  }
  
  .h1,h1 {
    font-size:30px !important;
  }
}

@media (max-width:320px) {
  .h2,h2 {
    font-size: 26px !important;
    line-height: 31px !important;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}



#email-prefs-form {
  max-width:100%;
}

.hs-submit {
  padding: 14px 0 10px 0;
  margin: 16px 0 0 0;
}

.hs-button,
.button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:24px 0 10px;
  outline:0;
  font-size: 24px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: normal;
}

.hs-submit .hs-button {
  margin:0;
}

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


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: ;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  margin-bottom: 0.5rem;
}

.hs-form-field {
  padding-right: 16px;
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 12px;
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  width:100%;
}

.hs-form-field>* {
  width:100%;
}

.hs-form-field>label {
  font-weight: 700;
  font-size: inherit;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  width:auto;
}

.input {
  margin:0 !important;
}

.hs-field-desc {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
  margin: 1px 0 9px 1px;
  order:3;
}

.hs-fieldtype-textarea .hs-field-desc {
  font-size: .688em;
  margin: 4px 0 0;
  color: #767676;
  width: 92%!important;
  white-space: nowrap!important;
  font-family: "Open Sans";
  letter-spacing: normal;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 100% !important;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  height: 50px;
  border-width: 3px;
  border-color: #eeeeee;
  border-style: solid;
  max-width: 100%;
  margin: 8px 0 0 0;
}

form select {
  width:100%;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
}

form input[type="text"].error:hover,
form input[type="password"].error:hover, 
form input[type="datetime"].error:hover, 
form input[type="datetime-local"].error:hover, 
form input[type="date"].error:hover, 
form input[type="month"].error:hover, 
form input[type="time"].error:hover, 
form input[type="week"].error:hover, 
form input[type="number"].error:hover, 
form input[type="email"].error:hover, 
form input[type="url"].error:hover, 
form input[type="search"].error:hover, 
form input[type="tel"].error:hover,
form input[type="color"].error:hover,
form input[type="file"].error:hover,
form textarea.error:hover,
form select.error:hover,
form select.error:hover,
form textarea.error:hover,
.hs-input.error:hover, 
.hs-search-field__input.error:hover,
#hs-pwd-widget-passwor.error:hover{
}


form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}


#hs-pwd-widget-password {
  height:50px !important;
  margin-top:0 !important;
  padding: 5px 4px !important;
}

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

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

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {
  height: auto;
}

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

.hs-error-msgs {
  margin:10px 0;
  padding:0;
  list-style:none;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #c89797;
  border-bottom: 1px solid #c89797;
  padding-bottom: 6px;
  padding-top: 8px;
}
.hs-error-msgs label {
  margin: 0;
  letter-spacing: normal;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  padding-top: 16px;
  max-width: 100%;
  padding-right: 16px;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
}

.hs_error_rollup .hs-error-msgs {
  border-bottom: 1px solid #790000;
  border-top: 1px solid #790000;
  box-shadow: 0 0 0 #ff6d6d;
  border-radius: 5px;
  margin-top: 0.5rem;
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px !important;
  border-color: #790000;
  border-style: solid;
  border-width: 2px 1px;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  background: none;
}

.hs_error_rollup .hs-error-msgs label {
  color: #790000;
  font-size: 16px;
  font-weight: 700;
  line-height: 43px;
  padding: 0;
  text-align: center;
}

.hs_error_rollup .hs-error-msgs label:before {
  background-image: url(https://21767649.fs1.hubspotusercontent-na1.net/hubfs/21767649/raw_assets/public/MidlandForms_June2022/images/error.svg);
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 -0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}

.hs-form-field input+label {
  display:inline-block;
}

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


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


.hs-form-required {
  font-weight: 700;
  font-size: inherit;
  color: #790000;
  margin-left: 8px;
}

.hs-richtext {

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

textarea.hs-input {
  height: 160px;
  width: 100%;
  border-width: 3px;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
}

@media (min-width:641px) {
  textarea.hs-input {
    height: 320px;
    width: 100%;
  }
}

@media (max-width:640px) {
  .hs-form-field {
    width:100% !important;
    max-width:100% !Important;
    padding-right:0;
  }

  .hs-button, .button {
    width: 100%;
    margin: 24px 0 16px 0;
    line-height: 2;
    min-height: 2rem;
  }

  .hs-submit .hs-button {
    margin: 0 0 16px 0;
  }

}

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

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

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

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}

@media (max-width:320px) {
  .hs_error_rollup .hs-error-msgs label {
    font-size: 26px;
    line-height: 31px;
  }
}
/* Table */

.table-wrapper {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 1em 0.5em 0;
  color: #222;
}

table {
  color: #212529;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

table tr:nth-child(odd) {
  background-color: #fff;
}

table thead+tbody tr:nth-child(odd),
.stacktable tr:nth-child(odd) {
  background-color: #f9f9f9;
}

table > thead > tr > th,
table > tbody > tr > th, 
table > tfoot > tr > th, 
table  tr > td {
  border: 1px solid #dddddd;
  padding:8px;
  vertical-align: middle;
  text-align: center;
}

table tbody tr td, 
table tbody tr th {
  background-color: inherit;
}

.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: left;
  padding-right: 1%;
  font-weight:700;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}

.stacktable tr:first-child {
  display:none;
}

/* RESPONSIVE EXAMPLE */
table.table-responsive {
  display: table;
}

.stacktable {
  display: none;
}

table.stacktable>thead>tr>th:first-child,
table.table-responsive>thead>tr>th:first-child{
  background:none !important;
}

@media (max-width: 991px) {
  table.table-responsive {
    display: none;
  }

  .stacktable {
    display: table;
    word-break:break-word;
  }
}
.custom-header-top {
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
  background-color: inherit;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
  padding: 0.74rem 1rem;
}

.custom-header-top .row>div {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header-left {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.header-right {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.custom-logo {
  max-width: 200px;
  -ms-flex-line-pack: center;
  align-content: center;
}

.logo-title {
  display: block;
  line-height: 23px;
  font-size: 20px;
  margin: 5px 0;
}

.header-right p {
  font-size: 20px;
  text-align: right;
  margin: 1rem 0;
  line-height:26px;
}

.custom-header .mobile-trigger {
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  text-indent: 0;
  clip: auto;
  position: static;
  overflow: visible;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  line-height: 1.3em;
  text-decoration: none;
  cursor: pointer;
  max-width: 100%;
  text-align: right;
  padding: 15px 20px;
  -webkit-box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%);
  background: #2e2447;
  color: #eee;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  display:block;
}

.custom-header .mobile-trigger:hover {
  color:#fff;
}

.mobile-trigger i {
  width: 1.3em;
  text-align: center;
}

.header-right .widget-type-rich_text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header-right .hs_cos_wrapper_type_rich_text {
  width: 100%;
}

.custom-menu-primary {
  line-height: 1.3em;
  text-align: right;
  font-size: 12px;
  -webkit-box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%);
  -moz-box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 1px 0 0 rgb(255 255 255 / 10%);
  font-weight: 700;
  border-bottom-width: 8px;
  border-bottom-style: solid;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  text-align: inherit;
  max-width: 1148px;
  margin: auto auto;
  vertical-align: top;
  line-height: 1.3em;
  position: relative;
  font-size:0;
}

.custom-menu-primary .hs-menu-wrapper>ul li {
  vertical-align: top;
  line-height: 1.3em;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  vertical-align: bottom;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
  max-width: 100%;
  float: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li a {
  vertical-align: top;
  line-height: 1.3em;
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul li a .text {
  display: inline-block;
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a {
  padding-right: 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-size: 15px;
  border: none;
  font-weight: bold;
  -webkit-box-shadow: inset 1px 0 0 0 rgb(255 255 255 / 10%);
  -moz-box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 1px 0 0 0 rgb(255 255 255 / 10%);
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type>a {
  box-shadow:none;
}

.custom-menu-primary .hs-menu-wrapper>ul li a .sub-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.custom-menu-primary .hs-menu-wrapper>ul li a .sub-indicator-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  text-align: center;
  vertical-align: bottom;
  display: none;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul li a .sub-indicator-close i {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -0.4em;
  left: 0;
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  margin-top:1px;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li {
  line-height: 1.3em;
  text-align: left;
  display: block;
  float: none;
  position: relative;
  min-width: 150px;
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
}

@media (min-width:960px) {
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    display:block !important;
    height:auto !important;
    overflow:visible !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    vertical-align: top;
    line-height: 1.3em;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: absolute;
    z-index: 500;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clip: rect(0,5000px,5000px,-5000px);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    left: auto;
    -webkit-transition-timing-function: ease-in;
    -ms-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-property: max-height,visibility;
    -ms-transition-property: max-height,visibility;
    transition-property: max-height,visibility;
    -webkit-transition-duration: .5s;
    -ms-transition-duration: .5s;
    transition-duration: .5s;
    transition-delay: .5s;
    max-height: 0;
    top: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border-width: 0;
    border-style: none solid solid solid;
    height: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    max-height: 1000px;
    visibility: visible;
    height: auto;
    border-width: 0 1px 1px 1px;
    transition-delay: 0s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
    top:0;
    left:100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul {
    right:0;
    left:auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul ul {
    right:100%;
    left:auto;
  }
}

@media (max-width:959px) {
  .fa-bars {
    font-size: 30px;
  }


  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper>ul li>ul{
    display:none;
    border:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    width: 100%;
    z-index: 20;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none;
    clear: both;
    width: 100%;
    min-width: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    border:none;
    box-shadow:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a .sub-indicator {
    right: 25px;
    font-size: 20px;
    top: 0;
    height: 49.5px;
    width: 50px;
    text-align: right;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a .sub-indicator:before {
    position: absolute;
    top: 50%;
    right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.child-open>a .sub-indicator {
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.child-open>a .sub-indicator-close {
    right: 18px;
    font-size: 18px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.child-open>a .sub-indicator-close {
    display:block;
  }

}

@media (max-width:800px) {
  .logo-title {
    display:none;
  }
}
.custom-footer-bottom {
  font-size: 85%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.custom-footer-bottom .footer__container {
  padding: 1rem 15px;
}

.custom-footer-bottom .site-info {
  text-align: center;
}

.custom-footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3rem 0 0.5rem;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-footer-top .footer_col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.custom-footer-top .footer_col .hs_cos_wrapper_type_module,
.custom-footer-top .footer_col .hs_cos_wrapper_type_menu {
  margin: 0 0 1.5em;
  font-size: 1.3rem;
  display: block;
}

.custom-footer-top .footer-contact p {
  margin: 1.5rem 0;
}
.footer-logos p {
    font-size: 14px;
}
.sm-icon {
    max-width: 70px;
    display: inline-block;
}
.footer-sign-up {
  padding-top: 1.5rem;
}
.custom-footer-menu {
  padding-top: 1.5rem;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.custom-footer-menu .hs-menu-wrapper>ul li {
  padding-bottom: 0;
}

.custom-footer-menu .hs-menu-wrapper>ul li a {
  display: block;
  padding: 0.5rem 1rem;
  color: #2e2447;
  border-left-width: 2px;
  border-left-style:solid;
}

.footer-content {
  margin-top:.5rem;
}

.footer-content p {
  line-height: 16px;
  margin:0;
  font-size: 16px;
}

.footer-content-inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin:0 0 1.5rem;
}

#totop {
  background: #e06b30;
  width: 60px;
  text-align: center;
  padding: 5px 0;
  position: fixed;
  right: 20px;
  bottom: 0;
  font-size: 25px;
  border-radius: 10px 10px 0 0;
  z-index: 200;
  color: #fff;
  display:none;
  cursor:pointer;
}

#totop.on {
  display:block;
}

#totop:hover {
  background: #2e2447;
}

@media (min-width:768px) {
  .custom-footer-top .footer_col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width:800px) {
  .custom-footer-top {
    text-align: center;
  }

  .custom-footer-top .footer__container {
    padding-left:30px;
    padding-right:30px;
  }  


  .custom-footer-menu .hs-menu-wrapper>ul li a {
    border-left: none;
    font-size: 1.5rem;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-page .body-container-wrapper .widget-type-form,
.contact-page .body-container-wrapper .widget-type-form form,
.search-page .body-container-wrapper .widget-type-form,
.search-page .body-container-wrapper .widget-type-form form {
  max-width:100%;
  margin:0;
}

.contact-page .body-container-wrapper .widget-type-form form .hs_lastname>label {
  visibility:hidden;
  pointer-events:none;
}

.contact-page .body-container-wrapper .widget-type-form form .hs_firstname input,
.contact-page .body-container-wrapper .widget-type-form form .hs_lastname input{
  margin:10px 0 0;
}

.search-page .body-container-wrapper .widget-type-form form fieldset.form-columns-2 {
  margin:0 -15px;
  width:calc(100% + 30px);
  max-width:none !Important;
}

.search-page .body-container-wrapper .widget-type-form form fieldset.form-columns-2 .hs-form-field {
  padding:0 15px;
  margin:0;
}

.search-page .body-container-wrapper .widget-type-form form .hs-form-field>label {
  font-family: "Open Sans";
  color: #505153;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.25rem;
  font-weight:400;
}

.search-page .body-container-wrapper .widget-type-form form .hs-input{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  border: 3px solid #eeeeee;
  margin:0;
}

.search-page .body-container-wrapper .widget-type-form form select.hs-input {
  margin:0 0 .5rem;
}

.search-page .body-container-wrapper .widget-type-form form .hs-submit {
  margin:0;
  padding:0;
}

.contact-page .contact-page-content-section .hs_cos_wrapper_type_module,
.search-page .search-page-content-section .hs_cos_wrapper_type_module,
.guide-page .guide-page-content-section .hs_cos_wrapper_type_module {
  padding:0 45px;
}

a.hs-button {
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  font-weight: 800;
  margin:0 0 1.5em;
  font-family: "Open Sans";
  width:auto;
}

a.hs-button:hover {
  border-color:transparent;
}

.home-page a.hs-button {
  margin:0 0 .5rem;
  height:48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.guide-page .guide-page-content-section .hs_cos_wrapper_type_module,
.structure-page .structure-page-content-section .hs_cos_wrapper_type_module,
.structure-inner-page .hs_cos_wrapper_type_module {
  padding:0 45px;
}

.guide-page-two-column-content-section .dnd-section>.row-fluid {
  padding: 0 120px;
}

.guide-page-two-column-content-section .widget-type-linked_image img {
  width:80%;    
}

.guide-page-two-column-content-section .dnd-section {
  margin-top: 1.4rem;
}

#structure_page_content_section a.hs-button {
  margin:0 0 1rem;
}

.structure-page a.hs-button {
  height:48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.structure-page a.hs-button i {
  padding-left: 4px;
}

.structure-page-content-with-background-image-section {
  padding:0 15px;
}

.structure-page-content-with-background-image-section .container-fluid {
  padding:0;
}

.structure-page-content-with-background-image-section .dnd-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top:1rem;
  padding-top:3rem;
  padding-bottom:1rem;
  background-image:url(https://21767649.fs1.hubspotusercontent-na1.net/hubfs/21767649/raw_assets/public/MidlandForms_June2022/images/dust_scratches.png);
}

.structure-page-two-column-content-section .dnd-section>.row-fluid,
.structure-page-content-with-background-image-section .dnd-section>.row-fluid {
  padding: 0 60px;
}

.row [class*="column-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0;
}

.row .column-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.row .column-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.row .column-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row .column-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row .column-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.row .column-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row .column-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.row .column-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.row .column-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.row .column-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.row .column-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.structure-page-content-with-background-section .dnd-section {
  padding: 0 15px;
}

.structure-page-content-with-background-section .dnd-section>.row-fluid {
  padding: 0;
}

.structure-page-content-with-background-section .dnd-section .span12 {
  padding: 0;
}

#structure_page_content_section5 [class*="button-"] {
  margin-top: 20px;
  padding:0 calc(0.5em + 45px) 1em;
}

#structure_page_content_section5 [class*=button-] a {
  margin: 0 0 1rem;
}

.home-page-steps-to-setup-section .dnd-section>.row-fluid {
  padding:0 60px;
}

@media (max-width:800px) {
  .contact-page .contact-page-content-section .hs_cos_wrapper_type_module,
  .search-page .search-page-content-section .hs_cos_wrapper_type_module,
  .guide-page .guide-page-content-section .hs_cos_wrapper_type_module,
  .structure-page .structure-page-content-section .hs_cos_wrapper_type_module,
  .structure-inner-page .hs_cos_wrapper_type_module {
    padding:0 15px;
  }

  .structure-page-two-column-content-section .dnd-section>.row-fluid,
  .structure-page-content-with-background-image-section .dnd-section>.row-fluid {
    padding:0 30px;
  }

  #structure_page_content_section5 [class*="button-"] {
    padding:0 calc(0.5em + 15px) 1em;
  }

  .guide-page-two-column-content-section .dnd-section>.row-fluid {
    padding:0 60px;
  }

  #home_page_two_column_full_width_content_section .dnd-section .row-fluid [class*=span][class*="padding"] {
    padding: 0 30px !important;
  }

  #home_page_two_column_full_width_content_section2 .dnd-section .row-fluid [class*=span][class*="padding"],
  #home_page_two_column_full_width_content_section3 .dnd-section .row-fluid [class*=span][class*="padding"],
  #home_page_two_column_full_width_content_section4 .dnd-section .row-fluid [class*=span][class*="padding"] {
    padding: 30px 35px !important;
  }

  .home-page-steps-to-setup-section .dnd-section>.row-fluid {
    padding: 0 30px;
  }

}

@media (max-width:767px) {
  .contact-page .contact-page-content-section .hs_cos_wrapper_type_module,
  .structure-page-two-column-content-section .dnd-section>.row-fluid {
    padding:0 30px;
  }

  #structure_page_content_section5 [class*="button-"] {
    padding:0 calc(0.5em + 17px) 1em;
  }

  .search-page .body-container-wrapper .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    width:100% !important;
  }

}

@media (max-width:640px) {
  .contact-page .body-container-wrapper .widget-type-form form .hs_lastname>label {
    display:none;
  }

  .contact-page .body-container-wrapper .widget-type-form form .hs_firstname {
    padding-bottom:2px;
  } 
  .contact-page .body-container-wrapper .widget-type-form form .hs_firstname input {
    margin-top:14px;
  }  

  .contact-page .body-container-wrapper .widget-type-form form .hs_lastname,
  .contact-page .body-container-wrapper .widget-type-form form .hs_lastname input {
    margin-top:0;
  }

  .search-page .body-container-wrapper .widget-type-form form .hs-button {
    width: auto;
    min-height: auto;
    line-height: normal;
    margin: 0;
  }
}

@media (max-width:400px) {
  .guide-page-two-column-content-section .dnd-section>.row-fluid {
    padding:0 15px;
  }

  .contact-page .contact-page-content-section .hs_cos_wrapper_type_module,
  .guide-page .guide-page-content-section .hs_cos_wrapper_type_module,
  .search-page .search-page-content-section .hs_cos_wrapper_type_module,
  #structure_page_content_section5 .hs_cos_wrapper_type_module {
    padding:0;
  }
  
  #home_page_two_column_full_width_content_section .widget-type-rich_text {
    padding:0 !important;
  }
  
}