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

main.body-container-wrapper .dnd-section > .row-fluid, .content-wrapper{
  width: 83.333333%;
  margin: 0px auto;

}

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

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right:0 !important;
  width:100% !important;
}

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


@font-face {
font-family: "Museo Sans";
  src: url("https://3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/Cushon_February2021/MuseoSans-300.eot") format("embedded-opentype"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/MuseoSans-300.woff) format("woff"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/MuseoSans-300.ttf) format("truetype");
   font-style: normal; font-weight: 300; 
}

@font-face {
font-family: "Museo Sans"; 
  src: url("https://3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/Cushon_February2021/MuseoSans-500.eot") format("embedded-opentype"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/MuseoSans-500.woff) format("woff"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/MuseoSans-500.ttf) format("truetype");
  font-style: normal; font-weight: 500; 
}

@font-face {
font-family: "Museo Sans"; 
  src: url("https://3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/Cushon_February2021/MuseoSans-700.eot") format("embedded-opentype"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/MuseoSans-700.woff) format("woff"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/MuseoSans-700.ttf) format("truetype");
 font-style: normal; font-weight: 700; 
}

@font-face {
   font-family: "Museo Sans Rounded";
  src: url("https://3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/Cushon_February2021/museosansrounded-700-webfont.eot") format("embedded-opentype"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/museosansrounded-700-webfont.woff) format("woff"),
    url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/museosansrounded-700-webfont.ttf) format("truetype"),
   url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/fonts/museosansrounded-700-webfont.svg) format("truetype");
 font-style: normal; font-weight: 700; 
}


html {
    font-size: 62.5%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
       line-height: 1.8;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

/* 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;
  word-break: break-word;
}

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: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
     line-height: 1.8;
}

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;
}
h3.form-title {
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 35px;
  color: rgb(229, 45, 144);
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 500;
}

/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important; 
  /* font-size: 14px; - not setting a standard font-size so it can be changed where it is used */
}

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
.hs-button {
  cursor: pointer;
  font-family: "Museo Sans",sans-serif;
  font-size: 14px;
  letter-spacing: .75px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 6px;
  margin-top: 15px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: all 300ms linear 0s;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 1px;
  border-style: solid;
  border:1px solid;
  text-decoration: none;
  display: inline-block;
}
label.hs-error-msg{
  font-family: "Museo Sans", sans-serif;
  font-weight: 500!important;
  line-height: 25px;
  font-size: 12px!important;
  text-align: left
}
label.hs-main-font-element{
  font-family: "Museo Sans", sans-serif;
  font-weight: 500!important;
  line-height: 25px;
  font-size: 12px!important;
  text-align: left  
}
.hs-form label {
  color: rgb(255, 255, 255);
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;

}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #d71e26!important;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.header_container.landing_header
{
      padding-top: 20px;
}
/* ******************************************************************************
*********************************************************************************
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_container{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 24px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 0px;
  margin-bottom: 2px;
  border-radius: 0px;
  color: #2f2f2f;
}
.custom-google-search form{
  padding: 10px 0px;
}
.custom-google-search button:focus
{
   outline: none;
}
.custom-google-search .hs-search-field__input:focus{
  border-color: rgb(229, 45, 144);
  outline: none;
}
.custom-google-search .hs-search-field__input {
  line-height: 1.42857;
  color: rgb(85, 85, 85);
  background-image: none;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: calc(100% - 33px);
  background-color: rgb(235, 235, 235);
  font-size: 16px;
  padding: 6px 12px;
  font-family: "Museo Sans", sans-serif;
  min-height: 37px;
  display: inline-block;
  font-weight: 400;
  box-sizing: content-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-google-search .hs-search-field__bar .search_btn {
  height: 10px;
  display: none;
}
.custom-google-search .search_btn:focus{
  outline:none;
}
.custom-google-search .search_btn
{
  position: absolute;
  right:10px;
  display: inline-block;
  width: 175px;
  height: 50px;
  border-radius: 5px;
  border: 0px;
  font-weight: 700;
  font-family: "Museo Sans Rounded", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  background-color: rgb(229, 45, 144); 
}
.SearchBar__SearchInner .SearchBar__SearchInput:focus{
  border-color: rgb(229, 45, 144);
  outline:none;
}
.BaseStyles__Button a:hover, .header_Button a:hover{
  text-decoration:none;

}
.header_middle_wrap .hs_cos_wrapper ul.submenu.level-1>li>a:hover{
  text-decoration:none;
}
.header_Button:hover{
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.tab-open .mobile_menu{
  visibility: visible;
  opacity: 1;
  transition: all .25s;
}

.header_container img{
  height: auto;
  cursor: pointer;
  padding: 0px;
  transition: transform 300ms ease-in-out 0s;
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: middle;
}
.header_middle_wrap{
  margin: 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex: 1 1 0%;
  justify-content: space-around;
}
.header_right_wrap{
  display: flex;
}
.SearchBar__Search{
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: -11px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0px);
  transition: all 0.3s linear 0s;
  background-color: rgb(255, 255, 255);
  padding: 10px;
  width: 100%;
  border-radius: 0px 0px 4px 4px;
}
.SearchBar__SearchInner{
  padding: 10px 0px;
}
.SearchBar__SearchInner .SearchBar__SearchInput{
  line-height: 1.42857;
  color: rgb(85, 85, 85);
  background-image: none;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 4px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: calc(100% - 33px);
  background-color: rgb(235, 235, 235);
  font-size: 16px;
  padding: 6px 12px;
  font-family: "Museo Sans", sans-serif;
  height: 37px;
  display: inline-block;
  font-weight: 400;
  box-sizing: content-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.open_search .SearchBar__Search{
  transform: translateY(100%);
  opacity: 1;
  visibility: visible;
}

.header_middle_wrap .hs_cos_wrapper  ul.submenu.level-1{
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex: 1 1 0%;
  justify-content: space-around;
  margin: 0;
  box-sizing: border-box;
}
ul.submenu.level-2{
  display: none;
  position: absolute;
  border-radius: 5px;
  transform: translateX(-12px) translateY(0px);
  background-color: transparent !important;
  padding-left: 0;
  z-index: 10;
}
.header_middle_wrap .hs_cos_wrapper  ul.submenu.level-1>li:hover >ul.submenu.level-2{
  display:block; 
} 
.child-menu-wrapper{
  transform: translateX(0px) translateY(6px);
  border-radius: 5px;
  padding: 12px 0px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 0px;
}
header .child-menu-wrapper>li{
  font-family: "Museo Sans", sans-serif;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  margin-right: 0px;
  display: block;
  text-align: left;
}
header .child-menu-wrapper>li:hover{
  background-color: rgb(226, 226, 226);
  transition: all 300ms ease 0s;
}
header .child-menu-wrapper>li>a{
  color: inherit;
  padding: 6px 12px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
.header_middle_wrap .hs_cos_wrapper  ul.submenu.level-1>li{
  font-family: "Museo Sans", sans-serif;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  margin-right: 0px;
  display: block;
  text-align: left;
  transition: all 100ms ease 0s;
  color: #2f2f2f;
}
span.SearchBar__SearchButton-sc-1hrp43a-3{
  position: absolute;
  right: 10px;
  display: inline-block;
  width: 175px;
  height: 50px;
  border-radius: 5px;
  border: 0px;
  font-weight: 700;
  font-family: "Museo Sans Rounded", sans-serif;
  color: rgb(255, 255, 255);
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  background-color: rgb(229, 45, 144);
}
.SearchBar__IconWrapper{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.BaseStyles__Button{
  height: 42px;
  font-size: 12px;
  max-width: 132px;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: "Museo Sans", sans-serif;
  letter-spacing: 0.75px;
  font-weight: 700;
  border-radius: 5px;
  width: 318px;
  text-transform: uppercase;
  margin: 6px;
  padding: 12px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: all 300ms linear 0s;
  border: 1px solid rgb(226, 226, 226);
  background: none;
  box-shadow: none;
  color: rgb(47, 47, 47);
}
.header_Button{
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 1px;
  border: none;
  font-family: "Museo Sans", sans-serif;
  letter-spacing: 0.75px;
  font-weight: 700;
  border-radius: 5px;
  width: 318px;
  text-transform: uppercase;
  margin: 6px;
  padding: 12px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  height: 42px;
  font-size: 12px;
  max-width: 132px;
  transition: all 300ms linear 0s;
}
.SearchBar__IconWrapper svg{
  color: rgb(229, 45, 144);
  font-size: 24px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.custom-menu-primary{
  width:100%;
}


/*mobile_menu */
.mobile_menu{
  position: fixed;
  z-index: 1300;
  inset: 0px;
  visibility:hidden;
  opacity:0;
  transition: all .25s;
}
.mobile_menu_wrap{

  left: auto;
  right: -100%;
  top: 0;
  flex: 1 0 auto;
  height: 100%;
  display: flex;
  outline: 0;
  z-index: 1200;
  position: fixed;
  flex-direction: column;
  box-shadow: 0px 8px 10px -5px rgb(0 0 0 / 20%), 0px 16px 24px 2px rgb(0 0 0 / 14%), 0px 6px 30px 5px rgb(0 0 0 / 12%);
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff;
  transition: all 225ms;
  -webbkt-transition: all 225ms;
  -moz-transition: all 225ms;
}
.tab-open .mobile_menu_wrap{
  right:0;
  transition: all 225ms;
  -webbkt-transition: all 225ms;
  -moz-transition: all 225ms;
}
.mobile_menu_bg{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  z-index: -1;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  opacity:0;
  visibility:hidden;
}
.tab-open .mobile_menu_bg{
  opacity: 1;
  visibility:visible;
  transition: all 0.25s;
}
.MobileMenu__Header{
  height: 80px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0px 24px;
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 0px;
  border-radius: 0px 0px 5px 5px;
  margin-bottom: 24px;
}
.mobile_logo{
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
}
span.MuiIconButton-label{
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
span.MuiIconButton-label img{
  height: 24px;
  cursor: pointer;
  transition: transform 300ms ease-in-out 0s;
  max-width: 100%;
  width: 27.5px!important;
  vertical-align: middle;
}
.btn_close{
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
}
.mobile_logo:hover, .btn_close:hover{
  background-color: rgba(0, 0, 0, 0.04);
}

span.btn-label{
  width: 100%;
  display: flex;
  align-items: inherit;
  justify-content: inherit;
}
span.btn-label svg{
  color: rgb(229, 45, 144);
  font-size: 24px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.mobile_middle_wrap .hs-menu-item>.hs-menu-children-wrapper{
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0s cubic-bezier(0, 1, 0, 1) 0s;
  padding: 6px 12px 0px;
}

.hs-menu-item.open_child>.hs-menu-children-wrapper{
  max-height: 1000px;
  transition: max-height 0s ease-in-out 0s;
  transition-delay: .5s;
}

.mobile_middle_wrap .hs_cos_wrapper ul>li.hs-item-has-children{
  min-width: 50vw;
  cursor: pointer;
  padding: 6px 12px 0px;

}
.mobile_middle_wrap .hs_cos_wrapper ul>li.open_child>a{
  color: #e52d90 !important;
  background-color: #efefef;
}

.hs-menu-wrapper ul{
  list-style:none;
  padding:0;
  margin:0;
}
.hs-menu-wrapper a:hover{
  text-decoration:none;
}

.mobile_menu ul.hs-menu-children-wrapper>li{
  font-weight: 300;
  opacity: 0.85;
  padding: 12px 0px 12px 24px;
  font-family: "Museo Sans", sans-serif;
  line-height: 25px;
  font-size: 14px;
  margin-right: 0px;
  display: block;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
.mobile_menu ul.hs-menu-children-wrapper>li>a{
  color: rgba(0, 0, 0, 0.87);
}
.mobile_middle_wrap .hs_cos_wrapper ul>li.hs-item-has-children>a{
  color: rgb(47, 47, 47);
  font-weight: 500;
  padding: 12px 0px 12px 24px;
  line-height: 25px;
  font-size: 14px;
  margin-right: 0px;
  display: block;
  text-align: left;
  font-family: "Museo Sans", sans-serif; 
}
.mobile_middle_wrap .hs_cos_wrapper ul>li.hs-item-has-children>a:hover, .mobile_middle_wrap .hs_cos_wrapper ul>li.hs-item-has-children>a:active{
  text-decoration:none!important;
}
.mobile_menu ul.hs-menu-children-wrapper>li>a:hover{
  color: rgb(229, 45, 144);
}
.MobileMene_btn{
  display:none;
}
.MobileMene_btn .MuiButtonBase-root{
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
}
.MuiButtonBase-root:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header_container img:hover{
  transform: scale(1.1, 1.1);
}
.MobileMene_btn .MuiButtonBase-root svg{
  color: rgb(229, 45, 144);
  font-size: 24px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}

.tab-open{
  padding-right: 17px;
  overflow: hidden;
}

@media (min-width: 600px){
  .header_middle_wrap{
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
}
@media (min-width: 960px){
  .header_middle_wrap{
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 1280px){
  .header_middle_wrap{
    flex-grow: 0;
    max-width: 58.333333%;
    flex-basis: 58.333333%;
  }
}
@media (max-width: 959px){
  .header_middle_wrap{
    display:none;
  }
  .MobileMene_btn{
    display:block;
  }
}
@media (max-width: 767px){
  .SearchBar__IconWrapper{
    margin-right: 5px;
  }
}
@media (max-width: 599px){
  .header_Button{
    display:none;
  }
  .mobile_menu_wrap{
    width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer ul{
  margin:0px;
  list-style:none;
  padding:0px;
}
footer .hs-menu-wrapper>ul
{
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
  box-sizing: border-box;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
ul.hs-menu-children-wrapper{

}
footer{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  background-repeat: repeat;
  background-size: contain;
  color: rgb(255, 255, 255);
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 36px;
  background-image: url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/images/pattern-bg.png);
}
.footer_top{
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer_top h2{
  align-self: flex-start;
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 24px;
  color: rgb(229, 45, 144);
  text-align: left;
  line-height: 1.2;
}
footer .hs_cos_wrapper ul>li.hs-item-has-children>a:hover{
  text-decoration:none;
}
.footer_social{
  display: flex;
  margin-right: 0px;
}
.footer_social a{
  font-family: "Museo Sans Rounded", sans-serif;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: all 300ms ease 0s;
  margin: 0px;
  padding: 0px;
}
.footer_social a svg{
  overflow: visible;
  transition: all 300ms ease 0s;
  font-size: 24px;
  width: 1em;
  color: rgb(255, 255, 255);
  margin: 0px 0px 0px 24px;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
}
.footer_section_middle{
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
footer .hs_cos_wrapper ul>li.hs-item-has-children>a{
  font-family: "Museo Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 24px;
  color: rgb(229, 45, 144);
  text-align: left;
  margin: 0 0 1.5rem;
  display: block;
  width: 100%;
}
footer ul.hs-menu-children-wrapper>li{
  font-family: "Museo Sans", sans-serif;
  font-weight: 300;
  line-height: 25px;
  font-size: 14px;
  margin-right: 0px;
  display: block;
  text-align: left;
}
footer ul.hs-menu-children-wrapper>li>a{
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-align: left;
  transition: all 300ms ease 0s;
  margin: 0px;
  padding: 0px;
  color:#fff;
}
footer .hs_cos_wrapper ul >li.hs-item-has-children{
  flex-grow: 0;
  max-width: 50%;
  flex-basis: 50%;
  margin: 0;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.footer_section_bottom{
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
  margin: 0;
  box-sizing: border-box;
  padding-top: 36px;
  border-top: 1px solid rgb(255, 255, 255);
}
.ContactDetails{
  text-align: left;
  color: rgb(255, 255, 255);
  display: flex;
  flex-wrap: wrap;
}
.top_number, .mail_wrap, .description_wrap{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.footer_section_middle div {
  width: 100%;
}
.footer_section_middle .hs-menu-wrapper>ul {
  display: flex;
  width: 100%;
}
.top_number a{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 14px;
  margin-right: 12px;
  border-right: 1px solid white;
  padding-right: 12px;
  font-family: "Museo Sans",sans-serif;

}
.top_number a:hover, .mail_wrap a:hover, .description_wrap a:hover{
  color:#fff;
  text-decoration:none;
} 
.mail_wrap a{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 14px;
  margin-right: 12px;
  padding-right: 12px;
  font-family: "Museo Sans",sans-serif;
}
.mail_wrap a svg{
  color: inherit;
  font-size: 24px;
  margin-right: 12px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.description_wrap a{
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 14px;
  margin-right: 12px;
  font-family: "Museo Sans",sans-serif;
  line-height:19.6px;
}
.description_wrap a svg{
  color: inherit;
  font-size: 24px;
  margin-right: 12px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;
}
.top_number a svg{
  color: inherit;
  font-size: 24px;
  margin-right: 12px;
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none;

}
.footer_social a svg:hover{
  color: rgb(229, 45, 144);
  transform: scale(1.2);
  transition: all 300ms ease 0s;
}
.paragraph_des p{
  font-family: "Museo Sans", sans-serif!important;
  font-weight: 500;
  line-height: 25px;
  font-size: 12px;
  text-align: left;
  margin: 0 0 10px;
}
@media (min-width: 600px){
  footer .hs_cos_wrapper ul >li.hs-item-has-children{
    flex-grow: 0;
    max-width: 50%;
    flex-basis: 50%;
    
  }  
}
@media (min-width: 960px){
  footer .hs_cos_wrapper ul >li.hs-item-has-children{
    flex-grow: 0;
    max-width: 33.333333%;
    flex-basis: 33.333333%;
  }
}
@media (max-width: 960px){
  footer .hs_cos_wrapper ul>li.hs-item-has-children>a{
        font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
.blog-index__post-content_wrap h3 a{
  color: #2f2f2f;
}
.blog-index__post-content_wrap h3 a:hover{
  text-decoration:none;
}
.comment-date {
    display: block !important;
}
.blog_listing{
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog_listing .content-wrapper{
  max-width: 1170px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}
.blog-masonry_column{

  width: 33.3333%;
  padding-left: 30px;
  background-clip: padding-box;
  margin-bottom: 30px;
}

.blog-masonry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  width: auto;
  margin-top: 30px;
  flex-wrap: wrap;
}

a.blog-index__post-image_wrap{
position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    padding-bottom: 57.5%;
}
.listing_feature_img{
  position: absolute;
  inset: 0px;
  background-size: cover;
  background-position: 50% center;    position: absolute;
  inset: 0px;
  background-size: cover;
  background-position: 50% center;
}
.blog-index__post-content_wrap{
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 0px 5px;
  background-color: rgb(239, 239, 239);
}
.blog-index__post-content_wrap h3{
  font-family: "Museo Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 1.5rem;
  color: #2f2f2f;
}
button.listing_btn{
  height: 42px;
  font-size: 12px;
  max-width: 155px;
  margin: 0px auto;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(229, 45, 144);
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 1px;
  border: none;
  font-family: "Museo Sans", sans-serif;
  letter-spacing: 0.75px;
  font-weight: 700;
  border-radius: 5px;
  width: 155px;
  text-transform: uppercase;
  padding: 12px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: all 300ms linear 0s;
  margin-top:10px;
}
button.listing_btn:hover{
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;
}
.load_more_wrapper{
  max-width: 1170px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: auto;
  margin-left: auto;
}
.load_more_container{

  clear: both;
  margin: 0px auto 30px;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
}
button.load_more_btn{
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(229, 45, 144);
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 1px;
  border: none;
  height: 56px;
  font-family: "Museo Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
  font-weight: 700;
  border-radius: 5px;
  max-width: 318px;
  text-transform: uppercase;
  margin: 0px auto;
  padding: 12px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: all 300ms linear 0s;
  width: 100%;
}
.blog_post_section .content-wrapper{
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1170px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
a.twitter svg {
  width: 1em!important;
}
a.facebook svg{
  width: 0.625em!important;
}
.post_inner_row{
  padding: 62px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
button.load_more_btn:hover
{
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  outline: none;
}
.blog-post-header{
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(229, 45, 144);
  padding: 56px 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-color 0.3s linear 0s;
  background-image: url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/images/curve.png);
}
.post_inner_right{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
}
.blog-post-header_wrapper{
  background-color: transparent;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  z-index: 2;
  min-height: 100px;
}
.blog-post-header_wrapper_inner{
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
  margin: 0;
  box-sizing: border-box;
}
.blog-post-header_wrapper_inner_Section{
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
h1.post_inner_heading{
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 35px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 500;
}
.post_inner_left{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: none;
}
.post_inner_right img{
  max-width: 100%;
  height: auto;
}
.blog-post__body p, .blog-post__body{
  line-height: 1.8;
  font-weight: 300;
  font-family: 'Museo Sans', sans-serif;
  margin: 0 0 10px;
  color: #2f2f2f;
      font-size: 16px;
}
.SocialIcons__Social{
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
a.facebook {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  font-size: 2.1rem;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  background: rgb(59, 89, 153);
  transition: opacity 0.3s linear 0s;
  margin-right: 6px;
}
a.twitter{
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  font-size: 2.1rem;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  background: rgb(56, 161, 243);
  transition: opacity 0.3s linear 0s;
  margin-right: 6px;
}
a.linkdin{
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  font-size: 2.1rem;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  background: rgb(0, 119, 181);
  transition: opacity 0.3s linear 0s;
  margin-right: 6px;
}
.SocialIcons__Social a svg{
  overflow: visible;
  width: 0.875em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  vertical-align: -0.125em;
  line-height: 31px;
  text-align: center;

}
.load_more_btn{
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: rgb(229, 45, 144);
  color: rgb(255, 255, 255);
  box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px 1px;
  border: none;
  height: 56px;
  font-family: "Museo Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 0.75px;
  font-weight: 700;
  border-radius: 5px;
  max-width: 318px;
  text-transform: uppercase;
  margin: 0px auto;
  padding: 12px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  transition: all 300ms linear 0s;
  width: 100%;
}
.load_more_btn:focus, .load_more_btn:hover{
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px 0px;
  text-decoration:none;
  color:#fff;
}
@media (min-width: 768px){
  .load_more_container{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .post_inner_right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .post_inner_left{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 1170px){
  .blog_listing .content-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }  
  .blog_post_section .content-wrapper
  {
    padding-right: 15px;
    padding-left: 15px;
  }
}


.blog-header {
  text-align: center;
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(229, 45, 144);
  padding: 56px 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-color 0.3s linear 0s;
  background-image: url(//3883376.fs1.hubspotusercontent-na1.net/hubfs/3883376/raw_assets/public/Cushon_CS_EmployerFacing/images/curve.png);

}

.blog-header__inner {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: auto;
  width: 100%;
  max-width: 1050px;
  margin: 0px auto;
  z-index: 2;
  min-height: 100px;
  background-color: transparent;
}
.blog-header__inner_wrap{
  flex-grow: 0;
  max-width: 83.333333%;
  flex-basis: 83.333333%;
  margin: 0;
  box-sizing: border-box;
}
.blog-header__inner_wrapper{
  flex-grow: 0;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.blog-header__title {
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 35px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
}
.blog-header__subtitle {
  font-family: "Museo Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  font-size: 18px;
  line-height: 24px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin: 0 0 1.5rem;
  width: 100%;
}




@media (max-width: 960px){
  .blog-header__title{
    font-size: 28px;
  }
  .blog-header__subtitle
  {
    font-size: 16px;
  }
  .blog-index__post-content_wrap h3{
    font-size: 16px;
  }
  h1.post_inner_heading{
    font-size: 28px;
  }
  h1.post_inner_heading{
    margin-bottom: 29px;
  }
}
@media (max-width: 899px){
  .blog-masonry_column{
    width: 50%;
  }  
  a.linkdin, a.twitter, a.facebook{
    margin-right: 6px;
  }
}
@media (max-width: 800px){
  .blog-masonry{
    margin-left: -15px;
  }
  .blog-masonry_column{
    padding-left: 15px;
    margin-bottom: 15px;
    width: 50%;
  }


}
@media (max-width: 768px){
  .blog_listing .content-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }
  .load_more_wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog_post_section .content-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }
  .SocialIcons__Social{
    text-align: center;
  }
}
.blog-header__form {
  margin: 0 1rem;
}
@media (max-width: 499px){
  .blog-masonry_column{
    width: 100%
  }
}

@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 .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_post_section{
    overflow: hidden;
  }
}

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



/* 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;
}
@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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  a.hs-button{
  margin: 0  auto;
}
.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;
}
ul.no-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
input#submitbutton {
     width: 100%;
    max-width: 250px;
    word-break: normal;
    font-size: 12px;
}
input.email-edit.hs-input {
  max-width: 750px!important;
  width: 100%!important;
}
.systems-page .hs-input{
  max-width:750px;
  width:100%;
  margin-bottom:8px;
}
input#hs-pwd-widget-password{
   display: block;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  height: 56px!important;
  width: 100%;
  box-shadow: none;
  font-size: 16px;
  font-family: "Museo Sans", sans-serif;
  appearance: none;
  transition: all 300ms ease 0s;
  padding-left: 12px;
  color:#2f2f2f;
  font-weight: 500;
  caret-color: rgb(229, 45, 144);
  border: 1.5px solid;
  z-index: 1;
  max-width:750px;
  width:100%;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 750px;
  width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  font-size: 16px;
  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;
}