*, *: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{
  padding: 0;
  width:100%;
}

.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 {
  margin:0 auto;
  width:100%;
  position:relative;
}

.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-container-wrapper .hs_cos_wrapper_type_module ,
.custom-header .hs_cos_wrapper_type_module {
  padding: 10px;
}



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


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

.row-fluid [class*="span"] {
  min-height:0px;
}

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

.widget-type-linked_image a {
  display:inline-block;
}

.widget-type-linked_image img {
  vertical-align: middle;
  display: inline-block;
}

.screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (min-width:768px) {


}

@media (min-width:1025px) {
  .show-tab {
    display:none !important;
  }
}

@media (max-width:1024px) {
  .row-fluid {
    flex-wrap:wrap;
    -ms-flex-wrap:wrap;
  }
}

@media (max-width:1024px) and (min-width:768px) {
  .hidden-tab {
    display:none !important;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }


}
@font-face { font-family: "Font Awesome 5 Brands"; src: 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-brands-400.eot) format("embedded-opentype"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-brands-400.woff2) format("woff2"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-brands-400.woff) format("woff"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-brands-400.ttf) format("truetype"), 
  url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); font-style: normal; font-weight: 400; font-display: block; }

@font-face { font-family: "Font Awesome 5 Free"; src: 
  url("https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-solid-900.eot") format("embedded-opentype"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-solid-900.woff2) format("woff2"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-solid-900.woff) format("woff"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-solid-900.ttf) format("truetype"), 
  url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/fonts/fa-solid-900.svg) format("svg"); font-style: normal; font-weight: 900; font-display: block; }


body {
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}

/* Anchors */

a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

/* Lists */

dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul,ol,dl {
  margin-bottom:1rem;
}

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

small {
  font-size: 80%;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Horizontal rules */

hr {
  background-color: transparent;
}
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%;
}

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

fieldset .hs-form-field:not(:first-child) input,
fieldset .hs-form-field:only-child input {
  width:100%;
}

.actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
}

.hs-button,
.button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:35px 0 17px;
  outline:0;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 1;
  font-family: arial, helvetica, sans-serif;
}

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

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

.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 {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.hs-form-field label:not(.hs-error-msg) {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

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%;
  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{
  display: inline-block;
  width: 90%;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 27px;
  outline:0;
}

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 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{
  border-color: #c87872;
}

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-password.error:hover{
  border-color: #c87872;
}


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 {
  border-color: #b9554d;
}

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

#hs-pwd-widget-password {
  height:33px !important;
  margin-top:0 !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] {
  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;
}

.hs-fieldtype-textarea {
  line-height:1;
}

textarea.hs-input {
  height: auto;
  padding: 10px 15px;
}

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

.hs-recaptcha {
  padding: 8px 8px 2px;
}

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


.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  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 {
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  letter-spacing: normal;
}

.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-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  font-family: arial, helvetica, sans-serif;
  color: #7C98B6;
  font-size: 11px;
  margin: 0px 0px 6px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}



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

@media (max-width:600px) {
  .hs-form-field {
    width:100% !important;
    float:none !important;
  }
}

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

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

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

/* ================== 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: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }



}

.prints-page .form-section fieldset .hs-form-field,
.robotics-page .form-section fieldset .hs-form-field {
  width:100% !important;
  float:none !important;
}    

.prints-page  .form-section fieldset .hs-form-field:nth-child(n) input,
.robotics-page .form-section fieldset .hs-form-field:nth-child(n) input{
  width:100% !important;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) and (max-width:1235px) {
  .form-section fieldset .hs-form-field {
    width:100% !important;
    float:none !important;
  }    

  .form-section fieldset .hs-form-field:nth-child(n) input {
    width:100% !important;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  width:100%;
}

.custom-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-logo .hs_cos_wrapper_type_module {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-logo a {
  display: inline-block;
}

.custom-logo img {
  width: 270px !important;
  vertical-align: middle;
  display: inline-block;
}

.custom-menu-primary .hs_cos_wrapper_type_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-menu-primary .hs-menu-wrapper {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 10px 0px 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper>ul li,
.custom-menu-primary .hs-menu-wrapper>ul li a {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 13px 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding:30px 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul {
  font-size: 13px;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
  text-shadow: none;
  border-left: 8px solid transparent;
}

.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-right-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 20px 0px 0px;
}

.menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--nav-menu-icon-size,22px);
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  margin-left: auto;
  background-color: #B52A2B;
  color: #FEFEFE;
}

body:not(.mobile-open) .elementor-menu-toggle__icon--close,
.mobile-open .elementor-menu-toggle__icon--open {
  display: none;
}

@media (min-width:768px) {
  .custom-logo {
    width: 28.07%;
  }

  .custom-menu-primary,
  .header-right {
    width: 71.93%;
  }
}

@media (min-width:1025px) {

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    position:absolute;
    z-index:10;
    top:100%;
    left:0;
    display:block !important;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-in-out;
    min-width: 12em;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    opacity:1;
    visibility:visible;
  }

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

  .child-trigger {
    pointer-events:none;
  }
}

@media (max-width:1024px) {
  .custom-menu-primary {
    width: 100%;
    background-color: #fff;
    font-size: 13px;
    margin-top: 0;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    position: absolute;
    z-index: 9997;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    top:100%;
    overflow-x:hidden;
    overflow-y:auto;
    -ms-overflow-style:none;
    scroll-width:none;
  }

  .custom-menu-primary::-webkit-scrollbar {
    display:none;
  }
  
  .mobile-open .custom-menu-primary {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .custom-menu-primary .hs-menu-wrapper {
    padding:0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100%;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a {
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
    font-size: .85em;
  }

}

@media (max-width:767px) {
  .custom-logo {
    width:80%;
  }
  
  .header-right {
    width:20%;
  }
}
.get-in-touch {
  background-color: #000000;
  background-image: url(https://haic.ca/wp-content/uploads/2021/01/arrows-metal-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) inset;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}

.get-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #0000004A;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.get-in-column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.get-in-col-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.get-in-content {
  width: 100%;
  text-align: center;
  color: #f8f8f8;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
}

.get-in-content h3 span {
  color: #d9b05a;
}

.custum-footer {
  background-color: #000000;
  position: relative;
}

.footer-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-column-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-col-content {
  text-align: left;
  color: #f8f8f8;
  width: 100%;
}

a.social-icon {
  background-color: #b52a2b;
  border-radius: 10%;
  font-size: 25px;
  line-height: 25px;
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}


a.social-icon i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-linkedin:before {
  content: "\f08c";
}

a.social-icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-copyright {
  width: 100%;
  padding: 10px;
}

.get-in-content p a {
  font-family: "Lato", Sans-serif;
}

.copyright {
  text-align: center;
}

@media (min-width: 768px){
  .footer-column {
    width: 25%;
  }
}

@media (max-width: 767px){
  .footer-column {
    width: 100%;
  }
  .footer-row {
    flex-wrap: wrap;
  }


}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8 {
  margin:0;
  width:100%;
}

.two-column-page-content-section .dnd-section {
  padding:0;
}

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

.two-column-page-content-section h1 {
  font-size:38px;
}

.two-column-page-content-section .row-fluid-wrapper,
.two-column-page-content-section .row-fluid {
  height: 100%;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form{
  padding: 10px;
  border: none;
  margin: 0;
  box-shadow: none;
  background-color: #b52a2b;
  color: #f8f8f8;
  height:100%;
  max-width:100%;
  width:100%;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form form {
  max-width:100%;
  width:100%;
}

.body-container-wrapper .insights-page-content-section .widget-type-form,
.body-container-wrapper .insights-page-content-section .widget-type-form form,
.body-container-wrapper .careers-page-content-section .widget-type-form,
.body-container-wrapper .careers-page-content-section .widget-type-form form {
  max-width:100%;
  width:100%;
  padding:0;
  box-shadow:none;
  margin:0;
  border:none;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form h1,
.body-container-wrapper .two-column-page-content-section .widget-type-form h2,
.body-container-wrapper .two-column-page-content-section .widget-type-form h3,
.body-container-wrapper .two-column-page-content-section .widget-type-form h4,
.body-container-wrapper .two-column-page-content-section .widget-type-form h5,
.body-container-wrapper .two-column-page-content-section .widget-type-form h6 {
  color:#f8f8f8;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form h2,
.body-container-wrapper .insights-page-content-section .widget-type-form h2,
.body-container-wrapper .careers-page-content-section .widget-type-form h2 {
  font-size: 36px;
  font-weight: 600;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-richtext,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-richtext,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-richtext {
  font: inherit;
  margin: 0;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-richtext p:last-child,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-richtext p:last-child,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-richtext p:last-child {
  margin:0;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-form-field,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-form-field,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-form-field {
  padding:0 5px;
  margin-bottom:25px;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-form-field>label,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-form-field>label,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-form-field>label {
  color:#f8f8f8;
  font-weight: 700;
  display: inline-block;
  line-height: 1.5;
  margin: 0px 0 10px;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Lato", Sans-serif;
  text-transform: capitalize;
}

.body-container-wrapper .insights-page-content-section .widget-type-form .hs-form-field>label,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-form-field>label{
  color: #333;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-form-field>label span:not(.hs-form-required),
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-form-field>label span:not(.hs-form-required),
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-form-field>label span:not(.hs-form-required) {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-form-required,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-form-required {
  color:#fff;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .input,
.body-container-wrapper .insights-page-content-section .widget-type-form .input,
.body-container-wrapper .careers-page-content-section .widget-type-form .input {
  margin:0 !important;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input:not([type="file"]),
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input:not([type="file"]),
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input:not([type="file"]) {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: 0;
  height: auto;
  vertical-align: inherit;
  outline:0;
  min-height: auto;
  background-color: #fff;
  color: #000;
  width:100% !important;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input[type="file"],
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"],
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"] {
  -webkit-appearance:none;
  background-color:transparent;
  color:#fff;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input[type="file"]::-webkit-file-upload-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"]::-webkit-file-upload-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"]::-webkit-file-upload-button ,
.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-button {
  -webkit-appearance:none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height:1.5;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  color: white;
  background-color: grey;
  border: none;
  width: auto;
  cursor: pointer;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input[type="file"]:hover::-webkit-file-upload-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"]:hover::-webkit-file-upload-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"]:hover::-webkit-file-upload-button {
  color: #fff;
  background-color: #c36;
  text-decoration: none;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input[type="file"].error::-webkit-file-upload-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"].error::-webkit-file-upload-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"].error::-webkit-file-upload-button,
.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-button {
  border: none!important;
  color: white;
  background-color: black;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-button {
  margin:0;
  font-family:inherit;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input[type="file"].error:hover::-webkit-file-upload-button,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"].error:hover::-webkit-file-upload-button,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"].error:hover::-webkit-file-upload-button,
.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-button:hover,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-button:hover,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-button:hover {
  background-color: grey;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-submit .actions,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-submit .actions,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-submit .actions {
  margin:0 0 25px;
  padding:0 5px;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input:not([type="file"]).error,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"].error,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"].error {
  border: none!important;
  color: white;
  background-color: black;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-input:not([type="file"]).error:hover,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-input[type="file"].error:hover,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-input[type="file"].error:hover {
  background-color: grey;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-form-field[class*="hs_TICKET"]:not(.hs-fieldtype-file),
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-form-field[class*="hs_TICKET"]:not(.hs-fieldtype-file),
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-form-field[class*="hs_TICKET"]:not(.hs-fieldtype-file) {
  display:none;
}


.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-error-msgs,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-error-msgs,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-error-msgs{
  margin: 5px 0 0;
}

.body-container-wrapper .two-column-page-content-section .widget-type-form .hs-error-msgs label,
.body-container-wrapper .insights-page-content-section .widget-type-form .hs-error-msgs label,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-error-msgs label {
  color: white!important;
  margin-right: 10px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}

.body-container-wrapper .insights-page-content-section .widget-type-form .hs-error-msgs label,
.body-container-wrapper .careers-page-content-section .widget-type-form .hs-error-msgs label {
  color: #e80000 !important;
}
.page-wrapper .dnd-section .dnd-column>.dnd-row {
  position:relative;
  width:100%;
}

.page-wrapper .dnd-section .dnd-column>.dnd-row:not(:last-child) {
  margin-bottom:20px;
}

.banner-section .dnd-section .dnd-column>.dnd-row:not(:last-child) {
  margin:0;
}

.two-column-page ul,
.two-column-page ol,
.two-column-page dl,
.full-width-page ul,
.full-width-page ol,
.full-width-page dl,
.insights-page ul,
.insights-page ol,
.insights-page dl {
  margin:0;
}

.full-width-page-content-section .dnd-section,
.image-with-content-section .dnd-section {
  position:relative;
}

.image-with-content-section .dnd-section {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%) inset;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 0px;
  background-color:#f8f8f8;
}

.image-with-content-section .dnd-section>.row-fluid {
  padding:10px;
}

.full-width-page-content-section .dnd-section:before,
.image-with-content-section .dnd-section:before {
  content:"";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/images/arrows-short-tp8-1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.05;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.full-width-page h1,
.home-page h1 {
  font-size:38px;
  font-weight:400;
}

.full-width-page h2,
.home-page h2 {
  font-size:36px;
  font-weight:600;
}

.full-width-page .widget-type-space {
  padding-top: 5px;
  padding-bottom: 5px;
}

.full-width-page .hs-horizontal-spacer {
  border-top:1px solid #B52A2B;
  width:50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
}

.hs-abb-robotics .custom-banner-area .content-container {
  padding:0;
}

.page-wrapper .hs-breadcrumb-menu {
  font-size: .85em;
  text-align: left;
}

.page-wrapper .hs-breadcrumb-menu-item {
  float: none;
  padding: 0;
  display: inline;
}

.page-wrapper .hs-breadcrumb-menu-divider:before {
  content: " » ";
  padding: 0;
}

.full-width-page .advance-banner-area {
  background-position: center center;
}

.solution-page .custom-banner-area .content-container {
  padding:0 150px;
}

.hs-expertise .custom-banner-area .content {
  font-size:20px;
}

.hs-expertise .advance-banner-area .content-container {
  padding:0;
}

.home-page .advance-banner-area .content-container {
  padding:0 250px;
}

.home-page .advance-banner-area .banner-content .content {
  font-size:inherit;
}

.insights-page-content-section .dnd-section>.row-fluid {
  padding:0 10px;
}

.insights-page-content-section h1 {
  font-size:38px;
  font-weight:400;
}

.insights-page-content-section h2 {
  font-size:36px;
  font-weight:600;
}

.home-page-content-section .dnd-section {
  box-shadow: 0px 5px 9px 0px rgb(0 0 0 / 50%) inset;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.body-container-wrapper .form-section .widget-type-form,
.body-container-wrapper .form-section .widget-type-form form {
  max-width:100%;
  width:100%;
}

.robotics-page .form-section .dnd-section,
.prints-page .form-section .dnd-section {
  max-width:1140px;
  margin:auto;
}

.body-container-wrapper .form-section .dnd-section .widget-type-form {
  padding:0;
}

.form-section .dnd-section>.row-fluid {
  max-width:70%;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
  border:1px solid #f8f8f8;
  padding:25px;
}

.body-container-wrapper .form-section .widget-type-form {
  width:50%;
  margin:auto;
}

.form-section .hs_error_rollup label {
  font-family: arial, helvetica, sans-serif;
}

.our-services-section .dnd-section {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
  background-image: url(https://6142879.fs1.hubspotusercontent-na1.net/hubfs/6142879/raw_assets/public/Hannafin_July2022/images/arrows-down-short-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.robotics-page .our-services-section .dnd-section {
  box-shadow:none;
}

.hs-power-and-control-systems .custom-banner-area .page-center .banner-content {
  padding:0;
}

.robotics-page .custom-banner-area .content-container,
.prints-page .custom-banner-area .content-container {
  padding:0 75px;
}

.body-container-wrapper .robotics-page-content-section .hs_cos_wrapper_type_module,
.body-container-wrapper .prints-page-content-section .hs_cos_wrapper_type_module {
  padding:0;
}

.prints-page .advance-banner-area .banner-content h1,
.prints-page .advance-banner-area .banner-content h2,
.prints-page .advance-banner-area .banner-content h3,
.prints-page .advance-banner-area .banner-content h4,
.prints-page .advance-banner-area .banner-content h5,
.prints-page .advance-banner-area .banner-content h6 {
  color:#d9b05a;
}

.prints-page .advance-banner-area .banner-content .content {
  font-size:inherit;
}

.prints-page .image-with-content-wrapper .card-item .image-wrapper img {
  height:auto;
  object-fit:unset;
}

.contact-page .custom-banner-area,
.contact-page .custom-banner-area .page-center {
  border:none;
  min-height:240px;
  background-position: center center;
}

.hs-expertisetechnical-expertise .custom-banner-area .page-center {
  min-height:156px;
}

@media (min-width:768px) {

  .row-fluid .span4 {
    width: 35.849%;
  }

  .home-page .row-fluid .span4 {
    width: 33.749%;
  }

  .row-fluid .span5 {
    width: 41.206%;
  }

  .row-fluid .span6 {
    width:50%;
  }

  .row-fluid .span7 {
    width: 58.75%;
  }

  .row-fluid .span8 {
    width: 64.107%;
  }

  .home-page .row-fluid .span8 {
    width: 66.251%;
  }

  .row-fluid .span8 {
    width: 64.107%;
  }
}

@media (max-width:1024px) {
  .home-page .advance-banner-area .content-container {
    padding:0 0px;
  }
}

@media (max-width:767px) {
  .row-fluid [class*="span"] {
    width:100%;
  }

  .solution-page .custom-banner-area .content-container,
  .home-page .advance-banner-area .content-container,
  .hs-expertise .custom-banner-area .content-container,
  .robotics-page .custom-banner-area .content-container,
  .prints-page .custom-banner-area .content-container {
    padding:0 10px;
  }

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

  .robotics-page .form-section .dnd-section {
    padding-left:0;
    padding-right:0;
  }

  .form-section .dnd-section>.row-fluid {
    max-width:100%;
    padding:0 10px 20px;
  }

  .robotics-page .form-section .dnd-section>.row-fluid {
    padding:25px;
  }

  .hs-services .custom-banner-area .content-container {
    padding:0;
  }


}

@media (max-width:479px) {
  .body-container-wrapper .form-section .widget-type-form {
    width: 100%;
  }


}

@media (max-width:420px) {
  h1,.h1,
  .h1 span, h1 span{
    font-size:30px !important;
  }
}


.hs-solutionsmotion-control-systems .custom-banner-area .content-inner {
  margin-bottom: 0.9rem;
}

.hs-solutionsmotion-control-systems .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:first-child .hs_cos_wrapper_type_module,
.hs-power-and-control-systems .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:first-child .hs_cos_wrapper_type_module,
.hs-solutionsvision-system-design-and-integration .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:first-child .hs_cos_wrapper_type_module,
.hs-solutionsuniversal-robots .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:first-child .hs_cos_wrapper_type_module,
.hs-technical-expertise .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:first-child .hs_cos_wrapper_type_module{
  padding-bottom:0;
}

.hs-solutionsmotion-control-systems .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:last-child .hs_cos_wrapper_type_module,
.hs-power-and-control-systems .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:last-child .hs_cos_wrapper_type_module,
.hs-solutionsvision-system-design-and-integration .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:last-child .hs_cos_wrapper_type_module,
.hs-solutionsuniversal-robots .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:last-child .hs_cos_wrapper_type_module{
  padding-top:0;
}

.hs-solutionstraksys blockquote,
.hs-solutionsuniversal-robots blockquote{
  border: 0;
  padding: 0;
  margin: 16px 40px;
}

.hs-solutionstraksys .full-width-page-content-section .dnd-section:before{
  display:none;
}

.hs-solutionsuniversal-robots .advance-banner-area .banner-content .banner-image,
.hs-services .advance-banner-area .banner-content .banner-image{
  margin:0;
}

.hs-solutionsuniversal-robots .advance-banner-area {
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hs-technical-expertise .custom-banner-area .page-center,
.hs-expertiseexperience .custom-banner-area .page-center{
  min-height:155px;
}

.hs-download-resource .body-container-wrapper .full-width-page-content-area .span12.dnd-column .dnd-row:first-child .hs_cos_wrapper_type_module{
  padding:0;
}

.hs-download-resource .full-width-page h1{
  color:#333;
}

.hs-services .breadcrumbs-wrapper {
  display: none;
}

.resources-page .advance-banner-area .page-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.resources-page .advance-banner-area .banner-content h2,
.careers-page .advance-banner-area .banner-content h2{
  color: #d9b05a;
}

.resources-page .advance-banner-area .banner-content .heading-container {
  padding: 0;
}

.resources-page .advance-banner-area .row-fluid-wrapper.row-number-2 span.hs-horizontal-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  border-top: 6px solid #8a8a8a;
}


.resources-page .advance-banner-area .row-fluid-wrapper.row-number-3 span.hs-horizontal-spacer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  border-bottom: 6px solid #b52a2b;
}

.our-clients-area .span12.dnd-column .dnd-row:first-child .widget-type-linked_image img{
  width:78.5px!important;
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.resources-page .body-container-wrapper .resources-page-content-area .hs_cos_wrapper_type_module{
  padding:0!important;
}

.careers-page .advance-banner-area .banner-content>div.banner-image {
  top: 170px;
  position: absolute;
  left: 0;
}

.careers-page-content-area .widget-type-header h3{
  text-align:center;
}

.careers-page-content-area a.hs-button {
  margin: 0;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
  fill: #f8f8f8;
  color: #f8f8f8;
  font-family: "Lato";
  background-color: #B52A2B;
  border-radius: 0px 0px 0px 0px;
  box-shadow: -2px -25px 15px 2px rgb(142 13 13 / 98%) inset;
  font-size: 16px;
  padding: 15px 30px;
  min-width: 323px !important;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 0;
}

.careers-page-content-area a.hs-button:hover {
  background-color: #E53031;
}

.careers-page .advance-banner-area .content-container {
  padding: 0;
}

@media (max-width:1235px) {
  .two-column-page p[style*="text-indent"]:not([style*="margin"]) {
    text-indent:0 !Important;
  }
}

@media (max-width: 1024px){
  .hs-services .advance-banner-area .content-container {
    padding: 0;
  }

  .careers-page .advance-banner-area .banner-content>div.banner-image {
    top: 315px;
  }
}

@media (max-width: 767px){
  .resources-page .advance-banner-area .content-container {
    padding: 0px 10px 0px 10px;
  }
  .careers-page .advance-banner-area .banner-content>div.banner-image {
    top: 350px;
  }
  .careers-page .advance-banner-area .banner-image img {
    width: 40%!important;
  }
}

@media (max-width: 575px){
  .hs-download-resource .full-width-page-content-area .dnd-section>.row-fluid{
    padding-right: 10px;
    padding-left: 10px;
  }

  .careers-page-content-area a.hs-button {
    min-width:auto !important;    
  }
}