











































*, *: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;
}
.dnd-section {
  padding: 80px 0;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

/*body every div margin in the bottom*/
.body-container .dnd-module { 
  margin-bottom: 35px; 
}
.blog .body-container form{
  margin-bottom: 0; 
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 960px) and (min-width: 768px){
  .dnd-section > .row-fluid {
      max-width: 768px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px){
  .dnd-section > .row-fluid {
      max-width: 92%;
  }
}
@font-face {
  font-family: "gill-sans-nova"; 
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  src: url("https://use.typekit.net/af/e48373/00000000000000003b9b1f86/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"),
   url("https://use.typekit.net/af/e48373/00000000000000003b9b1f86/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), 
   url("https://use.typekit.net/af/e48373/00000000000000003b9b1f86/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/800838/00000000000000003b9b1f88/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
  url("https://use.typekit.net/af/800838/00000000000000003b9b1f88/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),
  url("https://use.typekit.net/af/800838/00000000000000003b9b1f88/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "gill-sans-nova";
  src: url("https://use.typekit.net/af/202898/00000000000000003b9b1f8a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"),
  url("https://use.typekit.net/af/202898/00000000000000003b9b1f8a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"),
  url("https://use.typekit.net/af/202898/00000000000000003b9b1f8a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600; 
}

 /* =============== fonts =============== */

 [class*="fa-"], [class*="li_"], [class*="sl-"] {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}  
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block; 
  font-variant: normal;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
}
[class*="fa-"] {
  font-family: FontAwesome;
}
 /* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

html {
  font-size: 24px;
} 
body {    
  color: #494a52;
  font-family: gill-sans-nova; 
  font-size: 16px; 
  /* font-weight: 500; */
  letter-spacing: normal;
  line-height: 1.5; 
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
#site-wrapper {
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
} 
/* Highlighted Text */
::-moz-selection {
  background: #5b1f69;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #5b1f69;
  color: #fff;
  text-shadow: none;
}

/* Basic text */
p {
  font-family: gill-sans-nova;
  margin-top: 0;
  margin-bottom: 1rem;
} 

/* TODO */
small {}

strong {
  font-weight: 700;
}
em {}
cite {}
code {
  vertical-align: bottom;
}
pre {}
 
/* TODO */
mark {}

sup,sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
 
  color: #494a52;
  font-family: gill-sans-nova;
  font-weight: 700;
  line-height: 1.1; 
  margin: 0;
  word-break: break-word; 
  
} 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 {
  font-size: 2.1rem; 
}
h2 {
  font-size: 1.6rem; 
}

h3 {
  font-size: 1.25rem; 
}  

h4 { 
  font-size: 1.175rem; 
}

h5 {
  font-size: 1rem;
  line-height: 1.1; 
}

h6 {
  font-size: .9rem; 
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

ul,ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,ol li {
  /* line-height: 1.5rem; */
}

ul ul,ol ul,ul ol,ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

/* Block Quotes */ 
blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}
blockquote p {}
blockquote small {}


/* Horizontal Rules */
hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}
 
:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
} 
svg {
  display: inline-block;
  fill: currentColor;
  width: auto;
} 
[tabindex]:not([tabindex="-1"]):focus,
a:focus, 
button:focus,
input:focus, 
select:focus, 
textarea:focus {
  outline: 1px dashed rgba(0,0,0,.5);
  outline-offset: 1px;
}
@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form { 
  font-family: Lato, sans-serif; 
  max-width: 100%;
  padding: 30px;
 /* background-color: #f0f0ee; */
} 

div.widget-type-form{
    background-color: #f0f0ee;

}

.hs-richtext {
  color: #494a52;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}
.hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
} 
.grecaptcha-badge {
  margin: 0 auto;
} 
.email-correction, 
.email-validation {
  font-size: 12px;
  padding-top: 3px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
ul.no-list {
  list-style: none;
}  
.inputs-list {
  margin: 0 0 5px;
  padding: 0;
  width: 100%;
}
.inputs-list > li {
  display: block;
  padding: 0;
  padding-top: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
} 



/* ==========================================================================
6. FORMS                                        
========================================================================== */
body .hs-search-field__suggestions,
.blog .blog-sidebar .hs-search-field__suggestions,
body .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.one-column .body-container form {
  width: 50% !important;
}
#email-prefs-form .email-edit { 
  max-width: 100%  !important;
}
div#comment-form input.hs-button.primary {
  margin-top: 20px;
}

/* =============== Global Form Styles =============== */

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


/* Form Field */

.field { } 
.hs-form-field {}

/* Descriptions */  
.hs-field-desc {
  color: #7c98b6;
  font-size: 14px;
  margin: 0px 0px 6px;
} 
/* Labels and Legends */ 
label {  } 

.hs-form-field > label { }

.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  font-family: gill-sans-nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0 0 4px;
  padding: 0;
    position: relative;
  text-align: left;
  width: auto;
} 
.hs-form .inputs-list label {
  color: #33475b;
  display: block;
  float: none;
  font-family: gill-sans-nova, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0 0 4px;
  padding: 0;
    position: relative;
  text-align: left;
  width: auto;
} 
.hs-form-required { 
  color: rgba(91, 31, 105, 1.0); 
  font-family: gill-sans-nova, sans-serif;
  font-size: 14px;
  line-height: 21px;
}


.hs-input[type="checkbox"]+span:before {
/*  background-color: #f0f0ee; */
  background-color: #ffffff;
  border: 1px solid #e0e1dd;
  border-radius: 3px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: .3em;
  width: 14px;
}
.hs-input[type="checkbox"]:checked+span:before {
  content: "✔";
}


/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
 /* background-color: #f5f8fa; */
  background-color: #ffffff !important;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; 
  color: #33475b;
  display: inline-block;
  font-family:gill-sans-nova, sans-serif;
  font-size: 16px; 
  font-weight: normal; 
  letter-spacing: normal;
  line-height: 1.5;
  margin:0 0 20px 0 !important;
  min-height: 27px;
  outline:0 none; 
  padding: .4em 1em .5em;
  position:relative;
  transition: border 0.2s linear;
  width: 100% !important; 
} 
.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin: 3px 5px 3px 0px;
  padding: 0;
  width: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
} 
textarea.hs-input {
  height: auto;
} 
select[multiple].hs-input {
  height: inherit;
}  
select {
  -webkit-appearance: none;
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-select.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
  padding-right: 37px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
input.hs-search-field__input {
  margin: 0 !important;
}  
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-form .hs-error-msgs label{ 
  color: #B30000;
  display: block;
  float: none;
  font-family: gill-sans-nova, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}  

label.hs-error-msg {
   color: #B30000;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #B30000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  /* border-color: #b9554d; */
} 
.submitted-message {}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: #bfbfbf; 
  color: rgb(117, 117, 117);
  opacity: 1;
}
/* Webkit Browsers */
:-moz-placeholder {
  color: #bfbfbf;
  color: rgb(117, 117, 117);
  opacity: 0.5;
}
/* Firefox 18- */
::-moz-placeholder { 
  color: #bfbfbf;
  color: rgb(117, 117, 117);
  opacity: 0.5;
}
/* Firefox 19+ */
:-ms-input-placeholder { 
  color: #bfbfbf;
  color: rgb(117, 117, 117);
  opacity: 0.5;
} 

/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
} 
/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}

input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { 
  max-width: none; 
}
form.hs-form fieldset .hs-form-field {
  padding: 0 10px 0 0;
}
form.hs-form fieldset[class*="form-columns"] .input {
  margin-right: 0; 
}
form.hs-form fieldset[class*="form-columns"] .hs-input { 
  width: 100%;
}
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
  width: auto;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.33%; 
}

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { 
    padding: 0;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { 
    width: 100%;
  }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { 
    width: auto; 
  }
}

@media (max-width: 400px),(min-device-width: 320px) and (max-device-width: 480px) {

  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form label {}
#comment-form .hs-form-field > label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] { 
  margin-right: 10px;
  width: auto;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {  
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #494A52; 
  border: 1px solid #494A52;
  border-radius: 0px;
  color: #fff; 
  cursor: pointer;
  display:inline-block;
  font-family:gill-sans-nova, sans-serif;
  font-size:16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1;
  margin:0; 
  outline:0 none;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  vertical-align:middle;
} 






/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}
.button.g02__cta {
  background-color: #a90061;
  border: none;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: inline-block;   
  font-size: 16px;
  line-height: 1.2; 
  font-weight: 400;
  max-width: 100%;
  padding: .62em 2.1em .77em;
  position: relative;
  text-align: center;
  -webkit-transition: color .25s ease,background-color .25s ease;
  transition: color .25s ease,background-color .25s ease;
  z-index: 1;
}
.button.g02__cta:hover {
  background-color: #760044;
  color: #fff;
}
.custom-menu-primary{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.custom-menu-primary .hs-menu-wrapper ul{
  list-style: none;
  margin: 0;
  padding: 0;
} 
.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children a svg {
  display: none;
} 
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a svg {
  display: inline-block;
  height: 12px;
  vertical-align: middle;
  width: 12px;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width:1160px) {


  .mobile-view {
    display: none;
  }
  /* =============== Custom Menu Primary =============== */

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    list-style: none;
    margin: 0 11px 0 -4px;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 15px 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{  
    border-radius: 3px;
    color: #5b1f69;
    display: block;
    font-family:"gill-sans-nova",sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 1.5;
    padding: .45em .7em .5em;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: color .25s ease,background-color .25s ease;
    transition: color .25s ease,background-color .25s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a .text {
    position: relative;
    z-index: 99;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{}

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

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a{ }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a:hover { }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    background-color: #5b1f69; 
    color: #fff;
    display: flex;
    left: 0;
    margin: 0 auto;
    max-width: 1230px;
    min-height: 0;
    opacity: 0;
    padding: 0 20% 0 0px;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition:.25s ease-in-out, min-height .25s ease-in-ou;
    transition: .25s ease-in-out, min-height .25s ease-in-out;
    visibility: hidden;
    width: 90%;
    z-index: -1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.menu-show {
    min-height: 210px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 0 10px 15px transparent;
    box-shadow: 0 10px 15px transparent;
    content: '';
    height: 100%;
    left: -9999px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: -9999px; 
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: hidden;
    width: 1879px;
    z-index: -1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{ 
    opacity: 1;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .25s ease .5s;
    transition: opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .25s ease .5s;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s ease,box-shadow .25s ease .5s;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s ease,box-shadow .25s ease .5s,-webkit-transform .5s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .25s ease .5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul:before{
    -webkit-box-shadow: 0 20px 35px rgba(0,0,0,.2);
    box-shadow: 0 20px 35px rgba(0,0,0,.2);
    opacity: 1;
    -webkit-transition: opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .25s ease .5s;
    transition: opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .25s ease .5s;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s ease,box-shadow .25s ease .5s;
    transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s ease,box-shadow .25s ease .5s,-webkit-transform .5s cubic-bezier(.215,.61,.355,1),-webkit-box-shadow .25s ease .5s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul li > ul ul{ }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    line-height: 1;
    margin: 0 8px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    border: 0 none;
    border-radius: 3px;
    display: block;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.4;
    padding: .2em .9em .3em;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    width: auto;
  }

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

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.submenu.level-2 { }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.submenu.level-2>li {
    border-right: 1px solid rgba(224,225,221,.25);
    display: block;
    margin: 10px 0;
    padding: 10px 0 0;
    width: calc(25% - 2px);
    z-index: 9;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul.submenu.level-2>li:not(:first-of-type) {
    border-right: 0px solid rgba(224,225,221,.25);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.submenu.level-2 > li > a {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.submenu.level-2 li > ul.submenu.level-3 {
    display: block !important;
    left: 0 !important;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
    width: 100%;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li>ul.submenu.level-2 li > ul.submenu.level-3 li{}

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul { 
    background-color: #471652;
    border-radius: 3px;
    display: none !important;
    left: auto !important;
    height: calc(100% - 20px);
    margin: 0;
    max-width: 28%;
    opacity: 0 !important;
    padding: 20px 24px 24px;
    position: absolute !important;
    right: 0;
    top: 10px;
    visibility: hidden !important;
    width: 100%;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li:hover>ul {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }


  /* Override max width on menu links */
  .custom-menu-primary .hs-menu-wrapper > ul li a, 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper  {   
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:first-of-type >a,
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:first-of-type>a:hover {
    background-color: transparent;
    color: hsla(0,0%,100%,.5);
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin: 0 0 .45em;
    padding: 0;
    text-transform: uppercase;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:nth-child(2)>a ,
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:nth-child(2)>a:hover {
    background-color: transparent;
    color: #fff;
    font-family: "gill-sans-nova",sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.1;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:last-of-type>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:last-of-type>a:hover {
    background-color: transparent;
    color: hsla(0,0%,100%,.75);
    font-size: 16px;
    line-height: 1.65;
    margin: .95em 0 0;
    padding: 0;
  }


  /* =============== Mobile Toggle Menu =============== */

  /* Hide button on Desktop */
  .mobile-trigger, 
  .child-trigger,
  #close-icon{ 
    display: none;
  }

}

.landing-page .mobile-trigger {
  display: none !important;
}


@media (min-width: 72.5rem){
  .button.g02__cta {
    padding: .62em 1em .77em;
  }
}

@media (min-width: 73.75rem){
  .button.g02__cta {
    padding: .62em 1.6em .77em;
  }
} 
@media (min-width: 75rem){
  .button.g02__cta {
    padding: .62em 1.8em .77em;
  }
}
@media (min-width: 76.25rem){
  .button.g02__cta {
    padding: .62em 2.1em .77em;
  }
}


@media (min-width: 46.875rem){ 
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:nth-child(2)>a, 
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul li:nth-child(2)>a:hover {
    font-size: 24px !important;
  }
} 

@media (min-width: 1981px){

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:before {
    background-color: #5b1f69;
    content: '';
    height: 100%;
    left: -9982px;
    margin: 0 auto;
    position: absolute;
    right: -9999px;
    width: 1900px;
    z-index: -1;
  }
}

@media (min-width: 78.75rem){

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding: 15px 4px;
  }
}

/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 1680px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul { 
    padding: 0 22.5% 0 0px; 
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul { 
    max-width: 22.5%; 
  }
}
@media (max-width: 1400px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding: 0 24.5% 0 0px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul { 
    max-width: 24.5%; 
  }
}
@media (max-width: 1359px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li ul.submenu.level-3 li>ul { 
    max-width: 25%; 
  }
}
@media (max-width: 1159px) {


  .desktop-view {
    display: none;
  }
  /*============================================= 
  Menu resert
  ============================================= */ 


  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    background-image: none;
    background-color: transparent;
    border: 0px;
    bottom: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    color:#fff;
    display: block;
    float: none;
    font-weight: normal;
    height: auto;
    left: auto;
    line-height: 1;  
    margin: 0px;
    max-width: none;
    padding: 0px;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    top: auto;
    width: 100%;
  } 

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{ 
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    display: inline-block;
    margin: 9px 0 0 12px;
    text-align: center;
    width: 25px;
  }
  .mobile-trigger:hover{ 
    text-decoration: none;  
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    text-decoration: none;  
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    text-align: left;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    content: '';
    position: absolute;
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    background-color: #fff;
    display: inline-block;
    height: 3px;
    width: 24px;
  }
  .mobile-trigger i:before{ top: -6px; } 
  .mobile-trigger i:after{ top: 6px; }  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; 
  }


  /* ===== Mobile Child Toggle Buttons ===== */
  .child-trigger {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 122px;
  }

  .child-trigger svg { 
    display: block;
    height: 9px;
    margin: 20px auto 0 auto;
    width: 15px;
  }   
  .child-trigger.child-open svg{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  /* ===== Mobile Menu close trigger ===== */  

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    background-color: #5b1f69;  
    display: block;
    height: calc(100vh - 63px);
    left: 0;
    margin-bottom: 63px;
    opacity: 0;
    overflow-y: auto;
    pointer-events: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw !important;
    -webkit-overflow-scrolling: touch;
  }  
  .mobile-open .custom-menu-primary.js-enabled{
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    visibility: visible;
  }

  /* Hide menu on mobile */  
  .custom-menu-primary ul.hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    display: none;
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    clear: both;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%;  
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{ 
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover {  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-family: "gill-sans-nova",sans-serif;
    font-size: 20px;
    line-height: 1.5;
    padding: .35em 5vw .4em;
    text-decoration: none;
    width: 100%;
  }    
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus{
    outline: 1px dashed rgba(0,0,0,.5);
    outline-offset: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a svg { 
    display: block;
    height: 9px;
    position: absolute;
    right: 5vw;
    top: 1em;
    width: 14px;
  } 
  .custom-menu-primary .hs-menu-wrapper>ul > li > a * {
    display: inline-block;
    width: auto;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    background-color: #a90061;
    font-weight: 400;
    line-height: 1.2;
    padding: .62em 2.1em .77em;
    position: relative;
    text-align: center;
    -webkit-transition: color .25s ease,background-color .25s ease;
    transition: color .25s ease,background-color .25s ease;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: #760044;
    color: #fff;
  }
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{}
  .custom-menu-primary .hs-menu-wrapper >  ul li a{}
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #4a1955 !important;
    padding: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{ 
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover { 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-family: "gill-sans-nova",sans-serif;
    font-size: 20px;
    line-height: 1.5;
    padding: .35em 5vw .4em 10vw;
    position: relative;
    text-decoration: none;
    width: 100%;
  } 
  body .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover,
  body .custom-menu-primary .hs-menu-wrapper>ul ul li a:focus {
    background-color:transparent!important;
    color: #fff !important;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{}

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{} 

}    
@media(max-width:767px){
  .child-trigger {
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 56px;
  }
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */
/* Missing Template at Path: \'Mitie_April2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}

.landing-page .mobile-buttons{
  display:none;
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-container-wrapper {}
.header-container {} 

.custom-header-wrapper {
  min-height: 98px;
  position: relative;
  z-index: 9999;
}  
.custom-header{
  background-color: transparent;
  left:0;
  padding: 0;
  position: fixed;
  top:0;  
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  width: 100% !important;
  z-index: 999;
}
.scroll .custom-header{
  position: static;
} 
.header__container { 
  margin: 0 auto; 
  max-width:100%;  
}    
.landing-page .custom-header-top {
  min-height: 29px !important;
}


.custom-header-top{
  background-color: #5b1f69;
  font-size:14px;
  color: #fff;
  padding: .2em 0 .33em;
  position: relative;
  z-index: 4;
}
.custom-logo {
  margin: 0 1em 0 0; 
  position: relative;
}
.custom-logo a{
  display:inline-block;
  text-decoration:none;
  vertical-align:middle;
}
.custom-logo img{ 
  display: block;
  height:37px;
  max-width: 120px;
  width: 100% !important;
}
.mobile-buttons{
  display:none;
}
.custom-header-link {}
.custom-header-link .hs-menu-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.custom-header-link .hs-menu-wrapper > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.custom-header-link .hs-menu-wrapper > ul > li{
  margin-right: 2.15em;
}
.custom-header-link .hs-menu-wrapper > ul > li:last-of-type{
  margin-right:0;
} 
.custom-header-link .hs-menu-wrapper > ul > li:hover > a {}
.custom-header-link .hs-menu-wrapper > ul > li > a{
  border-bottom: 1px solid transparent;
  color: #fff;
  display: inline-block;
  outline-color: #fff;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
  vertical-align: top;
} 
.custom-header-link .hs-menu-wrapper > ul > li > a:hover, 
.custom-header-link .hs-menu-wrapper > ul > li > a:focus {
  border-color: currentColor;
}
.custom-header-link .hs-menu-wrapper > ul > li > a:hover{}
.custom-header-link .hs-menu-wrapper > ul > li.active > a{} 
.custom-header-link .hs-menu-wrapper > ul > li > a::before{
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-external.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: .5em;
  position: relative;
  top: 1px;
  vertical-align: baseline;
  width: 12px;
}
.custom-header-bottom { 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
/*   background-color: #fff; */
  -webkit-box-shadow: 0 2px 15px 2px rgba(54,54,54,.1);
  box-shadow: 0 2px 15px 2px rgba(54,54,54,.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1px;
  min-height: 70px;
  position: relative;
  z-index: 2;
}
.custom-header-bottom:after {
/*   background-color: #fff; */
  -webkit-box-shadow: 0 2px 15px 2px rgba(54,54,54,.1);
  box-shadow: 0 2px 15px 2px rgba(54,54,54,.1);
  content: '';
  height: 100%;
  left: -9999px;
  margin: 0 auto;
  position: absolute;
  right: -9999px;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 2779px;
  z-index: -1;
}
.custom-header-bottom .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
/*   background-color: #fff; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

span.search-btn, 
.search-btn2 {   
  background: none;
  border-radius: 3px;
  color: #5b1f69;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-family: gill-sans-nova, sans-serif;
  line-height: inherit;
  padding: .6em .65em;
  text-transform: none;
  -webkit-transition: color .25s ease,background-color .25s ease;
  transition: color .25s ease,background-color .25s ease;
  vertical-align: middle;
  white-space: normal;
} 
.search-active span.search-btn {
  background-color: #5b1f69;
  color: #fff;
}
.search-btn svg, 
.search-btn2 svg {   
  display: block;
  height: 16px;
  width: 16px;
}


.hs-breadcrumb-wrapper{
  display:none;
}
.hs-blog-listing .hs-breadcrumb-wrapper,
.hs-blog-post .hs-breadcrumb-wrapper{
  display:block;
}
/* =============== header popup =============== */
.hs-header-popup-wrapper {
  background-color: hsla(0,0%,100%,.9);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.popup-active .hs-header-popup-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} 
.hs-header-popup-form h3.form-title {
  display: none;
}

.hs-header-popup-form form {
  max-width: 100%;
}
.hs-header-popup-wrapper .row {
  background: transparent;
  height: 100%;
}

@media (min-height: 37.5rem) and (min-width: 75rem) {
  .hs-header-popup-wrapper {
    padding-top: 230px;
  }
}



@media (max-width: 72.4375rem), (pointer: coarse){
  .hs-header-popup-wrapper {
    padding: 0 0 20px;
  }
}
.enquire-modal__box {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.19);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.19);
  max-height: calc(83vh - 64px);
  min-height: 70px;
  opacity: 0;
  overflow: auto;
  padding: 42px 5vw;
  position: relative;
  -webkit-transition: .25s ease .5s;
  transition: .25s ease .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-overflow-scrolling: touch;
}
.popup-active .enquire-modal__box {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
  transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s ease;
  transition: transform .5s cubic-bezier(.215,.61,.355,1),opacity .5s ease,-webkit-transform .5s cubic-bezier(.215,.61,.355,1);
} 

.enquire-modal__row {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.enquire-modal__close {
  -webkit-appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: #a90061;
  cursor: pointer;
  display: inline-block;
  font-family:gill-sans-nova, sans-serif;
  font-size: 16px;
  line-height:24px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 5vw;
  top: 22px;
  text-transform: none;
  vertical-align: middle;
  white-space: normal;
} 
.close-button svg {
  height: 11px;
  position: relative;
  top: 1px;
  vertical-align: baseline;
  width: 11px;
}
.enquire-modal__info { 
  margin: 0 0 2em;
  width: 100%;
} 
.hs-header-popup-form {
  width: 100%;
}
.enquire-modal__heading {
  font-size:40px;
  line-height:44px;
  margin: 0 0 .725em;
} 

.sticky-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: calc(5vw - 4px);
  pointer-events: none;
  position: fixed;
  right: auto;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.share-tab {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 2px 15px 2px rgba(54,54,54,.1);
  box-shadow: 0 2px 15px 2px rgba(54,54,54,.1);
  padding: 10px 0;
} 
.sticky-tabs__tab {
  margin: 0 4px;
  pointer-events: all;
}
.share-tab__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.share-tab__item {
  display: block;
  margin: 0 12px;
  text-align: center;
} 
.share-tab__link {
  display: block;
  margin: 0 auto;
  color: #a90061;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
} 
.screen-reader-text  {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.share-tab__item svg {
  display: block;
  height: 100%;
  width: 100%;
}
.share-tab__link--email {
  height: 13px;
  width: 19px;
}
.share-tab__link--twitter {
  height: 16px;
  width: 17px;
}
.share-tab__link--linkedin {
  height: 18px;
  width: 17px;
} 
.share-tab__link--facebook {
  left: -2px;
  height: 19px;
  position: relative;
  width: 12px;
} 
@media (min-width: 72.5rem){
  .sticky-tabs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    left: auto;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .share-tab {
    border-radius: 3px 0 0 3px;
    padding: 13px 10px 11px;
  }
  .sticky-tabs__tab {
    margin: 11px 0;
  }
  .share-tab__list {
    display: block;
  }
  .share-tab__item {
    margin: 24px 0;
  }
  .share-tab__item:first-child,
  .share-tab__item:last-child {
    margin: 0;
  }
}
@media (min-width: 48rem){
  .enquire-modal__box {
    padding: 42px 50px;
  }
  .enquire-modal__close {
    right: 50px;
  }
}
@media (min-width: 56.25rem){
  .enquire-modal__info {
    margin: 0;
    width: 47%;
  }
  .hs-header-popup-form {
    width: 47%;
  }
}
@media (min-width: 72.5rem){
  .enquire-modal__info {
    width: 33%;
  }
  .hs-header-popup-form {
    width: 56.25%;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 78.75rem){
  .custom-logo img{ 
    height:43.5px;
    max-width: 140px;
  }
}
@media (min-width: 83.75rem){

  .custom-logo{ 
    margin: 0 3em 0 0;
  }
  .custom-logo img{ 
    height:49.5px;
    max-width: 160px;
  }

}

@media (min-width: 1921px){}
@media (max-width: 1920px){}

@media (min-width: 1681px){}
@media (max-width: 1680px){}


@media (min-width: 1441px){}
@media (max-width: 1440px){}

@media (min-width: 1367px){}
@media (max-width: 1366px){}


@media (min-width: 1200px){}
@media (max-width: 1199px){}

@media (max-width: 1159px){

  .search-active .sticky-tabs {
    z-index: 0;
  }
  .custom-header-wrapper{
    min-height: 0;
  } 
  .custom-header-top { 
    display: none;
  }
  .custom-header-bottom {
    bottom: 0;  
    left: 0;
    min-height: 64px;
    position: fixed;
    width: 100vw;
    z-index: 99; 
  }
  .custom-header-bottom .row {   
    -ms-flex-flow: column;
    flex-flow: column;
  } 
  .custom-header-bottom .row > div {
    display: flex; 
    display: block;
    width: 100%;
  }
  .custom-logo{
    margin: 0;
  }  
  .custom-logo img {
    display: block;
    height:30px;
    max-width: 100px;
    position: relative;
    top: -2px;
  }  
  .hs-inner-logo {
    float: left;
  }
  .mobile-buttons {
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 75px;
  }
  span.search-btn,
  .search-btn2 { 
    cursor: pointer;
    height: 40px;
    padding: 9px 0px;
    text-align: center;
    width: 29px;
  }   
  .search-btn svg,
  .search-btn2 svg { 
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
  }
  .hamburger {
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    vertical-align: middle;
    width: 40px;
  }
  .hamburger i {
    background-color: #5b1f69;
    color: #5b1f69;
    display: block;
    height: 3px;
    left: 0;
    margin: -2px auto 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 26px;
  }  
  .hamburger i:before,.hamburger i:after {
    background: #5b1f69;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 26px;
  } 
  .hamburger i:before {
    top: -.4em;
  } 
  .hamburger i:after {
    bottom: -.4em;
  }
  .mobile-open .hamburger i {
    background-color: transparent;
  }
  .mobile-open .hamburger i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mobile-open .hamburger i:before{
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.g02__cta { 
    display: none; 
  }
  .sticky-tabs {
    height: auto;
    width: auto;
    z-index: 9999;
  }
  .mobile-open .sticky-tabs {
    z-index: 0;
  }

  span.search-btn, 
  .search-active span.search-btn {
    display: none;
  }
}

@media (min-width: 1025px){}
@media (max-width: 1024px){}

@media (min-width: 992px){}

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

@media (max-width: 479px) { }
@media (max-width: 767px) and (max-height: 700px) {  }
@media (max-width: 736px) and (min-height:414px) { 
  /* =============== iphone 6 7 8 plus vartical =============== */  
} 
@media (max-width: 667px) and (min-height:375px) {
  /* =============== iphone 6 7 8 vartical =============== */
}
@media (max-width: 640px) and (min-height:360px) {
  /* =============== galaxy 5 vartical =============== */
} 
@media (max-width: 568px) and (min-height:320px) {
  /* =============== iphone 5 vartical =============== */ 
}
@media (max-width: 414px) and (min-height:736px) {
  /* =============== iphone 6 7 8 plus horizontal =============== */
} 
@media (max-width: 375px) and (min-height:667px) {
  /* =============== iphone 6 7 8 horizontal =============== */
}
@media (max-width: 360px) and (min-height:640px) {
  /* =============== galaxy 5 horizontal =============== */
}
@media (max-width: 320px) and (min-height:568px) {
  /* =============== iphone 5 horizontal =============== */
} 

@media (max-width:350px) {}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-wrapper {}
.custom-footer {}

.footer {
  background-color: transparent;
  background-color: #fff;
  border-top: 2px solid #e0e1dd;
  font-size: 14px;
  padding: 42px 0 17px; 
}
.footer__container { 
  margin: 0 auto;
}   

.footer__container.container nav.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.footer-column {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}   
.footer-column.footer-info {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 2em;
}

.footer-column.back-to-top {
  margin-left: auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.custom-footer-logo {}
.custom-footer-logo a{
  display:inline-block; 
  text-decoration:none;
  vertical-align:middle;
}
.custom-footer-logo img{ 
  display: block; 
  height:38px;
  max-width: 120px;
  vertical-align: middle;
  width: 100%;
} 

.custom-footer-link {}
.custom-footer-link .hs-menu-wrapper{}

.custom-footer-link .hs-menu-wrapper ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.custom-footer-link .hs-menu-wrapper > ul{
  display: block !important;   
}
.custom-footer-link .hs-menu-wrapper > ul > li{
  font-size: 14px;
  margin: 0 0 2.4em;
}
.custom-footer-link .hs-menu-wrapper > ul > li:hover > a {}
.custom-footer-link .hs-menu-wrapper > ul > li > a{
  display: block;  
  font-size:20px;
  margin: 0 0 .5em;
  position: relative;
  text-decoration:none;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  white-space: normal !important;
  width: auto !important; 
} 
.custom-footer-link .hs-menu-wrapper>ul li a[href*="#"] {
  cursor: text;
}
.custom-footer-link .hs-menu-wrapper > ul > li > a:hover{}
.custom-footer-link .hs-menu-wrapper > ul > li.active > a{}
.custom-footer-link .hs-menu-wrapper > ul > li:first-of-type > a{}
.custom-footer-link .hs-menu-wrapper > ul > li:last-of-type > a{} 

.custom-footer-link .hs-menu-wrapper > ul > li > ul{
  display: block !important; 
  overflow: visible !important;
  opacity: 1 !important;
  position: static !important;
  visibility: visible !important;
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul li{
  margin: 0 0 1.05em;
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul > li:hover > a {}
.custom-footer-link .hs-menu-wrapper > ul > li > ul li > a{  
  display: inline-block !important;  
  font-family:"gill-sans-nova",sans-serif;
  font-size:14px;
  line-height: 1.5;
  position: relative;
  text-decoration:none;
  -webkit-transition: color .25s ease;
  transition: color .25s ease;
  white-space: normal !important;
  width: auto !important; 
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul li > a:hover{} 
.custom-footer-link .hs-menu-wrapper>ul>li>ul li>a[target="_blank"]:before {
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-external-pink.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-right: .5em;
  position: relative;
  top: 1px;
  vertical-align: baseline;
  width: 12px;
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul li > a[href*="https://www.linkedin.com/company/mitie"]:before {
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-linkedin-pink.svg');
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul li > a[href*="https://twitter.com/mitie"]:before { 
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-twitter-pink.svg');
}
.custom-footer-link .hs-menu-wrapper > ul > li > ul li > a[href*="https://www.youtube.com/user/MITIEGroupPLC"]:before { 
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-youtube-pink.svg');
}  
.hs-social {}
.hs-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
} 
.hs-social ul li {
  display: inline-block;
  float: left;
  vertical-align: middle;
} 
.hs-social ul li a {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
} 

.custom-copyright{}
.custom-copyright p { 
  margin: 1.15em 0 0;
  padding: 1px 0 0 0;
  position: relative;
}  
.custom-copyright p img{}
.custom-copyright p a{} 


a.to-top {
  background-color: #a90061;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 10px 2px rgba(54,54,54,.2);
  box-shadow: 0 2px 10px 2px rgba(54,54,54,.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 1.1;
  padding: 12px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}    
.to-top__icon {
  display: block;
  height: 8px;
  margin: 0 auto;
  vertical-align: middle;
  width: 14px;
}  
i.to-top__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}
.to-top__icon+span {
  clear: both;
  display: block;
  vertical-align: middle;
}
a.to-top:hover,a.to-top:focus {
  background-color: #a90061;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 10px 2px rgba(54,54,54,.2);
  box-shadow: 0 2px 10px 2px rgba(54,54,54,.2);
  color: #fff;
}   

section.slider-wrapper {
  background-color: #fff;
  border-top: 2px solid #f0f0ee;
  overflow: hidden;
  padding: 28px 0 26px;
}
/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 28.125rem){

  .footer__container.container nav.row {
    margin: 0 -10px;
  }
  .footer-column {
    margin: 0 10px;
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
}
@media (min-width: 64rem){

  .footer__container.container nav.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .footer-column {
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
  .footer-column.footer-info {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: auto;
    margin-top: 0;
    padding-right: 20px;
    -ms-flex-preferred-size: 190px;
    flex-basis: 190px;
  }
  .footer-column.back-to-top {
    -ms-flex-preferred-size: 60px;
    flex-basis: 60px;
  }
  .custom-footer-logo img{  
    max-width: 160px;  
  height: 49px;
  } 
}
 
@media (max-width: 1159px){ 
  .footer { 
    margin-bottom: 64px;
  }
  .hs-blog-listing .footer,
  .hs-blog-post .footer { 
    margin-bottom: 90px;
  }
} 
/* TODO: Find a better place for this */
.hs-blog-listing .content-wrapper { }
.hs-blog-post .content-wrapper {  }

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
} 
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:0;
}
.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.blog-index__tag-header {
  -webkit-box-flex:1;
  -ms-flex:1 0 100%;
  flex:1 0 100%;
  padding: 16px;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}
.blog-index__post {
  -webkit-box-flex:0;
  -ms-flex:0 0 100%;
  flex:0 0 100%;
  padding:16px;
  padding:1rem;
}
.blog-index__post-image {
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 63%;
    }

.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  height: auto;
  max-width: 100%;
}  
.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  margin: 21px 0 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}  
.blog-pagination a.num-link { 
  background: transparent;
  border: 1px solid #a90061;
  border-radius: 100%;
  color: #a90061;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  margin: 0 5px;
  min-height: 40px;
  min-width: 40px;
  opacity: 1;
  padding: 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .25s ease,background-color .25s ease;
  -o-transition: color .25s ease,background-color .25s ease;
  transition: color .25s ease,background-color .25s ease;
  width: 40px;
}
.blog-pagination a.num-link:hover,
.blog-pagination a.num-link:focus {  
  background-color: #a90061;
  color: #fff;
}
.blog-pagination a.num-link.active {
  background-color: #a90061;
  color: #fff;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  text-decoration: none;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link {  }
.blog-pagination a.prev-link.disabled,
.blog-pagination a.next-link.disabled {
  display: none;
}
.pagination__icon {
  display: inline-block;
  margin: 0 auto;
  height: 14px;
  position: relative;
  top: 1px;
  vertical-align: baseline;
  width: 8px;
}
.pagination__icon--next {
  left: 1px;
}

.pagination__icon svg {
  display: block;
  height: 100%;
  width: 100%;
}  
.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.blog-post {}
.blog-post h1 {}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  background-color: transparent;
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
/* .blog-comments .hs-button:hover {
background-color: #494A52;
color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/* Blog Listing with Sidebar */
.post-item .page-center{ /* Safari */     
  display: -webkit-box;     
  display: -ms-flexbox;     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4,
.post-item .page-center .span8 { /* Safari */
  -ms-flex: 1; /* IE 10 */
  -webkit-box-flex: 1;
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  -ms-flex-preferred-size: 31.914893614%;
  flex-basis: 31.914893614%; 
}
img.featured-image {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}


@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/2);
    flex:0 0 calc(100%/2);
  } 

  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  } 

  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex:1;
    -ms-flex:1 0 100%;
    flex:1 0 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  } 
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  /* 
  .blog-index__post-image--small {
  flex: 1 1 48%;
}
  .blog-index__post-content--small {
  flex: 1 1 48%;
  padding-left: 2rem;
}
  */

  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(100%/3);
    flex:0 0 calc(100%/3);
  }

  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}



/* ==========================================================================
blog listing                                    
========================================================================== */

.hs-blog-listing {
  background-color: #f0f0ee;
} 

.blog-topic-filter {
  margin: 0 0 42px;
}
.blog-topic-filter h3 {
  display: none;
}
.blog-topic-filter .widget-module > ul{
  display: none;
}
.blog-topic-filter select#tinynav1 {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url('https://6964783.fs1.hubspotusercontent-na1.net/hubfs/6964783/Mitie_April2020/image/icon-dropdown-pink.svg');
  background-repeat: no-repeat;
  background-position: center right 16px;
  border: 1px solid #e0e1dd;
  border-radius: 3px;
  color: #a90061;
  cursor: pointer;
  display: block;
  font-family:"gill-sans-nov", sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 !important;
  min-height: 27px;
  min-width: 193px; 
  padding: .4em 1em .5em;
  padding-right: 37px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto !important;
}
.post-listing{  
  padding: 0 ;
  width: 100%;
}
.post-item{  
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 15px 0 transparent;
  box-shadow: 0 2px 15px 0 transparent;
  margin: 0 0 20px;
  max-width: none; 
  -webkit-transition: -webkit-box-shadow .25s ease;
  transition: -webkit-box-shadow .25s ease;
  transition: box-shadow .25s ease;
  transition: box-shadow .25s ease,-webkit-box-shadow .25s ease;
}  
.post-item:hover, 
.post-item:focus {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.19);
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.19);
  -webkit-transition: -webkit-box-shadow 1s ease;
  transition: -webkit-box-shadow 1s ease;
  transition: box-shadow 1s ease;
  transition: box-shadow 1s ease,-webkit-box-shadow 1s ease;
}
.custom-hs-post-item {
  position: relative;
  z-index: 9;  
}  
a.absolute_url {
  background: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.custom-featured-image-wrapper {
  padding: 10px 0;
} 
.hs-post-image-wrapper .hs-post-image-link img.hs-post-image{ 
  border-width: 0;
  display: block !important;
  float: none;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%; 
  width: 100%; 
}
.custom-post-content-wrapper{
  border-bottom: 0;
  color: #565a5c; 
  padding: 31px 30px 32px;
  width: 100%;
} 
div#custom-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.4;
  margin: 0 0 .35em;
}
div#custom-post-meta > span { 
  display: inline-block; 
  vertical-align: top;
} 
div#custom-post-meta > span a {
  background-color: #009fdf;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  margin: 0 4px 8px 0;
  padding: .4em 1em .4em;
  text-transform: uppercase;
  vertical-align: top;
} 
.hs-post-date {
  background-color: #f0f0ee;
  color: #565a5c;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  margin: 0 0 8px 4px;
  padding: .35em 1em .4em;
  text-transform: uppercase; 
}
.post-item .post-header h3 {
  color: #a90061;
  border-bottom: 1px solid rgba(86,90,92,.25);
  line-height: 1.4;
  margin: 0 0 .75em;
  padding-bottom: 1.05em;
  position: relative;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  z-index: 99999;
} 
.post-item .post-header h3:hover,
.post-item .post-header h3:focus {
  color: #5b1f69;
}
.single-item__icon {
  display: inline-block;
  color: #a90061;
  font-size: 24px;
  height: 12px;
  line-height: 1.4;
  vertical-align: baseline;
  width: 7px;
} 
.single-item__icon svg {
  display: block;
  height: 100%;
  width: 100%;
} 
/* ==========================================================================
blog post                                    
========================================================================== */
.hs-blog-post{}

.blog-post-wrapper { 
  padding: 0;
}
.blog-post-wrapper .blog-section {
  padding: 80px 0 74px;
}
.hs-blog-post .section.post-header h1{ 
  margin: 0; 
}
.blog-post-wrapper .post-body {
  position: relative;
}   
.section.post-body {
  margin: 1.15em 0;
}
.custom-related-outer-wrapper {
  margin: 3.1em 0 .5em;
}
.hs-related-title-wrapper {
  position: relative;
} 
.hs-related-title-wrapper h2 {
  border-bottom: 1px solid #e0e1dd;
  margin: 0;
  padding: 0 0 .62em;
}
.related.post-item.clearfix { 
  border-bottom: 1px solid rgba(86,90,92,.25);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #565a5c;
  margin: 0 0px 20px;
  min-height: 0;
  padding: 0;
  width: 100%;
} 
.related.post-item .custom-post-content-wrapper {
  padding: 31px 0 32px;
} 
.related.post-item .custom-post-content-wrapper .post-header h3 {
  border-bottom: 0;
  padding-bottom: 0;
} 
a.hs-button.large.primary.back-btn {
  font-family: "gill-sans-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 25px;
  padding: .62em 2.1em .77em;
}
.blog-comments {
  max-width: 100%; 
  margin: 3.1em auto .5em;
}
/* ==========================================================================
all post page                                        
========================================================================== */

.post-item h2.post-listing-simple{
  color: #f7941d;
  font-family: "Open Sans",arial,"helvatica";
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px; 
  line-height: 40px;
  margin: 15px 0 15px;
}
.post-item h2.post-listing-simple a {
  color: inherit;
}
/* ==========================================================================
blog sidebar
========================================================================== */

.blog-post-wrapper .blog-sidebar {
  background-color: #f0f0ee;
  position: relative;
}
.blog-post-wrapper .blog-sidebar:after {
  background-color: #f0f0ee;
  content: "";
  height: 100%;
  left: -5vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.blog-sidebar { 
  position: relative;
}
.blog-sidebar > div > div{
  padding: 65px 0;
} 
.blog-sidebar h3, 
.blog-sidebar h3.form-title  { 
  margin: 0 0 .15em;
} 
.popular.post-item.clearfix {
  background-color: transparent;
  border-bottom: 1px solid rgba(86,90,92,.25);
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #565a5c;
  margin: 0;
  min-height: 0;
  padding: 0;
  width: 100% !important;
} 
.popular.post-item .custom-post-content-wrapper {
  padding: 31px 0 32px;
}
.popular.post-item .hs-post-date {
  background: #fff;
}
.popular.post-item.clearfix .custom-post-content-wrapper p {
  margin-bottom: 0;
} 
.popular.post-item.clearfix .custom-post-content-wrapper .post-header h3 {
  border-bottom: 0px solid rgba(86,90,92,.25);
  padding-bottom: 0;
}
/* ==========================================================================
all post page                                        
========================================================================== */

div.post-listing-simple .post-item {
  float: none;
  margin: 0px 0px 20px 0;
  max-width: none;
  min-height: 0 !important;
  padding:0;
  width: 100% !important;
}
div.post-listing-simple .post-item h2{
  color: inherit;
  display: block ;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
}

/* ==========================================================================
search result                                      
========================================================================== */

.hs-search-results__listing {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-search-results__listing li {
  border-bottom: 1px solid #e1e1e1;
  margin: 20px 0 0;
  padding: 0;
}
.hs-search-results__listing li a {
  color: #09060a; 
  font-family: Montserrat, Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: inherit;
  text-decoration:none;
  text-transform: none;
}
.hs-search-results__listing li a:hover { 
  color: #00416a; 
}

.hs-search-results__listing li p {
  margin: 12px 0 30px 0;
}


@media (min-width: 40.625rem){ 
  .post-listing{ 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    width: calc(100% + 20px);
  }
  .post-item{  
    margin: 0 10px 20px;
    min-height: 360px;
    width: calc(50% - 20px);
  }
  .post-item.first{
    width: calc(100% - 20px);
  }
}
@media (min-width: 61.25rem){
  .post-item{  
    width: calc(33.333% - 20px);
  }
  .post-item.first{
    width: calc(66.667% - 20px);
  }
}


@media (min-width: 64rem){

  .blog-post-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
  .blog-post-wrapper .blog-section {
    max-width: 710px;
    margin-right: 4vw;
    width: calc(100% - 456px);
  }
  .blog-post-wrapper .blog-sidebar {
    width: 456px;
  }
  .blog-post-wrapper .blog-sidebar:after {
    left: 100%;
    width: 5vw;
  }
  .blog-sidebar > div { 
    margin: 0 0 0 auto;
    min-height: 100%;
    max-width: 100%;
    width: 396px;
  }
}


@media (min-width: 85.4375rem){
  .blog-post-wrapper .blog-sidebar {
    margin-right: -44px;
  }
  .blog-post-wrapper .blog-sidebar:after {
    width: calc((100vw - 1230px)/2 - 44px);
  }
}
@media (max-width: 49.9375rem){
  .blog-topic-filter select#tinynav1 {
    margin: 0 0 10px;
    width: 100% !important;
  }
}
@media (max-width: 767px){

  .hs-blog-listing {}

  .post-item{ 
    min-height:1px !important;
  }
  .custom-hs-post-item{
    margin-left:0px;
    margin-right:0px;
    min-height:1px !important;
  }   
  .custom-featured-image-wrapper {
    padding: 20px 0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 auto 15px;
    max-width: 100px;
  }  
  .section.post-body img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
  } 

  .blog-comments {
    max-width: 680px;
    margin: 50px auto;
  } 
  .blog-sidebar {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) and (min-width: 480px){ 
  .hs-blog-post .content-wrapper { 
    width: 92%;
  }
}

/* =============== banner =============== */

.custom-banner-wrapper { 
  margin: 0 !important; 
} 
.custom-banner-wrapper.hs-no-text{
  background: transparent;
  min-height: 1px;
} 
.custom-banner-area { 
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5b1f69;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: gill-sans-nova, sans-serif;
  margin-bottom: 42px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 67px 0 72px;
  position: relative; 
  width: 100%;
  z-index: 99;
} 
.custom-banner-wrapper .page-center {
  float: none;
  margin:0 auto;  
}
.custom-banner-wrapper .row-fluid-wrapper {
  display: block !important;
  position: relative;
  width: 100% !important;
  z-index: 99;
}  
.custom-banner-wrapper .page-header.section-header{
  position: relative;
}
.custom-banner-wrapper h1 {
  color: #fff;
  margin: 0 0 0 0; 
  position: relative; 
}
.custom-banner-wrapper p {
  position: relative; 
}
/*******************************************
blog banner 
******************************************/  


/*******************************************
blog banner search suggestion
******************************************/ 

.hs-blog-search {
  margin: 35px 0 13px;
} 
form.blog-search-form {
  max-width: none;
}
.hs-search-field {
  position: relative;
}  
form.blog-search-form input#q2{
  background-color: #f0f0ee;
  border: 1px solid #e0e1dd;
  border-radius: 3px;
  color: #565a5c;
  display: block;
  font-family: gill-sans-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 41px;
  letter-spacing: normal;
  line-height: 24px;
  outline-offset: -2px;
  padding: .4em 1em .5em;
  width: 100%;
} 
form.blog-search-form input#q2::-webkit-input-placeholder {
  color: rgb(117, 117, 117);
}   
ul.hs-search-field__suggestions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 5px -5px 0;
  padding: 0;
}
ul.hs-search-field__suggestions li {
  margin: 5px;
} 
ul.hs-search-field__suggestions li:first-of-type {
  color: hsla(0,0%,100%,.5);
  content: attr(title);
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  line-height: normal;
  padding: 0 1em 0 1.5em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  vertical-align: middle;
} 
/* ul.hs-search-field__suggestions:before {
color: hsla(0,0%,100%,.5);
content: attr(title);
display: inline-block;
font-size: 10px;
font-weight: 600;
line-height: normal;
padding: 0 1em 0 1.5em;
margin: 0;
text-transform: uppercase;
vertical-align: middle;
} */
ul.hs-search-field__suggestions li a {
  border: 1px solid hsla(0,0%,100%,.5);
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: .22em .7em .29em;
  -webkit-transition: border-color .25s ease;
  transition: border-color .25s ease;
} 
ul.hs-search-field__suggestions li a:hover, 
ul.hs-search-field__suggestions li a:focus {
  border-color: #fff;
}
.lp-slider__wrapper.slick-slider {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.lp-slider__wrapper.slick-slider .slick-track {
	display: flex;
}

.lp-slider__wrapper.slick-slider .slick-slide {
	margin: 15px;
	height: auto;
}

/* Slick Arrows */
.lp-slider__wrapper.slick-slider .slick-next, 
.lp-slider__wrapper.slick-slider .slick-prev {
	position: static;
	transform: unset;
	width: auto;
	height: auto;
}

.lp-slider__wrapper.slick-slider .slick-prev:before, 
.lp-slider__wrapper.slick-slider .slick-next:before {
	font-family: "Font Awesome\ 5 Pro";
	font-size: 30px;
	color: #565A5C;
	opacity: 1;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all 0.3s ease;
}

.lp-slider__wrapper.slick-slider .slick-prev:before {
	content: '\f053';
}

.lp-slider__wrapper.slick-slider .slick-next:before {
	content: '\f054';
}


/* Slick Dots */
.lp-slider__wrapper.slick-slider .slick-dots {
	bottom: -50px;
}

.lp-slider__wrapper.slick-slider .slick-dots li,
.lp-slider__wrapper.slick-slider .slick-dots li button {
	width: auto;
	height: auto;
	padding: 0;
}

.lp-slider__wrapper.slick-slider .slick-dots li {
	margin: 0 3px;
}

.lp-slider__wrapper.slick-slider .slick-dots li button:before {
	position: static;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #565A5C;
	content: '';
	opacity: 1;
}

.lp-slider__wrapper.slick-slider .slick-dots li.slick-active button:before {
	background-color: #565A5C;
}

@media(min-width: 992px) {
	.lp-slider__wrapper.slick-slider {
		gap: 30px;
	}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}