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

.banner-section .dnd-section > .row-fluid{
  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;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.dnd-section[class*="-force-full-width-section"]>.row-fluid {
    padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  box-sizing: border-box;
  font-size: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

p {
  margin-top: 0;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 10px 0;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

h4 {
  font-family: Lato, sans-serif;
  margin: 0 0 10px 0;
  font-size: 1.175rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 2px 7px 2px 7px;
  display: inline-block;
  margin: 0 0 16px 0;
}

h6 {
  font-size: .9rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .5rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
ul{
  list-style-position: outside;
  list-style-type: disc;
}

ul,
ol {
  margin: 0;
  padding: 0;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

ul li,
ol li {
}

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

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
  line-height: 1.6;
  color: #8a8a8a;
}

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

body.no-banner-page .body-wrapper {
  padding-top: 92px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  text-decoration: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  line-height: 1.15;
  margin: 0;
  white-space:normal;
  width: auto;
  max-width: 100%;
}

.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 {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #FF0000;
}
.hs-error-msgs .hs-error-msg {
  color: #FF0000;
}

.hs-form fieldset {
  margin-left: auto;
  margin-right: auto;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="password"],
form textarea,
form select,
input#hs-pwd-widget-password{
  display: block;
  box-sizing: border-box;
  width: 100% !important;
  height: 2.4375rem;
  padding: .5rem;
  border: 1px solid;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #848C96;
  border-radius: 6px;
  min-height: 52px;
  padding-left: 25px;
  padding-right: 25px;
}
    

input#hs-pwd-widget-password{
  height: 2.4375rem !important;
  margin-top:0 !important;
  margin-bottom:15px;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field,
.hs-search-module .hs-input{
  margin: 0 0 1rem;
}

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

.hs_cos_wrapper_type_form,	
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt{
  display:block;
  max-width:500px;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}


@media(max-width:767px){
  .hs_cos_wrapper_type_form,	
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt{
    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 {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  margin-left:0;
  list-style: none;
}


.sticky .custom-menu-primary .hs-menu-wrapper>ul ,
.no-banner-page .custom-menu-primary .hs-menu-wrapper>ul {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 14px 0 0 0;
  text-align: right;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  list-style: none;
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  padding: 10px 12px 15px 12px;
  border: 1px solid transparent;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  border-bottom: 1px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  position: absolute;
  display: none;
  width: 297px;
  top: 50px;
  left: 0;
  border-left: 1px solid #ffffff;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover > ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul > li {
  display: block;
  list-style: none;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul > li > a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 6px 15px 6px 15px;
  text-decoration: none;
}

@media screen and (min-width: 1000px) and (max-width: 1190px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 8px 15px 8px;
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    top: 46px;
    width: 260px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 13px;
  }
}

@media screen and (min-width: 900px) and (max-width: 1000px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 5px 15px 5px;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    top: 45px;
    width: 245px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
  }
}

@media screen and (min-width: 800px) and (max-width: 900px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 10px 3px 15px 3px;
    font-size: 10.5px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    width: 210px;
    top: 42px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 10.5px;
  }
}


@media(max-width:800px){
  .menu-mobile-menu-container {
    margin: 64px 0 0 0;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-mobile-menu-container .hs-menu-wrapper > ul > li {
    display: block;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #4d4d4d;
  }

  .menu-mobile-menu-container .hs-menu-wrapper > ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 22px;
    text-decoration: none;
  }

  .menu-mobile-menu-container .hs-menu-wrapper > ul > li > ul {
    display: none;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #02356a;
    z-index: 999;
  }
  .menu-mobile-menu-container .hs-menu-wrapper>ul>li>a span.menu-action {
    display: block;
    position: absolute;
    background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/mobile-arrow-icon.png') no-repeat;
    width: 7px;
    height: 13px;
    top: 11px;
    right: 30px;
    color: transparent;
  }

  .menu-mobile-menu-container .hs-menu-wrapper>ul>li>ul > li {
    display: block;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
  }

  .menu-mobile-menu-container .hs-menu-wrapper>ul>li>ul > li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    font-size: 23px;
    display: block;
    padding-left: 44px;
    margin-bottom: 27px;
    text-decoration: none;
  }


  .menu-mobile-menu-container .hs-menu-wrapper>ul>li>ul > li:first-child > a span.menu-action {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #00b4ff;
    font-size: 14px;
    display: block;
    position: absolute;
    top: -35px;
    left: 20px;
    padding-left: 15px;
    background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/mobile-back-arrow.png') top 2px left no-repeat;
  }

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



main.body-container-wrapper {
  background-color: #ffffff;
  position: relative;
  z-index: 4;
}



.container-fluid.home-page-row2 a:hover {
  color: #fff !important;
}


.body-container__website .widget-type-rich_text h1,
.top-section .widget-type-rich_text h1{
  margin: 0 0 30px 0;
}

.body-container__website .widget-type-rich_text h2,
.top-section .widget-type-rich_text h2,
.two-col-section .widget-type-rich_text h2{
  margin-bottom: 36px;
}

.body-container__website .widget-type-rich_text p,
.top-section .widget-type-rich_text p,
.two-col-section .widget-type-rich_text p{
  margin: 0 0 28px 0;
}

.body-container__website .widget-type-rich_text h3 {
  margin: 0 0 36px 0;
}
.body-container__website .widget-type-rich_text ol > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #4d4d4d;
}

.leadership-modal ul.leader-social-list li a.leader-linked {
  display: block;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/leadership-linked%20%281%29.png') no-repeat;
    width: 27px;
    height: 26px;
    }

.leadership-modal .leadership-modal-inner button.mfp-close {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/leadership-close.png') no-repeat;
    }

.map-wrapper .contact-location-box p.location {
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/contact-address-icon.png') top 4px left no-repeat;
    }

.contact-two-col .hs_cos_wrapper_type_form {
  max-width: 100%;
}
.contact-two-col form {
  padding-top:60px;
}
.contact-two-col form select.hs-input {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a0a0a;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow .5s,border-color .25s ease-in-out;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  box-shadow: none;
  width: 95% !important;
}


.contact-two-col-section {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  padding: 80px 0 120px 0;
}

.contact-two-col-section .contact-col-6 {
  width: 50%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contact-two-col-section .page-center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.contact-two-col-section .left {
  padding-right: 38px;
}

.contact-two-col-section .right {
  padding-left: 53px;
  padding-top: 53px;
}




.contact-two-col form ul.inputs-list.multi-container {
  margin-left: 1.25rem;
  list-style-type: disc;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
  padding: 0;
}

.contact-two-col form ul.inputs-list.multi-container li.hs-form-radio {
  list-style: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #4d4d4d;
}

.contact-two-col form ul.inputs-list.multi-container li.hs-form-radio .hs-input {
  margin: 0 0 1rem;
  margin-right: .5rem;
}

.contact-two-col form ul.inputs-list.multi-container li.hs-form-radio span {
  display: inline;
  vertical-align: super;
}
.contact-two-col form textarea {
  height: 2.4375rem;
  min-height: 50px;
}
.contact-two-col form .hs-fieldtype-radio.field > label {
  margin-bottom: 3px;
}

.body-container__website .widget-type-rich_text h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.top-section hr {
  height: 2px;
  display: block;
  background-color: #f1f1f1;
  max-width: 570px;
  margin: 0 auto 22px auto;
  padding: 0;
}

.body-container__website .widget-type-rich_text .hs-responsive-embed-wrapper.hs-responsive-embed {
  margin: 0 0 37px 0 !important;
}

/* Service page module style */

.two-col-section section.content-with-img-col-wrapper .split-inner {
  padding: 58px 0 62px 72px;
}

.two-col-section section.content-with-img-col-wrapper .split-inner p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.two-col-section section.content-with-img-col-wrapper .split-inner ul {
  margin: 0;
}


.two-col-section section.content-with-img-col-wrapper .split-inner ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.45;
  padding-left: 25px;
  display: block;
  list-style: none;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/service-arrow.png') top 8px left no-repeat;
    margin-bottom: 22px;
    color: #ffffff;
    }

.two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner {
  padding: 58px 94px 62px 0;
}

.two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner p.btn-p a.btn.blue-btn {
  margin: 16px 0 0 0;
  padding: 19px 36px 17px 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner p.btn-p + p{
  display:none;
}

.two-col-section .cta_button {
  line-height: 1.7 !important;
  padding: 19px 42px 18px 42px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
}


/* Products page style */

.products-top-section .widget-type-rich_text hr {
  display: block;
  height: 2px;
  background-color: #f1f1f1;
  margin: 0 auto 32px auto;
  max-width: 568px;
}

.products-top-section .widget-type-rich_text h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #014a8e;
}
.products-top-section .widget-type-rich_text h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 36px 0;
  color: #5a5852;
}

.products-top-section .widget-type-rich_text p {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4d4d4d;
}

.products-bottom-section .widget-type-rich_text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 17px 0;
  color: #4d4d4d;
}


/* prefabricated-modular-data-centers page style */


.data-center-top-section .widget-type-rich_text h1 {
  margin: 0 0 8px 0;
  text-align: center;
}

.data-center-top-section .widget-type-rich_text  h2 {
  margin: 0 0 70px 0;
  text-align: center;
}

.data-center-top-section .widget-type-rich_text p {
  font-size: 19px;
  color: #4d4d4d;
  line-height: 1.55;
  text-align: center;
  margin-bottom:0;
}


.data-center-full-width-image-section {
  position: relative;
  z-index: 3;
}

.data-center-bottom-section {
  position: relative;
  z-index: 3;
}
.content-with-img-col-wrapper.theme_light_grey .split-inner ul li {
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/dark-blue-arrow.png') top 8px left no-repeat;
    }



.data-center-bottom-section .widget-type-rich_text h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 30px 0;
  font-size: 26px;
}

.data-center-bottom-section .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
}

.data-center-bottom-section .widget-type-rich_text ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  list-style: none;
  font-size: 19px;
  line-height: 1.2;
  color: #d6d4d3;
  min-height: 11px;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/light-blue-arrow.png') top 5px left no-repeat;
    padding-left: 20px;
    margin-bottom: 22px;
    }
.data-center-bottom-section .widget-type-rich_text h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  max-width: 885px;
  margin: 0 auto 32px;
}




.products-middle-container {
  position: relative;
  z-index: 3;
  padding: 137px 0 315px 0;
  background-color: #014a8e;
}

section.products-jagged-container {
  position: relative;
  z-index: 5;
  min-height: 200px;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/products-white-divider.png') top center no-repeat;
    background-size: cover;
    top: -200px;
    margin-bottom: -200px;
    }

.products-bottom-section .widget-type-rich_text  h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.45;
  margin: 42px 0 55px 0;
  color: #014a8e;
}


.products-middle-section .products-box-item p.btn-p.text-right a.product-btn-arrow {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  display: inline-block;
  position: absolute;
  bottom: 63px;
  right: 0;
  padding: 23px 25px 12px 29px;
}


.products-middle-section .products-box-item h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
  color: #013159;
  margin: 0 0 30px 0;
}

.products-middle-section .products-box-item .medium-5.cell.home-box-copy {
  background-color: #ffffff;
  position: relative;
  padding: 51px 63px 60px 57px;
}
.products-middle-section .products-box-item {
  margin: 0 0 57px 0;
}
.products-middle-section .products-box-item:hover h2 {
  color: #fff;
}

.products-bottom-section .widget-type-rich_text p {
  font-size: 18px;
  line-height: 1.65;
}


.products-middle-section .products-box-item p.btn-p.text-right {
  margin-bottom: 0 !important;
  font-size: 1.0em !important;
}


.products-middle-section .products-box-item p.btn-p.text-right a.product-btn-arrow {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  display: inline-block;
  position: absolute;
  bottom: 63px;
  right: 0;
  padding: 23px 25px 12px 29px;
}














.container-fluid.home-page-row1 hr {
  display: block;
  max-width: 100%;
  width: 570px;
  margin: 0 auto 33px auto;
  height: 2px;
  background-color: #f1f1f1;
}

.container-fluid.home-page-row1 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  font-size: 30px;
  margin: 0 0 35px 0;
  color: #707070;
}

.container-fluid.home-page-row1 h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: block;
  text-align: center;
  color: #014a8e;
  line-height: 1.1;
  margin: 0 0 10px 0;
  font-size: 64px;
}

.container-fluid.home-page-row1 .widget-type-rich_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #4d4d4d;
  margin: 0 0 31px 0;
}

.container-fluid.home-page-row2 h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.container-fluid.home-page-row2 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.container-fluid.home-page-row2 .button-module-link-text {
  line-height: 1.8;
}
.container-fluid.home-page-row4 {
  background:   url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/home-products-bg.jpg) bottom center no-repeat #02356a;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  position: relative;
  z-index: 4;
}
section.products-divider {
  z-index: 5;
  min-height: 200px;
  background:  url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/products-blue-divider.png)  top center no-repeat;
  background-size: cover;
  position: relative;
  top: -200px;
  margin-bottom: -200px;
}
.container-fluid.home-page-row4 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 63px 0;
}

.container-fluid.home-page-row4 .row-fluid .span4 {
  width: 31.33333%;
}

.container-fluid.home-page-row4 .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.banner-area .inpage-editor-active-field section.sub-banner-container,
.banner-area .inpage-editor-highlight-field section.sub-banner-container{
  position: static;
  min-height: auto;
}
.banner-area .inpage-editor-active-field section.sub-banner-divider, 
.banner-area .inpage-editor-highlight-field section.sub-banner-divider {
  display: none;
}
.container-fluid.construction-row1 a:hover {
  text-decoration: underline;
}
@media all and (-ms-high-contrast:none) {

  .container-fluid.home-page-row4 .row-fluid .span12 > div,
  .container-fluid.home-page-row4 .row-fluid .span12,
  .container-fluid.home-page-row4 .row-fluid{
    height:auto!important;
  }
  .container-fluid.home-page-row4{
    padding: 0 0 777px 0;
  }
}
.container-fluid.home-page-row4 .row-fluid:before,
.container-fluid.home-page-row4 .row-fluid:after {
  display: none;
}
.container-fluid.home-page-row4 .row-fluid .span4>div {
  height: 100%;
}
.container-fluid.home-page-row4 .widget-type-rich_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 1.45;
}
.container-fluid.home-page-row4 .row-fluid {
  height: 100%;
}

.container-fluid.home-page-row4 .row-fluid .span12 {
  height: 100%;
}

.container-fluid.home-page-row4 .row-fluid .span12>div {
  height: 100%;
}
.container-fluid.fabrication-row1 h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #014a8e;
}

.container-fluid.fabrication-row1 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 36px 0;
  color: #5a5852;
}
.container-fluid.fabrication-row2 h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 17px 0;
  color: #4d4d4d;
}
.container-fluid.fabrication-row1 hr {
  display: block;
  height: 2px;
  background-color: #f1f1f1;
  margin: 0 auto 32px auto;
  max-width: 568px;
}.container-fluid.fabrication-row2 hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
.container-fluid.fabrication-row2 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.65;
  color: #3b3b3b;
  text-align: center;
}
.container-fluid.fabrication-row1 hr {
  display: block;
  height: 2px;
  background-color: #f1f1f1;
  margin: 0 auto 32px auto;
  max-width: 568px;
}
.container-fluid.fabrication-row2 h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.45;
  margin: 42px 0 55px 0;
  color: #014a8e;
}
.container-fluid.fabrication-row1 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4d4d4d;
}
.container-fluid.why-pcx-row1 h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 29px 0;
  font-size: 64px;
  color: #014a8e;
}

.container-fluid.why-pcx-row1 hr {
  height: 2px;
  display: block;
  background-color: #f1f1f1;
  max-width: 570px;
  margin: 0 auto 22px auto;
}

.container-fluid.why-pcx-row1 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #4d4d4d;
}

.container-fluid.why-pcx-row1 ul {
  display: block;
  max-width: 980px;
  margin: 15px auto 45px auto;
}

.container-fluid.why-pcx-row1 ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #4d4d4d;
  font-size: 19px;
  display: block;
  list-style: none;
  line-height: 1.4;
  padding-left: 24px;
  background:  url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/why-blue-arrow.png) top 8px left no-repeat;
  margin-bottom: 24px;
}
.container-fluid.why-pcx-row3 ul {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 19px;
}
.container-fluid.markets-page-row1  h2 ,
.container-fluid.markets-page-row3 .widget-type-rich_text h2{
  margin: 0 0 36px 0;
}

.container-fluid.markets-page-row1 h1,
.container-fluid.markets-page-row3 h1{
  margin: 0 0 30px 0;
}

.container-fluid.markets-page-row1 .widget-type-rich_text p ,
.container-fluid.markets-page-row3 .widget-type-rich_text p{
  margin: 0 0 28px 0;
  color: #4d4d4d;
}

.markets-page-wrapper section.content-with-img-col-wrapper.img-align-right .split-inner {
  padding: 58px 94px 62px 0;
}

.markets-page-wrapper section.content-with-img-col-wrapper p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 22px;
}


.container-fluid.home-page-row4 .row-fluid:before,.container-fluid.home-page-row4 .row-fluid:after {
  display: none;
}

.markets-page-wrapper section.content-with-img-col-wrapper .split-inner {
  padding: 58px 0 62px 72px;
}
.container-fluid.markets-page-row1 section.dark-blue-container {
  padding: 70px 0 87px 0;
}

.container-fluid.markets-page-row1 section.dark-blue-container p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

.container-fluid.markets-page-row1 section.dark-blue-container h2.text-center {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.container-fluid.markets-page-row1 section.dark-blue-container p a {
  color: #fff;
}

.container-fluid.markets-page-row1 section.dark-blue-container p a:hover {
  color: #ffcc00;
}
.container-fluid.markets-page-row1 section.dark-blue-container p.btn-p.text-center a.btn.yellow-btn {
  margin: 10px 0 0 0;
  color: #444444;
}
.container-fluid.markets-page-row1 section.dark-blue-container p.btn-p.text-center a.btn.yellow-btn:hover {
  color: #333333;
}
.container-fluid.markets-page-row3 h3 {
  margin: 0 0 36px 0;
}
.container-fluid.construction-row1 h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #014a8e;
}

.container-fluid.construction-row1 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 36px 0;
  color: #5a5852;
}
.container-fluid.construction-row1 hr {
  display: block;
  height: 2px;
  background-color: #f1f1f1;
  margin: 0 auto 32px auto;
  max-width: 568px;
}

.container-fluid.construction-row1 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #4d4d4d;
}

.container-fluid.construction-row2 {
  position: relative;
  z-index: 3;
  background-color: #014a8e;
  padding: 96px 0 134px 0;
}

.grey-jagged-left {
  display: block;
  width: 100%;
  background:url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/construction-jagged-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 190px;
  position: absolute;
  top: -185px;
  left: 0;
}

.construction-row3 {
  position: relative;
  z-index: 4;
}
.container-fluid.construction-row4 section.dark-blue-container p.btn-p.text-center .cta_button {
  font-weight: 600;
  font-size: 18px;
  color: #5a5852;
  padding: 21px 42px 19px 42px;
  margin-bottom: 25px;
  margin-top: 0;
}
.container-fluid.Projects-row1 h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  margin: 0;
  color: #014a8e;
  text-align: center;
}
.container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 5px 0;
  color: #014a8e;
}

.container-fluid.arc-flash-study-page-row1 .widget-type-rich_text hr {
  display: block;
  height: 2px;
  background-color: #f1f1f1;
  margin: 0 auto 32px auto;
  max-width: 568px;
}

.container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 36px 0;
  color: #5a5852;
}

.container-fluid.arc-flash-study-page-row1 .widget-type-rich_text p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #4d4d4d;
}
.container-fluid.arc-flash-study-page-row2 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 64px;
  line-height: 1.2;
  margin: 0 0 62px 0;
}
.container-fluid.arc-flash-study-page-row2 .dnd-section {
  background-position: top center !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}
section.left-page-spike-container {
  position: relative;
  z-index: 4;
  background:url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/left-jagged-spacer.png) no-repeat;
  min-height: 160px;
  width: 100%;
  background-size: cover;
  top: -160px;
  margin-bottom: -160px;
}
.container-fluid.arc-flash-study-page-row3 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.23;
  margin: 0 0 24px 0;
  color: #014a8e;
}

.container-fluid.arc-flash-study-page-row3 hr {
  max-width: 570px;
  margin: 0 auto 25px auto;
  background-color: #f1f1f1;
  height: 2px;
}

.container-fluid.arc-flash-study-page-row3 h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #4d4d4d;
  line-height: 1.6;
  max-width: 710px;
  margin: 0 auto 16px auto;
  display: block;
  padding: 0;
  text-transform: unset;
}
.container-fluid.arc-flash-study-page-row3 ul {
  margin: 0;
}

.container-fluid.arc-flash-study-page-row3 ul li p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #4d4d4d;
  line-height: 1.6;
  margin: 0 0 26px 0;
}

.container-fluid.arc-flash-study-page-row3 ul {
  list-style: none;
  position: relative;
  padding-left: 26px;
}

.container-fluid.arc-flash-study-page-row3 ul:before {
  display: block;
  content: "";
  background: url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/arc-blue-arrow.png) no-repeat;
  width: 5px;
  height: 11px;
  position: absolute;
  top: 9px;
  left: 0;
}
.container-fluid.arc-flash-study-page-row4 h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 17px 0;
}

.container-fluid.arc-flash-study-page-row4 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 0 26px 0;
}

.container-fluid.arc-flash-study-page-row4 ul {
  margin: 0;
}

.container-fluid.arc-flash-study-page-row4 ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 19px;
  display: block;
  list-style: none;
  padding-left: 26px;
  background: url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/arc-yellow-arrow.png) top 7px left no-repeat;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
.container-fluid.arc-flash-study-page-row5 h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 64px;
  color: #014a8e;
  line-height: 1.1;
  margin: 0 0 9px 0;
}

.container-fluid.arc-flash-study-page-row5  h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #5a5852;
  line-height: 1.2;
  margin: 0 0 30px 0;
}

.container-fluid.arc-flash-study-page-row5  hr {
  max-width: 570px;
  margin: 0 auto 63px auto;
  height: 2px;
  background-color: #f1f1f1;
}

.container-fluid.arc-flash-study-page-row5  h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  margin: 0 0 6px 0;
  color: #00b4ff;
}

.container-fluid.arc-flash-study-page-row5  ul {
  margin: 19px 0 0 0;
  padding: 0;
}

.container-fluid.arc-flash-study-page-row5  ul li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 19px;
  display: block;
  list-style: none;
  line-height: 1.4;
  color: #4d4d4d;
  padding-left: 26px;
  background:  url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/arc-blue-arrow.png) top 7px left no-repeat;
  margin-bottom: 24px;
}
.container-fluid.arc-flash-study-page-row6 .dnd-section {
  position: relative;
  z-index: 3;
  background-position: top center !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 92px 0 95px 0;
  background-attachment: fixed;
}

.container-fluid.arc-flash-study-page-row6 h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 5px 0;
}

.container-fluid.arc-flash-study-page-row6 p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 19px;
  text-align: center;
  line-height: 1.4;
}

/* mod*/
.container-fluid.arc-flash-study-page-row4 section.content-with-img-col-wrapper .split-innerr {
  max-width: 605px;
  padding-left: 70px;
  padding-top: 0;
  padding-bottom: 0;
}

.container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-content {
  background-color: #edebe5;
}
.container-fluid.arc-flash-study-page-row4 .medium-6.cell.split-content {
  padding: 60px 0 40px 0;
}

.container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey {
  padding: 0;
}
.container-fluid.body-container.products-top-section a:hover {
  text-decoration: underline;
}
.container-fluid.fabrication-row1 a:hover {
  text-decoration: underline;
}
.mfp-wrap {
  overflow: hidden;
}
.container-fluid.arc-flash-study-page-row4 section.content-with-img-col-wrapper.img-align-right .medium-6.cell.split-content {
  padding: 0;
  width: 50%;
  padding: 60px 0 40px 0;
  display: block;
}
.two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner p.btn-p a.btn.blue-btn:hover {
  color: #ffffff;
  background-color: #014a8e;
}

.container-fluid.arc-flash-study-page-row4 section.content-with-img-col-wrapper.img-align-right .content-image-inner {
  display: flex;
}
.body-container__landing h1 {
  font-size: 37px;
}
.container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .medium-6.cell.split-content .split-inner {
  max-width: 585px;
  float: right;
  padding-right: 225px;
  width: unset;
}
.container-fluid.arc-flash-study-page-row4 section.content-with-img-col-wrapper.theme_blue .medium-6.cell.split-content .split-inner {
  max-width: 605px;
  padding: 0;
  padding-left: 70px;
}
.container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-inner h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #014a8e;
  font-size: 30px;
  line-height: 1.2;
  font-style: normal;
  margin: 0 0 17px 0;
}
.container-fluid.arc-flash-study-page-row1 a:hover {
  color: #00b4ff;
  text-decoration: underline;
}
.container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-inner ul {
  margin: 24px 0 0 0;
  padding: 0;
}

.container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-inner ul li {
  padding-left: 26px;
  line-height: 1.5;
  margin: 0 0 20px 0;
}
@media print, screen and (min-width: 40em){
  .container-fluid.home-page-row1 .widget-type-rich_text {
    max-width: 91.66667%;
    margin: 0 auto;
  }
  main.body-container-wrapper.fabrication-wrapper .span6 ,
  .container-fluid.why-pcx-row1 .span6{
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 1400px){
  .container-fluid.home-page-row1 h1 {
    font-size: 48px;
  }

  .container-fluid.home-page-row1 h2 {
    font-size: 24px;
  }
}


@media(max-width:1299px) and (min-width:801px){
  .data-center-full-width-image-section .dnd-section {
    padding: 144px 0 131px 0 !important;
  }
}


@media screen and (max-width: 1200px){
  .body-container__website .dnd-section{
    margin-top:0 !important;
  }
}



@media screen and (max-width: 1190px){
  .container-fluid.arc-flash-study-page-row6 .dnd-section>.row-fluid {
    padding: 0;
  }
  .contact-two-col .dnd-section form input.hs-button.primary.large {
    padding-left: 100px;
    padding-right: 100px;
  }
  .data-center-full-width-image-section .dnd-section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .data-center-bottom-section .widget-type-rich_text h4 {
    font-size: 22px;
  }

  .data-center-bottom-section .widget-type-rich_text ul li {
    font-size: 16px;
  }
  .contact-two-col-section .left {
    padding-right: 25px;
  }

  .contact-two-col-section .right {
    padding-left: 38px;
  }

}

@media screen and (max-width: 1100px){
  .two-col-section section.content-with-img-col-wrapper  .medium-6.cell.split-img.zoom {
    background-size: cover !important;
  }
}



@media screen and (min-width: 900px) and (max-width: 1000px){
  .markets-page-wrapper section.content-with-img-col-wrapper.img-align-right .split-inner {
    padding: 58px 20px 62px 0;
  }

  .markets-page-wrapper .split-inner {
    padding: 58px 0 62px 20px;
  }
  .container-fluid.construction-row2 .row-fluid .span6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .container-fluid.construction-row4  section.dark-blue-container h2.text-center {
    font-size: 26px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1190px){
  main.body-container-wrapper.fabrication-wrapper  .span6 ,
  .container-fluid.why-pcx-row1 .span6  {
    padding-right: 15px
  }
  main.body-container-wrapper.fabrication-wrapper .span6:first-child,
  .container-fluid.why-pcx-row1 .span6:first-child{
    padding-right: 0;
    padding-left: 15px
  }

  .container-fluid.arc-flash-study-page-row4 .split-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    float: none;
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .medium-6.cell.split-content .split-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    float: none;
  }


}
@media screen and (min-width: 900px) and (max-width: 1000px){
  .container-fluid.arc-flash-study-page-row4 .split-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    float: none;
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .medium-6.cell.split-content .split-inner {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    float: none;
  }
  .container-fluid.arc-flash-study-page-row4 section.content-with-img-col-wrapper.img-align-right .medium-6.cell.split-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }


  .contact-two-col-section .left {
    padding-right: 20px;
  }

  .contact-two-col-section .right {
    padding-left: 35px;
  }


  .data-center-top-section .row-fluid .dnd-row .dnd-column {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }


  .data-center-bottom-section .row-fluid .dnd-row .dnd-column {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .data-center-bottom-section .row-fluid .dnd-row .dnd-column:first-child {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .data-center-bottom-section .row-fluid .dnd-row .dnd-column:last-child {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }


  .two-col-section section.content-with-img-col-wrapper .split-inner{
    padding: 58px 0 62px 20px;
  }
  .two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner{
    padding: 58px 20px 62px 0;
  }

  .services-apge .two-col-section .widget-type-rich_text h2 {
    font-size: 26px;
  }

  .products-middle-section .products-box-item .medium-5.cell.home-box-copy {
    padding: 51px 50px 80px 50px;
  }

  .products-middle-section .products-box-item h2 {
    font-size: 26px;
  }




}
@media (max-width: 1000px){
  main.body-container-wrapper.fabrication-wrapper  .span6 ,
  .container-fluid.why-pcx-row1 .span6  {
    padding-right: 15px
  }
  main.body-container-wrapper.fabrication-wrapper .span6:first-child,
  .container-fluid.why-pcx-row1 .span6:first-child{
    padding-right: 0;
    padding-left: 15px
  }
  .container-fluid.home-page-row4 h2 {
    font-size: 56px;
  }
  .container-fluid.home-page-row4 .widget-type-rich_text p {
    font-size: 25px;
  }
  .contact-two-col-section {
    padding: 35px 0 50px 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 900px){
  .container-fluid.home-page-row1 .dnd-section>.row-fluid .dnd-column.span3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.home-page-row1 h1 {
    font-size: 54px;
  }
  .container-fluid.home-page-row4 .widget-type-rich_text p {
    font-size: 22px;
  }
  .container-fluid.home-page-row1 h2 {
    font-size: 26px;
  }
  .container-fluid.fabrication-row1 h1 {
    font-size: 58px;
  }

  .container-fluid.fabrication-row1 h2 {
    font-size: 26px;
  }
  .markets-page-wrapper .split-inner {
    padding: 58px 0 62px 20px;
  }
  .markets-page-wrapper section.content-with-img-col-wrapper.img-align-right .split-inner {
    padding: 58px 20px 62px 0;
  }
  .container-fluid.construction-row2 .row-fluid .span6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
  }
  .container-fluid.construction-row4  section.dark-blue-container h2.text-center {
    font-size: 26px;
  }
  .container-fluid.construction-row1 h1 {
    font-size: 58px;
  }

  .container-fluid.construction-row1 h2 {
    font-size: 26px;
  }
  .grey-jagged-left {
    min-height: 130px;
    top: -128px;
  }

  .container-fluid.construction-row4 section.dark-blue-container h2.text-center {
    font-size: 23px;
  }
  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h1 {
    font-size: 58px;
  }

  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h2 {
    font-size: 26px;
  }
  .container-fluid.arc-flash-study-page-row3 h2 {
    font-size: 56px;
  }

  .container-fluid.arc-flash-study-page-row3 ul li p {
    font-size: 18px;
  }

  .container-fluid.arc-flash-study-page-row3 .row-fluid .span6:first-child {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }

  .container-fluid.arc-flash-study-page-row3 .row-fluid .span6 {
    padding-left: 15px !important;
    padding-right: 0;
  }

  .container-fluid.arc-flash-study-page-row4 .split-inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }

  .container-fluid.arc-flash-study-page-row4 h3 {
    font-size: 28px;
  }

  .container-fluid.arc-flash-study-page-row4 p {
    font-size: 16px;
  }

  .container-fluid.arc-flash-study-page-row4 ul li {
    font-size: 16px;
  }

  .container-fluid.arc-flash-study-page-row4 section.content-with-img-col-wrapper.img-align-right .medium-6.cell.split-content {
    padding: 60px 0 40px 0 !important;  
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .medium-6.cell.split-content .split-inner {
    padding: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-inner h3 {
    font-size: 28px;
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-inner ul li {
    font-size: 16px;
  }

  .contact-two-col-section .left {
    padding-right: 20px;
  }

  .contact-two-col-section .right {
    padding-left: 35px;
  }



  .contact-two-col form input.hs-button.primary.large {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .two-col-section section.content-with-img-col-wrapper .split-inner{
    padding: 58px 0 62px 20px;
  }
  .two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner{
    padding: 58px 20px 62px 0;
  }

  .products-top-section .widget-type-rich_text h1 {
    font-size: 58px;
  }

  .products-top-section .widget-type-rich_text h2 {
    font-size: 26px;
  }
  .services-apge .two-col-section .widget-type-rich_text h2 {
    font-size: 23px;
  }

  .data-center-top-section .row-fluid .dnd-row .dnd-column {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .data-center-bottom-section .widget-type-rich_text h4 {
    font-size: 19px;
  }

  .data-center-bottom-section .widget-type-rich_text ul li {
    font-size: 14px;
  }

  .data-center-bottom-section .row-fluid .dnd-row .dnd-column {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .data-center-bottom-section .row-fluid .dnd-row .dnd-column:first-child {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .data-center-bottom-section .row-fluid .dnd-row .dnd-column:last-child {
    padding-left: 15px !important;
    padding-right: 0 !important;
  }


  .products-middle-section .products-box-item .medium-5.cell.home-box-copy {
    padding: 51px 50px 80px 50px;
  }

  .products-middle-section .products-box-item h2 {
    font-size: 26px;
  }






}
@media screen and (max-width: 800px){
  .contact-two-col-section .contact-col-6:first-child {
    margin-bottom: 41px;
  }
  .contact-two-col-section .contact-col-6 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .contact-two-col-section .right {
    padding-top: 30px;
  }

  .contact-two-col-section {
    padding: 35px 0 35px 0;
  }

  .contact-two-col .dnd-section .dnd-column {
    width: 100%;
  }

  .container-fluid.home-page-row1 h1 {
    font-size: 42px;
  }

  .container-fluid.home-page-row1 h2 {
    font-size: 28px;
  }
  .container-fluid.home-page-row4 h2 {
    font-size: 64px;
  }
  .container-fluid.home-page-row2 h4 {
    font-size: 42px;
  }
  section.products-divider {
    min-height: 110px;
  }
  .container-fluid.home-page-row4 .row-fluid .span4 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .container-fluid.fabrication-row2 h4 {
    font-size: 26px;
  }
  .container-fluid.home-page-row4 .row-fluid {
    display: block;
  }

  .container-fluid.home-page-row4 .widget-type-rich_text p {
    padding-bottom: 1rem;
    margin: 0;
  }

  .container-fluid.home-page-row4 {
    background-image: none !important;
    background-color: #063668 !important;
  }
  .container-fluid.home-page-row4 .widget-type-rich_text p {
    font-size: 30px;
  }
  .container-fluid.fabrication-row1 h1 {
    font-size: 42px;
  }

  .container-fluid.fabrication-row1 h2 {
    font-size: 28px;
  }
  .container-fluid.why-pcx-row1 ul {
    margin-top: 25px;
    margin-bottom: 0;
  }
  .container-fluid.why-pcx-row2 .dnd-section {
    padding: 55px 0 55px 0 !important;
  }
  .markets-page-wrapper .medium-6.cell.split-img.zoom {
    background-position: center center;
  }

  .markets-page-wrapper section.content-with-img-col-wrapper .split-inner {
    max-width: 100%;
    padding: 25px 15px 35px 15px !important;
    text-align: left;
  }

  .markets-page-wrapper section.content-with-img-col-wrapper h2 {
    margin: 0 0 21px 0;
  }
  .container-fluid.markets-page-row1 section.dark-blue-container h2.text-center {
    font-size: 42px;
  }
  .container-fluid.construction-row1 h1 {
    font-size: 42px;
  }

  .container-fluid.construction-row1 h2 {
    font-size: 28px;
  }
  .grey-jagged-left {
    min-height: 130px;
    top: -128px;
  }
  .container-fluid.construction-row2 {
    padding: 55px 0 135px 0;
  }
  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h1 {
    font-size: 42px;
  }

  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h2 {
    font-size: 28px;
  }

  .container-fluid.arc-flash-study-page-row2 h2 {
    font-size: 52px;
  }

  section.left-page-spike-container {
    min-height: 70px;
    top: -70px;
    margin-bottom: -70px;
  }
  .container-fluid.arc-flash-study-page-row3 h2 {
    font-size: 42px;
  }

  .container-fluid.arc-flash-study-page-row3 .row-fluid .span6,
  .container-fluid.arc-flash-study-page-row3 .row-fluid .span6:first-child {
    padding: 0 !important;
  }

  .container-fluid.arc-flash-study-page-row4  .medium-6.cell.split-img.zoom {
    width: 100%;
    height: 400px;
  }

  .container-fluid.arc-flash-study-page-row4 .split-inner {
    text-align: left;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }

  .container-fluid.arc-flash-study-page-row5 h2 {
    font-size: 48px;
  }
  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .medium-6.cell.split-content .split-inner {
    padding: 0;
    float: none;
    max-width: 100%;
  }
  .container-fluid.arc-flash-study-page-row5 h3 {
    font-size: 22px;
  }

  .two-col-section section.content-with-img-col-wrapper .split-inner{
    padding: 25px 15px 35px 15px;
  }
  .two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner{
    padding: 25px 15px 35px 15px;
  }

  .two-col-section .dnd-section > .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two-col-section .widget-type-rich_text p {
    text-align: center;
  }

  .body-container__website .widget-type-rich_text h4 {
    font-size:42px;
  }
  .two-col-section .widget-type-rich_text h3 {
    text-align: center;
  }
  .contact-two-col .dnd-section > .row-fluid {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two-col-section  .button-module {
    text-align: center !important;
  }
  .contact-two-col form fieldset {
    max-width: 100%;
  }
  .contact-two-col form .actions {
    text-align: center;
  }

  .two-col-section section.content-with-img-col-wrapper .split-inner {
    text-align: left;
  }

  .two-col-section section.content-with-img-col-wrapper.img-align-right .split-inner {
    text-align: left;
  }

  .two-col-section section.content-with-img-col-wrapper h2 {
    margin: 0 0 21px 0;
  }
  .two-col-section section.content-with-img-col-wrapper .medium-6.cell.split-img.zoom {
    width: 100%;
    height: 80px;
    background-position: center center !important;
  }
  .products-top-section .widget-type-rich_text h1 {
    font-size: 42px;
  }

  .products-top-section .widget-type-rich_text h2 {
    font-size: 28px;
  }
  .data-center-top-section .widget-type-rich_text h1 {
    font-size: 42px;
  }
  .data-center-top-section .dnd-section  .row-fluid {
    display: block !important;
  }
  .data-center-top-section .widget-type-rich_text h2 {
    font-size: 28px;
    margin: 0 0 45px 0;
  }
  .data-center-top-section .widget-type-rich_text p {
    margin-bottom: 1rem;
  }

  .data-center-bottom-section .dnd-section .row-fluid {
    display: block !important;
  }

  .data-center-bottom-section .widget-type-rich_text h4 {
    font-size: 26px;
  }

  .data-center-bottom-section .widget-type-rich_text ul li {
    font-size: 19px;
  }

  .products-middle-section .products-box-item h2 {
    font-size: 26px;
  }

  .products-middle-container {
    padding: 50px 0 100px 0;
  }

  .products-middle-section .products-box-item h2 {
    font-size: 30px;
  }


  .products-middle-section .products-box-item .medium-5.cell.home-box-copy {
    width: 100%;
    text-align: center;
    padding: 51px 45px 80px 45px;
  }

  .products-middle-section .products-box-item p.btn-p.text-right a.product-btn-arrow {
    bottom: 0;
  }

  .products-middle-section .products-box-item {
    margin: 0 0 30px 0;
  }

  section.products-jagged-container {
    min-height: 115px;
    top: -115px;
    margin-bottom: -115px;
  }
  .products-bottom-section .widget-type-rich_text h3 {
    font-size: 28px;
  }

  .products-bottom-section .widget-type-rich_text h4 {
    font-size: 26px;
  }

  .container-fluid.why-pcx-row1 .row-fluid {
    display: block !important;
  }
}


@media(max-width:620px){
  .map-wrapper iframe {
    width: 97% !important;
    margin-right: auto;
    margin-left: auto;
  }
}




@media(max-width:640px){
  main.body-container-wrapper.fabrication-wrapper .span6,
  .container-fluid.why-pcx-row1 .span6 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  section.construction-split-container .cell.medium-6 {
    width: 100%;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px){
  .container-fluid.why-pcx-row1 h1 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  .container-fluid.Projects-row1 h1 {
    font-size: 52px;
  }
  .container-fluid.why-pcx-row1 hr {
    margin: 0 auto 18px auto;
  }
  .container-fluid.markets-page-row1 h1 {
    font-size: 52px;
  }

  .body-container__website .widget-type-rich_text h1, 
  .top-section .widget-type-rich_text h1{
    font-size: 52px;
  }
  .services-apge .two-col-section .widget-type-rich_text h2 {
    font-size: 28px;
  }

  .services-apge .top-section .widget-type-rich_text h1 {
    font-size: 52px ;
    margin: 0 0 15px 0;
  }

  .services-apge .top-section .widget-type-rich_text hr {
    margin: 0 auto 18px auto;
  }
}
@media screen and (min-width: 400px) and (max-width: 600px){
  .container-fluid.home-page-row4 h2 {
    font-size: 50px;
  }
  .container-fluid.fabrication-row1 h1 {
    font-size: 37px;
  }
  .container-fluid.Projects-row1 h1 {
    font-size: 52px;
  }

  .container-fluid.fabrication-row1 h2 {
    font-size: 24px;
  }

  .container-fluid.fabrication-row1 .dnd-section {
    padding: 0 0 40px 0 !important;
  }
  .container-fluid.why-pcx-row1 h1 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  .container-fluid.markets-page-row1 h1 {
    font-size: 46px;
  }
  .container-fluid.why-pcx-row1 hr {
    margin: 0 auto 18px auto;
  }
  .container-fluid.construction-row1 h1 {
    font-size: 37px;
  }

  .container-fluid.construction-row1 h2 {
    font-size: 24px;
  }
  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h1 {
    font-size: 37px;
  }

  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h2 {
    font-size: 24px;
  }


  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text p {
    margin-bottom: 11px;
  }


  .container-fluid.construction-row1 .dnd-section {
    padding: 0 0 40px 0 !important;
  }
  .container-fluid.arc-flash-study-page-row2 h2 {
    font-size: 48px;
    margin: 0 0 40px 0;
  }

  .container-fluid.arc-flash-study-page-row2 .dnd-section {
    padding: 60px 0 120px 0 !important;
  }
  .container-fluid.arc-flash-study-page-row3 .dnd-section {
    padding: 20px 0 !important;
  }

  .container-fluid.arc-flash-study-page-row4 .split-inner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
  }

  .container-fluid.arc-flash-study-page-row4  .medium-6.cell.split-img.zoom {
    height: 270px;
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .medium-6.cell.split-content .split-inner {
    padding: 0;
  }


  .container-fluid.arc-flash-study-page-row5 .dnd-section {
    padding: 40px 0 !important;
  }

  .container-fluid.arc-flash-study-page-row5 h2 {
    font-size: 42px;
  }

  .body-container__website .widget-type-rich_text h1,
  .top-section .widget-type-rich_text h1{
    font-size: 46px;
  }
  .services-apge .top-section .widget-type-rich_text hr {
    margin: 0 auto 18px auto;
  }
  .products-top-section .widget-type-rich_text h1 {
    font-size: 37px;
  }
  .services-apge .top-section .widget-type-rich_text h1 {
    font-size: 52px;
    margin: 0 0 15px 0;
  }
  .products-top-section .widget-type-rich_text h2 {
    font-size: 24px;
  }
  .services-apge .two-col-section .widget-type-rich_text h2 {
    font-size: 26px;
  }

  .data-center-top-section .widget-type-rich_text h1 {
    font-size: 37px;
  }

  .data-center-top-section .widget-type-rich_text h2 {
    font-size: 24px;
    margin: 0 0 25px 0;
  }

  .products-top-section .dnd-section {
    padding: 0 0 40px 0 !important;
  }

  .products-middle-section .products-box-item .medium-5.cell.home-box-copy {
    padding: 51px 25px 80px 25px;
  }
  .products-top-section .widget-type-rich_text h1 {
    font-size: 37px;
  }
  .products-middle-section .products-box-item .medium-5.cell.home-box-copy {
    padding: 51px 25px 80px 25px;
  }

  .body-container__website .widget-type-rich_text h1 {
    font-size: 46px;
  }


}
@media (max-width: 399px) {
  .container-fluid.why-pcx-row1 h1 {
    font-size: 32px;
  }
}


@media(max-width:479px){
  .body-container__website .widget-type-rich_text img{
    float:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
    display: block;
  }
}



@media screen and (min-width: 300px) and (max-width: 400px){
  .container-fluid.home-page-row1 h1 {
    font-size: 30px;
  }
  .container-fluid.Projects-row1 h1 {
    font-size: 37px;
  }
  section.products-divider {
    min-height: 50px;
  }

  .container-fluid.home-page-row4 h2 {
    font-size: 40px;
  }
  .container-fluid.home-page-row4 .widget-type-rich_text p {
    font-size: 22px;
  }
  .container-fluid.fabrication-row1 h1 {
    font-size: 37px;
  }
  .body-container__website .widget-type-rich_text h1, 
  .top-section .widget-type-rich_text h1 {
    font-size: 46px;
  }
  .container-fluid.fabrication-row1 h2 {
    font-size: 24px;
  }
  .container-fluid.fabrication-row2 p {
    font-size: 15px;
  }
  .container-fluid.fabrication-row1 .dnd-section {

    padding: 0 0 20px 0!important;
  }
  .container-fluid.why-pcx-row1 h1 {
    font-size: 32px;
    margin: 0 0 15px 0;
  }
  .container-fluid.markets-page-row1 h1 {
    font-size: 46px;
  }
  .container-fluid.why-pcx-row1 hr {
    margin: 0 auto 18px auto;
  }
  .container-fluid.construction-row1 h1 {
    font-size: 37px;
  }

  .container-fluid.construction-row1 h2 {
    font-size: 24px;
  }

  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h1 {
    font-size: 37px;
  }

  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text h2 {
    font-size: 24px;
  }

  .container-fluid.arc-flash-study-page-row1 .widget-type-rich_text {
    margin-bottom: -25px;
  }

  .container-fluid.arc-flash-study-page-row2 h2 {
    font-size: 48px;
    margin: 0 0 40px 0;
  }

  .container-fluid.arc-flash-study-page-row2 .dnd-section {
    padding: 60px 0 120px 0 !important;
  }

  .container-fluid.construction-row1 .dnd-section {
    padding: 0 0 20px 0 !important;
  }
  .container-fluid.arc-flash-study-page-row3 .dnd-section {
    padding: 20px 0 !important;
  }

  .container-fluid.arc-flash-study-page-row3 h2 {
    font-size: 38px;
  }

  .container-fluid.arc-flash-study-page-row3 ul li p {
    font-size: 17px;
  }

  .container-fluid.arc-flash-study-page-row4 .medium-6.cell.split-img.zoom {
    height: 220px;
  }

  .container-fluid.arc-flash-study-page-row4 h3 {
    font-size: 26px;
  }

  .container-fluid.arc-flash-study-page-row4 .content-with-img-col-wrapper.theme_light_grey .split-inner h3 {
    font-size: 26px;
  }

  .container-fluid.arc-flash-study-page-row5 .dnd-section {
    padding: 40px 0 !important;
  }

  .container-fluid.arc-flash-study-page-row5 {}

  .container-fluid.arc-flash-study-page-row5 h2 {
    font-size: 42px;
  }

  .container-fluid.arc-flash-study-page-row6 .dnd-section {
    padding: 60px 0;
  }

  .container-fluid.arc-flash-study-page-row6 {}

  .container-fluid.arc-flash-study-page-row6 .dnd-section>.row-fluid {
    padding: 0;
  }

  .container-fluid.arc-flash-study-page-row6 .button-module a.cta_button {
    display: block;
    text-align: center;
    padding: 21px 5px 19px 5px;
    font-size: 16px;
  }


  .container-fluid.arc-flash-study-page-row6 .button-module{
    margin-top: 5px;
  }
  .services-apge .top-section .widget-type-rich_text h1 {
    font-size: 37px;
    margin: 0 0 15px 0;
  }

  .services-apge .top-section hr {
    margin: 0 auto 18px auto;
  }
  section.products-jagged-container {
    min-height: 55px;
    top: -53px;
    margin-bottom: -55px;
  }
  .products-top-section .dnd-section {
    padding: 0 0 20px 0 !important;
  }
  .body-container__website .widget-type-rich_text h1 {
    font-size: 46px;
  }
  .products-top-section .widget-type-rich_text h1 {
    font-size: 37px;
  }
  .products-middle-section .products-box-item .medium-5.cell.home-box-copy {
    padding: 51px 25px 80px 25px;
  }
  .products-bottom-section .widget-type-rich_text p {
    font-size: 15px;
  }
  .products-bottom-section .widget-type-rich_text h4 {
    font-size: 23px;
  }
  .products-top-section .widget-type-rich_text h2 {
    font-size: 24px;
  }
  .container-fluid.Projects-row1 h1 {
    font-size: 40px;
  }
  .services-apge .two-col-section .widget-type-rich_text h2 {
    font-size: 26px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.header {
  position: absolute;
  z-index: 999;
  padding: 63px 0 0 0;
  width: 100%;
  top: 0;
  left: 0;
}

header.header.sticky,
.no-banner-page header.header{
  padding: 20px 0 19px 0;
  box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
  -webkit-box-shadow: 0 3px 5px rgb(57 63 72 / 30%);
  -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
  position: fixed;
  transform: translate3d(0,0,0);
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header .grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.header .grid-x .cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}
.header .grid-x .header-logo-container a:hover {
  opacity: .8;
}
.header .grid-x .cell.medium-3 {
  width: 25%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header .grid-x .cell.medium-9 {
  width: 75%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header .grid-x .small-9.cell {
  width: 75%;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.header .grid-x .nav-tab-container {
  display: none;
}

.header .grid-x .header-logo-container a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.header.sticky .grid-x .header-logo-container a,
.no-banner-page .header .grid-x .header-logo-container a{
  display: block;
  max-width: 130px;
}

.header .grid-x .header-logo-container a img {
  display: inline-block;
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
}

@media(min-width:801px){
  .mobile-header-container{
    display:none;
  } 
}

@media(max-height:600px){

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

  .header-nav-container {
    display: none;
  }

  .header .grid-x .nav-tab-container {
    display: block;
    text-align: right;
    position: relative;
    max-width: 73px;
  }

  .header .grid-x .header-logo-container {
    flex-grow: 1;
  }
  .nav-tab-container a.nav-tab{
    display:block;
    text-decoration:none;
    cursor:pointer;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .nav-tab-container a.nav-tab span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #ffffff;
    display: block;
    position: absolute;
    right: 23px;
    top: 25px;
    width: 40px;
    height: 5px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
    cursor:pointer;
  }

  .nav-tab-container a.nav-tab span:before {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    right: -12px;
    background-color: #ffffff;
    top: -16px;
  }

  .nav-tab-container a.nav-tab span:after {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    content: "";
    position: absolute;
    height: 5px;
    width: 50px;
    right: -12px;
    background-color: #ffffff;
    top: 16px;
  }
  header.header {
    padding: 38px 0 0 0;
  }

  .mobile-header-container {
   position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-color: #02356a;
    z-index: 1000;
    padding-top: 38px;
    display: none;
    overflow-x: hidden;
  }
  .mobile-open .mobile-header-container {
    display: block;
  }


  .mobile-header-container .grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .mobile-header-container .header__container {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-header-container .cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .mobile-header-container .cell.small-8 {
    width: 66.66667%;
  }

  .mobile-header-container .cell.small-4 {
    position: absolute;
    right: 30px;
    max-width: 80px;
    width: 33.33333%;
  }
  .mobile-header-container .mobile-close-container .mobile-close{
    display:block;
    text-decoration:none;
    cursor:pointer;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .mobile-header-container .mobile-close-container .mobile-close span {
    display: block;
    width: 60px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: absolute;
    top: 45px;
    right: 0;
    transform: rotate( 45deg );
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
  }

  .mobile-header-container .mobile-close-container .mobile-close span:before {
    width: 60px;
    color: #ffffff;
    background-color: #ffffff;
    top: -18px;
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }

  .mobile-header-container .mobile-close-container .mobile-close span:after {
    bottom: -18px;
    width: 60px;
    color: #ffffff;
    background-color: #ffffff;
    top: -18px;
    display: block;
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transform: rotate( -90deg );
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate( -90deg );
  }
  .mobile-header-container .mobile-logo-container img {
    width: auto !important;
    max-width: 100% !important;
  }


  .sticky .nav-tab-container a.nav-tab {
    top: 0;
  }
  .sticky .nav-tab-container a.nav-tab span {
    top: 22px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
}
footer.footer {
  padding: 66px 0 19px 0;
  position: relative;
  z-index: 4;
}
.reduced-footer-padding .footer {
  padding: 48px 0;
}

.footer .footer-inner {
  display: block;
}

.footer .footer-inner .grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.footer .footer-inner .grid-x .cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
}

.footer .footer-inner .grid-x .medium-4 {
  width: 33.33333%;
}

.footer .footer-inner .grid-x .footer-links {
  padding-left: 70px;
  padding-top: 12px;
  padding-right: 70px;
}

.footer .footer-inner .grid-x .medium-4.footer-contact {
  padding-left: 70px;
  padding-top: 12px;
}

.footer .footer-inner .grid-x .footer-info {
  padding-right: 70px;
}

.footer .footer-inner .footer-copyright {
  padding: 25px 0 0 0;
  margin: 16px 0 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  line-height: 1.7;
}

.footer .footer-info p a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  display: block;
  color: #333333;
  text-decoration: none;
}

.footer .footer-info p:first-child {
  margin: 0 0 13px 0;
  line-height: 1.5;
}

.footer .footer-info p:not(:first-child) {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}

.footer .footer-links h3,
.footer .footer-contact h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px 0;
  font-size: 18px;
  max-width: 185px;
  padding-bottom: 15px;
  border-bottom: 1px solid;
  /*text-transform: uppercase;*/
}

.footer .footer-contact h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px 0;
  padding-bottom: 15px;
}
.footer .footer-links .hs-menu-wrapper > ul > li {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.footer .footer-links .hs-menu-wrapper > ul > li > a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  display: block;
  font-size: 16px;
  margin-bottom: 14px;
  text-decoration: none;
}

.footer .footer-contact .footer-main-location {
  margin: 0 0 22px 0;
}

.footer .footer-contact .footer-main-location .footer-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.footer .footer-contact .footer-main-location .footer-location {
  padding-left: 28px;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/location-icon.png') top 4px left no-repeat;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.35;
    }

.footer .footer-contact .footer-second-location .footer-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.footer .footer-contact .footer-second-location ul {
  margin: 3px 0 0 0;
  padding: 0;
}

.footer .footer-contact .footer-second-location ul li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  list-style: none;
  line-height: 1.35;
  margin: 0 0 16px 0;
}

.footer .footer-contact .footer-second-location ul li:first-child {
  padding-left: 28px;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/location-icon.png') top 4px left no-repeat;
    }

.footer .footer-contact .footer-second-location ul li:last-child {
  padding-left: 3px;
}

.footer .footer-contact .footer-second-location ul li:last-child a {
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding-left: 27px;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/call-icon.png') top 4px left no-repeat;
    text-decoration: none;
    }

.to-top-btn {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  text-decoration: underline;
  color: #014a8e;
  transition: all .25s ease;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  box-sizing: content-box;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  font-size: 32px;
  height: 32px;
  width: 32px;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  background-color: rgb(0 180 255 / 50%);
}
.to-top-btn span.screen-reader-text {
  clip: rect(1px, 1px, 1px ,1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.to-top-btn:before {
  display: block;
  content: "";
  width: 16px;
  height: 9px;
  background: url('https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/up-arrow-default.png') no-repeat;
    margin: 12px auto 0 auto;
    }

.to-top-btn.visible {
  display: block;
}
.to-top-btn:hover {
  opacity: 1 !important;
  background-color: #00B4FF;
}

@media screen and (max-width: 1000px){
  .footer .footer-inner .grid-x .footer-info {
    padding-right: 15px;
  }

  .footer .footer-inner .grid-x .footer-links {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer .footer-inner .grid-x .medium-4.footer-contact {
    padding-left: 15px;
  }
}


@media(max-width:800px){
  footer.footer {
    padding: 30px 0 19px 0;
  }
  .footer .footer-inner .grid-x .medium-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .footer .footer-inner .grid-x .footer-info {
    text-align: center;
  }

  .footer .footer-inner .grid-x .footer-links {
    text-align: center;
    margin-bottom: 17px;
  }

  .footer .footer-links h3, .footer .footer-contact h3 {
    max-width: 100%;
    text-align: center;
  }

  .footer .footer-inner .grid-x .medium-4.footer-contact {
    padding-left: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .footer .footer-contact h3 {
    margin: 0 0 24px 0;
  }

  .footer .footer-contact .footer-main-location {
    text-align: center;
  }

  .footer .footer-contact .footer-main-location .footer-location {
    display: inline-block;
  }

  .footer-second-location {
    text-align: center;
  }

  .footer .footer-contact .footer-second-location ul li {
    max-width: 200px;
    margin: 0 auto 16px auto;
    text-align: left;
  }
  .footer .footer-contact .footer-main-location {
    margin: 0 0 21px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.post-content-wrapper a.more-link svg {
  width: 17px;
}

.blog-header {
  background-color: #F8FAFC;
}

.blog-index .post-item {
  margin-bottom: 40px;
}

.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}






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


.blog-header.blog-section {
  padding: 30px 0;
}

.blog-header.blog-section .span5 {
  margin-left: 2.564102564%;
  width: 40.170940171000005%;
}

.blog-header.blog-section .span7 {
  width: 57.264957265%;
}

.post-index-topics {
  text-align: center;
}

.post-index-topics ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.post-index-topics ul li {
  background: 0;
  border-bottom: 1px solid #f2f2f2;
}

.post-index-topics .block {
  position: relative;
  cursor: default;
}

.post-index-topics .widget-module {
  min-width: 150px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background: #fff;
  font-size: 13px;
  border: 1px solid #f2f2f2;
  border-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.post-index-topics .block:hover .widget-module {
  opacity: 1;
  visibility: visible;
}

.post-index-topics .block h3 {
  font-size: 18px;
  font-weight: 700;
  color: #014A8E;
  margin: 0;
  display: inline;
}

.span6.post-content-wrapper {
  padding-left: 4.824561403508772%;
}


.blog__subscription-block {
  padding: 30px 0;
}

.blog__subscription-block .blog_subs_title {
  display: block;
  float: left;
  width: 42%;
  margin-right: 4%;
  font-size: 30px;
  margin-bottom: 0;
}

.blog__subscription-block  .subscription-form {
  display: block;
  float: left;
  width: 54%;
}

.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;
}
.span6.post-content-wrapper.no-featured-img {
  padding: 0;
}
span.filter-link-count {
  display: none;
}
.comment-date{
  Display:block !important;
}
.widget-module ul li a {
  padding: 10px 15px;
  display: block;
  text-decoration:none;
}
.section.section-narrow.section-grey.text-center {
  padding: 40px 0;
}

.post-share {
  padding: 10px 0;
}

.section.section-narrow.post-pagination {
  padding: 20px;
}
.blog-pagination {
  display: block;
  text-align: center;
  font-family: Lato,sans-serif;
  margin-bottom: 3.3rem;
  clear: both;
}
.post-index-topics .block h3 {
  cursor: pointer;
}
.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%);
}
a.next-posts-link {
  float: right;
}
.blog-pagination:before,.blog-pagination:after {content: "";display: block;clear: both;}
h4.blog-header__subtitle:empty {
  margin: 0;
}
.span6.blog-subscribe-link a {
  font-weight: 700;
  text-align: right;
  text-decoration: none;
}
a.previous-posts-link {
  float: left;
}
.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

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

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

.blog-sidebar ul {
  padding: 15px;
  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;
}

.blog-sidebar.span3 {
  padding-left: 40px;
}



#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}



/* Mobile Blog Sidebar */


@media(max-width:800px){
  .span6.post-content-wrapper {
    padding-left: 0;
  }
  .featured-image-wrapper {
    margin-bottom: 30px;
  }
  .blog-header.blog-section .span7 {
    width: 100%;
  }

  .blog-header.blog-section .span5 {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  .blog__subscription-block .blog_subs_title {
    width: 100%;
    float: none;
  }

  .blog__subscription-block .subscription-form {
    width: 100%;
    float: none;
  }


}



@media(max-width: 800px) {
  .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 .blog-sidebar-topic-filter ul,
  .blog-sidebar .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

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

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

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

/*             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:991px){
  .blog-sidebar-post-listing ul li {
    text-indent: unset;
    padding-left:0;
  }

  .blog-sidebar-post-listing li:before {
    font-size: 30px;
    margin-right: 10px;
  }
}


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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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




.banner-section.error-banner section.sub-banner-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500px;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
}

.banner-section.error-banner section.sub-banner-divider {
  position: relative;
  z-index: 3;
  min-height: 212px;
  width: 100%;
  background-size: cover !important;
  margin-top: 177px;
}

.banner-section.error-banner section.sub-banner-container  .sub-banner-shade {
  background: rgba(0, 0, 0, 0.65);
  min-height: 500px;
}

.banner-section.error-banner section.sub-banner-divider {
  background: url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/sub-banner-divider.png) no-repeat;
}

main.body-container-wrapper.error-wrapper {
  background-color: #ffffff;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 3;
}

.error-wrapper h1.text-center {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 29px 0;
  font-size: 64px;
  color: #014a8e;
  text-align: center;
}

.error-wrapper  hr {
  height: 2px;
  display: block;
  background-color: #f1f1f1;
  max-width: 570px;
  margin: 0 auto 22px auto;
}

.error-wrapper p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #4d4d4d;
  text-align: center;
}








@media(max-width:800px){
  .banner-section.error-page section.sub-banner-divider {
    min-height: 80px;
    background-size:cover !important;
  }

  main.body-container-wrapper.error-wrapper {
    padding: 0 0 20px 0;
  }

  .error-wrapper h1.text-center {
    font-size: 52px;
    margin: 0 0 15px 0;
  }

  .error-wrapper hr {
    margin: 0 auto 18px auto;
  }

  .banner-section.error-banner section.sub-banner-divider {
    min-height: 80px;
  }
  .error-page_heading {
    font-size: 37px;
  }
}





@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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-container{
  max-width:500px;
}

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

.form-container .hs_submit.hs-submit {
  margin: 10px 0;
}
section.search-page {
  background-color: #ffffff;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 3;
  text-align: center;
}

section.search-page h1.text-center {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 29px 0;
  font-size: 64px;
  color: #014a8e;
  text-align: center;
}

section.search-page hr ,
.grey-line{
  height: 2px;
  display: block;
  background-color: #f1f1f1;
  max-width: 570px;
  margin: 0 auto 22px auto;
}

section.search-page p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #4d4d4d;
  text-align: center;
}

section.search-results-wrapper {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  padding: 0 0 100px 0;
}

.search-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.inner-cell {
  width: 100%;
}

.search-results-field-wrapper {
  width: 50%;
  margin: 0 auto;
}

.search-results-field-wrapper form {
  display: block;
  margin: 0;
  position: relative;
}

.search-results-field-wrapper form label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a;
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
}

.search-results-field-wrapper  form input[type="text"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #a6a6a6;
  display: block;
  margin: 0;
  background-color: #ffffff;
  height: 50px;
  position: relative;
  z-index: 2;
  border: 2px solid #f1f1f1;
  padding-right: 32px;
  padding-left: 15px;
  box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.search-results-field-wrapper .hs-search-field__bar button svg {
  display: none;
}

.search-results-field-wrapper button {
  cursor: pointer;
  background: url(https://2897803.fs1.hubspotusercontent-na1.net/hubfs/2897803/raw_assets/public/PCX_March_2021/images/sidebar-search-icon.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  z-index: 3;
  top: 17px;
  right: 16px;
  color: transparent;
  border: none;
  padding: 0;
  top: 42px;
}
ul.hs-search-results__listing li {
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 35px 0 35px 0 !important;
}
.search-results-field-wrapper form input[type="text"]:focus,
.search-results-field-wrapper button:focus {
  outline: 0;
}
.search-results-field-wrapper .hs-search-results {
  margin: 0;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 10px 20px;
}
.hs-search-results .hs-search-results__title:hover {
  color: #00b4ff;
}
.hs-search-results ul:not(:empty):before {
  content:'Search Results:';
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin: 45px 0 30px 0;
  color: #5a5852;
  text-align: center;
  display: block;
}


.hs-search-results {
  margin: 0;
}
.hs-search-results .hs-search-results__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #4d4d4d;
  line-height: 1.2;
  display: block;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}
.searchResult {
  width: 100%;
}
.hs-search-results__pagination {
  display: block;
}

.hs-search-results__pagination:before,.hs-search-results__pagination:after {
  clear: both;
  display: block;
  content: '';
}
.hs-search-results__listing  li:last-child {
  border: 0;
}

.hs-search-results__pagination a:not(:empty) {
  display: block;
  text-decoration: none;
  padding: 30px 0;
}
.hs-search-results .hs-search-results__description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #4d4d4d;
  padding: 0;
  margin: 0;
}
.hs-search-results__listing li {
  padding: 35px 0 35px 0;
  border-bottom: 1px solid #f1f1f1;
  margin: 0;
}
@media(max-width:800px){
  section.search-page {
    padding: 0 0 20px 0;
  }

  .hs-search-results ul:not(:empty):before {
    margin: 35px 0 0 0;
  }



  .hs-search-results .hs-search-results__title {
    text-align: center;
  }

  .hs-search-results .hs-search-results__description {
    text-align: center;
  }
}
@media screen and (min-width: 600px) and (max-width: 720px){
  section.search-page h1 {
    font-size: 52px;
    margin: 0 0 15px 0;
  }

  .grey-line,  section.search-page hr {
    margin: 0 auto 18px auto;
  }

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

  .search-results-field-wrapper {
    width: 100%;
  }
}
@media(max-width:767px){
  .widget-type-email_simple_subscription input.email-edit.hs-input {
    width:100% !important;
  }
  .systems-page .success{
    min-width:100%;
  }
  .form-container{
    max-width:100%;
  }
}

@media(max-width:480px){
  .systems-page .hs-button,
  .systems-page .button--primary{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .systems-page h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 400px) and (max-width: 600px){
  section.search-page h1 {
    font-size: 52px;
    margin: 0 0 15px 0;
  }

  .grey-line,  section.search-page hr {
    margin: 0 auto 18px auto;
  }
}
@media screen and (min-width: 300px) and (max-width: 400px){
  .error-wrapper h1.text-center {
    font-size: 37px;
    margin: 0 0 15px 0;
  }
  .grey-line,  section.search-page hr {
    margin: 0 auto 18px auto;
  }
  section.search-page h1{
    font-size: 37px;
    margin: 0 0 15px 0;
  }
}