/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0% 7% 0% 7%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  .dnd-section>.row-fluid>div {
    padding: 0 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: eicons; 
  src: url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/eicons.eot") format("embedded-opentype"),
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/eicons.woff2") format("woff2"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/eicons.woff") format("woff"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/eicons.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-solid-900.woff2") format("woff2"),
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-solid-900.woff") format("woff"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}

@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-regular-400.eot") format("embedded-opentype"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-regular-400.woff2") format("woff2"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-regular-400.woff") format("woff"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-regular-400.ttf") format("truetype"); 
  font-style: normal;
  font-weight: 400;
  font-display: auto; 
}

@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-brands-400.woff") format("woff"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fa-brands-400.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
  font-display: auto;
}

@font-face {
  font-family: "FontAwesome"; 
  src: url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fontawesome-webfont.woff") format("woff"),
    url("https://3964487.fs1.hubspotusercontent-na1.net/hubfs/3964487/Worksmart_Nov2020/Fonts/fontawesome-webfont.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}



html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 767px) {

}

@media (max-width: 480px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 24px;
  position: relative;
  text-align: center;
  white-space: normal;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 1em;
  padding: 15px 53px;
  margin-top: 10px;
  font-family:  Roboto;
  text-transform: capitalize;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #ff7f5f !important;
  
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.3;
  padding-top: 0;
  margin-bottom: 4px;
  font-family:  Roboto;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #790000 !important;
}

div#hs-search-module a.hs-button.primary {
  color: rgba(255,255,255,1.0) !important;
}

div#hs-search-module a.hs-button.primary:hover {
  color: rgba(255,127,95,1.0) !important;
}

.hs-input,input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 5px 4px;
  font-size: 16px;
  font-family:  Roboto;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  float: left;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,input#hs-pwd-widget-password:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  outline-width: 0;
}

textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.lp-header .header-bottom {
  padding-top: 41px;
}

.scroll-header .lp-header .header-bottom {
  padding-top: 0;
}

@media (max-width: 325px) {
  .lp-header .header-bottom {
    padding-top: 46px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0% 0% 0% 0%;
  padding: 0% 0% 0% 0%;
  min-height: 100px;
}
.header-top {
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #000000;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0% 7% 0% 7%;
}
.scroll-header .header-inner {
  min-height: 130px;
}
.header-bottom {
  position: relative;
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #E7E7E7;
  box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0% 7% 0% 7%;
}
.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 40px;
}
.header-top-cntnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-lft-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
.header-top-ryt-wrap {
  width: 75%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top-lft-cntnt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: calc(-30px/2);
  margin-left: calc(-30px/2);
  list-style-type: none;
  padding: 0;
}
.header-top-lft-cntnt ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  margin-right: calc(30px/2);
  margin-left: calc(30px/2);
}
.header-top-lft-cntnt ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.elementor-icon-list-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.elementor-icon-list-text {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
  display: inline-block;
  color: #F2EEEE;
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.header-top-lft-cntnt ul li i {
  width: 1.25em;
  font-size: 14px;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.far {
  font-weight: 400;
}
.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}
.fa-phone-alt, .fa-envelope {
  color: #ff7f5f !important;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.header-top-lft-cntnt {
  overflow: hidden;
  text-align: left;
  position: relative;
  max-width: 100%;
  width: auto;
}
.header-top-lft-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.header-top-lft {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.header-top-ryt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.header-top-ryt-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.header-top-ryt-cntnt {
  position: relative;
  width: 100%;
  --grid-template-columns: repeat(0, auto);
  --icon-size: 14px; 
  --grid-column-gap: 10px;
  --grid-row-gap: 0px; 
}
.header-top-ryt-social-wrap {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  line-height: 1;
  font-size: 0;
  text-align: right;
}
.header-top-ryt-social-icon {
  display: inline-block;
  width: 100%;
  word-spacing: 10px;
  grid-row-gap: var(--grid-row-gap,5px);
  -webkit-box-pack: center;
  -ms-flex-pack: var(--justify-content,center);
  justify-content: center;
  justify-items: center;
}
.header-top-ryt-social-icon > div {
  display: inline-block;
  word-break: break-word;
}
.header-top-ryt-social-icon > div a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #FFFFFF;
  --icon-padding: 0.5em; -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  height: 28px;
  line-height: 14px;
  width: 28px;
}
.header-top-ryt-social-icon>div a:hover {
  animation-name: elementor-animation-push;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@keyframes elementor-animation-push {
  50% {
    transform: scale(0.8)
  }

  100% {
    transform: scale(1)
  }
}

.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.header-top-ryt-social-icon > div a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  color: #333333;
}
.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-twitter:before {
  content: "\f099";
}
.header-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 60px;
}
.header-bottom-cntnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom-lft-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
}
.header-bottom-ryt-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 101%;
}
div#hs_cos_wrapper_header_logo img {
  height: auto;
  max-width: 100%;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  vertical-align: middle;
  display: inline-block;
  width: 80% !important;
}
div#hs_cos_wrapper_header_logo a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  display: inline-block;
}
div#hs_cos_wrapper_header_logo {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.header-logo {
  position: relative;
  max-width: 100%;
  text-align: left;
  width: auto;
}
.header-logo-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
.header-bottom-lft {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 15px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom-ryt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 15px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.header-menu-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}
.header-menu {
  position: relative;
  max-width: 100%;
  width: auto;
}
div#hs_cos_wrapper_navigation-primary {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.scroll-header .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 1300px) {
  .scroll-header .header-inner {
    min-height: 120px;
  }
}

@media (max-width: 1024px) {
  div#hs_cos_wrapper_header_logo {
    margin-bottom: 10px;
  }
  .header-top-lft {
    padding: 0px 0px 0px 30px;
  }
  .header-top-ryt {
    padding: 0px 0px 0px 70px;
  }
  .header-top-ryt-wrap {
    width: 30%;
  }
  .header-top-lft-wrap {
    width: 70%;
  }
  .header-top-ryt-inner {
    align-content: center;
    align-items: center;
    justify-content: center;
  }
  .header-top-ryt-social-wrap {
    text-align: center;
  }
  .header-bottom-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: static;
  }
  .header-bottom-cntnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-bottom-lft {
    padding: 0px 0px 0px 30px;
  }
  .header-bottom-ryt-wrap {
    width: 50%;
    position: static;
  }
  .header-bottom-ryt {
    padding: 0px 0px 0px 70px;
    position: static;
  }
  .scroll-header .header-inner {
    min-height: 115px;
  }
}

@media (max-width: 767px) {
  .header-top-lft-wrap {
    width: 100%;
  }
  .scroll-header .header-inner {
    min-height: 127px;
  }
  .header-top-lft-inner {
    justify-content: center;
  }
  .header-bottom-lft-wrap {
    width: 70%;
  }
  .header-bottom-ryt-wrap {
    width: 30%;
  }
  .header-bottom-lft {
    padding: 0% 0% 0% 5%;
  }
  #hs_cos_wrapper_header_logo_hs_logo_widget {
    display: block;
  }
  div#hs_cos_wrapper_header_logo a {
    display: block;
  }
  div#hs_cos_wrapper_header_logo img {
    width: 80% !important;
  }
  .header-top-ryt-wrap {
    display: none;
  }
  .header-logo {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .scroll-header .header-inner {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .header-bottom-ryt {
    padding: 0;
  }
  .header-top-lft-cntnt ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-wrap {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px 0px 0px;
  background-image: url(https://www.worksmart.co.uk/wp-content/uploads/2020/07/circle-arrow_dark.png);
  background-position: 0vw 9vh;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.footer a {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.footer p {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.footer-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #333333;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.footer-inner-cntnt-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  margin: 0% 0% 0% 0%;
}
.footer-inner-cntnt {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-wrap {
  position: relative;
  width: 100%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 0% 7% 0% 7%;
}
.footer-middle-wrap {
  position: relative;
  width: 100%;
  padding: 0% 7% 0% 7%;
}
.footer-bottom-wrap {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0% 7% 0% 7%;
}
div#hs_cos_wrapper_footer_copyright_text div {
  text-align: left;
}
div#hs_cos_wrapper_footer_copyright_text div a {
  box-shadow: none;
  text-decoration: none;
  font-size: 12px;
}
#hs_cos_wrapper_footer_copyright_text_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
div#hs_cos_wrapper_footer_copyright_text {
  font-size: 12px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.footer-bottom-lft-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom-lft {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}
.footer-bottom-lft-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.footer-bottom-cntnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit !important;
  text-decoration: none !important;
}
.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-middle-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-middle-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
}
.footer-middle-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
}
.footer-middle-address-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22%;
}
.footer-middle-form-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.986%;
}
.footer-middle-img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0% 15% 0% 0%;
  padding: 15px 15px 15px 0px;
}
.footer-middle-img-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.footer-logo {
  position: relative;
  max-width: 100%;
  text-align: center;
  width: auto;
}
div#hs_cos_wrapper_footer_logo_title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  color: #F2EEEE;
  font-size: 0.6vw;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.8em;
}
.footer-img {
  position: relative;
  width: 100%;
  text-align: center;
}
div#hs_cos_wrapper_footer_logo_image {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_footer_logo_image_ {
  display: block;
}
#hs_cos_wrapper_footer_logo_image_ img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width: 300px !important;
}
#hs_cos_wrapper_footer_logo_title_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_footer_logo_title_ div {
  text-align: center;
}
#hs_cos_wrapper_footer_logo_title_ div p {
  margin-top: 0;
  margin-bottom: .9rem;
  font-weight: 600;
  color: #F2EEEE;
}
div#hs_cos_wrapper_footer_image {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_footer_image_ {
  display: block;
}
div#hs_cos_wrapper_footer_image img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width: 200px !important;
}
.footer-middle-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
}
.footer-middle-link-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}
div#hs_cos_wrapper_footer_link_title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#hs_cos_wrapper_footer_link_title_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
#hs_cos_wrapper_footer_link_title_ h4 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.footer-menu-wrap {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1140px;
}
.footer-menu-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div#hs_cos_wrapper_menu {
  width: 100%;
  position: relative;
}
#hs_cos_wrapper_menu_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
div#hs_menu_wrapper_menu_ {
  background-color: rgba(255, 255, 255, 0);
}
div#hs_menu_wrapper_menu_ ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div#hs_menu_wrapper_menu_ ul li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  position: relative;
}
div#hs_menu_wrapper_menu_ ul li a {
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.footer-middle-address {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 15px 15px 15px;
}
.footer-middle-address-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div#hs_cos_wrapper_footer_address_title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.add-cntnt {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.footer-social-icon-wrap {
  position: relative;
  width: 100%;
  --grid-template-columns: repeat(0, auto);
  --icon-size: 16px; 
  --grid-column-gap: 5px; 
  --grid-row-gap: 0px;
}
#hs_cos_wrapper_footer_address_title_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  display: block;
}
#hs_cos_wrapper_footer_address_title_ h4 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.add-cntnt-inner {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.add-cntnt-inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.add-cntnt-inner ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 600;
}
.add-cntnt-inner ul li:not(:last-child) {
  padding-bottom: calc(11px/2);
}
.add-cntnt-inner ul li:not(:first-child) {
  margin-top: calc(11px/2);
}
.elementor-icon-list-icon i.far.fa-building {
  width: 1.25em;
  color: #CACACA;
  font-size: 14px;
}
.fa-building:before {
  content: "\f1ad";
}
.add-cntnt-inner ul li .elementor-icon-list-text {
  color: #F2EEEE;
  font-size: 16px;
  font-weight: 600;
}
.footer-social-icon {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.footer-social-icon-inner {
  display: inline-block;
  width: 100%;
  word-spacing: 1px;
  margin-bottom: 0;
  grid-column-gap: 5px;
  grid-template-columns: 0 auto;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.elementor-grid-item {
  min-width: 0;
  display: inline-block;
  margin-bottom: 0;
  word-break: break-word;
}
.elementor-grid-item a {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #818a91;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 16px;
  width: 32px;
  height: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  margin: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.elementor-social-icon-linkedin, .elementor-social-icon-linkedin-in {
  background-color: #0077b5;
}
.elementor-social-icon-twitter {
  background-color: #1da1f2;
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-social-icon i {
  color: #fff;
}
.add-cntnt-inner ul li i {
  font-size: 14px;
  width: 1.25em;
}
.add-cntnt-inner ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.add-cntnt-inner ul li .elementor-icon-list-text .brand.color-coral {
  display: inline;
}
.footer-middle-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 15px 15px 15px;
}
.footer-middle-form-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-middle-form-inner div#hs_cos_wrapper_form2 {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  display: block;
  margin: -20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
}
#hs_cos_wrapper_form2_ form .field {
  margin-bottom: 8px;
}
#hs_cos_wrapper_form2_ form .hs_email.hs-email {
  margin: 0;
}
.footer-middle-form-inner #hs_cos_wrapper_form2_ {
  display: block;
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.footer-middle-form-inner #hs_cos_wrapper_form2_ h3.form-title {
  border: none;
  background: 0 0;
  letter-spacing: normal!important;
  margin: 10px 0 6px 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.2;
  display: block;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
#hs_cos_wrapper_form_ form,#hs_cos_wrapper_form2_ form {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.footer-middle-form-inner #hs_cos_wrapper_form2_ form .hs-richtext.hs-main-font-element {
  display: block;
  width: calc(100% - 16px);
  margin-bottom: 20px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5!important;
}
#hs_cos_wrapper_form_ form fieldset .input,#hs_cos_wrapper_form2_ form fieldset .input {
  margin: 0;
  padding-right: 16px;
  padding-top: 0;
}
.footer-middle-form-inner #hs_cos_wrapper_form2_ form label {
  display: none;
}
#hs_cos_wrapper_form_ form .hs-input,#hs_cos_wrapper_form2_ form .hs-input {
  line-height: 1.5;
  border: 1px solid #666;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  outline: 0;
  background: #fff;
  text-align: left;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
#hs_cos_wrapper_form_ form .field {
  margin: 8px 0 0 0;
  padding-left: 0;
  padding-right: 0;
}
#hs_cos_wrapper_form_ form .hs-richtext.hs-main-font-element p,#hs_cos_wrapper_form2_ form .hs-richtext.hs-main-font-element p {
  margin: 0;
}
#hs_cos_wrapper_form_ form .actions,#hs_cos_wrapper_form2_ form .actions {
  clear: both;
  width: 100%;
  padding: 0px 0 0px;
  margin: 0px 0 0;
  text-align: right;
}
#hs_cos_wrapper_form_ form .actions input.hs-button.primary.large,#hs_cos_wrapper_form2_ form .actions input.hs-button.primary.large {
  cursor: pointer;
  border: 0;
  float: none;
  height: auto;
  padding: 10px 20px;
  -webkit-transition: all .25s linear 0s;
  -o-transition: all .25s linear 0s;
  transition: all .25s linear 0s;
  margin-right: 15px !important;
  font-size: 1em;
  margin: 0;
  display: inline-block;
  background-color: #FF7F5F;
  color: #FFFFFF;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FF7F5F;
  width: unset !important;
  border-radius: 5px 5px 5px 5px!important;
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.footer-top-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-lft-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.footer-top-ryt-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.footer-top-lft {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}
.footer-top-lft-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}
div#hs_cos_wrapper_footer_top_left_heading {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
#hs_cos_wrapper_footer_top_left_heading_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
#hs_cos_wrapper_footer_top_left_heading_ h3 {
  font-family: inherit;
  font-weight: 500;
  padding: 0;
  margin: 0;
  color: #FF7F5F;
  font-size: 40px;
  text-decoration: none;
  line-height: 2.5em;
}
#hs_cos_wrapper_footer_top_left_content {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  color: #FFFFFF;
}
#hs_cos_wrapper_footer_top_left_content_ {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 0px 50px 0px;
  display: block;
}
#hs_cos_wrapper_footer_top_left_content_ p {
  margin-top: 0;
  margin-bottom: .9rem;
}
.footer-top-lft-contact-wrap {
  text-align: left;
  position: relative;
  max-width: 100%;
  margin-bottom: 0;
  width: auto;
}
.footer-top-lft-contact {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 5px 0px 0px;
  padding: 0px 0px 15px 0px;
}
.footer-top-lft-contact-inner a.elementor-button {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  font-size: 16px;
  padding: 15px 30px;
  text-decoration: none;
  fill: #FF7F5F;
  color: #FF7F5F !important;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
}
.footer-top-lft-contact-inner a.elementor-button .elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: inherit;
}
.footer-top-lft-contact-inner a.elementor-button .elementor-button-content-wrapper .elementor-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
  text-decoration: inherit;
}
.elementor-button .elementor-align-icon-left {
  margin-right: 5px;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.footer-top-lft-email-wrap {
  text-align: left;
  position: relative;
  max-width: 100%;
  width: auto;
}
.footer-top-lft-email-wrap .footer-top-lft-email {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding: 0px 0px 15px 0px;
}
.footer-top-lft-email-wrap .footer-top-lft-email .elementor-button {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-shadow: none;
  text-decoration: none;
  width: auto;
  font-size: 16px;
  padding: 15px 30px;
  fill: #FF7F5F;
  color: #FF7F5F;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
}
.footer-top-lft-email-wrap .footer-top-lft-email .elementor-button .elementor-button-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: inherit;
}
.footer-top-lft-email-wrap .footer-top-lft-email .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}
.footer-top-ryt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.footer-top-ryt-inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-top-ryt-form-wrap {
  position: relative;
  width: 100%;
}
.footer-top-ryt-form-inner {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 20px;
}
.footer-top-ryt-form-inner #hs_cos_wrapper_form {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.footer-top-ryt-form-inner div#hs_form_target_form {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.footer-top-ryt-form-inner #hs_cos_wrapper_form_ {
  width: 100%;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}
.footer-top-ryt-form-inner div#hs_form_target_form fieldset {
  max-width: 100%;
  width: 100%;
}
.footer-top-ryt-form-inner #hs_cos_wrapper_form_ form .field {
  margin: 0;
}
.footer-top-ryt-form-inner #hs_cos_wrapper_form_ .hs-form label {
  font-size: inherit;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  color: #FFFFFF;
  font-weight: 400;
  vertical-align: middle;
  float: none;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}
.footer-top-ryt-form-inner #hs_cos_wrapper_form_ .hs-form label .hs-form-required {
  font-size: inherit;
  line-height: 1.3;
  font-weight: 400;
  color: #FF7F5F!important;
  margin-left: 4px;
}
.footer-top-ryt-form-inner div#hs_form_target_form fieldset .input {
  margin-top: 8px;
}
.footer-top-ryt-form-inner div#hs_form_target_form fieldset textarea.hs-input {
  min-height: 160px;
  margin-bottom: 6px
}
.footer-top-ryt-form-inner div#hs_form_target_form  input.hs-button.primary.large {
  margin-top: 15px;
}
div#back-to-top {
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  opacity: 0.8;
  right: 20px;
  bottom: 20px;
}
div#back-to-top:hover {
  opacity: 1;
}
div#hs_cos_wrapper_footer_copyright_text div a:hover {
  color: #FE8E72;
}
#hs_cos_wrapper_form_ form .actions input.hs-button.primary.large:hover, #hs_cos_wrapper_form2_ form .actions input.hs-button.primary.large:hover {
  background-color: #FFFFFF;
  color: #FF7F5F;
  border-color: #FF7F5F;
}
.footer-top-ryt-form-inner #hs_cos_wrapper_form_ form .hs-input {
  border-radius: 5px;
}
.elementor-social-icon:hover {
  opacity: .9;
  color: #fff;
}
.footer-top-lft-contact-inner a.elementor-button:hover,.footer-top-lft-email-wrap .footer-top-lft-email .elementor-button:hover {
  color: #FFFFFF;
  background-color: #FF7F5F;
}
.footer-top-lft-contact-inner a.elementor-button:hover .elementor-button-content-wrapper .elementor-button-text,
.footer-top-lft-email-wrap .footer-top-lft-email .elementor-button:hover .elementor-button-content-wrapper .elementor-button-text {
  color: #FFFFFF;
}
.header-top-ryt-social-icon>div a:hover {
  background-color: #88A8D1;
  opacity: .9;
  color: #fff;
}
.header-top-ryt-social-icon>div a:hover i {
  color: #FFFFFF;
}
.footer-middle-form-inner #hs_cos_wrapper_form2_ form label.hs-error-msg {
  display: block;
}

.footer-top-ryt-form-inner #hs_cos_wrapper_form_ form .hs-input:focus {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #C41330;
}

@media (max-width: 1050px) and (min-width: 769px) {
  .add-cntnt-inner ul li .elementor-icon-list-text .brand.color-coral {
    word-break: break-word;
  }
}

@media (max-width: 767px) {
  .footer-wrap {
    padding: 30px 20px 30px 20px;
  }
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-inner-cntnt-wrap {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer-inner-cntnt {
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bottom-cntnt {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-bottom-lft-wrap {
    width: 100%;
  }
  div#hs_cos_wrapper_footer_copyright_text div {
    text-align: center;
  }
  div#hs_cos_wrapper_footer_copyright_text {
    margin-bottom: 88px;
  }
  .footer-middle {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-middle-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-middle-inner > div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
  }
  .footer-middle-form {
    padding: 15px 15px 15px 15px;
    margin: 30px 0px 0px 0px;
  }
  #hs_cos_wrapper_form_ fieldset,#hs_cos_wrapper_form2_ fieldset {
    max-width: 100% !important;
  }
  .footer-middle-address {
    margin: 30px 0px 0px 0px;
  }
  div#hs_cos_wrapper_footer_address_title {
    text-align: center;
  }
  .footer-social-icon-wrap {
    text-align: center;
  }
  .add-cntnt {
    text-align: center;
  }
  #hs_cos_wrapper_footer_address_title_ h4 {
    font-size: 24px;
  }
  .add-cntnt-inner ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .add-cntnt-inner ul li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
  }
  .add-cntnt-inner ul li a {
    font-size: 18px;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .add-cntnt-inner ul li .elementor-icon-list-text {
    font-size: 18px;
  }
  .footer-social-icon-wrap {
    --icon-size: 24px;
    --grid-column-gap: 20px;
  }
  .footer-social-icon {
    line-height: 1;
    font-size: 0;
    text-align: center;
  }
  .footer-social-icon-inner {
    grid-column-gap: 20px;
    word-spacing: 20px;
  }
  .elementor-grid-item a {
    width: 48px;
    height: 48px;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
  }
  .elementor-icon i, .elementor-icon svg {
    font-size: 24px;
    line-height: 24px;
  }
  .footer-middle-link {
    margin: 30px 0px 0px 0px;
  }
  .footer-middle-link-inner {
    justify-content: center;
  }
  div#hs_cos_wrapper_footer_link_title {
    text-align: center;
  }
  #hs_cos_wrapper_footer_link_title_ h4 {
    font-size: 24px;
  }
  .footer-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 768px;
  }
  .footer-menu-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div#hs_menu_wrapper_menu_ ul li a {
    font-size: 18px;
  }
  .footer-middle-img {
    margin: 0px 0px 50px 0px;
    padding: 0px 0px 0px 0px;
  }
  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-top-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-top-lft-wrap {
    width: 100%;
  }
  .footer-top-ryt-wrap {
    width: 100%;
  }
  .footer-top-lft {
    margin: 0px 0px 30px 0px;
  }
  div#hs_cos_wrapper_footer_top_left_heading {
    text-align: center;
  }
  span#hs_cos_wrapper_footer_top_left_heading_ {
    margin: 20px 0px 0px 0px;
  }
  #hs_cos_wrapper_footer_top_left_content_ {
    margin: 0px 0px 0px 0px;
    text-align: center;
  }
  .footer-top-lft-inner {
    align-content: center;
    align-items: center;
    justify-content: center;
  }
} 

@media (max-width: 640px) {
  #hs_cos_wrapper_form_ form .actions input.hs-button.primary.large,#hs_cos_wrapper_form2_ form .actions input.hs-button.primary.large{
    line-height: 2;
    min-height: 2rem;
  }
  #hs_cos_wrapper_form_ form .hs-input, #hs_cos_wrapper_form2_ form .hs-input {
    line-height: 2;
    min-height: 2rem;
  }
  .hs-form-7abed10e-1d15-4b73-963e-b656f8a5aee2_0b04cf92-e4cc-4e7c-b27a-1330daaaac30 fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
  }
  .hs-form-c7e269d4-7b4c-45bb-aecc-314ce8ffdc57_cf2abf30-a86e-405f-99a1-42be70f4a929 fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    float: none;
  }
  .footer-top-ryt-form-inner div#hs_form_target_form fieldset textarea.hs-input {
    min-height: 120px;
  }
  .footer-top-ryt-form-inner div#hs_form_target_form input.hs-button.primary.large {
    font-size: 1em;
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 7% 0% 7%;
}

.blog-header {
  background-color: #F8FAFC;
  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;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .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--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.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 {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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);
  margin: 0 auto 1.5rem;
}
.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;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.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{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.listing_banner_wrap {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0% 7% 0% 7%;
  background-image: url(https://www.worksmart.co.uk/wp-content/uploads/2020/08/blogger2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.listing_banner_overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #212121;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.listing_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70vh;
}
.listing_banner_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing_banner_cntnt_wrap {
  width: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing_banner_cntnt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
}
.listing_banner_cntnt_inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.listing_banner_title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.listing_banner_title_inner {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.listing_banner_title_inner h1 {
  font-family: inherit;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 52px;
  color: #fff;
}
.listing_banner_title_inner h1 {
  font-family: inherit;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 52px;
  color: #fff;
}
.listing_sctn {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0% 7% 0% 7%;
}
.listing_sctn_flexi_row {
  position: relative;
  width: 100%;
}
.listing_inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
.listing_top {
  text-align: center;
  margin: 15px 0 45px;
}
.listing_top>div {
  display: inline-block;
}
.blog_site_search input.hs-search-field__input {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 6px;
  margin-left: 4px;
}
.custom-all-topics ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.custom-all-topics ul li {
  font-family: inherit;
  line-height: 1.5;
  width: auto;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  border: 1px solid #FE8E72 !important;
  margin: 4px;
  padding: 9px 10px;
  outline: 0;
  text-transform: none;
  font-weight: 400;
  background: #8e8e8e;
  border-radius: 3px;
  box-shadow: none !important;
  text-shadow: none !important;
  background-color: #ffffff;
  color: #ff7f5f;
}
.custom-all-topics ul li a {
  color: #ff7f5f;
}
.custom-all-topics ul li.active {
  background-color: #fe8e72;
}
.custom-all-topics ul li.active:hover {
  background-color: #fff;
}
.custom-all-topics ul li.active a {
  color: #fff;
}
.custom-all-topics ul li.active:hover a {
  color: #fe8e72;
}
.listing_main {
  position: relative;
}
.post_item {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
  margin-bottom: 30px;
  height: 364px;
  position: relative;
}
.listing_main:before,.listing_main:after {
  content: "";
  display: block;
  clear: both;
}
.post-holder {
  background-color: #54595F !important;
  color: #fff;
  background-image: url(https://clients.growth-by-design.co.uk/worksmart/wp-content/uploads/2020/07/circle-arrow_dark.png)!important;
  background-position: 10vw 9vh!important;
  background-repeat: no-repeat!important;
  background-size: contain!important;
  background: #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}
.psot-detail {
  padding: 15px 15px 0 15px;
}
.post-meta {
  text-align: center;
  overflow: hidden;
  padding: 0px 15px 15px;
}
.list-meta-user {
  border-top: 1px solid #cccccc;
  line-height: 25px;
  padding: 15px;
  margin-bottom: 10px;
  font-size: 95%;
}
h3.post-title {
  font-family: inherit;
  min-height: 90px;
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 12px;
  font-weight: 400;
  color: #ff7f5f;
}
h3.post-title a {
  color: #ff7f5f;
}
.post-contnt {
  margin-bottom: 20px;
  min-height: 90px;
}
.rt-tpg-social-share {
  display: inline-block;
  margin: 0px 0;
  float: left;
  font-weight: bold;
  font-size: 0;
}
.read-more {
  background-color: #ffffff !important;
  border-radius: 5px;
  border: #FF7F5F 1px solid;
  float: right !important;
  margin-top: 0px;
  padding: unset !important;
}
.rt-tpg-social-share a {
  display: inline-block;
  padding: 3px 6px;
  margin-right: 0px;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  font-size: 16px;
}
.rt-tpg-social-share .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rt-tpg-social-share a i {
  margin-right: 5px;
  font-size: 16px;
  outline: none;
}
.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.rt-tpg-social-share a i.fa.fa-facebook {
  color: #3b5998 !important;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.rt-tpg-social-share a.twitter i {
  color: #00aced !important;
}
.rt-tpg-social-share a.linkedin i {
  color: #007bb6 !important;
}
.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-linkedin:before {
  content: "\f0e1";
}
i.fa.fa-envelope {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.read-more a {
  box-shadow: none;
  text-decoration: none;
  color: #FF7F5F!important;
  padding: 6px 10px !important;
  display: inline-block;
}
.read-more:hover {
  background-color: #FF7F5F !important;
  color: #ffffff!important;
}
.read-more:hover a {
  color: #ffffff!important;
}
.rt-tpg-social-share a.linkedin:hover i {
  color: #289bd3 !important;
}
.rt-tpg-social-share a.twitter:hover i {
  color: #1ab8f5 !important;
}
.rt-tpg-social-share a.facebook:hover i {
  color: #456dc2 !important;
}
.list-meta-user .author {
  display: inline-block;
  padding-right: 8px;
}
.list-meta-user .date {
  display: inline-block;
  padding-right: 8px;
}
.fa-user:before {
  content: "\f007";
}
.list-meta-user i {
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}
.list-meta-user .author a {
  color: #ff7f5f;
}
.fa.fa-calendar:before {
  content: "\f073";
  width: 14.13px;
}
.list-meta-user:hover {
  background-color: #54595F !important;
}
.post_banner {
  position: relative;
  width: 100%;
  padding: 0% 7% 0% 7%;
  display: flex;
}
.post_banner .page-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.bnr_authr_img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 20px;
  margin-left: 0;
}
.bnr_authr_img img {
  max-width: 100%;
  border: none;
  border-radius: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-style: solid;
  border-color: #FFFFFF;
  border-width: 5px;
}
.post_banner_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 60vh;
}
.post-banner-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #54595F;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.post_banner_wrap {
  position: relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background-color: #54595F;
  background-image: url(https://www.worksmart.co.uk/wp-content/uploads/2020/07/circle-arrow_dark.png);
  background-position: 51vw 15vh;
  background-repeat: no-repeat;
}
.banner_flxi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner_lft_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64.985%;
  align-items: center;
}
.banner_right_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  align-items: center;
}
.bnr_authr_details h3 {
  line-height: 1.2;
  margin-top: .5rem;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: #fff;
}
.bnr_authr_details p {
  margin-bottom: .8em;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.bnr_authr_details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 17px;
}
.bnr_authr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
  width: 100%;
}
.bnr_right_inr {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0% 10% 0% 12%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.bnr_lft_inr {
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnr_lft_inr h4 {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 1.2em;
  font-family: inherit;
  font-weight: 500;
  color: rgb(247,247,247);
}
.banner_date {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 26px;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  align-self: center;
  color: #BABABA;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: normal!important;
  line-height: 1.5!important;
}
.post_bnr_title {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.post_bnr_title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Montserrat", Sans-serif;
  font-size: 44px;
  font-weight: 300;
  text-transform: uppercase;
}
.bnr_social {
  position: relative;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
.social-list {
  grid-column-gap: 20px;
  grid-row-gap: 0;
  display: inline-block;
  width: 100%;
  word-spacing: 20px;
  margin-bottom: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  list-style: none;
}
.social-list li {
  display: inline-block;
}
.social-list li .elementor-share-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .5em;
  color: #FFFFFF;
  background-color: #FF7F5F;
}
.social-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .5em;
  height: 5em;
  color: #FF7F5F;
  border-color: #FF7F5F;
  font-size: 8px;
}
.social-list li .elementor-share-btn__icon i {
  font-size: 18px;
}
.fa-facebook:before {
  content: "\f09a";
}
.post_page {
  margin-top: 50px;
  margin-bottom: 0px;
  padding: 0% 7% 0% 7%;
  width: 100%;
  position: relative;
}

.post_body {
  margin: 0 0px 50px 0px;
  padding-top: 50px;
}
.post_body p {
  font-family: Lato,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI!important;
  line-height: 1.5!important;
  text-align: left;
  color: #54595F;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: .9rem;
}
.blog__comments {
  margin-bottom: 50px;
}
.post-pagination {
  position: relative;
  width: 100%;
  padding: 30px 0px 30px 0px;
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #EBECEF;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-pagination a {
  width: calc(50% - .5px);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
a.next-post {
  text-align: right;
}
a.next-post {
  text-align: right;
}
.post-navigation__prev--label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #011640;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  text-transform: capitalize;
}
.post-navigation__next--label {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #011640;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  text-transform: capitalize;
}
.post-navigation__arrow-prev {
  color: #011640;
  font-size: 15px;
  padding-right: 10px;
}
.post-navigation__arrow-prev i {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.fa-angle-left:before {
  content: "\f104";
}
.post-navigation__arrow-next {
  color: #011640;
  font-size: 15px;
  padding-left: 10px;
}
.post-navigation__arrow-next i {
  -webkit-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}
.fa-angle-right:before {
  content: "\f105";
}
.blog_rcnt_posts {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}
.blog_rcnt_inr {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rcnt_title {
  width: 100%;
  position: relative;
}
.rcnt_wrpr {
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
  display: flex;
}
.rcnt_title h3 {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  margin: 0;
  line-height: 1;
  color: #848484;
  font-family: "Montserrat", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.rcnt_title h2 {
  margin: 0;
  padding: 0 10px 10px 10px;
  color: #011640;
  font-family: "Montserrat", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.2em;
  text-align: center;
}
.rcnt_post {
  position: relative;
  float: left;
  width: 33.33333%;
  margin-right: 50px;
}
.rcnt_post:nth-child(3n) {
  margin: 0;
}
.rcnt_post h3 {
  line-height: 1.2;
  margin: 0;
  color: #011640;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rcnt_post h3 a {
  color: #011640;
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.rcnt_cntnt {
  margin-bottom: 5px;
  color: #848484;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}
.rcnt_readmore {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #ff7f5f;
}
.rcnt_readmore:hover {
  color: #FE8E72;
}
.rt-tpg-social-share.a {
  position: relative;
}
body > .rt-tooltip {
  font-size: 100%;
  position: absolute;
  z-index: 9999;
  -o-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  color: #fff;
  border-radius: 3px;
  background: #666;
  padding: 5px 10px;
  border-width: 2px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
body > .rt-tooltip .rt-tooltip-content {
  font-size: 90%;
}
body > .rt-tooltip, body > .rt-tooltip .rt-tooltip-bottom:after {
  background: #666;
  border-radius: 2px;
}
body > .rt-tooltip .rt-tooltip-bottom {
  width: 70px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}
body > .rt-tooltip .rt-tooltip-bottom:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}
.rt-tpg-container .rt-detail .entry-title a {
  text-decoration: none;
}
.divider-line {
  position: relative;
  max-width: 100%;
  width: auto;
  --divider-icon-size: 20px; --divider-element-spacing: 10px; --divider-pattern-height: 24px; --divider-pattern-size: 20px; --divider-pattern-url: none; --divider-pattern-repeat: repeat-x; --divider-border-style: solid; --divider-color: var( --e-global-color-f23de75 ); --divider-border-width: 2px; }
.divider-line-inner {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: 0em 1em 0em 0em;
}
.elementor-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-divider-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  width: 40px;
  border-top: 2px solid #FF7F5F;
}
.listing_banner_super_title {
  position: relative;
  max-width: 100%;
  width: auto;
}
.listing_banner_super_title_inner {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.listing_banner_super_title_inner h2 {
  font-family: inherit;
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.ryt-divider-line-inner {
  margin: 0em 0em 0em 1em;
}
.social-list li a:hover .elementor-share-btn__icon {
  background-color: #FE8E72;
}




.tooltip {
  position: absolute !important;
  z-index: 9999999999;
  -o-box-shadow: 0 0 5px #aaa;
  -moz-box-shadow: 0 0 5px #aaa;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  padding: 5px 10px;
  border-width: 2px;
  background-color: #ffffff;
  color: #ff7f5f;
  bottom: 140px;
  top: auto !important;
}
.tooltip-inner {
  font-size: 14.4px;
  font-family: 'Roboto';
  line-height: 1.5;
  font-weight: 400;
}
.tooltip-arrow {
  width: 70px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  bottom: -16px;
}
.tooltip-arrow:after {
  background: #666;
  border-radius: 2px;
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  color: #ff7f5f;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  tranform: rotate(45deg);
}




@media (max-width: 1100px) {
  .post_item {
    height: auto;
  }
}

@media (max-width: 1024px) {

  .tooltip {
    bottom: 175px;
    top: auto !important;
  }
  .post_banner_wrap {
    padding: 0% 5% 0% 5%;
  }
  .post_banner_inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 500px;
    padding: 15% 10% 0% 10%;
  }
  .post_banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .banner_flxi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bnr_lft_inr h4 {
    text-align: center;
  }
  .banner_date {
    text-align: center;
  }
  .post_bnr_title {
    text-align: center;
  }
  .bnr_social {
    text-align: center;
  }
  .post_page_inr {
    padding: 0% 5% 0% 5%;
  }
  .post_body {
    margin: 10% 5% 50px 5%;
  }
  .blog__comments {
    margin: 10% 5% 50px 5%;
  }
  .post-pagination {
    margin: 10% 5% 0% 5%;
    width: auto;
  }
  .rcnt_post {
    width: 46.794%;
    margin-bottom: 30px;
  }
  .rcnt_wrpr {
    display: block;
  }
  .rcnt_post:nth-child(3n) {
    margin-right: 50px;
  }
  .rcnt_post:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .listing_banner_wrap {
    background-image: url(https://www.worksmart.co.uk/wp-content/uploads/2020/07/About-us-hero2-sm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: initial;
  }
  .tooltip {
    bottom: 112px;
    top: auto !important;
  }
  .listing_banner_cntnt_wrap {
    width: 100%;
  }
  .post_item {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .rcnt_post {
    margin-bottom: 40px;
    width: 100%;
    float: none;
  }
  .post_body {
    text-align: center;
  }
  .post_body p {
    text-align: center;
  }
  .banner_lft_col {
    width: 100%;
  }
  .banner_right_col {
    width: 100%;
  }
  .post_bnr_title h1 {
    font-size: 30px;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@media (max-width: 370px) {
  .tooltip {
    bottom: 163px;
    top: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 10px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input.email-edit.hs-input {
  width: 100% !important;
}
.systems-page form {
  max-width: 500px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
p.header {
  position: static !important;
  padding: 0 !important;
  margin: 0 !imporant;
  box-shadow: none !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}


@media (max-width: 767px) {
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1 {
    font-size: 33px !important;
  }
  .systems-page h2 {
    font-size: 25px !important;
  }
}