/* ******************************************************************************
*********************************************************************************
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 {
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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


.dnd-section > .row-fluid{
  padding: 0px 40px !important;
  max-width: 1400px;
  padding: 0;
  margin:0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@media (max-width:900px){
  .dnd-section > .row-fluid{
  }
  width: 100%!important;
    display: block
}

@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: "AvenirNextLTW01-Medium";
  src: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Medium.ttf) format("ttf"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Medium.woff) format("woff"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Avenir Next LT W01 Bold";
  src: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Bold.ttf) format("ttf"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Bold.woff) format("woff"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "AvenirNextLTW01-Regular";
  src: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Regular.ttf) format("ttf"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Regular.woff) format("woff"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/627fbb5a-3bae-4cd9-b617-2f923e29d55e.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Avenir Next LT W01 Demi";
  src: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Demi.ttf) format("ttf"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/AvenirNextLTW01-Demi.woff) format("woff"),
    url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/fonts/aad99a1f-7917-4dd6-bbb5-b07cedbff64f.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}



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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline:none;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
  -moz-transition: opacity 0;
  -o-transition: opacity 0;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  margin-top: 0px;
  line-height:1.5;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
}

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

img{
  max-width:100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

h3.form-title{
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
  line-height: 40px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  margin-top: 14px;
}

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

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


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

.hs-error-msgs label {
  margin-top:0px;
  color: #f2545b !important;
  font-family: helvetica;
  font-size: 13px;
}

.hs-input, input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  max-width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color:#33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}


input#hs-pwd-widget-password{
  height: 40px !important;
}

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

.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: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.hs-form-field, .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;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.hs-accordion__item {
    border: 0.5px solid #023f76;
}
.hs-accordion__item button {
    color: #023f76 !important;
}
.header__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.body-container-wrapper ul li {
    margin-left: 20px;
}
.body-container-wrapper ul li::marker {
    color: #023f76;
    font-size: 20px;
}
.body-container-wrapper ul {
    padding-bottom: 15px;
}
.header-wrapper{
  padding-bottom: 0;
  border-bottom: none;
  position: relative;
  padding: 24px 0 0 0;
  padding-bottom:0px;
  background-position: top left;
  background-size: 4px 4px;
  background-repeat: repeat;
  background-color: #f9f9f9;
  top: 0;
  left: 0;
  transition: padding .5s ease-in-out 0s,border .5s ease-in-out 0s;
  -webkit-transition: padding .5s ease-in-out 0s,border .5s ease-in-out 0s;
  width: 100%;
  z-index: 9999;
}
.header-wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 9px;
    background: linear-gradient(90deg, rgba(244,132,48,1) 70%, rgba(2,63,118,1) 0%);
}
#hs_cos_wrapper_header_logo_image {
  padding-bottom: 36px;
}

.header-flex-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-logo-wrapper a{
  min-height: 115px;
  display: block;
  width:250px !important;
}
.header-logo-wrapper a img {
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.header-logo-wrapper a img:hover {
  opacity: .5;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}
.brand-detail, .brand-detail p {
  padding: 0 0 0 35px;
}
.brand-detail p {
  font-size: 18px;
  color: #00467f;
  line-height: 32px;
  margin: 0;
  position: relative;
}

.brand-detail p:before {
  left: 0;
  top: 2px;
  bottom: 1px;
  width: 1px;
  margin: auto;
  background-color: #eb6e1f;
  position: absolute;
  content: "";
}
.three-tab-mega-menu ul.sub-menu ul.sub-menu {
    display: block !important;
    position: relative;
    margin: 0;
    width: 100%;
    box-shadow: none;
    padding: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.three-tab-mega-menu.mega_menu_fonts ul.sub-menu ul.sub-menu li a {
    line-height: 24px;
    font-weight: 500;
    padding: 13px 0;
}
.brand-detail a {
  color: #004074;
}

.brand-detail em {
  display: block;
  line-height: 1;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.main-nav-col {
  padding: 0 0 0 15px;
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-search-box{
  display:inline-flex;
  margin-bottom: 1px;
}

.main-search-box a#hs-button_btn{
  display: inline-block;
  line-height: 42px;
  height: 42px;
  color: #fff;
  font-weight: 400;
  padding: 0 21px;
  background-color: #eb6e1f;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 3px; 
  margin-right: 4px;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
  margin-top:0px;
  border:none;
}

.main-search-box a#hs-button_btn:hover{
  background-color: #00467f;
  color: #fff;
  border:1px solid #00467f;
}

.main-search-box a#hs-button_btn, .main-search-box a#hs-button_btn:hover {
  border: none;
}
.main-search-box a#hs-button_btn{
  transition: color .5s ease 0s,background .5s ease 0s;
  -webkit-transition: color .5s ease 0s,background .5s ease 0s;
}
.search-container-new {
  display: inline-block;
  margin: 0 0 0 11px;
}

.search-container-new form {
  position: relative;
}
.search-container-new .search-query-new:focus {
  border:2px solid #353535;
  outline-offset: 0px;
}

.search-container-new .search-query-new {
  box-sizing: border-box;
  -weblit-box-sizing: border-box;
  height: 42px;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  font-weight: 300;
  font-size: 12px;
  color: #353535;
  padding: 8px 15px;
  width: 265px;
  background-color: #fff;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  font-family: 'AvenirNextLTW01-Medium';
}

.search-container-new .search-btn-new {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  margin: auto;
  width: 38px;
  background-image:url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/search-icon.png) ;
  background-color:#9c9ea0;
  background-position:center;
  background-repeat:no-repeat;
  border: 0;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  cursor: pointer;
  -webkit-appearance: button;
  line-height: normal;
  overflow: visible;
}

.search-container-new .search-btn-new:hover {
  background-color: #f8981d;
}

.custom-menu-primary .navigation-primary{
  margin-top: 40px;
}

.custom-menu-primary .navigation-primary>ul{
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-menu-primary .navigation-primary>ul>li{
  margin: 0 0 0 30px;
  display:inline-block;
  position: relative;
}

.custom-menu-primary .navigation-primary ul li a:hover{
  text-decoration:underline;
}


.custom-menu-primary .navigation-primary>ul>li>a{
  font-size: 18px;
  line-height: 1;
  color: #00467f;
  text-transform: capitalize;
  font-family: 'Avenir Next LT W01 Demi',Avenir Next;
  font-weight: 500;
}

.custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after{
  font-family: fontAwesome;
  color: #eb6e1f;
  font-size: inherit;
  display: inline-block;
  margin-left: 6px;
  content: "\f107";
}


.custom-menu-primary .navigation-primary>ul>li>ul>li.has-submenu>a:after{
  color: inherit;
  position: absolute;
  width: 50px;
  line-height: 54px;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  border-left: 1px solid rgba(235,235,235,.3);
  height: 100%;
  transform: translateX(0) translateY(0) rotate(0);
  -webkit-transform: translateX(0) translateY(0) rotate(0);
  transition: transform .5s ease-in-out 0s;
  -webkit-transition: transform .5s ease-in-out 0s;
  font-family: fontAwesome;
  font-size: inherit;
  display: inline-block;
  content: "\f107";
}

.custom-menu-primary .navigation-primary>ul>li>ul>li.has-submenu:hover>a:after{
  transform: translateX(0) translateY(0) rotate(-90deg);
  -webkit-transform: translateX(0) translateY(0) rotate(-90deg);
  border-left-width: 0;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li.has-submenu>a:after{
  color: inherit;
  position: absolute;
  width: 50px;
  line-height: 54px;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  border-left: 1px solid rgba(235,235,235,.3);
  height: 100%;
  transform: translateX(0) translateY(0) rotate(0);
  -webkit-transform: translateX(0) translateY(0) rotate(0);
  transition: transform .5s ease-in-out 0s;
  -webkit-transition: transform .5s ease-in-out 0s;
  font-family: fontAwesome;
  font-size: inherit;
  display: inline-block;
  content: "\f107";
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li.has-submenu:hover>a:after{
  transform: translateX(0) translateY(0) rotate(-90deg);
  -webkit-transform: translateX(0) translateY(0) rotate(-90deg);
  border-left-width: 0;
}

.custom-menu-primary .navigation-primary>ul>li>ul{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  text-align: left;
  min-width: 280px;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  white-space: nowrap;
  padding-top:32px;
}

.custom-menu-primary .navigation-primary>ul>li:last-child>ul{
  left: auto;
  right: 0;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li{
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>a{
  border-bottom: 1px solid #ebebeb;
  border-left: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  color: #414042;
  position: relative;
  overflow: hidden;
  line-height: 1;
  background-color: #fff;
  display: block;
  font-family: 'Avenir Next LT W01 Demi',Avenir Next;
  font-weight: 500;
  padding: 18px 18px;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li:first-child>a{
  border-top: 2px solid #ebebeb;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 999;
  text-align: left;
  min-width: 280px;
  transition: all .5s ease 0s;
  -webkit-transition: all .5s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  white-space: nowrap;
  left: 100%;
  top: 0;
  border-left: 2px solid rgba(255,255,255,0);
  border-right: 2px solid rgba(255,255,255,0);
}


.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li{
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
  padding-right: 52px;
  color: #414042;
  border-bottom: 1px solid #ebebeb;
  border-left: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  position: relative;
  overflow: hidden;
  line-height: 1;
  background-color: #fff;
  display: block;
  font-family: 'Avenir Next LT W01 Demi',Avenir Next;
  font-weight: 500;
  padding: 18px 18px;
}

.custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li:first-child>a{
  border-top: 2px solid #ebebeb;
}

.nav-msg p {
  margin: 10px 0 0;
  padding: 5px;
  text-align: center;
  background-color: #353535;
}
.nav-msg p>a {
  color: #fff;
}

.nav-msg p>a:hover{
  color: #eb6e1f;
}

@media (min-width:992px){
  .custom-menu-primary .navigation-primary>ul>li:hover>ul{
    opacity:1;
    visibility:visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li:hover>ul{
    opacity:1;
    visibility:visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .menu-icon {
    opacity:0;
  }
  .menu-button, .mobile{
    display:none;
  }
  .off-canvas, .fixed-header-wrapper{
    display:none;
  }
}

@media only screen and (max-width: 1800px){
  .header-logo-wrapper a{
    width:240px !important;
  }
  .header-logo-wrapper a img{
    width: 240px !important;
    max-width: 100%;
    height: auto;
  }
  .brand-detail, .brand-detail p {
    padding: 0 0 0 30px;
  }
  .brand-detail p {
    color: #00467f;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 17px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul{
    padding-top: 18px;
  }
  .brand-detail p {
    font-size: 17px;
    color: #00467f;
    line-height: 32px;
  }
}


@media only screen and (max-width: 1599px)
{
  .brand-detail, .brand-detail p {
    padding: 0 0 0 22px;
  }
  .brand-detail p {
    line-height: 28px;
  }
  .main-search-box a#hs-button_btn{
    line-height: 38px;
    height: 40px;
    margin-top: 1px;
  }
  .search-container-new .search-query-new {
    height: 40px;
  }
  .search-container-new .search-btn-new {
    background-size: 16px auto;
  }
  .search-container-new .search-btn-new {
    background-size: 16px auto;
  }
  .header-logo-wrapper {
    max-width:240px !important;
  }
  .header-wrapper{
    padding:24px 0 0 0;
  }
  .main-search-box {
    display: inline-flex;
    margin-bottom: 2px;
  }
  .custom-menu-primary .navigation-primary>ul>li:nth-child(5)>ul {
    left:auto;
    right:0;
  }
}

@media only screen and (min-width:1025px) {
.nav-menu.menu > li.current-menu-item > a[aria-current="page"]:after,.nav-menu.menu > li:hover > a:after, .nav-menu.menu > li.focus > a:after { content: '';background: #023f76;width: 100%;top: auto;bottom: -26px;height: 2px;left: auto;right: auto;display: block;position: absolute;z-index: 10; } 
.nav-menu.menu > li  > a , .nav-menu.menu > li  > a { position: relative; }
	
.three-tab-mega-menu ul.sub-menu ul.sub-menu {display: block !important;position: relative;margin: 0;width: 100%;box-shadow: none;padding: 0;left: 0;right: 0;top: 0;bottom: 0;} 
.three-tab-mega-menu ul.sub-menu ul.sub-menu li { width: 100%; max-width: 100%; margin: 0; } 

.three-tab-mega-menu.first__menu ul.sub-menu { margin: 0 !important; left: -42px;}
.three-tab-mega-menu.first__menu > ul.sub-menu { column-count: 3; column-gap: 30px;    min-height: 479px; } 
.three-tab-mega-menu.first__menu ul.sub-menu > li { max-width: 100%; margin: 0; } 
.three-tab-mega-menu.first__menu ul.sub-menu { width: auto; padding-left: 31px; padding-right: 50px; padding-top: 25px;    padding-bottom: 30px;} 
.main-navigation ul li.first__menu:hover > ul, .main-navigation ul li.first__menu.focus > ul { display: block !important; } 
.three-tab-mega-menu.mega_menu_fonts ul.sub-menu  li a { border-bottom: 1px solid rgba(0,0,0,0.1) !important; }
.three-tab-mega-menu.mega_menu_fonts  ul.sub-menu ul.sub-menu li a {line-height: 24px;font-weight: 500;    padding: 13px 0;}
.three-tab-mega-menu.sub_menu_equal_width ul.sub-menu > li { max-width: 100%; margin: 0; } 
.three-tab-mega-menu.sub_menu_equal_width > ul.sub-menu { width: auto; padding-left: 17.5px; padding-right: 17.5px; flex-wrap: nowrap;margin-left: -231px; }
.three-tab-mega-menu.sub_menu_equal_width > ul.sub-menu > li { padding-left: 17.5px; padding-right: 17.5px; } 
.three-tab-mega-menu.mega_menu_fonts ul.sub-menu :not(.submenu_megamenu_border_btm) ul.sub-menu li:last-child a { border-bottom: 0 !important; }
.first__menu_culture_min_height { min-height: 408px; }
.banner-size-small .banner-wrap { min-height: 400px; }

}
@media only screen and (max-width: 1399px)
{
  .header-logo-wrapper a img{
    width: 220px !important;
    max-width: 100%;
    height: auto;
  }
  .brand-detail p {
    line-height: 27px;
    font-size: 16px;
  }
  .brand-detail p::before {
    top: 0;
    bottom: 0;
  }
  .main-search-box a#hs-button_btn{
    line-height: 37px;
    height: 38px;
    border-radius: 3px; 
  }
  .search-container-new .search-query-new {
    height: 38px;
    border-radius: 3px;
  }
  .custom-menu-primary .navigation-primary{
    margin-top: 27px;
  }

  .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 16px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul{
    min-width: 246px;
    padding-top: 16px;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>a{
    padding: 17px 17px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
    min-width: 246px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    padding: 17px 17px;
  }
  .header-wrapper{
    padding: 18px 0 0 0;
  }
  .header-logo-wrapper{
    width:220px !important;
  }
  .main-search-box {
    display: inline-flex;
    margin-bottom: 0px;
  }
}

@media (max-width:1199px){
  .brand-detail p {
    line-height: 23px;
    font-size: 14px;
  }
  .brand-detail, .brand-detail p {
    padding: 0 0 0 11px;
  }
  .header-logo-wrapper a{
    min-height: 90px;
  }
  .header-logo-wrapper a img{
    width: 200px !important;
  }
  .search-container-new .search-query-new {
    height: 35px;
  }
  .search-container-new .search-query-new {
    width: 215px;
  }
  .header-wrapper{
    padding: 10px 0 0 0;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    font-size: 14px;
  }
  .custom-menu-primary .navigation-primary>ul>li {
    margin: 0 0 0 17px;
    display: inline-block;
    position: relative;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul {
    padding-top: 14px;
    min-width: 206px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>a{
    padding-right: 48px;
    font-size: 14px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
    min-width: 206px;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    font-size: 14px;
  }
  .header-logo-wrapper {
    width: 200px !important;
  }
  .main-search-box{
    margin-bottom:-4px;
  }
}

@media (max-width:991px){
  .header-menu {
    display: none;
  }
  .brand-detail p {
    line-height: 20px;
    font-size: 12px;
  }
  .header-logo-wrapper a{
    min-height: 75px;
  }
  .header-logo-wrapper a img{
    width: 160px !important;
  }

  .main-search-box a#hs-button_btn{
    display:none;
  }
  .mean-bar{
    position:relative;
    bottom: 100%;
    background-color: #e5e5e5;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    z-index: 9
  }
  .menu-icon {
    right: -48px;
    top: -17px;
    opacity:1;
    position: absolute;
    left: auto!important;
    width: 36px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    display: block;
    border: 1px solid #00467f;
    border-radius: 3px;
    color: #00467f;
    text-align: center;
    line-height: 30px;
    font-size: 0!important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99999;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: border .5s ease-in-out 0s,color .5s ease-in-out 0s,background-color .5s ease-in-out 0s,border .5s ease-in-out 0s,margin .5s ease-in-out 0s;
    -webkit-transition: border .5s ease-in-out 0s,color .5s ease-in-out 0s,background-color .5s ease-in-out 0s,border .5s ease-in-out 0s,margin .5s ease-in-out 0s;
  }
  .menu-icon:before {
    content: "\f0c9";
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: fontAwesome;
    color: inherit;
    display: block;
    top: 0;
    left: 0;
    font-size: 20px!important;
    transition: color .5s ease-in-out 0s;
    -webkit-transition: color .5s ease-in-out 0s;
  }
  .mobile-menu-open .menu-icon:before {
    content: "";
    opacity: 1;
    position: absolute;
  }
  .mobile-menu-open .menu-icon:after {
    content: "\f00d";
    opacity: 0;
    line-height: 31px;
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: fontAwesome;
    color: inherit;
    display: block;
    top: 0;
    left: 0;
    font-size: 20px!important;
    transition: color .5s ease-in-out 0s;
    -webkit-transition: color .5s ease-in-out 0s;
  }
  .menu-icon span {
    display: none;
  }

  .mobile-menu-open .menu-icon:after {
    opacity:1;
  }

  .header-menu{
    width: 100%;
    margin-top: 0;
    position: absolute;
    z-index: 99999;
    top: 100%;
    right:0;
    left:0;
  }

  .custom-menu-primary .navigation-primary>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display:block;
  }

  .custom-menu-primary .navigation-primary>ul>li{
    position: relative;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    display:block;
    margin:0px;
  }

  .custom-menu-primary .navigation-primary ul li a:hover{
    text-decoration:none;
  }

  .custom-menu-primary .navigation-primary>ul>li>a{
    box-sizing: border-box;
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    padding: 14px 20px 13px 55px;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
    color: #004074;
    display:block;
    text-align:left;
    font-family: AvenirNextLTW01-Medium,Avenir Next;
  }
  .navigation-primary>ul>li:hover>a {
    background-color: white !important;
  }

  .custom-menu-primary .navigation-primary>ul>li>a:hover{
    background-color: #00467f !important;
    color: white;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>a:hover{
    background-color: #00467f !important;
    color: white;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a:hover{
    background-color: #00467f !important;
    color: white;
  }

  .child-trigger {
    position: absolute;
    top: 4px;
    left: 0;
    color: #00467f;
    width:38px;
    height:38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
  }
  .child-trigger:before {
    content: "+";
  }
  .child-open.child-trigger:before {
    content: "-";
  }

  .custom-menu-primary .navigation-primary>ul>li:hover .child-trigger {
    background-color: #00467F;
    color: #fff;
  }
  .custom-menu-primary .navigation-primary>ul>li.has-submenu>a:after{
    display:none;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li.has-submenu>a:after{
    display:none;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li.has-submenu>a:after{
    display:none;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul{
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: none;
    padding-top: 0px;
    display:none;
  }

  .custom-menu-primary .navigation-primary>ul>li>ul>li>a{
    box-sizing: border-box;
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    padding: 14px 20px 13px 55px;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
    color: #004074;
    display: block;
    text-align: left;
    font-family: AvenirNextLTW01-Medium,Avenir Next;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul{
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: none;
    padding-top: 0px;
    display:none;
  }
  .custom-menu-primary .navigation-primary>ul>li>ul>li>ul>li>a{
    box-sizing: border-box;
    font-size: 13px;
    border-top: 1px solid #ebebeb;
    padding: 14px 20px 13px 55px;
    font-weight: 400;
    line-height: normal;
    background-color: #fff;
    color: #004074;
    display: block;
    text-align: left;
    font-family: AvenirNextLTW01-Medium,Avenir Next;
  }
  .header-wrapper {
    padding: 21px 0 0 0;
  }
  .main-search-box {
    display: block;
    margin: 0 48px 0 0;
  }
  .menu-button, .mobile{
    display:none;
  }
  .off-canvas, .fixed-header-wrapper{
    display:none;
  }
  .header-logo-wrapper{
    max-width:160px !important;
  }
  .menu-icon:hover{
    color: #f8981d;
    border: 1px solid #f8981d;
  }
  .search-container-mobile-form {
    border-bottom: 1px solid #E9E9E9;
  }
}

@media (max-width:900px){
  .fixed-header-wrapper.fixed-header{
    display:block;
  }

  .fixed-header-wrapper{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    min-width: 320px;
    padding: 10px;
    background-image:url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/header-repeating-bg.jpg);
    background-size: 4px 4px;
    background-repeat: repeat;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
  }
  .fixed-header-wrapper.fixed-header .menu-button {
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 38px;
    height: 31px;
    width: 72px;
    padding: 8px 9px;
    text-transform: uppercase;
    color: #00467f;
    border: 1px solid #00467f;
    border-radius: 3px;
    font-size: 10px;
    line-height: 14px;
    display: block;
  }
  .fixed-header-wrapper.fixed-header .menu-button:after {
    content: '';
    background-image:url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/mobile-nav-handle.jpg);
    position: absolute;
    width: 15px;
    height: 13px;
    top: 7px;
    right: 8px;
  }


  .fixed-header-wrapper.fixed-header .logo-small a img{
    min-height: 80px;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border: 0 none;
    max-width:100%;
    width:194px !important;
  }

  .off-canvas.off-canvas-active{
    right:0px;
    display: block;
  }
  .off-canvas {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1001;
    width: 70%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f2eded;
    -webkit-overflow-scrolling: touch;
  }
  .custom-menu-primary{
    display:block;
  }
  .off-canvas .custom-menu-primary ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .off-canvas .search-query {
    background-color: transparent;
    height: 52px;
    width: 84%;
    float: left;
    color: #fff;
    border: 0;
    padding: 20px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
    line-height: normal;
    font-family: AvenirNextLTW01-Medium,Avenir Next;
    outline:none;
  }
  .off-canvas .search-query::-webkit-input-placeholder { /* Edge */
    color: white;
  }

  .off-canvas .search-query:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
  }

  .off-canvas .search-query::placeholder {
    color: white;
  }
  .search-btn {
    cursor: pointer;
    height: 16px;
    float: left;
    padding: 18px 0;
    width: 16%;
    text-align: center;
  }
  .off-canvas .custom-menu-primary ul li {
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
  }

  .off-canvas .custom-menu-primary .hs_cos_wrapper .hs-menu-wrapper > ul > li.hs-item-has-children:after {
    width: 9px;
    height: 6px;
    background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/nav-down-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    right: 25px;
    top: 20px;
    content: '';
    cursor: pointer;
  }

  .off-canvas .custom-menu-primary ul li a{
    display: inline-block;
    text-decoration: none;
    padding: 14px;
    color: #414042;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .off-canvas .custom-menu-primary .hs-menu-wrapper > ul > li.menu-open > ul {
    margin-top: -10px;
  }

  .off-canvas .custom-menu-primary ul li ul{
    display:none;
    margin-top: -10px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 8px;
  }
  .off-canvas .custom-menu-primary ul li.menu-open ul{
    display:block;
  }

  .off-canvas .custom-menu-primary ul ul li{
    border-bottom:none;
  }
  .off-canvas .custom-menu-primary ul ul li a {
    padding-left: 20px;
    padding: 8px 20px 8px 26px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
  }
  .off-canvas .custom-menu-primary ul li ul li ul{
    margin-top: -10px;
    padding-bottom: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .off-canvas .custom-menu-primary ul ul ul li{
    border-bottom:none;
  }

  .off-canvas .custom-menu-primary ul li ul li ul li a{
    position: relative;
    padding: 9px 20px 9px 40px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
  }
  .off-canvas-close {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1000;
    cursor: pointer;
    width: 30%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
  }
  .off-canvas-close.off-canvas-active {
    right: 70%;
  }
  .off-canvas-close .close-button {
    cursor: pointer;
    float: right;
    width: 16px;
    height: 16px;
    background-color: #fff;
    padding: 26px;
  }
  .search-container-mobile-form {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    padding: 0;
    margin: 0;
    background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/mobile-search-bg.jpg);
    background-repeat:repeat;
  }
  .search-container-mobile-form form{
    overflow: hidden;
  }

  .close-button{
    position:relative;
    padding:25px;
  }
  .close-button img{
    position: absolute;
    top: 22px;
    right: 19px;
  }
}

@media (max-width:767px){
  .search-container-new .search-btn-new {
    width:50px;
  }

  .search-container-new {
    display: block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    padding: 0;
    margin: 0;
    background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/mobile-search-bg.jpg);
    background-repeat:repeat;
  }
  .search-container-new form {
    overflow: hidden;
  }
  .search-container-new .search-query-new {
    min-height: 49px;
    width: 100%;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border-radius: 0;
  }
  .search-container-new .search-btn-new {
    background-color: transparent;
    border-radius: 0;
  }
  .desktop{
    display:none;
  }
  .custom-menu-primary .navigation-primary{
    margin-top:0px;
  }
  .header__container{
    max-width:100%;
  }
  .brand-detail p {
    line-height: 18px;
    font-size: 11px;
  }
  .menu-icon {
    top: 9px;
  }

  .header-logo-wrapper{
    width: 140px !important;
  }
  .header-logo-wrapper a img {
    width: 140px !important;
  }
}

@media (max-width:639px){
  .custom-menu-primary .navigation-primary>ul>li>a{
    padding: 13px 20px 12px 55px;
  }
}


@media (max-width:500px){
  .fixed-header-wrapper.fixed-header .logo-small a img {
    width: 121.34px !important;
    max-width: 100%;
    min-height: 50px;
  }
  .fixed-header-wrapper.fixed-header .menu-button{
    top: 18px;
  }
}

@media (max-width:479px){
  .brand-detail{
    padding:0px;
  }
  .brand-detail p {
    padding: 5px 0 0 0;
    display: block;
    margin: 0;
    text-align: center;
    font-size: 10px;
  }
  .header-flex-box {
    display: block;
  }
  .brand-detail p:before{
    display:none;
  }
  .brand-detail em {
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    opacity: 1;
    overflow: visible;
    font-style: normal;
  }
  .mobile{
    display:block;
  }
  .header-wrapper {
    
  }
  .menu-icon {
    top: -54px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  height: auto;
  background-image:url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/footer-repeating-bg.jpg);
  background-repeat:repeat-x;
  display: block;
}

.footer-wrapper{
  padding-top: 68px;
  padding-bottom: 68px;
}
.footer__container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.footer-row{
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.footer-menu-client-col{
  text-align: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-menu{
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.footer-menu .hs_cos_wrapper .hs-menu-wrapper ul{
  display: inline-block;
  vertical-align: top;
  padding: 0 24px;
  text-align: left;
  line-height: 1;
  list-style: none;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
  margin-right: 4px;
  margin-top: 0;
  margin-bottom: 0px
}

.footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li{
  margin: 0;
  line-height: 1;
}

.footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li:first-child a{
  text-transform: uppercase;
  padding-top: 0;
  margin-bottom: 8px;
}

.footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li a{
  line-height: 1;
  padding: 6px 0;
  font-size: 14px;
  display: inline-block;
}

.footer-clients ul {
  margin: 0;
  line-height: 1;
  list-style: none;
  padding: 0;
}

.footer-clients li:first-child {
  margin-left: 0;
}

.footer-clients ul li {
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.footer-clients ul li a{
  display: block;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.footer-clients ul li a:hover{
  transform: scale(.9);
  -webkit-transform: scale(.95);
}

.footer-clients img{
  max-width: 100%;
  height: auto;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border: 0 none;
}

.col-flex {
  padding-left: 15px;
  padding-right: 15px;
}

.social-container ul li a{
  transition: color .5s ease 0s,background .5s ease 0s;
  -webkit-transition: color .5s ease 0s,background .5s ease 0s;
}

.social-container ul li:first-child a {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/facebook-icon.png);
}

.social-container ul li:first-child a:hover{
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/facebook-icon-hover.png);
}

.social-container ul li:nth-child(2) a {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/twitter-icon.png);
}

.social-container ul li:nth-child(2) a:hover{
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/twitter-icon-hover.png);
}

.social-container ul li:nth-child(3) a {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/instagram-icon.png);
}

.social-container ul li:nth-child(3) a:hover{
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/instagram-icon-hover.png);
}

.social-container ul li:nth-child(4) a {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/youtube-icon.png);
}

.social-container ul li:nth-child(4) a:hover{
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/youtube-icon-hover.png);
}

.social-container ul li:nth-child(5) a {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/linkedin-icon.png);
}

.social-container ul li:nth-child(5) a:hover{
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/linkedin-icon-hover.png);
}
.social-container ul li:nth-child(6) a {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021/images/vimeo-new.png);
}

.social-container ul li:nth-child(6) a:hover{
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021/images/vimeo-w.png);
}

a img:hover {
  opacity: .5;
  -moz-transition: opacity 0;
  -o-transition: opacity 0;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}
.social-container{
  font-size: 16px;
  line-height: 24px;
}

.social-container .hs_cos_wrapper{
  line-height: normal; 
}
.social-container .hs_cos_wrapper ul {
  padding:0;
  margin:0;
  list-style:none;
  display: inline-block;
  line-height: normal;
}

.social-container .hs_cos_wrapper ul li{
  display: inline-block;
  line-height:normal;
}

.social-container .hs_cos_wrapper ul li a {
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 52px;
  display: inline-block;
  margin: 0 5px 60px 0;
}

.footer-text-wrapper p{
  font-weight: 400;
  margin: 0 0 25px;
  margin-bottom: 60px;
}

.footer-text-wrapper p:last-child{
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
  padding-bottom: 60px;
  margin-bottom: 0;
}

.footer-text-wrapper p em {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.footer-text-wrapper p{
  color: #fff;
  line-height: 30px;
}
.footer-clients ul li {
  margin: 0 0 0 15px;
}

.footer-menu #hs_cos_wrapper_main_nav5 .hs-menu-wrapper ul:last-child{
  margin-right: 0;
  padding-right:0px;
}

.footer-menu #hs_cos_wrapper_main_nav5 .hs-menu-wrapper ul li:nth-child(4) a{
  opacity:0;
}


@media only screen and (min-width: 767px){
  .footer .footer-menu ul:before {
    width: 40px;
    height: 5px;
    background-color: #00467f;
    position: absolute;
    top: 30px;
    display: block;
    content: '';
  }
}


@media only screen and (max-width: 1800px){
  .footer-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-text-wrapper p{
    font-size: 15px;
    line-height: 28px;
  }
  .copyright, .footer-brand-detail {
    font-size: 15px;
    line-height: 27px;
  }
}


@media only screen and (max-width: 1599px){
  .footer-wrapper {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .footer-text-wrapper p {
    font-size: 15px;
    line-height: 28px;
  }
}


@media only screen and (max-width: 1399px){
  .footer__container{
    margin:0 auto;
  }
  .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-text-wrapper p{
    font-size: 14px;
    line-height: 27px;
  }
}


@media (max-width:1199px){
  .footer-row{
    margin-left: -8px;
    margin-right: -8px;
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul{
    padding: 0 18px;
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li:first-child a {
    margin-bottom: 3px;
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li a{
    font-size: 12px;
  }
  .footer-text-wrapper p {
    font-size: 13px;
    line-height: 21px;
  }
  .main-search-box a#hs-button_btn{
    line-height: 35px;
    height: 35px;
    padding: 0 16px;
    font-size: 11px;
  }
}


@media (max-width:1098px){
  .custom-menu-primary .navigation-primary>ul>li:nth-child(5)>ul{
    left:auto;
    right:0;
  }
}

@media (max-width:991px){
  .footer-row{
    margin-left: -8px;
    margin-right: -8px;
    display:block;
  }
  .footer-menu-client-col{
    padding-left: 8px;
    padding-right: 8px;
  }
  .col-flex{
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer-menu {
    margin-bottom: 5px;
    justify-content:center;
  }

  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul:first-child{
    margin-left: 0;
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul{
    padding: 0 7px;
  }

  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul:last-child{
    margin-right: 0;
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li a{
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .footer-text-wrapper p{
    font-size: 16px;
    line-height: 30px;
  }
  .footer-wrapper{
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .footer-clients{
    text-align:center;
  }
  .footer-text-wrapper{
    text-align:center;
  }
  .social-container .hs_cos_wrapper ul{
    display: block;
    text-align: center;
    width: 100%;
    padding-top: 25px;
  }
}


@media (max-width:767px){
  .footer-wrapper{
    padding-top: 34px;
    padding-bottom: 28px;
  }
  .footer__container{
    max-width:100% !important;
  }

  .footer-row{
    display: block;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .footer-menu-client-col {
    text-align: center;
  }

  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul li:not(:first-child) {
    display: none;
  }

  .footer-clients ul li{
    transform: scale(1);
    -webkit-transform: scale(1);
    padding: 0 15px;
  }
  .footer-text-wrapper p em{
    display: inline-block;
    width: auto;
    height: auto;
    overflow: visible;
    font-style: normal;
    margin: 0 2px;
  }
  .footer-menu{
    justify-content: center;
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul:last-child{
    margin-right:unset
  }
  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul:first-child{
    margin-left:unset
  }

  .footer-menu .hs_cos_wrapper .hs-menu-wrapper ul {
    display: inline-block;
    padding: 0 11px !important;
    width: auto;
  }
}

@media (max-width:479px){
  .footer-menu{
    display:block;
  }

  .footer-clients ul li{
    display: block;
    padding: 9px;
    max-width: 150px;
    margin: 0 auto !important;
  }
  .social-container .hs_cos_wrapper ul{
    padding-top:0px;
  }
  .footer-text-wrapper p em{
    display:none;
  }
  .footer-text-wrapper p a{
    display: block;
    width: 100%;
    line-height:32px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.hs-blog-listing, .hs-blog-post {
  display: block;
  width: 100%;
}

.banner-wrapper {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0;
}

.banner-wrapper .banner-title {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  left: 0;
  text-align: center;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  line-height: 100%;
}

.banner-wrapper .banner-grid, .banner-wrapper .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-wrapper .banner-overlay {
  background-color: #00467f;
  opacity: .3;
}

.banner-wrapper .banner-grid {
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/grid-pattern.png);
  background-repeat:repeat;
}

.banner-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.custom-blog-subscribe-form-grp {
  width: 100%;
  max-width: 1400px;
  display: table;
  margin: 0 auto!important;
}

.blog-section .content-wrapper {
  max-width: 1100px;
}

.custom-blog-subscribe-form-grp .content-wrapper {
  padding-bottom: 30px!important;
  padding: 40px 40px 30px;
  width: 100%;
}

.custom-blog-subscribe-form-grp h6 {
  margin-bottom: 15px;
  font-size: 13px;
  color: #959595;
  font-family: 'Avenir Next LT W01 Demi',Avenir Next;
  text-transform: uppercase;
  padding-top: 15px;
  position: relative;
  line-height: 24px;
  font-weight: 700;
}

.custom-blog-subscribe-form-grp h6:before {
  content: "";
  background-color: #959595;
  width: 40px;
  height: 5px;
  position: absolute;
  top: 0;
}

.blog-subscribe-form form {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent;
}

.blog-subscribe-form h3.form-title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  font-family: Vollkorn;
  color: #eb6e1f!important;
  display: inline-block;
  line-height: 40px;
}

.blog-subscribe-form .hs-richtext {
  font-size: inherit;
  font-family: inherit;
  line-height: 24px;
  margin: 0;
  color: #353535;
}

.blog-subscribe-form .hs-richtext p {
  margin-bottom: 1.5em;
  line-height: 24px;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
  font-weight: normal;
}

.blog-subscribe-form {}

.blog-subscribe-form .hs-form-field {
  margin-bottom: 18px;
}

.blog-subscribe-form .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: helvetica;
  font-size: 14px;
  color: #000000;
}

.blog-subscribe-form .hs-input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
}

.blog-subscribe-form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

.blog-subscribe-form input.hs-button.primary.large {
  margin: 0;
  font-weight: 700;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #e68922;
  border-color: #e68922;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  white-space: pre-wrap;
  font-family: helvetica;
  cursor: pointer;
  text-decoration: none !important;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  transition: none;
}

.blog-subscribe-form input.hs-button.primary.large:hover, 
.blog-subscribe-form input.hs-button.primary.large:focus {
  background: #e68922;
  border-color: #e68922;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
}

.blog-subscribe-form .grecaptcha-badge {
  margin: 8px;
  margin-top: 26px;
}

.blog-subscribe-form .actions {
  margin-top: 20px;
  margin-bottom: 24px;
  padding: 17px 0px;
  text-align: left;
}

.custom-blog-topic-filter-grp .content-wrapper {
  margin: 0 auto 50px auto;
  padding: 0 30px;
  box-sizing: content-box;
}

.resources-filter {
  float: left;
  width: 33%;
  padding: 0 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}

.custom-blog-topic-filter-grp .content-wrapper:before, .custom-blog-topic-filter-grp .content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.resources-filter-inner {
  position: relative;
  margin: 0 auto;
  max-width: 330px;
  margin-right: 0;
  margin-left: 0;
}

.resources-filter-button {
  position: relative;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 44px;
  padding-left: 20px;
  font-weight: 300;
  line-height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.resources-filter-button div {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 50px;
  height: 28px;
  margin: 8px 0;
  border-left: 1px solid #dcdcdc;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/dropdown-arrow.png);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resources-filter-button:hover {
  background-color: #eee;
}

.resources-filter-menu {
  position: absolute;
  top: 39px;
  right: 0;
  z-index: 100;
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  font-weight: 700;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resources-filter-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.resources-filter-menu ul li {
  line-height: inherit;
  display: block;
  width: 100%;
}

.resources-filter-menu ul li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #eb6e1f;
  transition: color .5s ease 0s,background .5s ease 0s;
  -webkit-transition: color .5s ease 0s,background .5s ease 0s;
}

.resources-filter-menu ul li a:hover, 
.resources-filter-menu ul li a:focus {
  color: #eb6e1f;
  text-decoration: underline;
}

.custom-blog-content-group {
  width: 100%;
  padding: 0 30px;
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/projects-repeating-bg.png);
  background-repeat:repeat;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.custom-blog-content-group .content-wrapper {
  padding: 54px 0 0 0;
}

.post-item {
  width: 33%;
  float: left;
  margin-bottom: 40px;
  padding: 0 7px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post-item:nth-child(3n+1) {
  padding-left: 0;
  clear: both;
}

.resource-tile:nth-child(3n+3) {
  padding-right: 0;
}

.blog-index {
  display: block;
  width: 100%;
}

.blog-index:before, .blog-index:after {
  display: block;
  clear: both;
  content: "";
}

.post-item .post-item-inner {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post-item:nth-child(3n+1) .post-item-inner {
  margin-left: 0;
}

.post-item:nth-child(3n+3) .post-item-inner {
  margin-right: 0;
}

.post-item .post-item-inner .info {
  position: relative;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post-item .post-item-inner .color-bar {
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8981d;
}

.featured-image-link {
  transition: color .5s ease 0s,background .5s ease 0s;
  -webkit-transition: color .5s ease 0s,background .5s ease 0s;
  text-decoration: none !important;
  outline: 0 !important;
}

.featured-image-link:hover, .featured-image-link:focus {
  outline: 0;
}

.post-item .post-item-inner .info .resource-image {
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border: 0;
  display: block;
  max-width: 100%;
  width: 100%;
}

.post-item .post-item-inner .info .blog-post-content-wrapper {
  padding: 20px 15px 15px;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.post-item .post-item-inner .info h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #00467f;
  font-size: 18px;
  font-weight: 500;
  width: auto;
  line-height: 24px;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
}

.post-item .post-item-inner .info h3 a {
  font-size: 18px;
  color: #00467f;
  text-decoration: none;
}

.post-item .post-item-inner .info h3 a:hover, 
.post-item .post-item-inner .info h3 a:focus {
  text-decoration: none;
  outline: 0;
}

.post-item .post-item-inner .info p {
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: normal;
}

.post-item .post-item-inner .info .read-more a {
  color: #eb6e1f;
  transition: color .5s ease 0s,background .5s ease 0s;
  -webkit-transition: color .5s ease 0s,background .5s ease 0s;
  text-decoration: none;
  font-weight: normal;
}

.post-item .post-item-inner .info .read-more a:hover,
.post-item .post-item-inner .info .read-more a:focus {
  text-decoration: underline;
  outline: 0;
}

.blog-pagination a.load-more {
  transition: color .5s ease 0s,background .5s ease 0s;
  -webkit-transition: color .5s ease 0s,background .5s ease 0s;
  cursor: pointer;
  color: #fff;
  background: #eb6e1f;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
  margin: 0 auto;
  display: block;
  width: 90px;
  text-align: center;
  float: none;
  margin-bottom: 54px;
  padding: 9px 20px 9px;
  box-sizing: content-box;
  line-height: 24px;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
}

.blog-pagination {
  overflow: hidden;
}

.blog-pagination a.load-more:hover, 
.blog-pagination a.load-more:focus {
  color: #fff;
  background: #eb6e1f;
  text-decoration: none;
  outline: 0;
}

/* hs blog post */

.blog-post-content-group .content-wrapper {
  display: table;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.blog-post {
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1400px;
  padding-bottom: 30px!important;
  width: 67%;
  display: table-cell;
  padding: 40px 40px 30px;
}

.post-inner-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.post-inner-wrapper .social-wrapper {
  float: right;
}

.post-inner-wrapper .social-wrapper a img:hover {
  opacity: .5;
  -moz-transition: opacity 0;
  -o-transition: opacity 0;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.share-facebook, .share-google-plus, .share-linked-in, .share-twitter {
  display: inline-block;
  height: 27px;
  padding: 0 5px;
  line-height: 20px;
  vertical-align: bottom;
  text-decoration: none !important;
  outline: 0 !important;
  margin-right: -4px;
}

.share-facebook img, .share-google-plus img, .share-linked-in img, .share-twitter img {
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border: 0;
  max-width: 27px;
  max-height: 27px;
}

.share-linked-in {
  margin-right: 0 !important;
}

.blog-sidebar {
  width: 32%;
  min-height: 100px;
  padding: 40px 0 40px 30px;
  margin: auto;
  height: 100%;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
}

h1.resource-name {
  font-weight: 700;
  font-family: Vollkorn;
  color: #eb6e1f!important;
  display: inline-block;
  line-height: 40px;
  font-size: 32px;
  text-transform: none;
  margin-bottom: 5px;
  margin-top: 0;
}

.resource-date {
  color: #77787b;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 15px;
  line-height: 24px;
}

.resource-content {
  display: block;
  width: 100%;
}

.blog-post__body p {
  margin-bottom: 1.5em;
  line-height: 24px;
  font-weight: 400;
}

.post-author-section h4 {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 24px;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
  color: #353535;
}

.post-author-section blockquote.testimonial {
  font-family: Vollkorn;
  line-height: 24px;
  color: #414042;
  border: 0;
  min-height: 90px;
  padding: 0;
  margin: 4px 4px 1.4em 4px;
  font-size: .9em;
}

.post-author-section blockquote.testimonial p {
  font-size: inherit;
  margin: 0 0 0 105px;
}

.post-author-section blockquote.testimonial p:first-child {
  line-height: 0;
}

.post-author-section blockquote.testimonial img.image {
  float: left;
  margin-right: 15px;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  border-radius: 100%;
}

.post-author-section blockquote.testimonial p.author {
  margin-top: 15px;
  font-size: 16px;
  color: #4ca8bc;
  line-height: 100%;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
}

.post-author-section blockquote.testimonial p.content-bio {
  line-height: 24px;
  min-height: 40px;
  font-family: Vollkorn;
  font-size: 18px;
}

.post-author-section blockquote.testimonial img.image:hover {
  opacity: .5;
  -moz-transition: opacity 0;
  -o-transition: opacity 0;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}

.back-button {
  clear: both;
  padding-top: 15px;
}

.back-button a {
  font-size: 13px;
  font-weight: 700;
  font-family: 'Avenir Next LT W01 Bold',Avenir Next;
  color: #00467f;
  text-decoration: none;
  display: block;
  line-height: 24px;
}
.back-button a:hover{
  color: #00467f;
}

.back-button img {
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-right: 6px;
}

.back-button span {
  vertical-align: middle;
}

.custom-sidebar-contact-form {
  margin-bottom: 40px;
  max-width: 330px;
  margin-left: 0;
  padding: 10px;
  color: #fff;
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/stripe-orange.png);
  background-repeat:repeat;
}

.custom-sidebar-contact-form h3.form-title {
  margin-bottom: 10px;
  font-weight: 100;
  font-family: AvenirNextLTW01-Light,Avenir Next;
  font-size: 26px;
  line-height: initial;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
  margin-top: 0;
  display: block;
}

.custom-sidebar-contact-form form {
  max-width: 600px;
  width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0;
  margin-bottom: 15px;
}

.custom-sidebar-contact-form form .hs-form-field {
  margin-bottom: 20px;
}

.custom-sidebar-contact-form form .hs-form-field > label {
  display: block;
  font-size: 16px;
  font-weight: 100;
  font-family: AvenirNextLTW01-Light,Avenir Next;
  color: #fff;
  margin: 0;
  line-height: 24px;
}

.custom-sidebar-contact-form form .hs_lastname.hs-lastname.hs-form-field > label {
  display: none !important;
}

.custom-sidebar-contact-form form .hs_lastname.hs-lastname.hs-form-field {
  margin-top: 24px;
}

.custom-sidebar-contact-form form .hs-form-field > label:after {
  color: #fff;
  content: "\20*";
}

.custom-sidebar-contact-form form label.hs-error-msg{
  padding: 5px 5px 5px 14px;
  color: #a6322a !important;
  font-size: 1em;
  font-weight: 700;
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/red-arrow.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
}

.custom-sidebar-contact-form form .hs_error_rollup label{
  width: 100%;
  margin: 12px 0;
  padding: 5px 15px;
  font-family: AvenirNextLTW01-Medium,Avenir Next;
  color: #a6322a !important;
  font-size: 100%;
  font-weight: 700;
  border: 1px dotted #a6322a;
  background-color: #f3e4e3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-sidebar-contact-form .hs-form-required {
  display: none;
}

.custom-sidebar-contact-form .hs-input {
  padding: 4px;
  font-size: 1em;
  border: 1px solid #959595;
  border-radius: 2px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: AvenirNextLTW01-Medium, "Avenir Next";
  line-height: normal;
  margin: 0;
  height: auto;
}

.custom-sidebar-contact-form input.hs-button.primary.large {
  line-height: normal;
  font-family: inherit;
  padding: 9px 20px 9px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
  border: none;
  color: #fff;
  margin: 0 auto;
  display: block;
  background-color:transparent;
  background-image: url(https://8237469.fs1.hubspotusercontent-na1.net/hubfs/8237469/raw_assets/public/Performance_Services_Jan2021_archive/images/form-block-button-orange.png);
  background-repeat:no-repeat;
  width: 261px;
  height: 45px;
}

.sidebar-related-post-item {
  width: 100%;
  float: none;
  margin-left: 0 !important;
  padding: 0 !important;
  margin-bottom: 40px;
}

.sidebar-related-post-item h6 {
  margin-bottom: 15px;
  font-size: 13px;
  color: #959595;
  font-family: 'Avenir Next LT W01 Demi',Avenir Next;
  text-transform: uppercase;
  padding-top: 15px;
  position: relative;
  line-height: 24px;
  font-weight: 700;
}

.sidebar-related-post-item h6:before {
  content: "";
  background-color: #959595;
  width: 40px;
  height: 5px;
  position: absolute;
  top: 0;
}

.custom-post-bottom-related-posts h6 {
  margin-bottom: 15px;
  font-size: 13px;
  color: #959595;
  font-family: 'Avenir Next LT W01 Demi',Avenir Next;
  text-transform: uppercase;
  padding-top: 15px;
  position: relative;
  line-height: 24px;
  margin-top: 0;
}

.custom-post-bottom-related-posts h6:before {
  content: "";
  background-color: #959595;
  width: 40px;
  height: 5px;
  position: absolute;
  top: 0;
  font-weight: 700;
}

.custom-post-bottom-related-posts .related-content-wrapper:before, 
.custom-post-bottom-related-posts .related-content-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

.custom-post-bottom-related-posts .related-content-wrapper {
  padding-top: 10px;
}

.custom-post-bottom-related-posts .related-content-wrapper .color-bar {
  background: none;
}

.custom-sidebar-contact-form .input {
  margin-right: 0 !important;
}

.custom-sidebar-contact-form .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field .input {
  margin-right: 8px !important;
}

.custom-sidebar-contact-form .hs-input::placeholder {
  color: rgb(117, 117, 117);
  font-family:  AvenirNextLTW01-Medium, "Avenir Next";
}

.custom-sidebar-contact-form textarea.hs-input {
  width: 100%;
  height: 125px;
}

.blog-subscribe-form form .hs-error-msgs label{
  font-size:14px;
}

.post-item .post-item-inner .info .resource-image:hover{
  opacity:1;
}
.back-button img:hover{
  opacity:1;
}
.section.post-footer {
  margin-top: 50px;
}
.blog-comments form {
  padding-top: 20px;
}

/* media query */

@media (min-width: 701px) {
  .resources-filter-menu select {
    display: none !important;
  }
}

@media (max-width: 1200px) {
  .blog-post-content-group .content-wrapper {
    padding: 0 30px;
  }
}

@media (max-width: 900px) {
  .resources-filter-button {
    font-size: 13px;
    overflow: hidden;
    padding-left: 10px;
  }

  .resources-filter-button div {
    width: 30px;
  }

  .post-item {
    width: 50%;
  }

  .post-item:nth-child(2n+1) {
    padding-right: 7px;
    padding-left: 0;
    clear: both;
  }

  .post-item:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 7px;
  }

  .post-item:nth-child(3n+1) {
    clear: none;
  }

  .post-item:nth-child(3n+1) .post-item-inner {
    margin-left: 0;
  }

  .post-item .post-item-inner {
    max-width: 100%;
    max-height: 100%;
  }

  .custom-blog-subscribe-form-grp {
    display: block!important;
  }

  .blog-post-content-group .content-wrapper {
    display: block!important;
  }

  .blog-post {
    width: 100%!important;
    display: block!important;
  }

  .blog-sidebar {
    padding: 0!important;
    display: block;
    width: 100%;
  }

  .custom-sidebar-contact-form, .sidebar-related-posts {
    margin-left: auto;
    margin-right: auto;
  }

  .hs-blog-post .sidebar-related-post-item {
    width: 100%;
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 330px;
  }
}

@media (max-width: 700px) {
  .banner-wrapper .banner-title {
    font-size: 32px;
    margin-top: -20px;
  }

  .custom-blog-subscribe-form-grp .content-wrapper {
    padding-bottom: 0!important;
  }

  .resources-filter-button {
    display: none !important;
  }

  .resources-filter-menu {
    display: block !important;
    position: static;
    background: transparent;
    border: 0;
    max-height: none;
    top: auto;
    z-index: auto;
    width: auto;
    right: auto;
    overflow: initial;
    font-weight: inherit;
  }

  .resources-filter-inner {
    max-width: 100%!important;
    padding-bottom: 10px;
  }

  .resources-filter-menu > ul {
    display: none !important;
  }

  .resources-filter-menu select {
    font-size: 1em;
    border: 1px solid #959595;
    border-radius: 2px;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
  }

  .resources-filter {
    display: block;
    margin: 10px 0;
    float: none;
    width: 100%;
    padding: 0;
  }

  .post-item {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

@media (max-width: 500px) {
  .blog-subscribe-form h3.form-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }

  .blog-subscribe-form .grecaptcha-badge {
    margin: 8px;
  }
}

@media (max-width: 479px) {
  .post-author-section blockquote.testimonial img.image {
    float: none;
    margin: 0 auto;
  }

  .post-author-section blockquote.testimonial {
    text-align: center;
  }

  .post-author-section blockquote.testimonial p.author, 
  .post-author-section blockquote.testimonial p.content-bio {
    margin: 10px auto 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: 6rem 10px;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 60px 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  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;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}