/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

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

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

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

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

/* Help text */

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 {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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 - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}
.header .navigation-primary li a:hover, .header-top-inner-content .contact-info li a:hover{
  color: var(--green);
  transition: all 0.3s ease;  
}
header.header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header.header.sticky {
  background: #0c3149;
  padding-top:10px;
  padding-bottom:10px;
  z-index:99999;
}
.header-top .content-wrapper{
  padding-right: 0;
}
.header-top-inner-content .contact-info{
  padding-left: 0;
  list-style: none;
  margin-bottom: 5px;
}
.header-top-inner-content .contact-info li{
  display: inline-block;
}
.header-top-inner-content .contact-info li:first-child{
  padding-right: 30px;
}
.header-top-inner-content .contact-info li a, .header-top-inner-content .contact-info i{
  color: var(--white);
  text-decoration: none;
}
.header-top-inner-content .contact-info li a{
  font-family: var(--lato-regular);
  font-size: 20px;
}
.custom-menu-primary .navigation-primary .level-1 > li.no-submenu:last-child a:hover{
background: transparent;
color: var(--green);
transition: all .3s ease;
border: 2px solid var(--green);
}
.header .navigation-primary li a{
  font-size: 18px;
/*   color: var(--white); */
  color:#ffffffe6;
  text-transform: uppercase;
  font-family: var(--lato-family);
  font-weight: var(--lato-regular)
}

.header .navigation-primary li a.active-item, .header .navigation-primary li a:focus{
  color: var(--white);
  font-weight:bold;
}
.submenu.level-1 > li.has-submenu > a::after {
  font-size:12px;
  top:-2px;
}
.header .submenu .level-2 a.menu-link{
  color: var(--black);
}
.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.custom-menu-primary .navigation-primary .level-1 > li.no-submenu:last-child a{
  background: var(--green);
  padding: 10px 20px;
  border: 2px solid var(--green);
  border-radius: 4px;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  

  .header__column {
    position: relative;
  }
  .header__row-2 {
    justify-content: center;
  }
}



/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

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

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

@media(min-width: 900px){
  .custom-menu-primary .submenu > .has-submenu > .level-3{
    display: none;
    border-radius: 6px !important;
    background: #fff;
    padding: 0px;
    overflow:hidden;
/*     box-shadow: 0px -6px 12px -3px rgba(232,232,232,0.75); */
  }
  .custom-menu-primary .submenu > .has-submenu{
    position: relative;
  }
  .custom-menu-primary .submenu  li:nth-last-child(2) .has-submenu:hover .level-3{
    right:100% !important;
    left:unset !important;
  }
  .custom-menu-primary .submenu > .has-submenu:hover > .level-3{
    display: block;
    position: absolute;
    left: 100%;   
    top: 0;
  }

  .custom-menu-primary .submenu.level-3 .menu-item .menu-link{
    padding-left: 10px;
  }

}

@media(min-width: 991px){ 
  .submenu.level-2 .has-submenu > .menu-link::after{
    border: solid #41afe2;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2.5px;
    transform: rotate( -45deg );
    -webkit-transform: rotate( -45deg );
    margin-left: 7px;
    position: relative;
    top: -2px;
    cursor: pointer;
    content: '';
  }  
}
@media (max-width:991px){
  .custom-menu-primary .submenu.level-1 > li {
    padding: 5px 8px !important;
  }
  .custom-menu-primary .navigation-primary .level-1 > li.no-submenu:last-child a{
    text-align: center;
    padding: 4px 12px !important;
  }
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
  .header-top-inner-content .contact-info{
    text-align: center;
  }
  header.header{
    background-color:#0c3149;
  }
  .header.header.sticky{
    position:fixed;
    padding:0;
  }
  .header.header.sticky .header__logo,
  .header.header.sticky .header__row-1{
    display:none;
  }
  .header.header.sticky .header__container {
    padding:0;
  }
  .header.header.sticky .mobile-trigger{
    margin-top:0;
  }
   .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  header.header .header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header.header .header-logo {
    display: block;
    width: auto;
    vertical-align: middle;
    padding-top: 8px;
    margin: 0 auto;
    text-align: center;
  }

  .header__row-1, .header__row-2{
    display:block;
  }
  
  header.header .top-header .main-header-top{
   flex-direction:column;
  }

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

  .mobile-trigger {
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: -.01375rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    min-width: 36px;
    height: 13px;
    min-height: 13px;
    margin-top: 8px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: olid #fff;
    padding: 30px 30px;
  }

  .mobile-trigger .btn-menu-inner {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    width: 36px;
    min-width: 36px;
    position: absolute;
    height: 2px;
    background-color: #28a5dd;
  }

  .mobile-trigger .btn-menu-inner:before,.mobile-trigger .btn-menu-inner:after {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    width: 36px;
    min-width: 36px;
    height: 2px;
    content: "";
    overflow: hidden;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #28a5dd;
  }

  .mobile-trigger .btn-menu-inner:before {
    top: -6px
  }

  .mobile-trigger .btn-menu-inner:after {
    bottom: -6px
  }

  .mobile-trigger:hover {
    opacity: 0.7;
    transition: all ease 0.5s;
  } 
  header.header {
    position: relative;
    width: 100%;
    top: 0;   
  }
}

@media(max-width: 1200px){
  .header .navigation-primary li a{
    font-size: 14px;
  }
  .custom-menu-primary .navigation-primary .level-1 > li.no-submenu:last-child a{
    padding: 10px 12px;
  }
  .custom-menu-primary .submenu.level-1 > li{
    padding: 18px 8px;
  }
}

/* Navigation */

/* #nav-toggle {
  display: none;
}

/* Mobile toggles 

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
} */
/***********************************************/
/* Footer  */
/***********************************************/

footer.footer, 
footer.footer p, 
footer.footer a, 
footer.footer span,
footer.footer h3 {
  color: #fff;
}
footer.footer .right-col{
  text-align:right;
}
footer.footer .footer-wrapper{
  padding: 100px 0 50px;
}
footer .secion-divider{
  opacity: 0.3;
  margin-bottom: 25px;
  border-bottom: 2px solid #CCC;
}
footer.footer ul{
  list-style: none;
}
footer.footer ul li a, .company-info .vat-number, .company-info .company-number, .address .hs_cos_wrapper, footer .copyright{
  text-decoration: none;
  font-size: 16px;
  font-family: var(--lato-family);
  font-weight: var(--lato-regular);
}
footer .copyright{
  padding-top: 100px;
}
.social-icons .social-links__link img{
  max-width: 28px;
  margin-right: 7px;
}
.contact-info li span{
  padding-right: 5px;
}
.footer-menu .hs-menu-wrapper ul{
  display: block;
}
.footer .company-info{
  padding: 30px 0;
}
.footer .company-info a{
  text-decoration: none;
}
.footer-content .row-2, .footer-content .row-1, .footer-content .row-3{
  float: left;
  width: 100%;
}
.footer-content .right-col .title h3{
  margin-bottom: 30px;
}
.footer-content .left-col .row-2{
  padding-top: 50px;
}
.footer-contact-info ul{
  padding-left: 0;
  display: flex;
}
footer.footer a:hover{
  color: var(--green) !important;
}
footer.footer .social-icons .social-links a:hover{
  background: transparent;
  opacity: 0.5;
}
.footer-contact-info ul li{
  flex-basis: 50%;
}
.copyright a{
  text-decoration: none;
}
footer.footer{
  background: url('https://24971984.fs1.hubspotusercontent-eu1.net/hubfs/24971984/RP-X%20_theme2021/our-solutions/footer-1.jpg')no-repeat;
  background-size: cover;
  background-position: right center;
}
footer .footer-content .section-title h3{
  font-size: 18px;
  margin-bottom: 10px; 
}
.contact-info .icon img {
  width: 16px;
}

/* Footer Stick Content */
.footer-sticky-content{
  background:#0c3149;  
  position: fixed;
  bottom: 0;
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgb(1, 43, 70);
  padding: 5px 0;
}
.footer-sticky-content .contact-details{
  padding-left: 0;
  list-style: none;
  padding-top: 5px;
  margin: 0;
  text-align: center;
}
.footer-sticky-content .contact-details li{
  display: inline-block;
}
.footer-sticky-content .contact-details li:first-child{
  padding-right:30px;
}
footer #scrollTop:hover .fa{
  color: #0c3148;
}
.footer .scroll-top{
  position: fixed;
  bottom: 50px;
  right: 20px;
  background: #6cb219;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
}
.footer #scrollTop{
  display:none;
}

/*  Media Query */

@media(min-width: 991px){
  .footer-content .left-col .row-1, .footer-content .left-col .row-2{
    width:80%;
  }
  .footer .mb-visible,
  .footer-sticky-content.mb-visible{
    display:none;
  }
}

@media(max-width: 767px){
  footer.footer .footer-wrapper {
    padding: 100px 0 185px;
  }
  footer.footer .right-col{
    text-align: left;
    margin-top: 30px;
  }
  footer.footer .social-links{
    justify-content: start !important;
  }
  .footer-inner-wrapper .right-col h3{
    font-size: 24px;
  }
}
/***********************************************/
/* Custom Style */
/***********************************************/

.home .our-solutions h2{
  text-align:center;
}
.article-post-title a {
    font-size: 16px;
    color: #fff;
    text-transform: lowercase;
    display: block;
    text-align: left;
}

.article-post-title {
    margin: 10px 0px;
}
.legal-consent-container .hs-richtext p{
  color: #fff;  
}
.blog-sidebar form .legal-consent-container .hs-richtext p{
  color:#fff;
}
.legal-consent-container .hs-richtext a{
  color:#75B627;
}
.horz-line{
  background: rgb(0,133,190);
  background: linear-gradient(90deg, rgba(0,133,190,1) 0%, rgba(0,133,190,1) 33%, rgba(117,182,39,1) 33%, rgba(117,182,39,1) 66%, rgba(241,132,6,1) 66%, rgba(241,132,6,1) 100%);
  height: 5px;
}
.home-banner-area .dnd-section, .content-wrapper--vertical-spacing{
  padding:0;
}
.theme-btn.banner-btn{
  background: transparent;
}
.theme-btn,
.hs-button,
form .actions .hs-button{
  background: var(--green);
  text-decoration: none;
   text-align:center;
  padding: 10px 20px;
  border: 2px solid var(--green);
  border-radius: 4px;
  text-transform: uppercase;
  font-family: var(--lato-family);
  font-weight: var( --lato-bold);
  font-size: 18px;
  color: var(--white);
  display: inline-block;
}

.theme-btn:hover,
.hs-button:hover,
form .actions .hs-button:hover{
  background: transparent;
  color: var(--green);
  transition: all 0.3s ease;
  border: 2px solid var(--green);
}
.trust-supplier-logo-gallery .section-title h2{
  margin-bottom: 70px;
}
.latest-blogs .section-title h2{
    margin-bottom: 50px;
}
.hs_cos_wrapper_type_header h2,
.trust-supplier-logo-gallery .section-title h2,
.latest-blogs .section-title h2
{
  font-weight: var(--lato-regular);
  color: var(--primary);
}
.hs_cos_wrapper_type_header h2 .bolder-title,
.trust-supplier-logo-gallery .section-title h2 .bolder-title,
.latest-blogs .section-title h2 .bolder-title,
.latest-case-studies-widget h2 .bolder-title,
.book-a-consultation-section .bolder-title{
  font-weight: var(--lato-bold);
}
.book-a-consultation .section-title h2, .book-a-consultation p,.latest-case-studies-widget .section-title h2, .latest-blogs .section-title h2{
  color: var(--white);
}

/* Book a Consultation Section */
.book-a-consultation .hs-form label span{
  color: var(--white);
  font-size: 16px;
  font-family: var(--myriad-regular);
  font-weight:400;
}
.no-list.hs-error-msgs.inputs-list li .hs-main-font-element{
  color:#ef6b51
}
.book-a-consultation form .actions .hs-button{
  border-radius:8px;
  font-size:15px;
  padding:12px 20px;
}
.book-a-consultation-section .regular-title{ font-weight:var(--lato-regular); }
.book-a-consultation-section h2{ font-size: 55px; }
.book-a-consultation-section .content{  max-width:500px; }

.book-a-consultation form input[type="tel"], .book-a-consultation form input[type="text"], .book-a-consultation form input[type="email"], .book-a-consultation form textarea, .book-a-consultation form select{
  background: transparent;
  border-radius: 10px;
  border: 2px solid var(--white);
  height: 55px;
  color: #fff;
}
.book-a-consultation form select option{
  color: #000;
}
.book-a-consultation .grecaptcha-badge{
  margin: 0;
}
.book-a-consultation form .hs-fieldtype-textarea div.input, .book-a-consultation form .hs-fieldtype-select div.input{ 
  margin-right: 20px !important;
}
.book-a-consultation form .hs-fieldtype-textarea textarea, .book-a-consultation form .hs-fieldtype-select select{
  width: 100% !important;
} 

.book-a-consultation form .form-columns-2 .input{
  margin-right: 20px !important;
}

.card-inner-item .inner-content .btn-section a:focus{  
  color: #fff; 
}

.card-inner-item .inner-content .btn-section a:focus:hover{  
  color: var(--green); 
}
.latest-blog-post-item {
  margin-bottom: 30px;
}

.latest-methods li{
  display:inline-block;
  padding-right:30px;
}

.body-section-wrapper.hs-landing-page #leadinModal-17643194{
  display:none;
}
ul.turnkey-solutions-section li,
ul.turnkey-solutions-section li span{
  color:#fff;
  font-size:20px;
}
ul.turnkey-solutions-section {
  list-style: none;
  padding: 0;
}
ul.turnkey-solutions-section li span{
  filter: brightness(0) invert(1);
}
.iframe-content{
  width:100%;
  max-width:100%;
}
.body-container-wrapper.home.section-header .section-title h2{
  color:#0b3147;
}
/* Responsive */

@media(max-width: 1171px){  
  input,textarea, select { font-size: 100% !important; } 
} 

@media(min-width: 1112px){
/*     .consultaion-form .hs_product_interest  ul.inputs-list{
    -moz-column-count: 3; 
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 25px;
  } */
  #hs_cos_wrapper_dnd_area_section_three-module-4 .hs_product_interest  ul.inputs-list,
  #hs_cos_wrapper_widget_1633788037588 .hs_product_interest  ul.inputs-list,
  #hs_cos_wrapper_widget_1634720382096 .hs_product_interest  ul.inputs-list,
  .consultaion-form .hs_product_interest  ul.inputs-list{
    display: flex;
    flex-wrap: wrap;
  }
  #hs_cos_wrapper_dnd_area_section_three-module-4 .hs_product_interest  ul.inputs-list li,
  #hs_cos_wrapper_widget_1633788037588 .hs_product_interest  ul.inputs-list li,
  #hs_cos_wrapper_widget_1634720382096 .hs_product_interest  ul.inputs-list li,
  .consultaion-form .hs_product_interest  ul.inputs-list li{
    flex-basis: 33.33%;
    margin: 5px 0;
  }
  .book-a-consultation form .input{
    margin-right: 0 !important;
  }
  #hs_cos_wrapper_dnd_area_section_three-module-4 .hs_product_interest  ul.inputs-list li span, 
  .consultaion-form .hs_product_interest  ul.inputs-list li span{
    font-size:17px;
  }
}


@media(max-width: 992px){
  .custom-menu-primary {
    max-height: 350px;
    overflow: auto;
  }

  .book-a-consultation-section h2{
    font-size:35px;
  }
  
  body{
    overflow-x:hidden;
  }  
  .description-content h5{
    font-size:16px !important;
  }
}

@media(max-width: 767px){   
  #hs_cos_gallery_widget_1638272925989_Gallery.hs_cos_gallery .slick-dots,
  #hs_cos_gallery_module_1638353073770_Gallery.hs_cos_gallery .slick-dots,
  #hs_cos_gallery_module_16383530968976_Gallery.hs_cos_gallery .slick-dots,
  #hs_cos_gallery_module_16383530381945_Gallery.hs_cos_gallery .slick-dots,
  #hs_cos_gallery_module_16383531084106_Gallery.hs_cos_gallery .slick-dots {
   display:none !important;
  }
  .section-title h2, h2{
    font-size:34px !important;
  }  
  h3{
    font-size:28px !important;
  }
  .our-solutions #hs_cos_wrapper_widget_1635325383932,
  .our-solutions #hs_cos_wrapper_module_1635325468431,
  .our-solutions #hs_cos_wrapper_module_1642515892395{  
    display:none !important;
  }
 
  /* Products Page    */
  .hs-content-id-44127987946 #hs_cos_wrapper_module_1634726788958{
    padding-left:0 !important;
  }
  .hs-content-id-44127987946 #hs_cos_wrapper_widget_1634726568026{
    padding-right:0 !important;
  }
  .latest-methods li{
    display:block;
    padding-right:30px;
  }
  #hs_cos_wrapper_module_16382762224326 p, #hs_cos_wrapper_module_16382762224327 p {
    margin: 0;
    text-align: center !important;
  }
  .hs-content-id-44128057288 .banner-content .content-wrapper{
    padding:0 !important;
  }
  .hs-content-id-44128057288 .banner-content h1{
    font-size:34px !important;
  }
  .hs-content-id-45515147502 .internal-banner .banner-item{
    background-image:url('https://24971984.fs1.hubspotusercontent-eu1.net/hubfs/24971984/RP-X%20_theme2021/mPulse_Highlight_banner.png') !important;
  }
  .benefits-title{
    font-size:30px !important;
  }
}

@media(min-width: 480px){
  .hs-content-id-64797047500 form select{
    width:100% !important;
  }
}
@media(max-width: 480px){
  .book-a-consultation form .form-columns-2 .input{
    margin-right: 0 !important;
  }
  .book-a-consultation form .form-columns-2 .input .hs-input{
    width: 100% !important;
  }
  .book-a-consultation form .hs-fieldtype-textarea div.input, .book-a-consultation form .hs-fieldtype-select div.input{ 
  margin-right: 0px !important;
}
  
  .hs-content-id-44128054724 .row-number-12 #hs_cos_wrapper_module_163905107729715 #hs_cos_wrapper_module_163905107729715_ p, .hs-content-id-44128054724 .row-number-15 #hs_cos_wrapper_module_163905107729721 #hs_cos_wrapper_module_163905107729721_ p {
/*     text-align: left !important; */
  }
  .hs-content-id-44128054724 .row-number-18 #hs_cos_wrapper_module_163905107729727 #hs_cos_wrapper_module_163905107729727_ p, .hs-content-id-44128054724 .row-number-21 #hs_cos_wrapper_module_163905107729733 #hs_cos_wrapper_module_163905107729733_ p {
/*     text-align: left !important; */
  }
  .hs-content-id-44249955555 .row-number-4 #hs_cos_wrapper_widget_1636037927368 #hs_cos_wrapper_widget_1636037927368_ img {
    width: 100%;
  }
  .hs-content-id-44249955555 .row-number-32 #hs_cos_wrapper_module_16382677724583 #hs_cos_wrapper_module_16382677724583_  h2 {
    font-size: 28px;
  }
  .hs-content-id-44128057288 .row-number-13 #hs_cos_wrapper_module_163905620318714, .hs-content-id-44128057288 .row-number-13 #hs_cos_wrapper_module_1639056296942 {
    padding-right: 0px;
  }
  
  .hs-content-id-44128054724 .row-number-36 #hs_cos_wrapper_module_16382664444505 #hs_cos_wrapper_module_16382664444505_ h2 {
     font-size: 28px;
  }
  .hs-content-id-44128057288 .row-number-26 #hs_cos_wrapper_module_1638277676120 #hs_cos_wrapper_module_1638277676120_ h2 {
     font-size: 28px;
  }
  .hs-content-id-44128060390 .row-number-31 #hs_cos_wrapper_widget_1638191790391 #hs_cos_wrapper_widget_1638191790391_ h2 {
     font-size: 28px;
  }
  .hs-content-id-44128345061 .row-number-22 #hs_cos_wrapper_module_16382671377003 #hs_cos_wrapper_module_16382671377003_ h2 {
     font-size: 28px;
  }
  .hs-content-id-44128345063 .row-number-14 #hs_cos_wrapper_module_16382670331875 #hs_cos_wrapper_module_16382670331875_ h2 {
     font-size: 28px;
  }
  .hs-content-id-44128345057 .row-number-23 #hs_cos_wrapper_module_16382669270506 #hs_cos_wrapper_module_16382669270506_ h2 {
     font-size: 28px;
  }
  .hs-content-id-44128345067 .row-number-32 #hs_cos_wrapper_module_16382668436757 #hs_cos_wrapper_module_16382668436757_ h2 {
     font-size: 28px;
  } 
  .hs-content-id-44128054744 .row-number-2 #hs_cos_wrapper_module_16382711678773 #hs_cos_wrapper_module_16382711678773_  h2{
     font-size: 28px;
  }
  .hs-content-id-44127987946 .row-number-58 #hs_cos_wrapper_module_16382651513667 #hs_cos_wrapper_module_16382651513667_ h2{
    font-size: 28px;
  }
  .hs-content-id-44127987946 .row-number-52 #hs_cos_wrapper_widget_1634726563113,.hs-content-id-44127987946 .row-number-55 #hs_cos_wrapper_module_1634726788958  {
     padding-left: 0px !important;
  }
  .hs-content-id-44127987946 .row-number-53 #hs_cos_wrapper_widget_1634726568026, .hs-content-id-44127987946 .row-number-56 #hs_cos_wrapper_module_1634726790089 { 
    padding-right: 0px  !important;
  }
  .hs-content-id-44128054744 #hs_cos_wrapper_module_16382711678773 #hs_cos_wrapper_module_16382711678773_ h2, 
  .hs-content-id-44128054745 #hs_cos_wrapper_module_16382715096853 #hs_cos_wrapper_module_16382715096853_  h2,
  .hs-content-id-44128054749 #hs_cos_wrapper_module_16382749025193 #hs_cos_wrapper_module_16382749025193_ h2 {
    font-size: 28px;
  }
  .hs-content-id-44128057288 .row-number-38 #hs_cos_wrapper_module_1638277676120 #hs_cos_wrapper_module_1638277676120_ h2, 
  .hs-content-id-44128057282 .row-number-12 #hs_cos_wrapper_module_1638271949366 #hs_cos_wrapper_module_1638271949366_ h2 {
   font-size: 28px;
  }
}
/* End Book a Consultation Section */

/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* Font */
/* @import url('https://24971984.fs1.hubspotusercontent-eu1.net/hubfs/24971984/RP-X%20_theme2021/fonts/MYRIADPRO-REGULAR.woff');
@import url('https://24971984.fs1.hubspotusercontent-eu1.net/hubfs/24971984/RP-X%20_theme2021/fonts/MYRIADPRO-BOLD.woff');
@import url('https://24971984.fs1.hubspotusercontent-eu1.net/hubfs/24971984/RP-X%20_theme2021/fonts/style.css'); */