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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

.dnd-section > .row-fluid { 
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 66.31579%;
  margin-left: 16.84211%;
  padding-left: 15px;
  padding-right: 15px;
}

.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 > .row-fluid {
    width: 100%;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Bold.eot") format("embedded-opentype"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Bold.woff2") format("woff2"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Bold.woff") format("woff"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Regular";
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Regular.svg") format("embedded-opentype"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Regular.woff2") format("woff2"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Regular.woff") format("woff"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Semibold.svg") format("embedded-opentype"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Semibold.woff2") format("woff2"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Semibold.woff") format("woff"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "ProximaNovaA-Bold";
  src: url("https://4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.svg") format("embedded-opentype"), 
    url("https://4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.woff2") format("woff2"), 
    url("https://4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.woff") format("woff"), 
    url("https://4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RevolutionGothic-ExtraBold";
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.svg") format("embedded-opentype"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.woff2") format("woff2"), 
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.woff") format("woff"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/Fonts/ProximaNovaA-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'RevolutionGothic-ExtraBold';
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/RevolutionGothic-ExtraBold.eot");
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/RevolutionGothic-ExtraBold.eot#iefix") format("embedded-opentype"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/RevolutionGothic-ExtraBold.woff2") format("woff2"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/RevolutionGothic-ExtraBold.woff") format("woff"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/RevolutionGothic-ExtraBold.ttf") format("truetype")
}
@font-face {
  font-family: 'jolly-icons';
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/jolly-icons.eot?-2uxucu");
  src: url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/jolly-icons.eot#iefix-2uxucu") format("embedded-opentype"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/jolly-icons.woff?-2uxucu") format("woff"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/jolly-icons.ttf?-2uxucu") format("truetype"),
    url("//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/Inspired_July2020/jolly-icons.svg?-2uxucu#jolly-icons") format("svg");
  font-weight: normal;
  font-style: normal
}


::selection {
    background: #fd4d43;
    color: #00405d;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
   overflow-x: hidden;
  background-image: url('//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/bg-main.jpg');
    }

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
}
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;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

blockquote {
  padding: 60px 50px;
  border-top: 4px solid white !important;
  border-bottom: 4px solid white !important;
  margin: 40px 0;
  display: block;
  font-family:ProximaNova-Regular;
  font-size:16px;
  color: #fff;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  max-width:500px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  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;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-size: 18px;
  font-family: 'ProximaNovaA-Bold';
  text-transform: uppercase;
  line-height: normal;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input, 
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 0px 0px 12px;
  -moz-border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/border-input.png) 12 29 27 31 repeat;
  -webkit-border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/border-input.png) 12 29 27 31 repeat;
  -o-border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/border-input.png) 12 29 27 31 repeat;
  border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/border-input.png) 12 29 27 31 fill repeat;
  background: transparent;
  font-family:ProximaNova-Regular;
  font-size:20px;
  color:rgb(140, 139, 139);
  font-weight:400;
  letter-spacing:normal;
  line-height:28px;
  font-style:italic;
}
.hs-error-msgs label {
  color: red !important;
  display: block;
}
.hs_error_rollup {
  float: left;
  width: 100%;
}
.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;
}
#hs-search-module a.hs-button.primary {
  margin-top: 30px;
}
.field {
  margin-bottom: 30px;
}

.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;
}
input.email-edit.hs-input {
  width: 100% !important;
  margin-bottom: 20px;
}
.systems-page .hs-form-field, 
.hs-membership-loader.hs_submit.hs-submit{
  margin: 25px 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
#hs_cos_wrapper_subscription_preferences form {
  max-width: 100%;
}
p.header {
  background: transparent !important;
}

@media (max-width: 767px) {
  form {
    max-width:100%;
  }
 #hs_cos_wrapper_subscription_preferences input#submitbutton {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
@media (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul:after {
    content: "";
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 34px;
    background: transparent;
}
  .secondary-menu.mobile_menu, 
  .custom-menu-primary.mobile_menu{
    display: none;
  }
  .custom-menu-primary.mobile_menu {
    display: none !important;
}
}
.hs-menu-flow-vertical ul {
  list-style: none;
  padding: 0;
}
.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: 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 {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}
.header__logo img {
  width: 100% !important;
  max-width: 40px;
  min-width: 40px;
}
.header_inner {
  background: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 9999;
  transition: 300ms;
  padding: 10px 0 3px;
  border-bottom: 1px solid transparent;
}
.header_inner:hover {
}
.header__logo {
  float: left;
  margin-right: 100px;
  margin-left: 30px;
}
.custom-menu-primary {
  float: left;
  margin-top: 2px;
  line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  float: left;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:not(last-child) {
  margin-right: 24px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  -webkit-transition: color 200ms;
  -o-transition: color 200ms;
  transition: color 200ms;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'ProximaNova-bold';
  font-size: 16px;
  line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover, 
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  transition: 400ms ease-in-out;
  position: absolute;
  left: 0;
  top: 45px;
  width: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
  position: relative;
  display: block;
  margin-right: 25px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  text-transform: uppercase;
  font-family: 'ProximaNova-bold';
  font-size: 16px;
  display: block;
  padding: 15px;
  line-height: normal;
}
.secondary-menu {
  float: right;
  margin-right: 30px;
  margin-top: -1px;
}
.secondary-menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-right: 5px;
  margin-left: -1px;
}
.secondary-menu .hs-menu-wrapper>ul>li>a {
  font-family: 'ProximaNova-Semibold';
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
}
.hdg-lock:before {
  content: "\e659";
}
.secondary-menu .hs-menu-wrapper>ul>li>a:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 28px;
}
.secondary-menu .hs-menu-wrapper>ul>li:first-child>a:before {
  content: "\e659";
}
.secondary-menu .hs-menu-wrapper>ul>li:last-child>a:before {
  content: "\e600";
}
.secondary-menu .hs-menu-wrapper>ul>li>a:hover {
}
.banner-section {
  background-size: cover;
  background-position: center center;
}
.banner-section .page-center {
  padding: 0 15px;
  height: 558px;
  position: relative;
  margin: 0 auto;
}
.banner_title {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.banner-section h1 {
  font-family: 'RevolutionGothic-ExtraBold';
  color: #fd4d43;
  margin-bottom: 5px;
  text-align: center;
  font-size: 72px;
  line-height: 1.3;
}
.banner-section h2 {
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  color: #fff;
  line-height: normal;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
body.with-out-banner .body-wrapper {
    padding-top: 50px;
}
body.with-out-banner .body-wrapper.hs-blog-listing, 
body.with-out-banner .body-wrapper.hs-blog-post{
    padding: 0;
}


@media screen and (min-width: 1600px) {
  .banner-section .page-center {
    height: 758px;
  }
}



@media (max-width: 1253px) {
  .secondary-menu {
    margin-top: -2px;
  }
  .header__logo {
    margin-bottom: 22px;
  }
}



@media (max-width: 1024px) { 
  .secondary-menu.desktop_menu, 
  .custom-menu-primary.desktop_menu{
    display: none !important;
  }
  .header_inner {
    background: #000 !important;
    min-height: 60px;
  }
  .header__logo {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .navbar-toggle {
    border: 0;
    margin: 5px 15px 0;
    position: relative;
    background: 0;
    display: block;
    float: right;
    cursor: pointer;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: white;
    margin-bottom: 7px;
    width: 32px;
    display: block;
  }
  .navbar-toggle .icon-bar:first-child, 
  .navbar-toggle .icon-bar:last-child {
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .custom-menu-primary {
    float: left;
    margin-top: 15px;
    line-height: normal;
    width: 100%;
  }
  .custom-menu-primary{
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    float: left;
    width: 100%;
    background: #2c2c2c;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(last-child) {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active {
    background: #000;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    color: white;
    font-size: 16px;
    padding: 15px;
    border: none;
    border-bottom: 1px solid #4f4f52;
    margin: 0 !important;
    font-family: 'ProximaNovaA-Bold';
    text-transform: uppercase;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background: #fd4d43;
    color: #fff;
  }
  .secondary-menu {
    margin: 0;
    width: 100%;
    margin-top: 50px;
  }
  .secondary-menu .hs-menu-wrapper>ul>li>a {
    border: none;
    font-family: 'ProximaNova-Semibold';
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    padding: 15px;
    display: block;
    font-weight: normal;
    line-height: 1;
    color: #fd4d43;
  }
  .secondary-menu .hs-menu-wrapper>ul>li>a:hover { 
    background: #fd4d43;
    color: #fff;
  }
  .banner-section h1 {
    line-height: 1;
    font-size: 50px;
  }
  .secondary-menu .hs-menu-wrapper>ul {
    background: #000 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    background: #fd4d43 !important;
    color: #fff !important;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 40px;
    background: transparent;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.hs-menu-wrapper,
  .custom-menu-primary .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: relative;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
    float: right;
    margin-top: -45px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    color: white;
    font-size: 16px;`
    border: none;
    border-bottom: none !important;
    padding: 15px;
    font-family: 'ProximaNovaA-Bold';
    text-transform: uppercase;
    padding-left: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background: #fd4d43 !important;
    color: #fff !important;
  }
  .custom-menu-primary_inner {
    height: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
  }
}




@media (max-width: 767px) {
  .banner-section .page-center {
    height: 450px;
  }
  .banner_title {
    padding-top: 50px;
  }
  .banner-section {
    background-position: 57% 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 150px 0 74px;
  float: left;
  width: 100%;
}
.footer__container {
  margin: 0 auto;
  padding: 0 15px;
}
.footer_bottom {
  text-align: center;
}
.footer_bottom .hs-menu-wrapper>ul>li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'ProximaNova-Semibold';
  font-size: 15px;
  line-height: normal;
}
.footer_bottom .hs-menu-wrapper>ul>li>a, 
.footer_bottom .hs-menu-wrapper>ul>li>a:hover{
  position: relative;
}
.footer_bottom .hs-menu-wrapper>ul>li:not(:last-child) {
  margin-right: 54px;
}
.footer_bottom .hs-menu-wrapper>ul>li:first-child>a {
  font-family: 'ProximaNova-Semibold';
  padding: 20px;
  text-transform: uppercase;
  transition: 200ms;
  font-size: 16px;
}
.footer_bottom .hs-menu-wrapper>ul>li:nth-child(2)>a {
  cursor: text;
}
.footer_bottom .hs-menu-wrapper>ul>li:first-child>a:before {
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e635";
  font-size: 28px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.footer_hr {
  text-align: center;
  float: left;
  width: 100%;
}
.footer_hr img {
  display: block;
  margin: 14px auto;
}
.footer_top_inner {
  padding-bottom: 26px;
  float: left;
  width: 100%;
}
.footer_logo {
  float: left;
  display: block;
  margin-right: 1.05%;
  width: 24.21%;
  text-align: center;
}
.footer_right {
  padding-left: 100px;
  overflow: hidden;
}
.footer_logo img {
  width: 100% !important;
  display: block;
  margin-bottom: 50px;
  margin-top: -20px;
  margin-left: 20px;
  max-width: 350px;
}
.footer-social-links h3 {
  line-height: 1.3;
  font-weight: normal;
  text-align: right;
  margin: 0;
  font-family: 'RevolutionGothic-ExtraBold';
  text-transform: uppercase;
  font-size: 32px;
  margin-left: 60px;
  margin-bottom: 16PX;
  margin-top: 30px;
  min-width: 87px;
}
.footer-social-links .icon {
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 10px;
  font-size: 40px;
  margin-left: 10px;
  transition: 200ms;
}
.footer-social-links .icon:hover {
  background: #fd4d43;
}
.hdg-social-linkedin:before {
  content: "\e78a";
}
.hdg-social-facebook:before {
  content: "\e780";
}
.footer-social-links .hs_cos_wrapper_type_rich_text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
} 
.footer_col_two {
  float: left;
  display: block;
  margin-right: 1.05%;
  width: 32.63%;
}
.footer_col_two h3 {
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 16px 0;
  font-family: 'RevolutionGothic-ExtraBold';
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 32px;
}
.footer_col_two h3.form-title {
  display: none;
}
.footer_col_two p {
  font-family: 'ProximaNova-Regular';
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 15px;
}
.footer_col_two p a {
}
.footer_address p:last-child a {
  text-transform: uppercase;
  font-family: 'ProximaNovaA-Bold';
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
}
.footer_address p:last-child a:after {
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e6ed";
  padding-left: 5px;
  position: relative;
  top: 2px;
}
.footer_col_two.footer_form {
  width: 24.21%;
  margin-right: 0;
}
.footer_form form {
  position: relative;
  max-width: 100%;
}
.footer_form .hs_email.hs-email>label {
  display: none;
}
.footer_form legend.hs-field-desc {
  display: none !important;
}
.footer_form input[type=email] {
  vertical-align: baseline;
  margin: 0;
  font-family: 'ProximaNovaA-Bold';
  font-style: italic;
  line-height: 28px;
  color: #8c8b8b;
  -webkit-transition: .3s linear border;
  -moz-transition: .3s linear border;
  -ms-transition: .3s linear border;
  -o-transition: .3s linear border;
  transition: .3s linear border;
  padding: 7.5px 9px;
  background: white;
  display: block;
  width: 100%;
  height: 44px;
  font-size: 15px;
  border-width: 1px;
  border-style: solid;
  font-family: Arial,sans-serif;
  font-weight: 400;
}
.footer_form input[type=email]:focus {
  outline: none;
      color: #b94a48;
    border: 1px solid #ee5f5b;
}
.footer_form .hs-input.invalid.error {
  color: #b94a48 !important;
    border: 1px solid #ee5f5b !important;
}
.footer_form input::-webkit-input-placeholder { /* Edge */
  color: #000;
      font-family: 'ProximaNovaA-Bold';
}
.footer_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
      font-family: 'ProximaNovaA-Bold';
}
.footer_form input::placeholder {
  color: #000;
      font-family: 'ProximaNovaA-Bold';
}
.footer_form .hs-button.primary.large {
  font-size: 0;
  width: 56px;
  height: 44px;
  padding: 0 !important;
  position: relative;
  z-index: 99;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}
.footer_form .actions:after {
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  content: "\e6ed";
  vertical-align: middle;
  display: inline-block;
  padding: 4px 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.footer-social-links a {
  position: relative;
  top: 3px;
}
.footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  margin: 0;
  float: left;
  width: 100%;
}
.footer_form .actions {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  width: 56px;
  height: 44px;
}
.footer_form .hs-button.primary.large:focus {
  outline: none;
}
.footer_bottom.lp_footer .hs-menu-wrapper>ul>li:nth-child(1)>a {
  opacity: 0;
  visibility: hidden;
}
.blog-comments {
  padding: 50px 0;
}





@media (min-width: 1430px) {
  .footer_top_inner .footer__container {
    padding: 0 !important;
  }
}


@media (max-width: 1109px) {
  .footer_bottom .hs-menu-wrapper>ul>li {
    margin-top: -5px;
  }
  .footer_hr img {
    display: block;
    margin: 18px auto;
    width: 100%;
  }
  .footer {
    padding-bottom: 70px;
  }
  .footer_top_inner {
    padding-bottom: 22px;
  }
}



@media (max-width: 1024px) {
  .footer_bottom .hs-menu-wrapper>ul>li {
    display: block;
    margin-bottom: 10px;
    margin-top: -1px;
  }
  .footer_bottom .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 0;
  }
  .footer_bottom {
    float: left;
    width: 100%;
  }
  .footer {
    padding: 70px 0 35px 0;
  }
  .footer_bottom .hs-menu-wrapper>ul>li:nth-child(2) {
    margin-top: 59px;
  }
  .footer_bottom .hs-menu-wrapper>ul>li:nth-child(5) {
    margin-top: 40px;
  }
  .footer_hr img {
    margin-bottom: 49px;
    margin-top: 15px;
  }
  .footer_logo {
    margin-bottom: 50px;
    width: 100%;
  }
  .footer_logo img {
    margin: 0 auto 50px auto;
    max-width: 455px;
    height: auto;
  }
  .footer-social-links .hs_cos_wrapper_type_rich_text {
    justify-content: center;
  }
  .footer_right {
    padding: 0;
    overflow: visible;
  }
  .footer_col_two.footer_blank {
    float: left;
    display: block;
    margin-right: 1.05%;
    width: 49.47%;
    background: #003147;
    padding: 50px 0;
  }
  .footer_right .footer__container {
    padding: 0;
  }
  .footer_col_two.footer_address {
    width: 49.47%;
    background: #003147;
    padding: 50px 0;
    float: left;
    display: block;
    margin-right: 0;
  }
  .footer_col_two.footer_form {
    float: left;
    display: block;
    background: none;
    padding: 50px 145px 52px;
    width: 100%;
  }
  .footer_col_two h3, 
  .footer_col_two p {
    text-align: center;
  }
  .footer_bottom .hs-menu-wrapper>ul>li {
    margin-top: 0;
    padding-top: 1px;
  }

}




@media (max-width: 767px) {
  .footer_col_two.footer_form {
    padding: 50px 15px 57px;
  }
  .footer_col_two.footer_address, 
  .footer_col_two.footer_blank{
    width: 100%;
    margin-right: 0;
  }
  .footer_col_two.footer_blank {
    margin-bottom: 5px;
  }
  .footer_col_two.footer_address {
    padding-bottom: 52px;
    margin-bottom: 5px;
  }
  .footer-social-links h3 {
    margin-left: 0;
    margin: 0;
  }
  .footer_logo {
    margin-bottom: 47px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 {
  padding: 0 15px;
  margin: 0 auto;
}
.listing_banner .banner-section {
  background-image: url('//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/navy-signal-flags-hero-image.jpg');
    }
.listing_banner .banner_title {
  margin-left: 8.42105%;
  text-transform: uppercase;
}
.listing_banner .banner_title, 
.listing_banner .banner-section h2, 
.listing_banner .banner-section h1{
  text-align: left;
}
.listing_banner .banner-section h2 {
  font-family: ProximaNovaA-Bold;
}
.hs_listing {
  background: #000;
  float: left;
  width: 100%;
}
.tags {
  position: relative;
  padding: 20px 0;
  margin-bottom: 100px;
  float: left;
  width: 100%;
}
.tags .content-wrapper {
  padding: 0 15px;
}
.tags:before {
  content: '';
  position: absolute;
  top: -58px;
  left: 0;
  background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/top-repeating-edge.png) 0 0 repeat-x;
  width: 100%;
  height: 58px;
}
.blog-nav-trigger {
  display: none;
}
.tags ul.topics {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  float: left;
}
.tags ul.topics li {
  line-height: normal;
  margin-bottom: 15px;
  color: #000;
  position: relative;
  padding-left: 15px;
  font-size: 20px;
}
.tags ul.topics li:not(:last-child) {
  margin-right: 50px;
}
.tags ul.topics li a {
  color: white;
  font-family: 'ProximaNovaA-Bold';
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
  transition: 200ms;
  line-height: normal;
}
.tags ul.topics li a:hover, 
.tags ul.topics li.active a {
  border-color: #fd4d43;
}
.tags ul.engage {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tags ul.engage li {
  line-height: normal;
  margin-bottom: 15px;
  color: #000;
  position: relative;
  padding-left: 15px;
  font-size: 20px;
}

.tags ul.engage li:not(:last-child) {
  margin-right: 50px;
}
.tags ul.engage li:first-child a {
  background: #fd4d43;
  font-size: 18px;
  font-family: 'ProximaNovaA-Bold';
  display: inline-block;
  width: auto;
  padding: 0;
  padding-left: 35px;
  border-radius: 0;
  vertical-align: middle;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
}
.tags ul.engage li:first-child a:after {
  background: #dc352b;
  vertical-align: middle;
  display: inline-block;
  margin-left: 38px;
  padding: 10px 10px;
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #fff;
  content: "\e6ed";
  position: relative;
  left: 1px;
}
.tags ul.engage li:first-child a:hover {
  background: #00405d;
}

.tags ul.engage .search-trigger {
  transition: 200ms;
  font-family: 'ProximaNovaA-Bold';
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border: none;
  color: #fd4d43;
}
.tags ul.engage .search-trigger:hover {
  color: #fff;
}
.tags ul.engage .search-trigger:before {
  content: "\e66c";
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
}
.hs_listing_inner {
  width: 66.32%;
  margin-left: 16.84%;
  float: left;
  display: block;
}
.featured_image img {
  width: 100%;
}
.featured_image {
  margin-bottom: 40px;
  position: relative;
  transition: 200ms;
}
.blog-index__post:hover .featured_image {
  opacity: 0.6;
}
.blog-index__post h2 {
  color: #4d4d4c;
  font-family: 'RevolutionGothic-ExtraBold';
  margin-top: 30px;
  font-size: 78px;
  line-height: 78px;
  font-weight: normal;
  margin-bottom: 39px;
}
.blog-index__post h2 a {
  color: #fd4d43;
}
.blog-index__post:hover h2 a {
  color: #FFFFFF;
}
.blog-index__post {
  text-align: center;
  margin-bottom: 70px;
  padding-bottom: 40px;
  background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/hr-copy.png) center bottom no-repeat;
}
.hs-blog-listing {
  background: #000;
}
.blog-pagination {
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 999;
  background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/pagination-angles.png) center center no-repeat;
  margin: 0px 0 -57px 0;
  padding: 29px;
}
.blog-pagination a {
  color: #898989;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
  font-family: 'ProximaNovaA-Bold';
  position: relative;
  margin: 16px 0;
}
.blog-pagination a:hover {
  color: #fff;
}
.blog-pagination a.previous-posts-link {
  float: right;
  padding-right: 15px;
}
.blog-pagination .next-posts-link {
  float: left;
  padding-left: 15px;
}
.blog-pagination .next-posts-link:before {
  content: "\e6ec";
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898989;
  position: relative;
  top: 3px;
}
.blog-pagination a.previous-posts-link:after {
  content: "\e6ed";
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #898989;
  position: relative;
  top: 3px;
}
.hs_post_inner {
  padding: 50px 65px;
  width: 66.32%;
  margin-left: 16.84%;
}
.blog-post h1 {
  font-size: 78px;
  line-height: 78px;
  color: #00405d;
  font-family: 'RevolutionGothic-ExtraBold';
  font-weight: normal;
  margin-bottom: 39px;
  text-align: center;
}
.date {
  display: block;
  color: #898989;
  font-size: 22px;
  font-family: 'ProximaNovaA-Bold';
  line-height: 26px;
  border-top: 4px solid white;
  margin-top: 30px;
  padding-top: 30px;
}
.single-subscribe {
  padding: 90px 0;
  text-align: center;
  clear: both;
  background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/transparent-footer.png) 0 0 repeat-x;
} 
.single-subscribe h2 {
  margin-bottom: 25px;
  color: #00405d;
  font-size: 50px;
  font-family: 'RevolutionGothic-ExtraBold';
  line-height: 60px;
  text-transform: uppercase;
  margin-top: 30px;
}
.single-subscribe p {
  margin: 0;   
  font-size: 20px;
  line-height: normal;
}
.single-subscribe a {
  background: #fd4d43;
  font-size: 18px;
  font-family: 'ProximaNovaA-Bold';
  display: inline-block;
  width: auto;
  padding: 0;
  padding-left: 35px;
  border-radius: 0;
  vertical-align: middle;
  border: none;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
}
.single-subscribe a:after {
  background: #dc352b;
  vertical-align: middle;
  display: inline-block;
  margin-left: 38px;
  padding: 10px 10px;
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #fff;
  content: "\e6ed";
}
.single-subscribe a:hover {
  background: black;
  color: #fff;
}
.post-pagination ul.post-ancestors {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  background: #2a2a2a;
  min-height: 400px;
}
.post-ancestors li {
  margin-bottom: 0;
  padding: 0;
  line-height: normal;
  font-size: 20px;
  position: relative;
}
.post-ancestors li:first-child {
  width: 33%;
}
.post-ancestors li:nth-child(2n) {
  width: 20%;
  text-align: center;
  border-left: 3px solid #898989;
  border-right: 3px solid #898989;
}
.post-ancestors li:last-child {
  text-align: right;
  width: 33%;
}
.post-ancestors li a {
  color: #898989;
  display: block;
  padding: 50px 0;
}
.post-ancestors li.post-links a {
  font-family: 'RevolutionGothic-ExtraBold';
  font-size: 34px;
  line-height: 38px;
}
.post-ancestors li p {
  margin-bottom: 0;
  font-size: 22px;
  font-family: 'ProximaNovaA-Bold';
  line-height: 26px;
  text-transform: uppercase;
}
.post-ancestors li:last-child a {
  padding-left: 50px;
}
.post-ancestors li:nth-child(2n) a {
  padding-top: 70px;
}
.post-ancestors li:nth-child(2n) a:after {
  content: "\e6ef";
  display: block;
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 80px;
  line-height: 26px;
  margin-top: 25px;
}
.post-ancestors li.post-links p {
  margin-bottom: 15px;
} 
.post-ancestors li:hover * {
  color: #fff;
}
.more-recommendations {
  text-align: center;
  background: black;
  padding: 80px 0 200px 0;
  overflow: hidden;
}
.more-recommendations h3 {
  font-size: 72px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 80px;
  font-family: 'RevolutionGothic-ExtraBold';
  margin-top: 30px;
  font-weight: normal;
}
.more-recommendations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.more-recommendations ul li {
  float: left;
  display: block;
  margin-right: 1.05%;
  width: 32.63%;
  line-height: normal;
  margin-bottom: 15px;
  color: #000;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
}
.more-recommendations ul li:last-child {
  margin-right: 0;
}
.more-recommendations ul li img {
  width: 100%;
  display: block;
  margin-bottom: 25px;
  transition: 200ms;
}
.more-recommendations h4 {
  font-size: 34px;
  line-height: 38px;
  font-family: 'RevolutionGothic-ExtraBold';
  color: #fd4d43;
  margin-top: 30px;
  margin-bottom: 17px;
  font-weight: normal;
}
.post_featured_image {
  position: relative;
  max-height: 224px;
  overflow: hidden;
}
.more-recommendations ul li:hover img {
  opacity: 0.6;
}
.more-recommendations ul li:hover h4 {
  color: #fff;
}
.comment-date, .comment-from {
  display: block !important;
}
.blog-comments form {
  max-width: 100%;
}
.contact_form {
  clear: both;
  background: #fd4d43;
  padding: 50px 0;
  position: relative;
  margin: 0;
  padding-top: 90px;
}
.contact_form:before {
  content: " ";
  display: table;
  width: 100%;
  height: 135px;
  position: absolute;
  top: -135px;
  left: 0;
  background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/contact-angle.png) 0 0 no-repeat;
  display: none;
}
.contact_form:after {
  content: '';
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  height: 130px;
  background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/coral-edge.png) 0 0 no-repeat;
}
.contact-intro {
  text-align: center;
  padding-bottom: 50px;
}
.contact-intro .icon {
  color: #000;
  font-size: 80px;
  font-family: 'jolly-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hdg-speech-bubble:before {
  content: "\e6f2";
} 
.contact-intro h2 {
  font-weight: normal;
  font-family: 'RevolutionGothic-ExtraBold';
  margin-top: 30px;
  text-transform: uppercase;
  color: #fff;
  font-size: 72px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.contact-intro p {
  font-size: 20px;
  line-height: normal;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}
.contact-form-inner {
  max-width: 100%;
  width: 47%;
  margin: 0 auto;
  padding: 0;
}
.contact-form-inner .hs-form-field>label {
  display: none;
}
.contact-form-inner input::-webkit-input-placeholder, 
.contact-form-inner textarea::-webkit-input-placeholder{ 
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 15px;
  font-weight: 700;
}
.contact-form-inner input:-ms-input-placeholder,  
.contact-form-inner textarea:-ms-input-placeholder{
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 15px;
  font-weight: 700;
}
.contact-form-inner input::placeholder, 
.contact-form-inner textarea::placeholder{
  color: #000;
  font-family: 'ProximaNova-Regular';
  font-size: 15px;
  font-weight: 700;
}
.input textarea{
  -moz-border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/form-border.png) 27 repeat;
  -webkit-border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/form-border.png) 27 repeat;
  -o-border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/form-border.png) 27 repeat;
  border-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/form-border.png) 27 fill repeat;
  width: 97.5%;
  height:187.5px;
  border-style: solid;
  border-width: 27px;
}
.contact-form-inner .hs-button.primary.large {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 35px !important;
  padding-right: 91px !important;
}
.contact-form-inner form {
  max-width: 100%;
}
.contact-form-inner fieldset {
  max-width: 100% !important;
}

.contact-form-inner .hs-button.primary.large {
  background-image: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/button_red.png);
  background-repeat: no-repeat;
  background-position: right -3px;
  background-size: 56px 58px;
}
.contact-form-inner .actions {
  display: inline-block;
  position: relative;
}
.contact-form-inner .hs-error-msgs label {
  color: #fff !important;
}
.contact-form-inner .hs_error_rollup {
  margin: 25px 0;
}

@media (min-width: 1600px) {
  .blog-pagination {
    background: url(//4833767.fs1.hubspotusercontent-na1.net/hubfs/4833767/raw_assets/public/Inspired_July2020/images/pagination-angles-xl.png) center center no-repeat;
    margin: 0 0 -109px 0;
    padding: 80px 0;
    background-size: cover;
  }
}


@media (min-width: 1430px) {
  .banner-section .page-center, 
  .content-wrapper{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .blog-nav-trigger {
    display: block;
    text-align: center;
    padding: 20px 0;
  }
  .blog-nav-trigger:after {
    font-family: 'jolly-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6e0";
    font-size: 32px;
    color: #fd4d43;
  }
  .tags ul.topics {
    float: none;
    display: block;
  }
  .tags ul.engage {
    float: none;
  } 
  .tags ul.engage li {
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .tags ul.engage li:not(:last-child) {
    margin-right: 0px;
  }
  .tags ul.engage li:first-child a {
    display: block;
    padding: 17px 0px 16px 80px;
  }
  .tags ul.engage li:first-child a:after {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    left: auto;
  }
  .tags ul.engage .search-trigger {
    text-align: center;
    padding: 13px;
    display: block;
    background: #323232;
  }
  .blog-index__post h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .hs_post_inner {
    margin-left: 0%;
    width: 100%;
    padding: 30px 50px;
  }
  .post-ancestors {
    flex-flow: column wrap;
    min-height: 570px;
  }
  .post-ancestors li {
    width: 100% !important;
    text-align: center !important;
  }
  .post-ancestors li:nth-child(2n) {
    border: none;
    border-top: 3px solid #898989;
    border-bottom: 3px solid #898989;
  }
  .contact_form .contact-form-inner {
    width: 190%;
  }

}

@media (max-width: 767px) {
  .tags ul.topics {
    float: none;
    display: none;
  }
  .tags ul.engage li {
    width: 100%;
  }
  .tags ul.engage {
    display: block;
  }
  .blog-nav-trigger {
    line-height: 1;
  }
  .hs_listing_inner {
    width: 100%;
    margin-left: 0;
  }
  .blog-pagination {
    background: #2A2A2A;
    margin: 0;
    padding: 0;
  }
  .blog-pagination .next-posts-link {
    position: relative;
    padding-left: 15px;
  }
  .blog-pagination a.previous-posts-link {
    padding-right: 15px;
    position: relative;
  }
  .blog-pagination a {
    font-size: 20px;
    line-height: normal;
  }
  .hs_post_inner {
    padding: 30px 0;
  }
  .blog-post h1 {
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 50px;
  }
  .single-subscribe h2 {
    font-size: 47px;
    line-height: 55px;
  }
  .single-subscribe {
    padding: 70px 0px;
  }
  .post-ancestors {
    display: none;
  }
  .more-recommendations h3 {
    font-size: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .more-recommendations ul li {
    width: 100%;
    margin-right: 0;
  }
  .contact-intro h2 {
    font-size: 40px;
  }
  .contact_form {
    padding-top: 0;
  }
  .blog-pagination {
    background: #2A2A2A;
    margin: 0;
    padding: 0;
  }
  .contact-intro h2 {
    font-size: 40px;
  }
  .contact_form {
    padding-top: 50px;
  }

}




@media (max-width: 479px) {
  .blog-post__body p img {
    width: 100% !important;
    margin: 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0px;
      width: 66.31579%;
    margin-left: 16.84211%;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 50px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 20px;
  color: #4F7D24;
  padding: .1rem .75rem;
}
#hs_cos_wrapper_password_prompt input.hs-button.primary.large {
    margin-top: 18px;
}
.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;
}

@media (max-width: 767px) {
  .systems-page h1, 
  .systems-page h2{
    font-size: 20px;
  } 
  .systems-page h3{
    font-size:18px;
  } 
  .systems-page {
      width: 100%;
    margin-left: 0%;
}
}