*, *: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 {
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.4em;
}

/* 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 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media(max-width: 992px){
  .row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media(max-width: 480px){
  .row {
    grid-template-columns: 1fr;
  }
}
.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.dnd-section > .row-fluid,
.header__container,
.footer__container,
.page-center{
  margin: 0 auto;
}

.banner-section .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
}

.banner-section .dnd-section {
  padding: 0;
}
@font-face { font-family: "FontAwesome";
  src: url("https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url("https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/fonts/fontawesome-webfont.woff") format("woff"),
      url("https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/fonts/fontawesome-webfont.ttf") format("truetype"); 
        font-style: normal; font-weight: normal; 
        }
@font-face { font-family: "ticons";
  src: url("https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/fonts/ticons.woff2") format("woff2"),
    url("https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/fonts/ticons.woff") format("woff"),
      url("https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/fonts/ticons.ttf") format("truetype"); 
        font-style: normal; font-weight: 400; font-display: block; 
        }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1.625;
  word-break: break-word;
  background-color: #ffffff;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
::selection {
  background: #dd9933;
  color: #ffffff;
}
/* Paragraphs */

p {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
}
/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 20px 0;
  line-height:1.375;
}
h1{
  line-height:1.375; 
}
h2{
  line-height: 30px;
  text-transform: uppercase; 
}
h3{
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin-top: 0;
  margin-right: 0;
  margin-left:40px;
  margin-bottom:20px;
  padding: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul ul {
  margin-left: 40px;
}
ul.no-list {
  list-style: none;
  padding-left:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  padding-left: 55px;
  margin: 30px 0;
  font-size: 1.231em;
  color: #9e9e9e;
  background: url(https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/images/quote.png) left 4px no-repeat;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 1em;
}
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;
}
#comment-form,
.hs-search-field,
.hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.section.post-footer,
.widget-type-google_search,
#hs_cos_wrapper_subscription_preferences{
  padding:30px;
  margin-bottom:15px;
  display:block;
}

/* Form fields */

.hs-form-field {
  margin-bottom:34px;
}

/* Labels */


form label {
  display: block;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom:11px;
  font-size:19px;
}

/* 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: #ffffff;
  border: 1px solid;
  padding: 8px 15px;
  width: 100%;
  outline: 0;
  letter-spacing: normal;
  padding: 5px 4px;
  font-size:19px;
  line-height:1.625;
}

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.5rem 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 {
  margin: 0 0 20px;
}

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: #5bc2e7;
  margin-left: 8px;
}

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

.hs-error-msg,
.hs-error-msgs label{
  color: #790000;
  font-size: .813em;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  transition: 0.15s all ease;
  white-space: normal;
  line-height:1.65;
  text-decoration: none !important;
  margin:10px 0;
}

/* 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;
}
.top-bar {
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  background-color: #5bc2e7;
  border-color: #5bc2e7;
  font-size: .923em;
  padding-right:30px;
  padding-left:30px;
}
.top-bar-content {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: flex-end;
}
.top-bar-content .hs-menu-wrapper>ul {
  display: inline-block;
}

.top-bar-content .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin-right: 20px;
}
.top-bar-content .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.social-icon ul {
  margin: 0;
  margin-right: 20px;
}
.social-icon ul li{
  display: inline-block;
  margin-right: 20px;
}
.social-icon ul li:last-child{
  margin-right: 0px;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-2x {
  font-size: 14px;
}
a [class^="icon-"], a [class*=" icon-"] {
  display: inline;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-linkedin:before {
  content: "\f0e1";
}
.main-header-wrap,
header.main-header{
  background-color: #646568;
}
header.main-header{
  position: relative;
  z-index: 99;
  padding-left:30px;
  padding-right:30px;
}
.main-header-inner{
  position: relative;
  width: 100%;
  max-width: none;
  height: 100%;
}
.header-logo {
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 100%;
}
.header-logo img {
  vertical-align: middle;
  height: auto;
  max-width: 100%;
  max-height: 80px;
  width: auto !IMPORTANT;
}
.custom-menu-primary {
  right: -15px;
  position: absolute;
  height: 100%;
  margin-top: 0;
  top: 0;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  z-index: 11;
}
.mobile-trigger {
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}
.mobile-menu-toggle {
  position: relative;
  font-size: 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.wpex-flex {
  display: flex;
}
.wpex-hamburger-icon {
  position: relative;
  display: inline-block;
  height:17px;
  width: 22px;
}
.wpex-hamburger-icon>span, 
.wpex-hamburger-icon>span::before,
.wpex-hamburger-icon>span::after {
  background: currentColor;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  height:3px;
  width: 100%;
  transform-style: preserve-3d;   
  transition: background 10ms .15s ease;
  top: 50%;
  margin-top:-1.5px;
}
.searchform-dropdown {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.24);
  border: 0;
  border-top: 3px solid #5bc2e7;
  color: #616161;
  background-color: #fff;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: initial;
  transform: translateZ(0);
  transition-property: all;
  transition-duration: 200ms;
  visibility: hidden;
  z-index: 10;
  width: 260px;
}

.searchform-dropdown form {
  position: relative;
}

.searchform-dropdown form .hs-search-field__input {
  margin: 0;
  vertical-align: baseline;
  display: block;
  outline: 0;
  border: 0;
  width: 100%;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: #616161;
  padding: 12px 10px;
  background: #f7f7f7;
}

.searchform-dropdown form .hs-search-field__input::placeholder {
  color: inherit;
  opacity: 0.7;
}
.searchform-dropdown {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.24);
  border: 0;
  border-top: 3px solid;
  color: #616161;
  background-color: #fff;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  right: 0;
  text-align: initial;
  transform: translateZ(0);
  transition-property: all;
  transition-duration: 200ms;
  visibility: hidden;
  z-index: 10000;
  width: 260px;
}

.searchform-dropdown form {
  position: relative;
}

.searchform-dropdown form .hs-search-field__input {
  margin: 0;
  vertical-align: baseline;
  display: block;
  outline: 0;
  border: 0;
  width: 100%;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: #616161;
  padding: 12px 10px;
  background: #f7f7f7;
}

.searchform-dropdown form .hs-search-field__input::placeholder {
  color: inherit;
  opacity: 0.7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  position: relative;
  line-height: normal;
  padding: 0 4px;
  color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: flex;
  height: 100%;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  border-top: 3px solid transparent;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.custom-menu-primary .hs_cos_wrapper_type_menu {
  height: 100%;
}
.custom-menu-primary .hs_cos_wrapper_type_menu>div {
  height: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  display: inline-block;
  line-height: normal;
  padding: 8px 11px;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a span .top-level {
  margin-left: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a .ticon {
  display: inline-block;
  font: normal normal normal 14px/1 ticons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ticon-angle-down:before {
  content: "\f107";
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a>span.ticon-search {
  margin: 0;
}
.ticon-search:before {
  content: "\f002";
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover>span,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a>span{
  padding-bottom: 36px !important;
  border-bottom: 5px solid #5bc2e7 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  position: relative;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.4em;
  font-size: 0.923em;
  color: #5c5d5f;
  display: block;
  float: none;
  padding: 10px 30px 10px 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul .second-level {
  margin-left: auto;
  padding-left: 0.615em;
  text-align: right;
}
.ticon-angle-right:before {
  content: "\f105";
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>ul{
  padding-top: 0px !important;
  border-top:3px solid transparent;
  visibility: hidden;
  opacity: 0;
  min-width: 140px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
  box-shadow: 0 5px 11px 0 rgb(0 0 0 / 24%);
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul>li:hover>ul{
  visibility: visible;
  opacity: 1;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>ul>li{
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>ul>li>a{
  position: relative;
  height: auto;
  margin: 0px;
  border: 0px;
  line-height: 1.4em;
  font-size: 0.923em;
  display: block;
  float: none;
  padding: 10px 30px 10px 14px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>ul>li>a>span{
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.wpex-mobile-menu{
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  max-width: 100%;
  padding-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  width:320px;
  background-color: #646568;
  left: auto;
  right:-320px;
  transition: right 0.3s ease-in-out 0s;
  border-top-color:rgb(91,194,231);
}
.search-open .searchform-dropdown{
  visibility: visible;
  opacity: 1;
}
.social-icon ul li a {
  color: #fff;
}
.social-icon {
  margin-left: 4px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li>ul,
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul>li>ul {
  right: 100%;
  left: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul .second-level .ticon {
  display: inline-block;
  font: normal normal normal 14px/1 ticons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary .hs-menu-wrapper>ul>li ul>li>a>span {
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
}
.ticon-angle-right:before {
  content: "\f105";
}
.searchform-dropdown .hs-search-field {
  padding: 0;
  margin: 0;
}
.searchform-dropdown button.search-submit {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  right: 100%;
  left: auto;
}

.header-wrapper {
  min-height: 159px;
}
.hs-inline-edit .wpex-mobile-menu {
  display: none;
}


.lp header.main-header {
  background-color: #5bc2e7;
  padding: 0;
  position: relative !IMPORTANT;
  box-shadow: none !important;
}

.lp .header-logo {
  display: block;
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 0;
}
.lp .main-header-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1201px;
}
.sidr-inner .hs-search-field--open .hs-search-field__suggestions {
  padding: 10px;
  margin: 10px;
}
.searchform-dropdown .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
  padding: 10px;
}
.top-bar-content .hs-menu-wrapper>ul>li.active>a {
  color: #1a73e8;
}





@media only screen and (min-width: 386px){
  .scroll-header header.main-header {
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    position: fixed;
    overflow: visible !important;
    z-index: 1001;
    width: 100%;
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px){
  .top-bar-content {
    width: 100%;
    max-width: none;
    text-align: initial;
    display: flex;
  }

}

@media only screen and (max-width:1099px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
    padding: 8px 6px;
  }


}


@media only screen and (max-width:1099px) and (min-width:959px){
  .header-logo img {
    max-width: 250px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(5)>ul{
    right: 0;
    left: auto;
  }


}

@media only screen and (max-width:959px){
  .main-header-inner {
    width: 90%;
    max-width: 1171px;
    margin-left: auto;
    margin-right: auto;
  }
  header.main-header {
    padding: 0;
  }
  .custom-menu-primary {
    display: none;
  }
  .mobile-trigger {
    display: flex;
    align-items: center;
  }
  .wpex-hamburger-icon {
    color: #fff;
  }
  .wpex-hamburger-icon>span:after,
  .wpex-hamburger-icon>span:before {
    transition: top .15s .2s ease, transform .15s .05s ease;
  }
  .wpex-hamburger-icon>span:before {
    top: -6px;
  }
  .wpex-hamburger-icon>span:after {
    top: 8px;
  }
  .mobile-open .wpex-mobile-menu{
    transition: right 0.3s ease-in-out 0s;
    right: 0px;
  }
  .sidr-class-wpex-close {
    line-height: normal;
    font-size: 32px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sidr-class-wpex-close a {
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    color:#fff;
  }
  .sidr-class-wpex-close a:hover {
    color: #5bc2e7;
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li:first-child {
    border-top: 1px solid rgba(255,255,255,0.035);
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid rgba(255,255,255,0.035);
  }

  .header-mobile-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    position: relative;
    padding: 0.9em 20px;
    padding-right: 60px;
    color: #fff;
  }
  .header-mobile-menu .child-trigger {
    position: absolute;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: flex-end;
    opacity: .8;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 45px;
    font-size: 1.35em;
  }

  .header-mobile-menu .child-trigger .ticon {
    transition-property: all;
    transition-duration: 300ms;
    display: inline-block;
    font: normal normal normal 14px/1 ticons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 20px;
  }
  .header-mobile-menu .child-trigger.child-open .ticon {
    transform: rotateZ(180deg);
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li ul>li{
    border-bottom: 1px solid rgba(255,255,255,0.035);
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li ul>li>a{
    display: block;
    position: relative;
    padding: 0.9em 20px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    padding-right: 60px;
    color: #fff;
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li ul>li>a:before{
    content: "-";
    display: inline-block;
    margin: 0 0.615em;
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li ul {
    border-top: 1px solid rgba(255,255,255,0.035);
  }
  .sidr-inner form {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.035);
    background-color: #646568;
  }

  .sidr-inner form .hs-search-field__input {
    margin: 0;
    vertical-align: baseline;
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 1em;
    font-weight: inherit;
    border-radius: 0;
    box-shadow: none;
    line-height: inherit;
    padding: 0.9em 55px 0.9em 20px;
    background: transparent;
    color: #fff;
  }
  .sidr-inner form .hs-search-field__input::placeholder {
    color: inherit;
    opacity: 0.7;
  }
  .sidr-inner form .search-submit {
    background: none;
    display: block;
    position: absolute;
    right: 20px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: right;
    top: 50%;
    margin-top: -15px;
    color: inherit;
    padding: 0;
    outline: 0;
    border: 0;
  }
  .sidr-inner form .search-submit .ticon {
    display: inline-block;
    font: normal normal normal 14px/1 ticons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
  }
  .wpex-sidr-overlay{
    background-color: #000000;
    opacity: .6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    cursor: url(https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/raw_assets/public/Georgethall_February2023/images/close.png),default;
    display: none;
  }
  .mobile-open .wpex-sidr-overlay{
    display: block;
  }
  .top-bar-content {
    display: flex;
    max-width: none;
    text-align: initial;
    width: 100%;
    flex-wrap: wrap;
  }
  .top-bar {
    padding: 0;
  }
  .top-bar-content {
    width: 90%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .sidr-inner .hs-search-field {
    margin: 0;
    padding: 0;
  }
  .header-mobile-menu .hs-menu-wrapper ul>li>a:hover {
    color: #5bc2e7;
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
    font-size: 1em;
    border-top: 1px solid rgba(255,255,255,0.035);
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:before {
    margin-left: 20px;
    content: "--";
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li ul>li:last-child {
    border: 0;
  }
  .header-mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a:before {
    margin-left: 40px;
    content: "--";
  }
  .sidr-inner .hs-search-field--open .hs-search-field__suggestions {
    margin: 10px;
    padding: 10px;
    background: #fff;
  }



}
@media only screen and (max-width:767px){
  /*   .top-bar-content .hs_cos_wrapper_type_menu {
  margin-right: 20px;
} */
  .top-bar-content {
    justify-content: center;
  }
}

@media only screen and (max-width:480px){
  .header-logo {
    padding-right: 35px;
  }
}
@media only screen and (max-width: 385px){
  .scroll-header2 header.main-header {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    left: 0;
    overflow: visible!important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  .header-wrapper {
    min-height: 173px;
  }

}
.footer-wrap{
  position:relative;
  z-index:10;
}
.footer-top {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px 0;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #646568;
  color: #ffffff;
}
.footer-top-content {
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.footer-contact {
  margin-top: 20px;
}
.footer-top-content p span {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
.footer-top-content p {
  margin: 0;
}
.footer-contact a {
  border-radius: 30px;
  color: #fff;
  transition: 0.15s all ease;
  font-weight: 400;
  line-height: 1.65;
  max-width: 100%;
  display: block;
  font-size: 1.231em;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  background: #ff651a;
}
.footer-middle {
  background-color: #113965;
  color: #eaeaea;
}
.footer-middle .content-wrapper {
  padding-top: 40px;
}
.footer-middle-inner{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-column {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
  -mx-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0 0 30px;
  padding: 0 calc(30px / 2);
  border-right: 1px solid #c3c3c3;
  padding-right: 45px;
  padding-left: 45px;
  margin-bottom: 0;
}

.four-col .footer-column {
width: calc(100% / 4);
}

.four-col .footer-column.footer-column-four{
border-right: 0;
}
.footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #222222;
  font-size: .923em;
  text-align: center;
  font-size: 13px;
  color: rgb(158,158,158);
  padding-top: 23px;
}
.footer-bottom a,
.address-content a{
  color: #bdbdbd;
}
.footer-logo {
  margin-bottom: 20px;
}

.footer-logo img {
  vertical-align: middle;
}
.rss-feed h3 {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  font-size: 1.077em;
  color: #eaeaea;   
  text-transform: capitalize;
}
.rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding-right: 0;
}

.rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
}
.rss-feed span.hs-rss-date {
  color: #bbb;
  font-size: 11px;
}
.rss-feed .hs-rss-title {
  font-weight: 400;
  font-size: 12px !important;
  line-height: 1.5em;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  text-transform: uppercase;
}


.rss-feed .hs-rss-item.hs-with-featured-image {
  border-bottom: 1px solid #eee;
  margin: 0 0 8px !important;
  padding: 5px 0 10px !important;
  list-style-type: none !important;
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.rss-feed .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  vertical-align: middle;
  aspect-ratio: 16/9;
/*  width: 100%; */
  border: 1px solid #eee !important;
  box-shadow: none !important;
  margin: 2px 10px 2px 0 !important;
  padding: 3px !important;
}
.rss-feed .hs-rss-byline {
  opacity: 1;
  font-size: 100%;
}
.footer-form .hs_cos_wrapper_type_form{
  padding:0;
  margin:0;  
  background: transparent;
  padding-right: 16px;
}
.footer-form form .hs-button {
  margin-bottom: 27px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: 16px;
}

.footer-form form .hs_submit {
  text-align: center;
}
.footer-form form .hs-form-field>label {
  display: none;
}
.footer-form form textarea {
  height: 160px;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px 5px 15px !important;  
  vertical-align: middle;
}
.footer-form form  .hs-form-field {
  margin-bottom: 15px;
}

.footer-form .form-title {
  color: #eaeaea;
  font-family: Open Sans,sans-serif;
  font-size: 1.077em;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: capitalize;
}
.footer-form form .hs-input {
  border-radius: 5px;
  padding: 5px 10px 5px 15px !important;
}
.footer-form form .hs-input::placeholder {
  color: inherit;
  opacity: 0.7;
}
.footer-column.footer-form {
  border-right: 0;
}

.four-col .footer-column.footer-form{
  border-right: 1px solid #c3c3c3;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  padding: 5px;
  overflow: hidden;
  overflow-x: auto;
}  
.lp .footer-bottom {
  margin-top: 25px;
  background-color: #113965;
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 24px;
  padding-top: 25px;
}

.lp .footer-bottom a {
  color: #fff;
  text-decoration: underline;
}

.lp .footer-bottom a:hover {
  text-decoration: none;
}
.lp .footer-bottom {
  text-align: left;
}




@media only screen and (min-width: 768px){
  .footer-top .content-wrapper {
    align-items: center;
    display: flex;
  }
  .footer-top-content {
    width: 75%;
    flex-grow: 1;
  }
  .footer-contact {
    padding-left: 20px;
    margin-top: 0;
    width: 25%;
  }
  .footer-bottom{
    text-align: left;
  }


}


@media only screen and (max-width:767px){
  .footer-top .content-wrapper {
    padding: 0;
  }
  .footer-column {
    width: 100%;
  }
  .footer-logo img {
    max-width: 100%;
  }




}


@media only screen and (max-width: 641px){
  .footer-form .hs_cos_wrapper_type_form {
    padding-right: 0;
  }

  .footer-form form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


p:last-child {
  margin-bottom: 0;
}


.contact_row1 .dnd-section>.row-fluid .span4 {
  margin:0;
  float:left;
  padding: 20px 20px 20px 30px;
  display: block !IMPORTANT;
  width: 26%;
}
.contact_row1 .dnd-section>.row-fluid .span8 {
  margin:0;
  float:right;
  width: 69%;
}
.contact_row1 .dnd-section>.row-fluid {
  display: block !IMPORTANT;
}
.contact-sidebar ul li:last-child {
  border-bottom: 0;
}
.contact_row1 .dnd-section>.row-fluid .hs_cos_wrapper_type_form {
  margin-top: 55px;
  margin-bottom: 65px;
  padding: 46px 45px;
  padding-top: 66px;
}
.contact_row1 form fieldset.form-columns-2>div,
.vsl-content form fieldset.form-columns-2>div{
  padding-right: 8px;
}
.contact_row1 form fieldset.form-columns-3>div>label,
.vsl-content form fieldset.form-columns-3>div>label{
  margin-bottom: 3px;
}

.contact_row1 form fieldset.form-columns-3>div,
.vsl-content form fieldset.form-columns-3>div{
  padding-right: 8px;
  width: 33.3% !important;
  margin-bottom: 28px;
}
.contact_row1 form textarea ,
.vsl-content form textarea {
  height: 160px;
  width: calc(100% - 8px) !important;
}
.contact_row1 form select,
.vsl-content form select{
  width: calc(100% - 8px) !important;
}
.contact_row1 form .hs-submit,
.vsl-content form .hs-submit{
  text-align: center;
}
.industries-content h2 {
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  line-height: 1.375;
}
.industries-content h2+p {
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
}
.body-wrapper [class*="force-full-width-section"],
.body-wrapper [class*="force-full-width-section"]>.row-fluid {
  padding: 0;
  width: 100%;
}
.full_width_content img {
  vertical-align: middle;
}
.hs-contactsubscribe .contact_row1 .dnd-section>.row-fluid .hs_cos_wrapper_type_form {
  background-color: #113965;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
}
.contact_row1 form fieldset.form-columns-1 .hs-input {
  width: calc(100% - 8px);
}
.industries-inner-content h2 {
  margin: 0;
  font-size: 30px;
  color: #ff651a;
  font-weight: 600;
  line-height: 1.625;
  margin-bottom: 20px;
}
.industries-inner-icon-wrap h2 {
  font-size: 30px;
  line-height: 1.625;
  margin: 0 0 24px;
  text-align: left;
}
.industries-inner-icon-wrap .icon_with-content .icon_with-content-col .title a>span {
  line-height: 1.25;
  font-size: 19px !important;
}

.industries-inner-icon-wrap .icon_with-content .icon_with-content-col img {
  margin-bottom: 10px;
}
.content-with-img .widget-type-header h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 1.625;
  margin-bottom: 20px;
}
.content-with-img .widget-type-rich_text h4 {
  margin: 0;
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 24px;
}
.content-with-img .dnd-section>.row-fluid {
  max-width: 1201px;
}
.content-with-img .widget-type-header {
  padding-left: 15px;
  padding-right: 15px;
}
.content-with-img .dnd-section>.row-fluid>.dnd-column:first-child{
  padding-left: 15px;
  padding-right: 15px;
  margin:0;
}
.content-with-img .dnd-section>.row-fluid>.dnd-column:last-child{
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 15px;
  margin:0;
}
.content-with-img .hs-button,
.cp-content-with-img .hs-button,
.ep-content-with-img .hs-button{
  background-color: #5bc2e7;
  color: #fff;
  padding: .538em 1.077em;
  border-radius: 30px;
  line-height: 1.65;
  font-size: 13px;
  transition: 0.15s all ease;
  display: inline-block;
}

.content-with-img .hs-button:hover,
.cp-content-with-img .hs-button:hover,
.ep-content-with-img .hs-button:hover{
  background-color: #1e73be;
  color: #fff;
}
.content-with-img img {
  vertical-align: middle;
}
.section-title h1 {
  margin: 0;
  font-family: "Lato",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  color: #0a0a0a;
  line-height: 1.5;
}

.section-title .dnd-section {
  border: 0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #eeeeee;
}
.downl-img img {
  vertical-align: middle;
}
.downl-img a:hover{
  color:#ff651a;
}
.industries-content h1,
.si-content h1{
  font-size: 30px;
  color: #ff651a;
  font-weight: 600;
  margin: 0;
}

.industries-content h4,
.si-content h4{
  font-size: 28px;
  color: #113965;
  font-weight: 600;
  margin: 0;
  line-height: 1.625;
  margin-bottom: 20px;
}
.our-expertise-content h1 {
  margin: 0;
  color: #ff651a;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 30px;
}

.our-expertise-content h4 {
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  line-height: 1.625;
  margin-bottom: 20px;
}
.hs-our-expertise-page .icon_with-content .icon_with-content-col img {
  margin-bottom: 10px;
}

.hs-our-expertise-page .icon_with-content .icon_with-content-col p>br:first-child {
  display: none;
}
.hs-our-expertise-page .icon_with-content .icon_with-content-col .title a>span {
  font-size: 19px !important;
  line-height: 21px;
}
.hs-our-expertise-page .icon_with-content .icon_button {
  margin-bottom: 38px;
}
.our-expertise-img-content h1 {
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding-top: 25px !important;
}

.our-expertise-img-content h4 {
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.625;
}
.our-expertise-img-content .widget-type-linked_image {
  max-width: 685px;
  margin-top: 45px;
}
.our-expertise-img-content .widget-type-linked_image img {
  vertical-align: middle;
}
.content-with-img .widget-type-header h1 {
  line-height: 1.375;
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 6px;
  margin-top: 15px;
  margin-top: 15px;
}
.control-panels-content h2 {
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.control-panels-content h4 {
  line-height: 1.625;
  margin: 0;
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 20px;
}
.cp-content-with-img h2 {
  font-size: 30px;
  margin: 0;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  padding-top: 25px !important;
  margin-bottom: 20px;
  line-height: 1.625;
}

.cp-content-with-img img {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
  max-width: 100%;
  height: auto;
}
.cp-content-with-img .dnd-section>.row-fluid .span6 {
  display: block !IMPORTANT;
}
.cp-content-with-img .dnd-section>.row-fluid .span6 {
  width: 50%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.ep-content-with-img .dnd-section>.row-fluid>.dnd-column {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: block !IMPORTANT;
}
.ep-content-with-img .widget-type-rich_text ul:last-child {
  margin-bottom: 0;
}
.ep-content-with-img a:hover {
  color: #ff8142;
}
.controlinks-replacement-content #video-box {
  margin-bottom: 0;
}
.controlinks-replacement-content h2 {
  margin-bottom: 35px;
}
.hs-controlinks-replacement-page .ep-content-with-img .widget-type-linked_image {
  margin: 0 20px 10px 0;
}
.hs-controlinks-replacement-page .ep-content-with-img img {
  vertical-align: middle;
}
.ep-content-with-img table {
  display: block;
  margin: 0 auto;
  border: 0;
  width: 85%;
  border-collapse: collapse;
  font-size: 1em;
  border-spacing: 0;
  padding: 0;
}
.ep-content-with-img table td {
  border: 0;
  padding: 0.769em 1em;
}
.hs-controlinks-replacement-page .ep-content-with-img .hs-button, 
.hs-controlinks-replacement-page .ep-content-with-img .hs-button:hover {
  margin-top: 25px;
  margin-bottom: 50px;
  display: inline-block;
  background: #646568;
  font-size: 21px;
  width: 250px;
  border-radius: 30px;
  color: #fff;
  transition: 0.15s all ease;
  padding: .538em 1.077em;
  text-align: center;
  line-height: 1.65;
}
.image-with-lightbox .foogallery.fg-hover-zoom2 .fg-caption-inner:before, 
.image-with-lightbox .foogallery.fg-hover-zoom2 .fg-image-overlay:before{
  background-image:url(https://22364612.fs1.hubspotusercontent-na2.net/hubfs/22364612/Georgethall_February2023/Pdf/icons.svg#zoom2-light);
}
.is-content h1 {
  margin: 0;
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
}

.is-content h4 {
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  line-height: 1.625;
  margin-bottom: 20px;
}
.ep-content-with-img h2 {
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  padding-top: 25px !important;
  line-height: 1.625;
  margin-bottom: 20px;
}
.bg-with-content {
  text-align: center;
}

.bg-with-content h2 {
  font-size: 30px;
  color: #ff651a;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  line-height: 1.375;
}

.bg-with-content h4 {
  margin: 0;
  font-size: 28px;
  color: #113965;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  line-height: 1.625;
  margin-bottom: 20px;
}

.bg-with-content p {
  color: #020202;
}

.bg-with-content .widget-type-rich_text {
  margin-bottom: 35px;
}

.hs-system-integration-page .content-with-bg-image {
  padding-top: 35px;
  padding-bottom: 45px;
  text-align: center;
}

.hs-system-integration-page .content-with-bg-image h1,
.hs-system-integration-page .content-with-bg-image p.subtitle {
  text-align: center;
}
.cp-content-with-img ul:last-child {
  margin-bottom: 0;
}
.hs-vendor-resources-page .icon_with-content .icon_with-content-col p>br:first-child {
  display: none;
}

.hs-vendor-resources-page .icon_with-content .icon_with-content-col.col-2 {
  justify-content: center;
}

.hs-vendor-resources-page .icon_with-content .icon_with-content-col img {
  margin-bottom: 13px;
}

.hs-vendor-resources-page .icon_with-content .icon_with-content-col .title a>span {
  font-size: 19px !important;
}
.hs-partners-inner-page .content-with-background-image-v2 .content-with-background-column.content {
  padding-top: 15px;
  padding-bottom: 40px;
  background-color: #e0e0e0;
  text-align: center;
}

.hs-partners-inner-page .content-with-background-image-v2 .content .title {
  text-align: center;
  margin-left: 10px;
  padding: 0;
  margin-top: 30px;
  line-height: 30px;
  font-size: 28px;
}

.hs-partners-inner-page .content-with-background-image-v2 .content .content-text {
  margin-left: 10px;
  margin-bottom: 0;
}
.hs-partners-inner-page .partners .partners-title {
  padding: 0;
  margin-top: 30px;
}

.hs-partners-inner-page .partners .partners-title h1 {
  font-size: 28px;
  line-height: 30px;
}

.hs-partners-inner-page .partners .content-wrapper {
  max-width: 1131px;
  width: 100%;
}

.hs-partners-inner-page .partners .partners-column.col-4 {
  align-items: center;
}
.hs-partners-inner-page .partners .partners-column-wrap{
  padding-top: 10px;
}
.hs-partners-inner-page .partners .partners-column.col-4 {
  align-items: center;
  padding-top: 0;
  padding-right: 45px;
  padding-left: 45px;
  padding-bottom: 30px;
}

.hs-partners-inner-page .partners .partners-column-inner {
  padding: 0;
}
.hs-partners-inner-page .partner-logo-wrap .dnd-section:last-child>.row-fluid>.dnd-column {
  border-top: 1px solid;
  border-color: #ebebeb;
  margin-top: 40px;
}
.hs-partners-inner-page .partner-logo-wrap .dnd-section:last-child .partners .partners-title {
  margin-top: 45px;
}
.hs-staff-member-inner-page .custom-banner-area {
  background-position: top;
  background-attachment: fixed;
}

.hs-staff-member-inner-page .custom-banner-area .banner-subtitle p i {
  font-style: normal;
}

.hs-staff-member-inner-page .custom-banner-area .banner-subtitle p {
  font-size: inherit;
}
.vsl-content .dnd-section>.row-fluid .span4,
.vsl-content .dnd-section>.row-fluid .span8 {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  display: block !IMPORTANT;
}
.vsl-content .widget-type-linked_image img {
  vertical-align: middle;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper {
  padding-top: 0;
  padding-bottom: 20px;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-headings {
  padding: 0;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-headings h2 {
  padding: 0 0 5px;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.231em;
  color: #222;
  font-weight: 500;
  margin: 0;
  line-height: 1.375;
  margin-bottom: 20px;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item-title span.name {
  font-size: 1.077em;
  line-height: 1.375;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item-title span.name+br {
  display: none;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item-title span.name a {
  font-size: 16px;
  color: #222222;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item-title span.name a {
  font-size: 16px;
  color: #222222;
}

.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item:nth-child(2) .meet-our-executive-item-inner {
  padding: 0;
}

.meet-out-team-wrap .meet-our-executive-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item {
  margin: 0 0 20px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  -mx-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-right: 10px;
  width: calc(100% / 3);
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item-title span.designation {
  font-size: .923em;
  margin-bottom: 15px;
  display: block;
}
.meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item-title span.name a:hover {
  color: #ff8142;
}
/*********************** home-page ***************************/

.home_dnd1 .row-depth-1.row-number-2.dnd-row {
  text-align: center;
}
.home_dnd1 .dnd-section {
  padding: 0;
}
.home_dnd1 .dnd-section {
  padding-top: 50px;
}
.home_dnd1 h2 {
  font-size: 30px;
  color: #ff651a;
  line-height: 30px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 25px !important;
  margin-top: 0;
}
.home_dnd1 h3 {
  font-size: 28px;
  color: #113965;
  line-height: 28px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  text-transform: math-auto;
  margin-top: 0;
}
.home_dnd1 p {
  margin: 0 20px;
}
.home_dnd1 .icon_with-content .icon_button a {
  padding: 0.538em 1.077em;
  font-size: 14px;
}
.home_dnd1 .icon_with-content .icon_with-content-col .content {
  color: #808080;
  font-size: 14px;
  line-height: 15.75px;
}
.home_dnd2 .dnd-section h2 {
  color: #ff651a;
  font-family: Open Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  position: relative;
  width: 33.3333%;
  margin-left: auto;
  margin-right: auto;
}
.home_dnd1 .icon_with-content .icon_with-content-col span.title span {
  font-size: 19px !important;
}
.home_dnd1 span.title {
  padding-top: 15px;
  display: inline-block;
}
.home_dnd1 .icon_with-content {
  margin-top: 10px;
}
.home_dnd1 .icon_with-content .icon_button {
  margin-top: unset;
}
.home_dnd2 .dnd-section h2 a {
  color: #ff651a;
}
.home_dnd2 .dnd-section h2:after {
  border-top: 1px solid #b2b2b2;
  height: 1px;
  display: block;
  position: absolute;
  width: 95%;
  content: "";
  left: 100%;
  right: 0;
  top: 50%;
  margin-left: 20px;
  margin-top: 3px;
}
.home_dnd2 .dnd-section h2:before {
  border-top: 1px solid #b2b2b2;
  height: 1px;
  display: block;
  position: absolute;
  width: 95%;
  content: "";
  right: 100%;
  top: 50%;
  margin-right: 20px;
  margin-top: 3px;
}
.home_dnd2 .dnd-section h3 {
  font-size: 28px;
  color: #113965;
  line-height: 28px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  text-transform: initial;
  display: block;
  margin: 40px 0 20px;
}
.home_dnd2 .dnd-section p {
  text-align: center;
  padding: 0 20px;
}
.home_dnd2 .dnd-section {
  padding-top: 25px;
  padding-bottom: 0;
}
.home_dnd3 .content-with-bg-image {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 75px !important;
  padding-bottom: 105px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  text-align: center;
}
.home_dnd3 .content-with-bg-image h1 {
  margin-bottom: 25px !important;
  font-size: 30px;
  color: #ff651a;
  line-height: 30px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
}
.home_dnd3 .content-with-bg-image .content-with-bg-image-inner {
  margin-top: 15px !important;
}
.home_dnd3 .content-with-bg-image h1+p {
  font-size: 28px;
  color: #113965;
  line-height: 28px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
}
.home_dnd3 .content-with-bg-image .background-content p {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  font-family: inherit;
  color: #383838;
}
.home_dnd3 .content-with-bg-image .background-content {
  padding: 0 20px;
}
.home_dnd3 .content-with-bg-image .background-with-image-button a {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: 23px;
  padding: 0.538em 1.077em;
  border-radius: 30px;
  color: #fff;
  background-color: #5bc2e7;
  margin-top: 12px;
}
.home_dnd3 .content-with-bg-image .background-with-image-button a:hover{
  background-color:#1e73be;
  color:#fff;
}
.home_dnd4 .content-with-background-image-v2 .content-with-background-column.content {
  padding-top: 70px !important;
  padding-right: 100px !important;
  padding-bottom: 65px !important;
  padding-left: 100px !important;
}
.home_dnd4 .content-with-background-image-v2 .content .content-button a:hover{
  background-color: #5bc2e7;
}
.home_dnd4 .content-with-background-image-v2 .content .title {
  font-size: 30px;
  color: #ff651a;
  line-height: 30px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 25px !important;
  margin: 0;
  padding: 0;
}
.home_dnd4 .content-with-background-image-v2 .content .content-text h4 {
  font-size: 28px;
  color: #113965;
  line-height: 36px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  padding-right: 55px !important;
  padding-left: 55px !important;
  margin-top: 0;
}
.home_dnd4 .content-with-background-image-v2 .content .content-text {
  margin: 0;
}
.home_dnd4 .content-with-background-image-v2 .content .content-text p {
  text-align: center;
}
.home_dnd4 .content-with-background-image-v2 .content .content-button {
  text-align: center;
  padding: 12px 0 0 0;
}
.home_dnd4 {
  overflow: hidden;
}
.home_dnd4 .content-with-background-image-v2 {
  margin: 0 -9px;
}
.home_dnd5 .partners,
.home_dnd6 .partners{
  padding-top: 90px;
  padding-bottom: 60px;
}
.home_dnd5 .partners .partners-title h1,
.home_dnd6 .partners .partners-title h1{
  font-size: 30px;
  color: #ff651a;
  line-height: 30px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 25px !important;
}
.home_dnd5 .partners .partners-title p.sub-title,
.home_dnd6 .partners .partners-title p.sub-title{
  font-size: 28px;
  color: #113965;
  line-height: 36px;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
}
.home_dnd5 .partners .partners-title,
.home_dnd6 .partners .partners-title{
  padding: 0;
  margin: 0;
}
.home_dnd5 .partners .partners-column,
.home_dnd6 .partners .partners-column{
  padding: 0;
  align-items: center;
}
.home_dnd5 .partners .partners-column-wrap ,
.home_dnd6 .partners .partners-column-wrap {
  margin: 0;
}
.home_dnd5 .partners-button-wrap a,
.home_dnd6 .partners-button-wrap a{
  background: #ff651a;
  border-radius: 25px;
  font-size: .923em;
  color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  max-width: 100%;
  font-family: inherit;
  letter-spacing: inherit;
  padding: 0.538em 1.077em;
}
.home_dnd5 .partners-button-wrap ,
.home_dnd6 .partners-button-wrap {
  text-align: center;
  padding-top: 30px;
}
.home_dnd6 .partners .partners-inner {
  position: relative;
}
.home_dnd6 .partners .partners-inner {
  border-top-width: 1px !important;
  padding-top: 40px !important;
  border-top-color: #e2e2e2 !important;
  border-top-style: solid !important;
}
.home_dnd6 .partners {
  padding-top: 0;
}
.about_dnd1 h2 {
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0;
  line-height: 1.375;
}
.about_dnd1 .dnd-section {
  padding: 35px 0 21px;
}
.about_dnd1 h3 {
  font-size: 28px;
  color: #113965;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  text-transform: inherit;
  margin-bottom: 20px;
  line-height: 45.5px;
  margin-top: 0;
}
.about_dnd1 .icon_with-content .icon_with-content-col {
  justify-content: center;
}
.about_dnd1 .icon_with-content {
  margin-top: -6px;
}
.about_dnd1 .icon_with-content .icon_with-content-col span.title {
  margin-top: 18px;
  display: block;
}
.about_dnd1 .icon_with-content .icon_with-content-col span.title span {
  font-size: 19px !important;
}
.about_dnd2 {
  text-align: center;
}
.about_dnd2 .dnd-section {
  padding-top: 8px;
  padding-bottom: 35px;
}
.about_dnd2 h2 {
  font-size: 30px;
  color: #ff651a;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  padding-top: 25px !important;
  margin: 0;
  line-height: 1.375;
}
.about_dnd2 h3 {
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  line-height: 45.5px;
  text-transform: inherit;
}
.about_dnd2 p {
  color: #fff;
}
.about_dnd2 a.hs-button {
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  text-align: center;
  max-width: 100%;
  font-size: 14px;
  background-color: #5bc2e7;
  line-height: 1.65;
  border-radius: 30px;
  padding: 0.538em 1.077em;
  color: #fff;
  margin-top: 25px;
}
.about_dnd3 .content-with-bg-image .content-with-bg-overlay {
  background-color: transparent;
}
.about_dnd3 .content-with-bg-image {
  padding: 0;
}
.about_dnd3 .content-with-bg-image h1 {
  font-size: 30px;
  color: #ff651a;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  padding-top: 85px !important;
  line-height: 1.375;
}
.about_dnd3 .content-with-bg-image p {
  font-size: 28px;
  color: #113965;
  text-align: center;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  line-height: 45.5px;
}
.about_dnd3 .content-with-bg-image .background-content p {
  text-align: center;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: 19px;
  line-height: 30.875px;
  color: #383838;
  margin-bottom: 85px !important;
}
.about_dnd4 .content-with-background-image-v2 .content-with-background-column {
  padding: 0;
}
.about_dnd4 .content-with-background-image-v2 .content .title {
  font-size: 30px;
  color: #ff651a;
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  padding-top: 45px !important;
  padding-left: 50px !important;
  margin: 0;
  line-height: 41.25px;
}
.about_dnd4 .content-with-background-image-v2 .content-with-background-column.content {
  padding-right: 80px;
  padding-left: 25px;
  background-color: #646568;
  padding-top: 0;
  padding-bottom: 0;
}
.about_dnd4 .content-with-background-image-v2 {
  margin: 0 -9px;
}
.about_dnd4 {
  overflow: hidden;
}
.about_dnd4 .content-with-background-image-v2 .content .content-text h3 {
  text-align: left;
  font-family: Open Sans;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  color: #ffffff;
  margin: 0 0 20px;
  padding-left: 50px !important;
  text-transform: inherit;
  line-height: 45.5px;
}
.about_dnd4 .content-with-background-image-v2 .content .content-text {
  margin: 0;
}
.about_dnd4 .content-with-background-image-v2 .content .content-text p {
  padding-bottom: 25px;
  padding-left: 50px;
  color: #fff;
}
.about_dnd4 .content-with-background-image-v2 .content .content-button {
  margin-bottom: 0;
  padding-left: 50px;
  padding-top: 0;
  padding-bottom: 35px;
}
.about_dnd5.bg-with-content .dnd-section {
  padding-bottom: 35px;
}
.about-inner-dnd1 .dnd-section {
  padding: 0;
}
.partners-inner-dnd1 .dnd-section {
  padding-top: 10px;
}
.partners-inner-dnd1 .icon_with-content .icon_with-content-col {
  justify-content: center;
}
.partners-inner-dnd1 .icon_with-content {
  padding-top: 3px;
}
.partners-inner-dnd1 .icon_with-content .icon_with-content-col span.title {
  display: block;
  margin-top: 20px;
}
.partners-inner-dnd1 .icon_with-content .icon_with-content-col span.title span {
  font-size: 19px !important;
}
.partners-inner-dnd1 .dnd-section {
  padding-top: 10px;
  padding-bottom: 90px;
}
.partners-page.hs-partners-2 .partners-inner-dnd1 .icon_with-content .icon_with-content-col span.title {
  display: inline;
}
.partners-page.hs-partners-2 .partners-inner-dnd1 .icon_with-content .icon_with-content-col span.title a {
  color: #646568;
}
.partners-page.hs-partners-2 .icon_with-content .icon_with-content-col p {
  color: #808080;
  font-size: 14px;
  line-height: 15.75px;
}
.partners-page.hs-partners-2 .partners .partners-title h1 {
  text-align: center;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #ff651a;
  line-height: 30px;
  text-transform: uppercase;
  margin: 30px 0 20px;
  margin-bottom: 0;
  padding: 0;
}
.partners-page.hs-partners-2 .row-depth-1.row-number-4.dnd-row .partners .partners-title {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ebebeb;
}
.partners-page.hs-partners-2 .icon_with-content {
  padding-bottom: 30px;
}
.partners-page.hs-partners-2 .partners .partners-column {
  padding: 0;
}
.partners-page.hs-partners-2 .partners .content-wrapper {
  width: 100%;
}
.partners-page.hs-partners-2 .partners .partners-column-wrap {
  padding: 0;
  margin: 0;
}
.partners-page.hs-partners-2 .row-depth-1.row-number-5 .partners .partners-title {
  margin-top: 25px;
  padding: 0;
}
.careers-dnd1 .dnd-section {
  padding: 0;
  padding-bottom: 60px;
}
.careers-dnd1 .dnd-section p span {
  color: #000;
}
.careers-dnd1 .dnd-section a.hs-button {
  font-size: 1.385em;
  display: inline-block;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  text-decoration: none !important;
  text-align: center;
  max-width: 100%;
  font-family: inherit;
  line-height: 1.65;
  padding: 0.538em 1.077em;
  background-color: #5bc2e7;
  border-radius: 30px;
  color: #fff;
  margin-top: 25px;
}
.careers-dnd2 .dnd-section {
  padding: 35px 0 25px 0;
}
.careers-dnd2 .dnd-section img.hs-image-widget {
 width: 100%;
}
.careers-dnd2 .span12 {
  display: block !important;
}
.careers-dnd4 ,
.careers-dnd3 {
  overflow: hidden;
}
.careers-dnd1 .dnd-section a.hs-button:hover {
  background-color: #1e73be;
}
.careers-dnd6 .dnd-section {
  padding: 0;
}
.careers-dnd6 h4 {
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 9px;
  font-size: 19px;
  color: #555;
  margin: 0;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}
.careers-dnd6 ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  padding-top: 0;
}
.careers-dnd6 ul li span {
  font-size: 12px;
  color: #686868;
  font-family: 'Lato';
}
.careers-dnd6 ul li ul {
  padding: 2px 20px 12px 20px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  font-size: 12px;
  margin-left: 40px;
}
.careers-dnd6 ul li ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9em;
  font-family: 'Lato';
}
.careers-dnd6 ul li ul li a+span {
  float: right;
  padding-top: 9px;
}
.careers-dnd6 .dnd-section {
  padding-bottom: 30px;
}
.about_dnd2 a.hs-button:hover{
  background-color: #1e73be;
}
.about_dnd3 .content-with-bg-image p.subtitle {
  text-align: center;
}
.hs-resources-page .icon_with-content .icon_with-content-col {
  padding-right: 30px;
  padding-left: 30px;
}

.hs-resources-page .icon_with-content {
  margin-right: 5% !important;
  margin-left: 5% !important;
  padding-bottom: 35px;
}

.hs-resources-page .icon_with-content .icon_with-content-col img {
  margin-bottom: 9px;
}

.hs-resources-page .icon_with-content .icon_with-content-col .title a>span {
  font-size: 19px !important;
}
.hs-resources-page .icon_with-content .icon_with-content-col .content {
  line-height: 16px;
}
.icon_with-content .icon_with-content-col.col-2>p {
  width: 100%;
}
.hs-about-history-page .dnd-section>.row-fluid .span6 {
  width: 50%;
  margin: 0;
  display: block !IMPORTANT;
  padding-left: 15px;
  padding-right: 15px;
}
.ah-content img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.tys-title h1 {
  color: #0a0a0a;
  font-family: "Lato",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin: 0;
  line-height: 1.5;
}

.tys-title .dnd-section {
  border: 0;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #eeeeee;
}
.content-with-form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.content-with-form .dnd-section>.row-fluid .span8 {
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
  display: block !important;
}

.content-with-form .dnd-section>.row-fluid .span4 {
  margin: 0;
  width: 33.33333333%;
  display: block !IMPORTANT;
}

.content-with-form .dnd-section>.row-fluid .span8>.dnd-row:first-child p img {
  float: left;
  margin: 0 20px 15px 0;
}

.content-with-form .dnd-section>.row-fluid .span4>div {
  margin-left: 35px;
  width: 100%;
}

.content-with-form form .hs-richtext p:not(:last-child) {
  margin-bottom: 0;
}
.content-with-form form .hs-submit {
  text-align: center;
}

.home_dnd5 .partners .partners-column-inner img:hover,
.home_dnd6 .partners .partners-column-inner img:hover{
  transform: scale(1);
}
.vsl-content .hs_cos_wrapper_type_form {
  background-color: #113965;
}
.vsl-content form fieldset.form-columns-1 .hs-input{
  width:calc(100% - 8px); 
}
.honeywell-controlinks-content {
  text-align: center;
}

.honeywell-controlinks-content p img {
  display: block;
  margin: 0 auto;
}
.honeywell-controlinks-content hr {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-top-width: 1px;
  border-color: #bcbcbc;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 14px;
}
.honeywell-controlinks-form  form fieldset.form-columns-1 .hs-input{
  width:100%;
}
.locations-address {
  font-weight: 400;
  line-height: 1.25;
}
.search-page-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 10px;
  border: 0;
  position: relative;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #eeeeee;
  background-color: #f7f7f7;
}

.search-page-header h1 {
  font-family: "Lato",sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  margin: 0;
  color: #0a0a0a;
  line-height: 1.5;
}
.search-page-content .systems-page {
  padding: 0;
}

.search-page-content ul.hs-search-results__listing li>a {
  color: #222222;
  letter-spacing: normal;
  font-style: normal;
  text-transform: none;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.375;
}

.search-page-content ul.hs-search-results__listing li>a:hover {
  color: #ff8142;
}
.hs-control-panel header.main-header{
  background-color: #646568;
}
.control-panel-content .dnd-section>.row-fluid .span6{
  width: 50%;
  margin: 0;
  display: block !IMPORTANT;
}
.control-panel-content .dnd-section>.row-fluid .span6 .widget-type-linked_image{
  display: block;
  margin: 0 auto;
  max-width:225px;
}
.control-panel-content .widget-type-rich_text {
  text-align: center;
}
.control-panel-content .dnd-section:last-child .hs-button{
  font-size: 1.385em;
  border-radius: 30px;
  background-color: #5bc2e7;
  padding: 0.538em 1.077em;
  line-height: 1.65;
  text-align: center;
  max-width: 100%;
  color: #fff;
  display: inline-block;
}
.control-panel-content .dnd-section:last-child .hs-button:hover{
  background-color: #1e73be;
}
.control-panel-content .span6 .hs-button{
  font-size: 1.385em;
  border-radius: 30px;
  background-color: #5bc2e7;
  padding: 0.538em 1.077em;
  line-height: 1.65;
  text-align: center;
  max-width: 100%;
  color: #fff;
  display: inline-block;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 14px;
  width: 175px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.control-panel-content .span6 .hs-button:hover{
  background-color: #1e73be;
}




@media (min-width: 768px){
  .content-with-img .dnd-section>.row-fluid .span8{
    width: 66.66666667%;
  }
  .content-with-img .dnd-section>.row-fluid .span4{
    width: 33.33333333%;
  }
  .ep-content-with-img .dnd-section>.row-fluid .span3 {
    width: 25%;
  }
  .ep-content-with-img .dnd-section>.row-fluid .span9 {
    width: 75%;
  }
  .ep-content-with-img .dnd-section>.row-fluid .span6 {
    width: 50%;
  }
  .ep-content-with-img .dnd-section>.row-fluid .span6 {
    width: 50%;
  }
  .vsl-content .dnd-section>.row-fluid .span4 {
    width: 33.33333333%;
  }
  .vsl-content .dnd-section>.row-fluid .span8 {
    width: 66.66666667%;
  }  

}


@media only screen and (max-width:991px){
  .content-with-form .dnd-section>.row-fluid .span8 {
    width: 100%;
  }

  .content-with-form .dnd-section>.row-fluid .span4 {
    width: 100%;
  }

  .content-with-form .dnd-section>.row-fluid {
    display: block !IMPORTANT;
  }
  .content-with-form .dnd-section>.row-fluid .span4>div {
    margin: 0;
    margin-top: 20px;
  }
  .contact_row1 .dnd-section>.row-fluid .span8 {
    width: 100%;
  }
  .contact_row1 .dnd-section>.row-fluid .span4 {
    width: 100%;
  }


}

@media only screen and (max-width:767px){
  .content-with-img .dnd-section>.row-fluid .span4 .dnd-module {
    display: block !important;
  }
  .content-with-img .dnd-section>.row-fluid>.dnd-column:first-child {
    padding: 0;
  }
  .content-with-img .dnd-section>.row-fluid>.dnd-column:last-child {
    padding-left: 10px;
  }
  .cp-content-with-img .dnd-section>.row-fluid .span6,
  .hs-about-history-page .dnd-section>.row-fluid .span6{
    width: 100%;
  }
  .cp-content-with-img .dnd-section>.row-fluid .span6,
  .ep-content-with-img .dnd-section>.row-fluid>.dnd-column,
  .cp-content-with-img .dnd-section>.row-fluid .span6,
  .hs-about-history-page .dnd-section>.row-fluid .span6{
    padding: 0;
  }
  .vsl-content .dnd-section>.row-fluid .span4, 
  .vsl-content .dnd-section>.row-fluid .span8 {
    padding: 0;
  }
  .meet-out-team-wrap .meet-our-executive-team-wrapper .meet-our-executive-item {
    width: 100%;
  }
  .home_dnd5 .partners .partners-column {
    padding-bottom: 20px;
  }
  .home_dnd6 .partners .partners-column {
    padding-bottom: 30px;
  }
  .about_dnd4 .content-with-background-image-v2 .content .content-text p {
    padding-left: 0;
  }
  .about_dnd4 .content-with-background-image-v2 .content .content-text h3,
  .about_dnd4 .content-with-background-image-v2 .content .title {
    padding-left: 0 !important;
  }
  .hs-resources-page .industry-certifications .industry-certifications-column {
    margin: 20px 0;
  }
  .ah-content #hs_cos_wrapper_widget_1675841183092,
  .hs-about-history-page .ah-content .dnd-section>.row-fluid .span12 .widget-type-rich_text {
    padding: 0 !important;
  }
  .content-with-form .dnd-section>.row-fluid .span8 {
    width: 100%;
    padding: 0;
  }

  .content-with-form .dnd-section>.row-fluid .span4 {
    width: 100%;
    padding: 0;
  }

  .content-with-form .dnd-section>.row-fluid .span4>div {
    margin: 0;
    margin-top: 20px;
  }
  .honeywell-controlinks-form form .input {
    margin-right: 0 !important;
  }

  .control-panel-content .dnd-section>.row-fluid .span6{
    width:100%;
  }
  .home_dnd4 .content-with-background-image-v2 .content-with-background-column.content{
    padding: 70px 20px 65px!important;
  }

}

@media only screen and (max-width: 641px){
  .contact_row1 .dnd-section>.row-fluid .span8 {
    width: 100%;
  }
  .contact_row1 .dnd-section>.row-fluid .span4 {
    width: 100%;
  }

  .contact_row1 form fieldset.form-columns-2>div,
  .vsl-content form fieldset.form-columns-2>div{
    width: 100% !important;
    padding-right: 0;
  }

  .contact_row1 .dnd-section>.row-fluid .hs_cos_wrapper_type_form {
    padding-top: 50px;
  }
  .contact_row1 form fieldset.form-columns-3>div ,
  .vsl-content form fieldset.form-columns-3>div {
    width: 100% !important;
    padding-right: 0;
  }
  .contact_row1 form fieldset .input,
  .vsl-content form fieldset .input{
    margin-right: 0 !important;
  }
  .contact_row1 form fieldset .input .hs-input,
  .vsl-content form fieldset .input .hs-input{
    width: 100% !important;
  }
  .ep-content-with-img table td {
    padding: 6px;
  }

  .ep-content-with-img table {
    width: 100%;
  }
  .ep-content-with-img table td:last-child {
    width: 35% !important;
  }
  .ep-content-with-img table td:last-child * {
    font-size: 16px !important;
  }
  .home_dnd2 .dnd-section h2 {
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .home_dnd2 .dnd-section h2:after, .home_dnd2 .dnd-section h2:before {
    content: none !important;
  }



}



@media only screen and (max-width:400px){
  .hs-full-width-page .custom-banner-area h1 {
    font-size: 2.7em;
  }
  .hs-engineered-products-page .custom-banner-area h1 {
    font-size: 2.7em;
  }
  .hs-controlinks-replacement-page .custom-banner-area h1 {
    font-size: 2.2em;
  }
  .hs-partners-inner-page .custom-banner-area h1 {
    font-size: 2.2em;
  }

}