*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Libre Franklin";
  src: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhcMWkANDJ.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Libre Franklin";
  src: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhLsWkANDJ.woff2) format("woff2");
  font-style: normal; font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Libre Franklin";
  src: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/jizMREVItHgc8qDIbSTKq4XkRiUawTk7f45UM9y05oZ8RODLR-Y.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Libre Franklin";
  src: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/jizOREVItHgc8qDIbSTKq4XkRg8T88bjFuXOnduhrsKkANDJ.woff2) format("woff2");
  font-style: normal; 
  font-weight: 800;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



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

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/fa-regular-400.woff2") format("woff2"),
    url("../webfonts/fa-regular-400.woff") format("woff"),
    url("../webfonts/fa-regular-400.ttf") format("truetype"),
    url("../webfonts/fa-regular-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://8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/DwyerInst_December2021/fonts/FontAwesome5Free-Solid.eot) format("embedded-opentype"),
    url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/FontAwesome5Free-Solid.woff2) format("woff2"),
    url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/FontAwesome5Free-Solid.woff) format("woff"),
    url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/FontAwesome5Free-Solid.ttf) format("truetype"),
    url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/fonts/FontAwesome5Free-Solid.svg) format("svg");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

html {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

body { 
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

body:after {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  z-index: -1;
}

.body-wrapper {
  text-align: left;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}

img {
  max-width:100%;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  line-height: 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

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

h1 {
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-top: 0;
}

h2 {
  line-height: 1.71429;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-top: 0;
}

h3 {
  margin: 0 auto 20px;
  padding: 0;
  text-transform: uppercase;
  position: relative;
  line-height: 24px;
}

h4 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-top: 0;
}

h5 {
  line-height: 1.33333;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-top: 0;
}

h6 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-top: 0;
}


/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  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;
}
.hs-search-module .input a.hs-button.primary {
  margin-top: 27px;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 1px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  outline: none;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

.hs-error-msg,
.blog-comments form .hs_error_rollup label {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 10px; 
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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 .top_header {
  background-color: #949698;
  min-height: 43px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2%;
}

.top_header .social-wrapper {
  padding: 10px;
  position: relative;
}

.top_header .social-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top_header .social-wrapper ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  line-height: 20px;
}

.top_header .social-wrapper ul li a {
  margin: 0;
  padding: 0 3px;
  list-style: none;
  height: 22px;
  width: 22px;
  color: white;
  display: block;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fab, .far {
  font-weight: 400;
}

.fa-slideshare:before {
  content: "\f1e7";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before {
  content: "\f39e";
}

header nav.login_area {
  margin: 0;
  padding: 0;
}

header nav.login_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

header nav.login_area ul li {
  padding: 0 5px;
}

header nav.login_area ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

header nav.login_area ul li:first-child a i {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/glyphicons-halflings.png);
  background-position: -168px 0;
}


header nav.login_area ul li i.icon-globe {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/glyphicons-halflings.png);
  background-position: -336px -144px;
}

header nav.login_area ul li select {
  border-radius: 0;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 1.4;
  vertical-align: baseline;
  box-sizing: border-box;
  background: #fff;
  border: none;
  width: 100px;
  padding: 3px 10px;
  height: auto;
}

.bottom-header .container {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: black;
  min-height: 82px;
  padding: 0 2% !important;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 20%);
  border: currentColor;
  border-image: none;
}

.bottom-header .logo-wrapper {
  position: relative;
  height: 100%;
  min-height: 100px;
  width: 185px;
  float: left;
}

.bottom-header .logo-wrapper a.site-brand {
  height: 112px;
  left: 0;
  margin-top: -0.5em;
  position: absolute;
  width: 185px;
  display: block;
  text-indent: -999em;
}

.bottom-header .logo-wrapper h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 0;
  padding-top: 50px;
  padding-left: 140px;
  font-size: 1em;
  display: block;
  margin: 3em 0 !important;
  position: relative;
  top: 0px;
  left: -140px;
  width: 24em;
  line-height: 1.5em;
}


/* .custom-menu-primary .hs-menu-wrapper>ul {
margin: 0;
padding: 0;
list-style-type: none;
float: left;
width: 68%;
padding-left: 15px;
padding-top: 20px;
} */

.bottom-header .top-options {
  position: absolute;
  top: 1em;
  font-size: 90%;
  right: 2em;
  color: white;
}

.custom-menu-primary {
  width: 100%;
  float: left;
  width: 68%;
  padding-left: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: transparent;
  border: 0px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  font-size: 0.85em;
  text-align: center;
  color: black;
  display: block;
  padding: 0 10px;
  line-height: 48px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.bottom-header .top-options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-header .top-options ul li {
  line-height: 20px;
  float: right;
}

.bottom-header .top-options ul li form input#SearchTermDesktop {
  background: #fff;
  background-clip: padding-box;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 13px;
  padding: 10px;
  vertical-align: baseline;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 35px;
  line-height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #111;
  font-style: normal;
  font-weight: 400;
  width: auto;
  box-sizing: unset;
  outline: none;
}

.bottom-header .top-options ul li form span.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.bottom-header .top-options ul li form i.fas.fa-search.search-btn {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 45px;
  line-height: 45px;
  background-color: #222529;
  width: auto;
  text-align: center;
  right: 4px;
  position: relative;
  bottom: -3px;
  font-size: 16px;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}

.fa-search:before {
  content: "\f002";
}

.bottom-header .logo-wrapper .hs_cos_wrapper {
  position: relative;
  height: 100%;
  min-height: 100px;
  width: 185px;
  float: left;
}



.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  background-color: #787878;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
  background-color: #787878;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ddd;
  border-radius: 5px;
  color: #000;
  padding: 0 8px 0 50px;
  display: none;
}

.menu-collapser .collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  width: 40px;
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background-color: #0E0E0E;
  border-radius: 2px;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.menu-collapser .collapse-button span.icon-bar {
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
  background-color: #F5F5F5;
  border-radius: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  position: static !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul {
  width: 66.666667%;
  float: left;
  position: relative;
  box-shadow: none !important;
  list-style-type: none;
  left: 0;
  min-width: 12em;
  -webkit-box-shadow: black 0 2px 2px;
  -moz-box-shadow: Black 0 2px 2px;
  box-shadow: black 0 2px 2px;
  margin: 0;
  padding: 0;
  background: #000;
  padding-top: 20px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block {
  width: 33.3%;
  float: left;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li {
  position: relative;  
  display: inline-block;
  border: 0px;
  background: #000;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 10px 6px;
  background-size: 25px auto;
  width: 33.3%;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li>a {
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  text-decoration: none;
  text-align: left;
  color: #fff;
  display: block;
  padding: 5px 5px 5px 42px;
  line-height: 26px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 20px 20px 50px 20px;
  margin: 0 auto;
  float: none;
  background-color: transparent;
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/menu_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  text-align: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right h2 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1;
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto 20px !important;
  padding: 0;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right .row.align-items-center {
  -webkit-align-items: center !important;
  -moz-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  margin-left: -15px;
  margin-right: -15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right .row.align-items-center .column {
  float: left;
  padding: 0 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right .row.align-items-center .column.col-1of5 {
  width: 41.6666666667%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right .row.align-items-center .column.col-1of7 {
  width: 58.3333333333%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right .row.align-items-center .column.col-1of7 h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 0 auto;
  padding: 0;
  text-transform: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block .menu_right .row.align-items-center .column.col-1of7 h3 span {
  color: #ea1c2c;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.CalibrationServices {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Calibration.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.Pressure {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/pressure.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.AirQuality {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Air_Quality.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.AirVelocity {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Air_Velocity.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.Flow {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Flow.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.Level {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Lavel.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.Temperature {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Temperature.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.TestEquipment {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Test_Equipment.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.Valves {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Valves.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.Miscellaneous {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Miscellaneous.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.HazardousRated {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Hazardous.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.TechnicalReferences {
  background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/Technical_References.png);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li>a:hover {
  background-color: transparent;
  color: #ea1c2c;
}

.custom-menu-primary.mobile {
  display: none;
}

.lp-header .bottom-header .logo-wrapper h2 {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.last.shop_online a {
  display: inline-block;
  width: auto;
  padding: 10px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ea1c2c;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #ea1c2c;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-style: normal;
  line-height: 16px !important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  margin: 0 auto 0;
  color: #fff;
  font-weight: 700;
  padding-right: 10px;
  padding-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.last.shop_online a:before {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #111;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.last.shop_online a:hover {
  text-decoration: none;
  background-color: #787878;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.last.shop_online a:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.bottom-header .logo-wrapper h2 {
  display: none;
}









@media (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    display: block !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu {
    width: 95% !important;
    max-width: 96%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgb(0 0 0 / 25%);
    margin: 0!important;
    position: absolute;
    z-index: 999;
    margin-top: 11px;
    visibility: hidden;
    left: 3%;
    right: 3%;
    opacity: 0;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: row;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    list-style-type: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    width: 100%;
    left: 0;
    min-width: 12em;
    -webkit-box-shadow: black 0 2px 2px;
    -moz-box-shadow: Black 0 2px 2px;
    box-shadow: black 0 2px 2px;
    margin: 0;
    padding: 0;
    background: #000;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    float: left;
    display: inline-block;
    border: 0px;
    background: #000;
    width: 100%;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    text-decoration: none;
    font-size: 90%;
    text-align: left;
    color: #fff;
    display: block;
    padding: 0.75em 1em;
    font-weight: normal;
    text-transform: none;
    line-height: 120%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul {
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu {
    width: 100% !important;max-width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li>a {
    padding: 0.75em 1em;
    font-size: 90%;
    font-weight: normal;
    line-height: 120%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li.CalibrationServices {
    background-image: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li>a:hover {
    background-color: #787878 !important;
    color: #fff !important;
  }
}







@media (min-width:1280px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li  {
    align-self: baseline;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    align-self: baseline;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li {
    align-self: baseline;
  }
  .bottom-header .container {
    display: flex;
    align-items: center;
  }
  .custom-menu-primary {
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width:1300px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 8px;
  }
}


@media (max-width:1199px) {
  .custom-menu-primary {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 0 15px;
  }
}


@media (max-width:991px) {
  .custom-menu-primary {
    display: none;
  }
  .bottom-header .top-options {
    padding-right: 50px;
    top: 16px;
  }
  .menu-collapser {
    display: inline-block !important;
    width: 54px;
    position: absolute;
    right: 0;
    top: 15px;
    background: none !important;
    text-indent: -993px;
    padding: 0;
  }
  .menu-collapser .collapse-button {
    left: unset !important;
    right: 8px !important;
    background-color: #ec1c2d;
    width: 38px;
    z-index: 2;
  }
  .menu-collapser .collapse-button:hover {
    color: #FFF;
    background-color: #040404;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100% !important;
    padding-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.desktop-only_line {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.075);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .custom-menu-primary.desktop {
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu .menu-right-block {
    display: none !important;
  }
  span.sub-toggle {
    background: none repeat scroll 0 0 rgba(0,0,0,0.075);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 48px;
    text-align: center;
    cursor: pointer;
    display: block;
    background-color: #ec1c2d;
    height: 39px!important;
  }
  span.sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
  }
  span.sub-toggle i {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    list-style-type: none;
    top: 100%;
    z-index: 999;
    width: 100%;
    left: 0;
    min-width: 12em;
    -webkit-box-shadow: black 0 2px 2px;
    -moz-box-shadow: Black 0 2px 2px;
    box-shadow: black 0 2px 2px;
    margin: 0;
    padding: 0;
    background: #000;
    position: static;
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    float: left;
    border: 0px;
    background: #000;
    margin: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
    text-decoration: none;
    text-align: left;
    color: #fff;
    padding: 0.75em 1em;
    font-weight: normal;
    text-transform: none;
    line-height: 120%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.075);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 90%;
  }
  span.sub-toggle i+i {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open span.sub-toggle i {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.child-open span.sub-toggle i+i {
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li .submenu {
    width: 95% !important;
    max-width: 96%;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #000;
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgb(0 0 0 / 25%);
    margin: 0!important;
    z-index: 999;
    margin-top: 11px;
    left: 3%;
    right: 3%;
    flex-direction: row;
    position: relative;
    display: none;
    transition: all 0.5s ease-out;
    visibility: visible;
    opacity: 1;
    width: 100% !important;
    max-width: 100%;
    left: 0;
    right: 0;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul {
    float: none;
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul>li>a {
    border-bottom: 1px solid rgba(0,0,0,0.075);
  }
  .custom-menu-primary.mobile {
    padding-top: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.last.shop_online a {
    width: 100%;
  }
}



@media (max-width:60em) and (min-width:40em) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    min-width: 9em;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 70%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>.submenu>ul {
    min-width: 9em;
  }
  .top_header .social-wrapper ul li a {
    height: 20px;
    width: 20px;
    margin: 14px 0 0 0;
  }
}

@media only screen and (max-device-width: 40em) {
  .top_header .social-wrapper {
    display: none !important;
  }
  .bottom-header .logo-wrapper {
    text-align: left;
    min-height: auto;
  }
  .bottom-header .logo-wrapper a.site-brand {
    height: 80px;
    position: static;
    width: 320px;
    margin: 15px 0 0 0;
    background-size: 50% !important;
    background-position: 10px 10px !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 39px;
    border-bottom: 1px solid #ccc;
  }
  .custom-menu-primary.mobile {
    height: auto;
    border-radius: 0px;
  }
}



@media (max-width:767px) {
  .bottom-header .logo-wrapper h2 {
    display: none;
  } 
}

@media (max-width:568px) {
  .bottom-header .top-options {
    padding-right: 0;
    top: 0;
    position: relative;
    right: 0;
    padding-bottom: 15px;
  }
  .bottom-header .top-options ul li {
    float: none !important;
  }
}

@media (max-width:445px) {
  header .top_header {
    display: block;
  }
  header nav.login_area ul {
    width: 100%;
    justify-content: center;
  }
  .top_header .social-wrapper ul:after {
    display: table;
    content: '';
    clear: both;
  }
}
footer.footer {
  width: 100%;
  float: left;
}

.copytxt ul {
  margin: 0;
  padding: 0 0 0 1%;
  list-style: none;
  font-size: 80%;
}

.copytxt ul li {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.copytxt ul li:last-child {
  text-align: right;
}

footer .footer-nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  padding: 50px 2%;
  float: left;
  background: #949698;
}

.desktop-only .hs-menu-wrapper>ul>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5em;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li {
  font-size: 80%;
  float: none;
  width: 100%;
  padding: 0;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li>a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin: 0 auto 0;
  padding: 2px 0 2px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25px;
  color: #fff;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li>a img {
  max-height: 3em;
  text-decoration: none;
  max-width: 8em;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin: 0 auto 0;
  padding: 2px 0 2px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  line-height: 25px;
  color: #fff;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #d21e27;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li a img {
  max-height: 3em;
  text-decoration: none;
  margin-bottom: 1px;
}

.desktop-only .hs-menu-wrapper>ul>li>ul>li:nth-child(2) a img {
  width: 52.91px !important;
}

footer .footer-social {
  display: none;
}

.footer-social dl.connect dt {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  padding-top: 0;
}

.footer-social dl.connect dt a {
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  color: white;
  display: block;
}




@media (min-width:768px) {
  .footer-nav .desktop-only {
    float: left;
    margin: 0 -2% 0 -1%;
    width: 100%;
    padding: 0 1%;
  }
  .desktop-only .hs-menu-wrapper>ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .desktop-only .hs-menu-wrapper>ul>li {
    float: left;
    padding: 0 15px;
    width: 20%;
    font-size: 16px;
  }
  .desktop-only .hs-menu-wrapper>ul>li>a {
    color: #000;
    display: block;
    margin: 0 auto 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ea1c2c;
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }
  .footer-nav .desktop-only.mobile {
    display: none;
  }
}




@media (min-width: 40em) and (max-width: 60em) {
  .footer-social dl.connect dt a {
    height: 20px;
    width: 20px;
    margin: 14px 0 0 0;
  }
}



@media (max-width:991px) {
  .desktop-only .hs-menu-wrapper>ul>li>a {
    font-size: 15px;
    padding: 0 0 11px;
  }
}


@media (max-width:767px) {
  .copytxt ul li {
    width: 100%;
  }
  .copytxt ul li:last-child {
    text-align: left;
  }
  footer .footer-social {
    display: block !important;
    text-align: center;
    overflow: hidden;
  }
  .footer-social dl.connect dt {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-bottom: 0px;
  }
  .footer-nav .desktop-only {
    display: none;
  }
  .footer-nav .desktop-only.mobile {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    list-style: none;
    font-size: 1.1em;
    display: block !important;
    text-align: center;
    background: #ddd;
  }
  .desktop-only.mobile .hs-menu-wrapper>ul>li>a {
    margin: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    list-style: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: 0.5em 0.5em 0.5em 0.7em;
    min-height: 0;
    padding-left: 2.2em;
    color: #d21e27;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
  }
  .desktop-only.mobile .hs-menu-wrapper>ul>li>ul {
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    color: #333;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -khtml-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -khtml-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    display: none;
    margin-bottom: 0.5em;
  }
  .desktop-only.mobile .hs-menu-wrapper>ul>li>a span.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-position: -32px -16px;
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -8px;
    background-image: url(//8001982.fs1.hubspotusercontent-na1.net/hubfs/8001982/raw_assets/public/DwyerInst_December2021/images/ui-icons_ef8c08_256x240.png);
  }
  .desktop-only.mobile .hs-menu-wrapper>ul>li .child-trigger {
    width: 100%;
    position: absolute;
    height: 38.48px;
    top: 0;
    cursor: pointer;
  }
  .desktop-only.mobile .hs-menu-wrapper>ul>li {
    position:relative;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
@media (max-width: 767px) {
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}


.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
}
.hbspt-form form {
      padding: 30px 60px!important;
}
.landing-page-dwyeromenga p {
    padding: 0px !important;
    font-size: 16px;
    max-width: inherit!important;
}