/* ******************************************************************************
*********************************************************************************
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 {

}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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 {

}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;

}
.body-container-wrapper .dnd-section > .row-fluid {
  padding-right: 1.563rem;
    padding-left: 1.563rem;
}

}
.dnd-section .widget-type-cell {

}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "Straight North Base";
  src:  url("//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/fonts/Straight-North-Base.eot") format("embedded-opentype"),
        url("//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/fonts/Straight-North-Base.woff") format("woff"),
       url("//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/fonts/Straight-North-Base.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/fonts/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url("//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Montserrat";
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-size: 60%;
}
@media (min-width: 415px){
  html {
    font-size: 73%;
  }
}
@media (min-width: 769px){
  html {
    font-size: 86%;
  }
}
@media (min-width: 1340px){
  html {
    font-size: 100%;
}
}

body {
  font-family: Lato, serif;
  font-size: 16px;
  color: #494a52;
  letter-spacing: .06rem;
  line-height: 1.6;
  text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    scroll-behavior: smooth;
}

p {
  display: block;
  margin: 0 0 1.563rem 0;
  position: relative;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat,serif;
  font-weight: 400;
  letter-spacing: .06rem;
  line-height: 1.6;
  text-transform: none;
  display: block;
  margin: 0 0 1.563rem 0;
  position: relative;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.6;
}

h2 {
  font-size: 2.09rem;
  line-height: 1.6;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.6;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.95rem;
  line-height: 1.6;
}

h5 {
  font-size: 1rem;
  line-height: 1.6;
}

h6 {
  font-size: .9rem;
  line-height: 1.6;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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 {

}

.disable-focus-styles :focus {
  outline: none;
}

::selection {
  background: #000;
  color: #fff;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .cm-comment-form {
  padding-bottom: 2%;
  padding-top: 2%;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
  background-color: #f1f3f9;
      margin-bottom: 20px;
}
form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  display: inline-block;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: .06rem;
  padding: 1.5rem 2.5rem;
  color: #fff;
  text-decoration: none;
  font-family: Arial;
  margin: 15px 0;
  white-space: normal;
      border: 0px solid transparent;
}

.hs-button:hover, .hs-button:focus {
text-decoration: none;
}

.hs-button:active {

}


.hs-form label {
  color: #33475b;
  display: block;
  clear: both;
  font-weight: 700;
  text-transform: uppercase;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #484848 !important;
      text-transform: none !important;
      font-weight: 700 !important;
}

.hs-input {
  display: block;
  background: #fff;
  color: #484848;
  font-family: Montserrat,sans-serif;
  line-height: 1.6;
  font-size: 16px;
  width: 100% !Important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 1rem;
  min-height: 3.125rem;
  letter-spacing: .06rem;
  margin: 0;
  border: 2px solid #f1f3f9;
}

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

.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 {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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: #f33;
}
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.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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__wrapper {

}
.custom-header {
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 4px solid rgba(0,0,0,.1);
  position: absolute;
  margin-top: 255px;
  -webkit-transform: translateX(0) translateY(-255px);
  transform: translateX(0) translateY(-255px);
  padding-top: .7815rem;
  padding-bottom: .7815rem;
  display: block;
  width: 100%;
}
.fixed-header .custom-header {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out,-webkit-transform .75s ease-in-out;
  margin-top: 0;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.header__container {
  position: relative;
    display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.header__content {
  padding-left: .7815rem;
  padding-right: .7815rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  /* margin-bottom: -1.563rem; */
  position: relative;
}
.header__logo.header__logo--main {
  padding-left: .7815rem;
  padding-right: .7815rem;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.header__logo a {
  display: block;
}
.header__logo img {
  display: block;
  width: 100% !important;
  max-width: none;
  height: auto;
  border: 0;
  outline: 0;
}
.menu__container {
  padding-left: .7815rem;
  padding-right: .7815rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}
nav.menu.utility-menu {
  font-size: 14px;
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1;
  display: block;
}
.custom-header nav.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  list-style-type: none;
  margin: 0 -1rem;
  padding: 0;
  position: relative;
}
.custom-header nav.menu ul li[class*=icon] {
  line-height: 0;
}
nav.menu ul li {
  display: block;
  list-style-type: none;
  margin: 0 1rem;
  padding: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  position: relative;
  font-weight: 600;
}
nav.menu ul li.pink a {
  color: #ec407a;
}
[class*=icon-]:before {
  display: inline-block;
  font-family: 'Straight North Base';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

nav.menu ul li[class*=icon]:before {
  font-size: 32px;
  color: #cecece;
}
nav.menu ul li.blue a {
  color: #33ace1;
  display: block;
  text-decoration: none;
}
nav.menu ul li[class*=icon] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: hidden;
}
nav.menu ul li a {
  display: block;
  cursor: pointer;
}
nav.menu ul li a:hover{
  text-decoration: none;
} 
nav.menu ul li[class*=icon]:before {
  font-size: 32px;
  color: #cecece;
}
.icon-menu:before {
  content: '\0041';
}
.custom-menu-primary {
  line-height: 1;
  margin-top: 1.563rem;
}
.custom-menu-primary.desktop nav.menu ul li.icon-mobile {
  width: 24px;
  height: 38px;
}
nav.menu ul li.icon-mobile a {
  opacity: 1!important;
  font-size: .0001px;
}
nav.menu ul.desktop li.icon-mobile {
  width: 24px;
  height: 38px;
}
@media (max-width: 768px){
  nav.menu ul.desktop li[class*=icon].icon-mobile a:before {
    display: block;
    content: url(//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/images/icon-mobile-01.svg);
  }
}

@media (min-width: 415px){
  nav.menu ul li[class*=icon].icon-mobile {
    width: auto;
}
.overlay-close {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 400px;
  opacity: 0;
  z-index: 98;
}
.wrap.bg-white.white {
  max-width: 400px;
}
.custom-menu-primary.desktop nav.menu ul li.icon-mobile {
  height: 38px;
}

nav.menu ul li[class*=icon].icon-mobile a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  opacity: 1;
}
 
 nav.menu ul.desktop li[class*=icon].icon-mobile a:before {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 38px;
  margin-right: 10px;
}
}
@media only screen and (min-width: 769px){
.header__logo.header__logo--main {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.menu__container {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.custom-header nav.menu ul li[class*=icon]:not(.icon-menu) {
  line-height: 1;
}
 nav.menu ul li[class*=icon]:not(.icon-menu):before {
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  -webkit-transform: translateX(0) translateY(-50%) translateZ(0);
  transform: translateX(0) translateY(-50%) translateZ(0);
  font-size: 18px;
  color: #cecece;
}
 nav.menu ul li[class*=icon].icon-log-in:before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: url(//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/images/icon-login-01.svg);
}
nav.menu ul li[class*=icon]:not(.icon-menu) a {
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  padding-left: 30px;
  font-size: 15px;
  overflow: visible;
}
nav.menu ul li[class*=icon].icon-mobile {
  height: auto;
}
nav.menu ul li[class*=icon].icon-mobile a {
  width: auto;
  padding-left: 0!important;
}
.wrap.bg-white.white {
  max-width: 500px;
}
.overlay-close {
  right: 500px;
}
}
@media (min-width: 1340px){
  nav.menu ul li[class*=icon].icon-menu {
    display: none;
}
.header-overlay {
  display: none;
}
}
@media (max-width: 1339px){
  .mobile-open {
    overflow: hidden;
  }
  .custom-menu-primary.desktop{
    display: none;
  }
  .header-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(122,48,145,.85);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.mobile-open .header-overlay{
  visibility: visible;
  opacity: 1;
}
.wrap.bg-white.white {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 100%;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: SCROLL;
  background-color: #fff;
}
.menu-close {
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
  line-height: 1;
  text-align: right;
}

.icon-close {
  font-size: 24px;
  color: #000;
  text-align: right;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
  cursor: pointer;
  display: inline-block;
}

.icon-close:before {
  content: '\0042';
}
.custom-menu-primary.mobile {
  margin: 0;
}
}
@media (max-width: 420px){
  nav.menu ul.desktop li[class*=icon].icon-mobile a:before {
        margin-right: 4px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header__wrapper{
  min-height: 115px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.landing-pg .footer-top-form {
    display: none;
}
.footer-top-form {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 111;
}
.footer-top-form .footer__container {
  padding: 0;
}
.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.form-inner {
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}
.footer-top-form h3.form-title {
  display: none;
}
.footer-top-form form {
  position: relative;
}
.footer-top-form .hs-form label {
  display: none;
}
.footer-top-form input:focus {
  outline: none !IMPORTANT;
  border: 0;
}
.footer-top-form .hs-input::-webkit-input-placeholder {
  color: #fff;
}
.footer_legal a:hover {
  text-decoration: underline;
}
.footer-top-form .hs-form label.hs-error-msg {
  display: inline-block;
  color: #fff !important;
  text-transform: none;
  font-size: 11px;
  margin: 0;
}

.footer-top-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

.footer-top-form input.hs-input.error {
  border: 0;
}
@media (min-width: 1024px){
  .footer-top-form {
    background: #7a3091 url(//4545525.fs1.hubspotusercontent-na1.net/hubfs/4545525/ServiceSkills_April2020/images/wood-bg-purple-01.jpg) repeat-x 50% 50%;
    padding: 20px 0;
}
.form__btn-container {
  display: none;
  margin-bottom: 0;
}
.form-container{
  display: block;
}
.footer-top-form form {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer-top-form .field {
  position: relative;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  margin-right: 15px;
}
.footer-top-form .hs-input {
  background: #572167;
  border-radius: 8px;
  border-color: #572167;
  color: #fff;
}
.footer-top-form .hs-button.primary.large {
  margin: 0;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
}
@media (max-width: 1023px){
  .form-container {
    display: none;
}
.form__btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}
.btn-container {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}
.btn-container a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ec407a;
  color: #fff;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s;
  padding-bottom: 2%;
  padding-top: 2%;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-container a:hover{
  text-decoration: none;
  color:#FFF;
  opacity: .6;
}
.footer-top-form {
  background: #ec407a;
}
}
/* footer top ends */
.footer {
  font-size: 16px;

}
.footer__container {
  padding-bottom: 4%;
  padding-top: 4%;
  position: relative;
  margin: 0 auto;
}
.footer__main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -1.563rem;
  position: relative;
}
.footer__main .span4 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
  position: relative;
  margin-bottom: 1.563rem;
}
.contact__info p:last-child {
  margin-bottom: 0;
}
.menu-social-menu-container {
  margin-top: 15px;
}
.menu-social-menu-container ul {
  line-height: 1;
  clear: both;
  margin-bottom: 1.563rem;
  margin: 0 -.63rem -.63rem -.63rem;
  padding: 0;
  list-style-type: none;
}
.menu-social-menu-container ul li {
  width: 50px;
  height: 50px;
  background: #374c57;
  color: #fff;
  display: inline-block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 .63rem .63rem .63rem;
}
.menu-social-menu-container ul li:hover{
  background: #455f6d;
} 
.menu-social-menu-container ul li:before {
  font-size: 30px;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  font-family: 'Straight North Base';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.menu-social-menu-container ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.icon-twitter:before {
  content: '\0050';
}
.icon-linkedin:before {
  content: '\0054';
}
.icon-facebook:before{content:'\004f'}

.icon-youTube:before {
  content: '\0053';
}
ul#footer-legal-menu {
  padding: 0;
  list-style: none;
  margin: 0 -.63rem -.63rem -.63rem;
  margin-top: 20px;
}
ul#footer-legal-menu li {
  display: block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 .63rem .63rem .63rem;
}
p:last-child {
  margin-bottom: 0;
}
p.copyright {
  font-size: 11pt;
}
.service_img {
  display: inline-block;
  max-width: 126px;
  margin: auto;
  position: relative;
  left: 33%;
}
.service_img a {
  display: block;
  line-height: 0;
}
.service__text {
  position: relative;
  left: 28%;
}
.contact__info p:last-child {
  word-break: break-all;
}
@media only screen and (min-width: 769px){
  .footer__main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.footer__main .span4 {
  -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 1.563rem;
    padding-left: 1.563rem;
}
.span4.contact {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
ul#footer-legal-menu {
  margin: 20px 0 10px;
}
ul#footer-legal-menu li {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
}
}

@media only screen and (min-width: 1340px){
  .footer__main .span4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 1.563rem;
    padding-left: 1.563rem;
}
}

@media( max-width:768px ) {
  .footer__main .span4 {
    text-align: center;
  }
  .service_img, .service__text {
    left: 0;
  }
  .footer__main {
    margin-bottom: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-bg {
  background: #f1f3f9;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.blog_index-wrapper {
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}

.blog-index__post.blog-index__post--small {
  padding-left: .7815rem;
  padding-right: .7815rem;
  position: relative;
  margin-bottom: 1.563rem;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -1.563rem;
  position: relative;
  margin-left: -1.563rem;
  margin-right: -1.563rem;
  padding-left: .7815rem;
  padding-right: .7815rem;
}
.blog-index h4 {
  margin-bottom: 0;
}

.blog-index h4 a {
  color: #7a3091;
}
.blog-index h4 a:hover{
  color: #000;
  text-decoration:  underline;
}
.blog-index__post.blog-index__post--small p {
  font-size: 14px;
}
.blog-index__post-content.blog-index__post-content--small {
  padding-right: 1.563rem;
  padding-left: 1.563rem;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
  background-color: #f1f3f9;
}


.blog-pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -1.563rem;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  top: 23px;
}
.blog-pagination__link {
  display: block;
  padding: 4px 10px;
  background: #ec407a;
  color: #fff;
  margin: 0 8px;
  text-decoration: none;
  text-align: center;
}
.blog-pagination__link--active {
  background: #f1f3f9;
  color: #000;
}


.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  background: #e2175b;
  color: #fff;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__link--active:hover{
  color: #000;
  background-color: transparent;
}

.blog-header {
  text-align: center;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -1.563rem;
  position: relative;
}
.blog-post__body {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 1.563rem;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}
.blog-sidebar h3 {
  margin: 0;
  display: none;
}
.blog-sidebar-topic-filter {

}
.blog-sidebar.span3 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 1.563rem;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
  display: block;
}
ul.slection-container {
  margin-bottom: 1.563rem !important;
}
ul.slection-container > li {
  position: relative;
  display: block;
  z-index: 2;
  margin-bottom: .7815rem;
}
ul.slection-container > li:before {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 3.125rem;
  background: #000;
  z-index: 10;
  color: #fff;
  font-size: 1.563rem;
  pointer-events: none;
  content: '\0046';
  font-family: 'Straight North Base';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.l_tinynav1 {
    display: none;
}
ul.l_tinynav2 {
 display: none;
}
.blog-sidebar select {
 padding-right: 3.125rem;
 display: block;
 background: #fff;
  color: #484848;
 font-family: Montserrat,sans-serif;
 line-height: 1.6;
 font-size: 16px;
 width: 100%;
 padding: 0 1rem;
 height: 3.125rem;
 letter-spacing: .06rem;
 margin: 0;
 border: 2px solid #f1f3f9;
}
.blog-sidebar select:focus {
    outline: none;
}
.blog-sidebar a.selection:hover{
  text-decoration: none;
} 

.blog-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar span.filter-link-count {
  display: none;
}
.blog-sidebar ul li a {
  color: #484848;
  font-family: Montserrat,sans-serif;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
  letter-spacing: .06rem;
  margin: 0;
  padding: 0 1rem;
}
.blog-sidebar ul li a:hover{
  text-decoration: none;
}
.blog-sidebar .menu-social-menu-container {
  margin-top: 15px;
}
.blog-sidebar .menu-social-menu-container ul {
  line-height: 1;
  clear: both;
  margin-bottom: 1.563rem;
  margin: 0 -.63rem -.63rem -.63rem;
  padding: 0;
  list-style-type: none;
}
.blog-sidebar .menu-social-menu-container ul li {
  width: 50px;
  height: 50px;
  background: #374c57;
  color: #fff;
  display: inline-block;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 0 .63rem .63rem .63rem;
}
.blog-sidebar .menu-social-menu-container ul li:hover{
  background: #455f6d;
} 
.blog-sidebar .menu-social-menu-container ul li:before {
  font-size: 30px;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
  font-family: 'Straight North Base';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog-sidebar .menu-social-menu-container ul li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}
.icon-twitter:before {
  content: '\0050';
}
.icon-linkedin:before {
  content: '\0051';
}
.icon-youtube:before {
  content: '\0053';
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.blog-comments {
  padding-top: 40px;
}
/*             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 only screen and (min-width: 415px){
  .blog-index__post.blog-index__post--small {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
}
@media only screen and (min-width: 769px){
  .blog-post__body {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
    padding-right: 1.563rem;
    padding-left: 1.563rem;
}
.blog-sidebar.span3 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding-right: 1.563rem;
  padding-left: 1.563rem;
}

}
@media only screen and (min-width: 1340px){
  .blog-index__post.blog-index__post--small {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}
}
@media (max-width: 768px){

}
@media (max-width: 450px){
  .blog-post__body img{
    width: 100%
  }

}
/* ******************************************************************************
*********************************************************************************
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;
}
.systems-page input[type="password"] {
  display: block;
  background: #fff;
  color: #484848;
  font-family: Montserrat,sans-serif;
  line-height: 1.6;
  font-size: 16px;
  width: 100% !Important;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0 1rem;
  min-height: 3.125rem;
  letter-spacing: .06rem;
  margin: 0;
  border: 2px solid #f1f3f9;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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;
}