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

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

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

.dnd-section > .row-fluid, .footer__container, .page-center, .content-wrapper{
  width:1300px;
}

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

@media (max-width:991px){
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 35px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

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

@font-face {
  font-family: "Knockout Liteweight"; 
  src: url("https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/Proctor_February2021/fonts/Knockout-HTF49-Liteweight.woff2") format("woff2"),
    url("https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/Proctor_February2021/fonts/Knockout-HTF49-Liteweight.woff") format("woff"),
    url("https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/Proctor_February2021/fonts/Knockout-HTF49-Liteweight.ttf") format("ttf"),
    url("https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/Proctor_February2021/fonts/Knockout-HTF49-Liteweight.otf") format("otf");
}

@font-face { 
  font-family: "museo-sans";
  src: url("//use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face { 
  font-family: "museo-sans"; 
  src: url("//use.typekit.net/af/e3ca36/00000000000000000000e805/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/e3ca36/00000000000000000000e805/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/e3ca36/00000000000000000000e805/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700;
  font-display: auto; 
}

@font-face { 
  font-family: "museo-sans"; 
  src: url("//use.typekit.net/af/9cf49e/00000000000000000000e807/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
    url("//use.typekit.net/af/9cf49e/00000000000000000000e807/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"), 
    url("//use.typekit.net/af/9cf49e/00000000000000000000e807/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
  font-style: normal;
  font-weight: 900; 
  font-display: auto;
}


html {
  font-size: 16px;
}

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

img {

  max-width:100%;
}

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: 0;
  border: 2px solid transparent;
}

a:hover, a:focus {
  text-decoration: none;
  border: 2px solid #005980;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  padding: 20px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  text-decoration: none;
  line-height: 12px;
  font-family: "museo-sans","Helvetica","Sans Serif";
  font-size: .8125rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 150ms;
}

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

.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  line-height: 20px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: "museo-sans","Helvetica","Sans Serif"
}

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

h3.form-title {
  padding: 0 20px;
}

input.hs-input,
textarea.hs-input,
input[type="password"], select {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  outline: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #00567E;
  line-height: 18px;
  background-color: rgba(0,125,179,0.15);
  padding: 8px 10px;
}

input[type="password"] {
  margin-bottom: 18px;
}

#hs-search-module input {
  margin-bottom: 18px;
}

.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;
  width: auto !important;
}

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

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-form-field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 20px 0;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

form#email-prefs-form {
  padding: 20px 0px;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width: 767px) {
  form {
    max-width: 100%;
    padding: 20px 0px;
  }

  h3.form-title {
    padding: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 0;
  margin: 0;
  list-style: none;
}

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

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
  margin: 0 auto;
  max-width: 100%;
  width: 1380px;
}

header.header {
  border-bottom: 5px solid #00567E;
  position: relative;
}

header.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;

}

.header-logo {
  padding: 27px 25px 23px;
}

.header-logo img {
  max-width: 276px;
  vertical-align: middle;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  position: relative;
  padding: 10px 0;
  margin-right: 16px;
  line-height: 1;
  font-size: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 10px;
  font-size: 16px;
  line-height: 1;
  border: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) {
  padding: 0;
  margin-right: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a {
  background: #00567e;
  color: white;
  transition: all 150ms;
  font-weight: 900;
  padding: 0 35px 5px;
  height: 120px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch > a {
  font-weight: 700;
  border-bottom: 3px solid #CFB500;
  padding-bottom: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #007DB3;
  display: none;
  z-index: 99;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  display: block;
  padding: 10px 20px 15px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  border: none;
}


a.mobile-trigger {
  display: none;
}

.custom-menu-primary.mobile-menu {
  display: none;
}

.custom-menu-primary.desktop-menu {
  display: block;
}














@media (min-width:769px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover > ul {
    display: block;
  }
}



@media (max-width:1300px){
  .header-logo img {
    max-width: 200px;
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    height: 100px;
    padding: 0 25px 5px;
  }

}

@media (max-width:1170px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    position: absolute;
    top: calc(100% - 35px);
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
    display: block;
    height: auto;
    padding: 10px;
    text-align: center;
  }

  header.header {
    padding-bottom: 35px;
  }

  .custom-menu-primary {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100px;
  }
  .custom-menu-primary.desktop-menu {
    display: flex;
  }

}

@media (max-width:1024px){
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-top: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    margin-top: 0;
  }

}

@media (max-width:767px){
  
  .custom-menu-primary.mobile-menu {
  display: block;
}


  body.mobile-open .custom-menu-primary {
    max-height: 500px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    padding: 20px;
    padding-bottom: 0;
  }
  .header-logo img {
    width: auto !important;
  }

  .custom-menu-primary {
    background: white;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    display: none;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    transition-delay: 50ms;
    display: block;
    transform: translateX(80px);
    transition: 250ms ease-out;
    opacity: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) {
    top: 100%;
    position: relative;
    width: auto;
    margin: 0 -20px;
    margin-top: 20px;
  }

  header.header {
    padding-bottom: 0;
  }

  a.mobile-trigger {
    appearance: none;
    padding: 1em;
    transition: 250ms ease-out;
    display: inline-block;
    border: none;
  }

  a.mobile-trigger span {
    display: block;
    width: 40px;
    height: 6px;
    background: #00567E;
    position: relative;
    transition: inherit;
  }

  a.mobile-trigger span:before,a.mobile-trigger span:after {
    content: '';
    background: #00567E;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    transition: inherit;
  }

  a.mobile-trigger span:before {
    top: -12px;
  }

  a.mobile-trigger span:after {
    top: 12px;
  }

  header.header .header-inner {
    align-items: center;
  }

  .custom-menu-primary.desktop-menu {
    display: none;
  }

  body.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li {
    opacity: 1;
    transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2) {
    transition-delay: 100ms;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(3) {
    transition-delay: 150ms;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(4) {
    transition-delay: 200ms;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(5) {
    transition-delay: 250ms;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6) {
    transition-delay: 300ms;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) {
    transition-delay: 350ms;
  }

  body.mobile-open a.mobile-trigger span {
    background: transparent;
  }

  body.mobile-open a.mobile-trigger span:before {
    transform: rotate( 45deg );
    top: 50%;
  }

  body.mobile-open a.mobile-trigger span:after {
    transform: rotate( 135deg );
    top: 50%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: relative;
  }

}

@media (max-width:340px){
  .header-logo img {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

footer.footer {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100px);
  padding-top: 171px;
  overflow-x: hidden;
}

.footer-inner {
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}

.footer-inner .column {
  padding: 0 30px;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.footer-logo img {
  vertical-align: middle;
  width: 100% !important;
}


.footer-content-inner {
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
}

.footer-content {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.footer-menu {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.address p {
  font-size: .75rem;
  line-height: 19px;
  margin-bottom: 23px;
}

.contact-info p:first-child {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1;
}

.contact-info p:first-child a {
  padding: 2px;
  border: none;
  text-decoration: underline;
}

.contact-info p:first-child a:hover {
  outline: 2px solid white;
  text-decoration: none;
}

.contact-info p:last-child {
  font-size: 12px;
  line-height: 1;
}

.social-icon {
  margin-top: 26px;
}

.social-icon a {
  margin-right: 10px;
  padding: 2px;
  border: none;
}

.social-icon a svg { 
  border-radius: 50%; 
  height: 30px;
  width: 30px;
}

.footer-menu .hs-menu-wrapper > ul {
  padding-left: 32px;
}

.footer-menu .hs-menu-wrapper > ul li {
  font-size: .75rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
  line-height: 1;
}

.footer-menu .hs-menu-wrapper > ul li a {
  display: inline-block;
  line-height: 11px;
  text-decoration: none;
  border: none;
  border-bottom: 1.5px solid #ABC7CA;
  transition: all 150ms;
  padding: 2px;
}

.footer-menu .hs-menu-wrapper > ul li a:hover {
  outline: 2px solid white;
  border-bottom-color: transparent;
}

.footer-form.column form {
  display: flex;
  padding: 0;
  max-width: 100%;
}

.footer-form.column form input {
  width: calc(100% - 46px);
  background: #00567E;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  font-size: 1em;
  padding: 12.5px 1em;
  font-family: Arial;
  line-height: normal;
}

.footer-form.column form input::-webkit-input-placeholder {
  color: white;
  font-size: .75rem;
  text-transform: uppercase;
}

.footer-form form button {
  background: white;
  border: 0;
  color: #00567E;
  cursor: pointer;
  height: 47px;
  padding: 1px 5px 0 0;
  width: 46px;
  display: inline-block;
  font-size: .8125rem;
  font-weight: 900;
  text-align: center;
  outline: none;
  transition: all 250ms ease-out;
}

.footer-form form button:hover {
  color: white;
  background: #CFB500;
}

.footer-copyright {
  padding: 107px 0 25px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-copyright p {
  margin: 10px 20px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.footer-copyright a {
  display: inline-block;
  margin: 10px 20px;
  border: none;
  text-decoration: underline;
  font-size: 12px;
  line-height: 1;
  padding: 2px;
}

.footer-copyright a:hover {
  outline: 2px solid white;
  text-decoration: none;
}

.footer-copyright > div > span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


@media (max-width:1199px){
  .footer-inner .column {
    flex-basis: 50%;
    max-width: 50%;
  }
  .footer-logo img {
    width: auto !important;
  }
}

@media (max-width:1024px){
  footer.footer {
    padding-top: 50px;
    clip-path: none;
  }
}

@media (max-width:767px){
  .footer-inner .column {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-content {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-menu {
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-menu .hs-menu-wrapper>ul {
    padding-left: 0;
  }


  .footer-copyright {
    padding-top: 50px;
  }

  .social-icon {
    margin-bottom: 21px;
  }

  .footer-logo.column {
    margin-bottom: 23px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

.banner-wrapper {
  background-size: cover;
  position: relative;
  padding: 145px 0 200px;
  clip-path: polygon(100% 0, 100% 85%, 0 100%, 0 0%);
}

.banner-wrapper .content-wrapper {
  padding: 0;
  text-align: center;
}

.banner-inner {
  background-color: rgba(0,86,126,0.8);
  display: inline-block;
  padding: 15px 25px 10px;
  position: relative;
}

.banner-inner:before {
  position: absolute;
  border-color: #007DB3;
  border-width: 15px;
  border-style: solid;
  width: 82px;
  border-left: 0;
  border-bottom: 0;
  top: -15px;
  right: -15px;
  height: 92px;
  content: "";
}

.banner-inner:after {
  position: absolute;
  border-color: #007DB3;
  border-width: 15px;
  border-style: solid;
  width: 82px;
  height: 92px;
  border-top: 0;
  border-right: 0;
  bottom: -15px;
  left: -15px;
  content: "";
}

.banner-inner h1 {
  font-size: 6.25rem;
  font-weight: 400;
  color: #fff;
  font-family: "Knockout Liteweight";
  text-transform: uppercase;
  margin: 0;
  line-height: 100px;
}

nav.breadcrumbs {
  font-size: 12px;
  line-height: 12px;
  padding-top: 16px;
}

nav.breadcrumbs p {
  margin: 0;
}

nav.breadcrumbs p a {
  color: #00567E;
  font-weight: 700;
  padding: 3px;
  text-transform: uppercase;
  text-decoration: underline;
}

nav.breadcrumbs p span {
  color: #00567E;
  font-weight: 700;
  padding-left: 3px;
  text-transform: uppercase;
}

.featured-post-wrapper {
  padding-bottom: 20px;
}

.blog-listing {
  margin-bottom: -90px;
  padding: 200px 0;
  clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
  background-color: #E8E8E8;
}

.blog-listing .row-fluid {
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
  width: auto;
}

.blog-sidebar {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.blog-index-wrapper {
  background-image: url(https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/raw_assets/public/Proctor_February2021/images/chevron-light-blue.png);
  background-position: 109% -40px;
  background-repeat: no-repeat;
  background-size: 400px;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

h2.post-listing--search--title {
  font-size: 1.4375rem;
  font-weight: 900;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-family: "museo-sans","Helvetica","Sans Serif";
  color: rgb(0, 86, 126);
  line-height: 23px;
}

.blog-sidebar form {
  border: 3px solid #00567E;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 45px;
  margin-bottom: 15px;
  max-width: 100%;
  width: 325px;
  padding: 0;
}

.blog-sidebar form .hs-search-field__input {
  width: calc(100% - 49px);
  padding: 0.5em 1em;
  font-size: 1em;
  line-height: normal;
  font-family: arial;
}

.blog-sidebar form .hs-search-field__input::-webkit-input-placeholder {
  color: #00567E;
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-sidebar-topic-filter ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-sidebar-topic-filter ul li {
  background: #00567E;
  border-bottom: 2px solid white;
  color: white;
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
  padding: 21px 16px;
  text-transform: uppercase;
  width: 325px;
  line-height: 18px;
}

.blog-sidebar-topic-filter ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  border: none;
  text-transform: uppercase;
}

.blog-sidebar-topic-filter ul li a span {
  display: none;
}

h2.blog-header {
  font-size: 3.3125rem;
  margin-bottom: 20px;
  color: #00567E;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Knockout Liteweight";
  line-height: 53px;
}

h2.blog-header:after {
  background: #CFB500;
  content: '';
  display: block;
  height: 4px;
  margin-top: 23px;
  width: 90px;
}
.post-listing--total {
  margin: -20px 0 20px;
  text-align: right;
  line-height: 16px;
}

.blog-index {
  margin: 0 -25px;
  flex-wrap: wrap;
  display: flex;
}

.post-item {
  flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 50px;
  padding: 0 25px;
  position: relative;
}

.post-inner {
  background-color: #fff;
  padding: 1em;
  position: relative;
}

.post-featured-image {
  margin-bottom: 20px;
}

.post-featured-image img {
  vertical-align: middle;
}

.post-content p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
}

span.post-date {
  display: block;
  font-size: .875rem;
  margin-bottom: 1em;
  color: #00567E;
  line-height: 14px;
}

span.blog-post__tags {
  font-size: .875rem;
  font-weight: 700;
  margin-right: -16px;
  padding: 3px 20px 3px 7px;
  background-color: #00567E;
  color: #fff;
  line-height: 14px;
}

h2.post-title {
  font-size: 21px;
  line-height: 25px;
  max-width: 100%;
  width: 90%;
  color: #00567E;
  font-weight: 700;
  font-family: "museo-sans","Helvetica","Sans Serif";
  margin-bottom: 0;
}

h2.post-title a {
  color: inherit;
  border: none;
}

a.links-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
}

a.links-wrap:hover .post-inner {
  background-color: #00567E;
}

.post-inner:hover {
  background-color: #00567E;
}

.post-inner:hover h2.post-title {
  color: #fff;
}

.post-inner:hover span.post-date {
  color: #fff;
}


.blog-pagination {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.blog-pagination a {
  border: 5px solid #00567E;
  color: #00567E;
  font-weight: 700;
  margin: 3px;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}

.blog-pagination a:hover {
  border-color: #CFB500;
  background: #00567E;
  color: white;
}

a.blog-pagination-number.active {
  background: #00567E;
  color: white;
  pointer-events: none;
}

.blog-sidebar h3 {
  display: none;
}

.post-listing--sidebar-links {
  background-image: url(https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/raw_assets/public/Proctor_February2021/images/chevron-white.png);
  background-repeat: no-repeat;
  background-size: 110px;
  margin-top: 83px;
  min-height: 155px;
  padding: 15px 69px;
}

.post-listing--sidebar-links h2 {
  font-family: "Knockout Liteweight";
  text-transform: uppercase;
  font-size: 2.5rem;
  font-weight: 700;
  color: #00567E;
}

.editor-content {
  margin-top: 20px;
}

.editor-content ul {
  margin: 0;
}

.editor-content ul li {
  line-height: 1.5;
  margin-bottom: 1em;
}

.editor-content ul li a {
  color: #00567E;
  padding: 3px;
  transition: 150ms all;
  text-decoration: underline;
}

.editor-content ul li a:hover {
  border: 2px solid #005980;
  text-decoration: none;
  color: #007DB3;
}


.blog-form-section {
  margin-bottom: -130px;
  padding: 200px 0;
  clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
  background-color: #E4ECED;
}

.form-row {
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
}

.form-left-section {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.form-right-section {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.form-left-inner {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
}

.form-right-inner {
  margin: 0 auto;
  max-width: 100%;
  width: 400px;
}

h2.two-col-forms--title {
  font-size: 3.125rem;
  font-family: "Knockout Liteweight";
  font-weight: 400;
  text-transform: uppercase;
  color: #00567E;
  margin: 0;
  line-height: 50px;
}

h2.two-col-forms--title:after {
  background: #CFB500;
  content: '';
  display: block;
  height: 4px;
  margin-top: 23px;
  width: 90px;
  margin-bottom: 27px;
}


.blog-form-wrapper p {
  line-height: 1.6;
  letter-spacing: 0.007em;
  margin-top: 1em;
  margin-bottom: 0;
}

.blog-form-wrapper h3 {
  display: none;
}

.blog-form-wrapper form {
  padding: 0;
  margin-top: 1em;
}

.blog-form-wrapper form .hs-form-field {
  margin-bottom: 14px;
}

.blog-form-wrapper form label {
  color: #00567E;
  display: block;
  font-family: "museo-sans","Helvetica","Sans Serif";
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1;
}

.blog-form-wrapper form .hs-input {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding: 8px 10px;
  color: #00567E;
  background-color: #fff;
}

.blog-form-wrapper form .hs-richtext {
  margin: 0;
}

.blog-form-wrapper form .hs-richtext p {
  margin: 0;
  color: #00567E;
}

.blog-form-wrapper form .hs-fieldtype-booleancheckbox {
  margin-bottom: 8px;
}

.blog-form-wrapper form .hs-fieldtype-booleancheckbox .inputs-list {
  margin: 0;
  padding-left: 40px;
  padding-top: 0;
}

.blog-form-wrapper form .hs-fieldtype-booleancheckbox .inputs-list li {
  margin-bottom: 16px;
}

.blog-form-wrapper form .hs-fieldtype-booleancheckbox .hs-input {
  margin-right: 0;
  float: left;
}

.blog-form-wrapper form .hs-fieldtype-booleancheckbox label span {
  margin-left: 20px;
  display: block;
  line-height: 21px;
}

.blog-form-wrapper .actions {
  margin-top: 18px;
  padding-top: 17px;
}

.form-right-section form .actions {
  margin-bottom: 18px;
  padding: 17px 20px 18px 0;
  margin-left: -20px;
  padding-left: 20px;
}

nav.breadcrumbs.post-page {
  margin-bottom: 30px;
}

.blog-post-wrapper .content-wrapper {
  margin-top: 38px;
  position: relative;
}

.blog-social-share {
  background-color: #007DB3;
  color: white;
  font-size: 1.0625rem;
  font-weight: 900;
  max-width: 100%;
  padding: 5px 16px;
  width: 360px;
  display: flex;
  align-items: center;
}

.blog-social-share p {
  margin-right: 14px;
  margin-bottom: 0;
  line-height: 17px;
}

.blog-social-share ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-social-share ul li {
  height: 25px;
}

.blog-social-share ul li a {
  background-color: white;
  border-radius: 50%;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 25px;
  margin-right: 12px;
  width: 25px;
  border: none;
}

.blog-social-share ul li a svg {
  color: #007DB3;
  height: 17px;
  width: 17px;
}

.blog-social-share ul li a.linkedin svg, .blog-social-share ul li a.twitter svg,.blog-social-share ul li a.facebook svg {
  height: 25px;
  width: 25px;
}

.blog-post-wrapper svg.dashed-border {
  color: #007DB3;
  position: absolute;
  top: 0;
  left: 0;
}

.blog-post {
  max-width: 100%;
  padding-left: 70px;
  padding-top: 45px;
  width: 784px;
}

h1.blog-post-title {
  font-size: 3.4375rem;
  margin-bottom: 30px;
  max-width: 100%;
  font-family: "Knockout Liteweight";
  font-weight: 400;
  color: #00567E;
  line-height: 55px;
  text-transform: uppercase;
}

h1.blog-post-title:after {
  background: #CFB500;
  content: '';
  display: block;
  height: 4px;
  margin-top: 23px;
  width: 90px;
}

.blog-post-meta {
  margin-top: 1em;
}

span.post-page-date {
  font-size: 1.125rem;
  font-weight: 900;
  margin-right: 10px;
  text-transform: uppercase;
}

span.blog-post__tags {
  text-transform: uppercase;
}

.blog-post-body p {
  letter-spacing: 0.007em;
}

.post-page-sidebar {
  height: calc(100% + 145px);
  margin-top: -145px;
  padding: 124px 0 50px 36px;
  position: absolute;
  top: 0;
  right: 0;
  width: 452px;
  background-color: #E8E8E8;
}

.post-page-sidebar .content-wrapper {
  margin-top: 0;
}

.post-page-sidebar-inner {
  background-image: url(https://233108.fs1.hubspotusercontent-na1.net/hubfs/233108/raw_assets/public/Proctor_February2021/images/chevron-white.png);
  background-repeat: no-repeat;
  background-size: 100px;
  margin-top: 50px;
  min-height: 128px;
  padding: 30px 59px;
}

.blog-post-wrapper {
  position: relative;
}

.post-page-sidebar-inner h3 {
  font-size: 2.4375rem;
  font-weight: 500;
  color: #007DB3;
  font-family: "Knockout Liteweight";
  text-transform: uppercase;
  line-height: 39px;
  margin: 0;
}

.post-page-sidebar-inner ul {
  margin: 0;
  padding-left: 53px;
}

.post-page-sidebar-inner ul li {
  margin-bottom: 1em;
}

.post-page-sidebar-inner ul li a {
  color: #00567E;
  line-height: 16px;
  text-decoration: underline;
  position: relative;
  z-index: 99;
}

.post-page-sidebar-inner ul li a span {
  display: none;
}

.post-page-sidebar-inner ul li a:hover {
  border: 2px solid #007DB3;
  color: #007DB3;
  text-decoration: none;
}

#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;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
}
.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}
.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  padding:0px;
}
.blog-comments .hs-submit {
  text-align: left;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.related-post-wrapper {
  margin-top: -40px;
  margin-bottom: -130px;
  padding-top: 170px;
  clip-path: polygon(100% 0, 100% calc(100% - 100px), 0 100%, 0 100px);
  background-color: #E4ECED;
  padding-bottom: 130px;
}

.related-post-wrapper h2 {
  font-size: 2.6875rem;
  margin-bottom: 67px;
  position: relative;
  text-align: center;
  font-family: "Oswald",sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 43px;
}

.related-post-wrapper h2:after {
  background: #CFB500;
  content: '';
  display: block;
  height: 4px;
  width: 90px;
  margin: 23px auto 0;
}

.related-post-inner {
  display: flex;
  justify-content: space-around;
}

.related-post-item {
  margin: 0 1em;
  background-color: white;
  padding: 1em;
  position: relative;
}

h3.recent-post--title {
  font-size: 21px;
  line-height: 25px;
  max-width: 100%;
  width: 300px;
  margin: 0;
  font-weight: 700;
  font-family: museo-sans;
}

a.button-navy {
  display: block;
  margin: 3em auto;
  position: relative;
  width: 146px;
  background: transparent;
  border: 2px solid;
  font-size: .8125rem;
  font-weight: 900;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease-out;
  color: #00567E;
  line-height: 13px;
}

a.button-navy:hover {
  background: #00567E;
  border-color: #00567E;
  color: white;
}

.related-post-item:hover {
  background-color: #00567E;
}

.related-post-item:hover span.post-date {
  color: #fff;
}

.related-post-item:hover h3.recent-post--title {
  color: #fff;
}

nav.breadcrumbs p a:hover {
  text-decoration: none;
}

.blog-sidebar form button {
  background: #00567E;
  border: 0;
  color: white;
  height: 44px;
  margin-top: -3px;
  padding: 2px;
  width: 49px;
  display: inline-block;
  font-size: .8125rem;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease-out;
  cursor: pointer;
  outline: none;
}

.blog-sidebar form button svg {
  width: 24.571px;
  height: 29.488px;
}

.blog-sidebar form button:hover {
  background: #007DB3;
}

.hs-blog-post .banner-wrapper {
  z-index: 99;
}
.featured-post-item:nth-of-type(2) {
  grid-area: cell2;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 16px;
}

.featured-post-item:nth-of-type(3) {
  grid-area: cell3;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 16px;
}

























@media (max-width:1280px){
  .blog-post {
    width: 680px;
  }
}

@media (max-width:1180px){
  .blog-post {
    width: 580px;
  }
}

@media (max-width:1100px){
  .blog-post {
    width: 530px;
  }
}


@media (max-width:1024px){

  .featured-post-item {
    margin-right: 25px;
  }

  .featured-post-item:nth-of-type(2) {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .featured-post-item:nth-of-type(3) {
    margin-top: 10px;
    margin-left: 10px;
  }

  .banner-wrapper {
    clip-path: none;
  }
  .blog-listing {
    clip-path: none;
    padding: 80px 0;
    margin-bottom: 0;
  }

  .blog-sidebar {
    flex-basis: 50%;
    max-width: 50%;
  }

  .blog-index-wrapper {
    flex-basis: 100%;
    max-width: 100%;
  }

  .blog-form-section {
    clip-path: none;
    margin-bottom: 0;
    padding: 40px 0 80px;
  }

  .blog-form-wrapper {
    margin-top: 40px;
    flex-basis: 100%;
    max-width: 100%;
  }
  .blog-post {
    width: 100%;
    padding-left: 40px;
  }

  .post-page-sidebar {
    height: auto;
    margin-top: 50px;
    max-width: 100%;
    padding: 40px;
    position: relative;
    width: 100%;
  }

  .related-post-wrapper {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    clip-path: none;
  }

  .related-post-inner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .related-post-item {
    margin-bottom: 2em;
    margin-left: 0;
  }

}

@media (max-width:999px){
  .hs-blog-listing {
    overflow-x: hidden;
  }
}

@media (max-width:768px){

  .post-featured-image img {
    width: 100%;
  }

  .featured-post-item:nth-of-type(2) {
    margin: 0 0 20px;
  }

  .featured-post-item:nth-of-type(3) {
    margin: 0 0 20px;
  }
  .banner-wrapper {
    padding: 100px 20px;
  }

  .banner-inner:before {
    height: 80px;
    width: 75px;
  }

  .banner-inner:after {
    height: 80px;
    width: 75px;
  }

  .banner-inner h1 {
    font-size: 4.375rem;
    line-height: 70px;
  }
  .blog-listing {
    padding: 50px 0;
  }

  .blog-sidebar {
    flex-basis: 100%;
    max-width: 100%;
  }

  h2.blog-header {
    margin-top: 50px;
  }

  .post-item {
    flex-basis: 100%;
    max-width: 100%;
  }


}

@media (max-width:580px){
  .banner-inner h1 {
    font-size: 3.4375rem;
    line-height: 55px;
  }

  .blog-social-share {
    font-size: .8125rem;
    padding: 5px 10px;
  }

  .blog-post {
    padding-top: 20px;
    padding-left: 20px;
  }

  h1.blog-post-title {
    font-size: 2.25rem;
    line-height: 36px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page form {
  padding: 20px 0;
}

ul.no-list.hs-error-msgs {
  padding-left: 0;
}

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

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

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