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

div[class*="force-full-width-section"] > .row-fluid {
  padding: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face{
  font-family:Architype;
  src:url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/AIAContract_March2021/Font/Architype-Light.eot);
  src:url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/AIAContract_March2021/Font/Architype-Light.eot) format("embedded-opentype"),
    url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/font/Architype-Light.woff) format("woff"),
    url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/font/Architype-Light.ttf) format("truetype"),
    url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/font/Architype-Light-0af655649f0ee0c3e33f0218788bdbde.svg) format("svg");
}

@font-face{
  font-family:Architype;
  font-weight:700;
  src:url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/AIAContract_March2021/Font/Architype-Bold.eot);
  src:url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/AIAContract_March2021/Font/Architype-Bold.eot) format("embedded-opentype"),
    url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/font/Architype-Bold.woff) format("woff"),
    url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/font/Architype-Bold.ttf) format("truetype"),
    url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/font/Architype-Bold-bfca134903d1f9bcaa8d873e33bdb312.svg) format("svg");
}



body {
  font-family: Architype,helvetica,sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.37500;
}
body.font-smoothing {
  -webkit-font-smoothing: antialiased;
}

p {
  margin: 0 0 10px;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  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-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* :focus {
  outline: auto;
  outline-color: green;
} */

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.widget-type-form {
  max-width: 767px;
  padding: 25px 35px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #fa4132;
  border-color: #fa4132;
  color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 0px;
  padding: 8px 25px;
  text-decoration: none;
  line-height: 20px;
  font-size: 16px;
  width: 100%;
}
form input + a {
  margin-top: 20px !important;
  display: inline-block !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  outline:0;
}

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


.hs-form .field > label,
.hs-form .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 1px;
  font-size: 13px;
  line-height: 30px;
  margin-right: 5px;
  font-weight: bold;
  color: #535353;
  width: 100px;
  float: left;
  padding-top: 0.3em;
}
.hs-form .field > label ~ .input, 
.hs-form .hs-form-field > label ~ .input {
  width: calc(100% - 105px);
  float: left;
}

.field:after, 
.hs-form-field:after {
  clear: both;
  content: "";
  display: block;
}
.hs-form .field > label span.hs-form-required, 
.hs-form .hs-form-field > label span.hs-form-required {
  color: #bf0000;
  padding-left: 5px;
}

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

.hs-input {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2em;
  height: 36px;
  border: solid 1px #ccc;
  width: 100%;
  padding: 0 6px;
}

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

.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: 8px;
}

.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;
}
h3.form-title {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: helvetica,sans-serif;
  margin: 0 0 10px;
}
.hs_submit.hs-submit {
  margin-top: 38px;
}

.safari h3.form-title {
  font-family: Architype,helvetica,sans-serif;
}


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

.field + a.hs-button, 
.hs-form-field + a.hs-button {
  margin-top: 10px;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 15px;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding-left: 0;
}

ul.no-list.hs-error-msgs.inputs-list {
  width: calc(100% - 80px);
  z-index: 99;
  color: #bf0000;
  position: relative;
  top: 100%;
  float: right;
  padding-left: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  display: block;
  margin-top: 3px;
  background-color: #e51b00;
  background-image: -webkit-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -moz-linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: linear-gradient(#e51b00 43%, #ba1600 100%);
  background-image: -ms-linear-gradient(#e51b00 43%, #ba1600 100%);
  border: 1px solid #9f1300;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  box-shadow: rgb(0 0 0 / 65%) 0 2px 7px, inset #ff3c3c 0 1px 0px;
  color: #f3f3f3;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 100%;
  padding: 0.4em 0.6em;
  text-shadow: #901100 0 -1px 0;
  position: relative;
  z-index: 99;
}

ul.no-list.hs-error-msgs.inputs-list li:before{
  content: "" !important;
  background-color: #e51b00;
  border: 1px solid #9f1300;
  border-right: none;
  border-bottom: none;
  display: inline-block !important;
  height: 16px;
  -webkit-transform: rotate(
    45deg
  );
  -moz-transform: rotate(45deg);
  transform: rotate(
    45deg
  );
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
  position: absolute;
  top: -4px;
  left: 5px;
}

.field, .hs-form-field {
  position: relative;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
}

.hs_error_rollup {}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list li:before {
  content: none !important;
}

@media (max-width: 991px){

  .hs-form .field>label, .hs-form .hs-form-field>label {
    width: 100%;
    margin-right: 0;
  }

  .hs-form .field>label ~ .input, .hs-form .hs-form-field>label ~ .input {
    width: 100%;
  }
  
}
@media (max-width: 767px){

  .widget-type-form {
    padding: 25px 20px;
  }
  ul.no-list.hs-error-msgs.inputs-list {
    width: 100%;
  }

}

@media (max-width: 480px){

  .hs-form .field > label, 
  .hs-form .hs-form-field > label {
    position: relative;
    padding-left: 10px;
  }

  .hs-form .field > label span.hs-form-required, 
  .hs-form .hs-form-field > label span.hs-form-required {
    position: absolute;
    left: 0;
    padding-left: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.main_lp_design .page-center,
.main_lp_design .dnd-section > .row-fluid{
  max-width: 980px;
}
.main_lp_design-layout {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: helvetica,sans-serif;
}
.safari .main_lp_design-layout {
  font-family: Architype,helvetica,sans-serif;
}
.main_lp_design-layout .dnd-column:not(.span12) .widget-type-form {
  max-width: 420px;
  margin-left: auto;
  margin-right: 0;
}
.main_lp_design-layout .bottom_pane {
  padding-top: 50px;
}
.main_lp_design-layout .bottom_pane .bottom_pane_inner {
  margin-left: -5px;
  margin-right: -5px;
}
.main_lp_design-layout .bottom_pane .dnd-section > .row-fluid {
  max-width: 100%;
}
.main_lp_design-layout .bottom_pane .widget-type-text .hs_cos_wrapper_type_text {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgba(41, 41, 41, 1);
  font-weight: 500;
  line-height: 1.1;
  display: inline-block;
}
.main_lp_design-layout .bottom_pane .page-center {
  padding-right: 15px;
  padding-left: 15px;
}
.main_lp_design-layout .bottom_pane img.hs-image-widget {
  display: block;
}
.main_lp_design-layout .bottom_pane.empty{
  padding: 0;
}
.main_lp_design-layout .bottom_pane.empty .row-fluid [class*="span"] {
  min-height: 0;
}






.lp_digital-layout div#banner .page-center {
  width: 100%;
  max-width: 1140px;
}
.lp_digital-layout div#banner .page-center .banner-content {
  min-height: calc(290px - 48px - 48px);
  padding-top: 48px;
}
.lp_digital-layout div#banner .page-center .banner-content .headline {
  position: static;
  padding-top: 48px;
  line-height: 1.5;
  font-size: 1rem;
}
.lp_digital-layout div#banner .bg-carousel .item {
  height: 100%;
  opacity: 0.7;
}
.lp_digital-layout div#banner {
  padding-top: 48px;
  padding-bottom: 48px;
  min-height: 290px;
  background: #fff;
}
.lp_digital-layout div#banner .page-center .banner-content .headline p.lead {
  font-family: serif;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  padding-top: 0;
  margin: 0;
  display: inline!important;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #343a40!important;
}
.safari .lp_digital-layout div#banner .page-center .banner-content .headline p.lead {  
  font-family: Architype,helvetica,sans-serif;
}


.lp_digital-layout {
  font-family: serif;
  font-size: 19px;
  line-height: 1.5;
  color: #212529;
}

.safari .lp_digital-layout {  
  font-family: Architype,helvetica,sans-serif;
}
.lp_digital h3.form-title {
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.lp_digital .widget-type-form {
  padding: 24px 35px;
}
.lp_digital .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 24px;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1.5;
}
.lp_digital .hs-form .field > label, 
.lp_digital .hs-form .hs-form-field > label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  padding-left: 15px;
  margin-right: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.lp_digital .field, 
.lp_digital .hs-form-field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.lp_digital .hs-form .field > label ~ .input, 
.lp_digital .hs-form .hs-form-field > label ~ .input {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.lp_digital .hs-input {
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 16px;
}
.lp_digital .hs-form .field > label span.hs-form-required, 
.lp_digital .hs-form .hs-form-field > label span.hs-form-required {
  display: none;
}


.lp_digital-layout .buttons {
  display: none;
}
.lp_digital-layout .hs-footer-social-share {
  display: block !important;
}
.lp_digital-layout main.body-container-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}

.lp_digital-layout main.body-container-wrapper .page-center {
  max-width: 1140px;
  padding-right: 15px;
  padding-left: 15px;
}


.lp_digital-layout main.body-container-wrapper .page-center .hs-left-content {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 1.5rem!important;
}

.lp_digital-layout main.body-container-wrapper .page-center .hs-right-content {
  padding-left: 1.5rem!important;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.lp_digital-layout main.body-container-wrapper .body-container-wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.lp_digital-layout .hs_submit.hs-submit {
  margin-top: 24px;
}

.lp_digital-layout .hs-button, 
.lp_digital-layout .button--primary {
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 15px;
}
.lp_digital-layout div#banner .bg-carousel .item {
  height: 100%;
  min-height: 0;
}

.lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel {
  height: 100%;
}

.lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel .carousel-inner {
  height: 100%;
}

.lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel .carousel-inner .slick-list {
  height: 100%;
}

.lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel .carousel-inner .slick-list .slick-track {
  height: 100%;
}
.lp_digital .hs_cos_wrapper_type_rich_text ul {
  font-size: 16px;
}
.widget-type-simple_menu .hs-menu-flow-horizontal > ul > li {
  float: left;
  line-height: normal;
}
.widget-type-simple_menu .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-type-simple_menu {
  border: 1px solid transparent;
  position: relative;
  min-height: 50px;
}
.widget-type-simple_menu .hs_cos_wrapper_type_simple_menu {
  max-width: 980px;
  display: block;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.widget-type-simple_menu .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}
.widget-type-simple_menu .hs-menu-wrapper ul:after {
  clear: both;
  content: "";
  display: block;
}
.widget-type-simple_menu .hs-menu-wrapper ul li a {
  font-size: 16px;
  color: #222;
  background: none;
  padding-right: 50px;
  line-height: 0;
  padding-top: 26px;
  padding-bottom: 22px;
  padding-left: 0;
  margin-left: -5px;
  font-weight: 700;
  position: relative;
  display: block;
  font-family: helvetica,sans-serif;
  text-decoration: none;
}
.safari .widget-type-simple_menu .hs-menu-wrapper ul li a {  
  font-family: Architype,helvetica,sans-serif;
}
.widget-type-simple_menu .hs-menu-wrapper ul li a:hover {
  color: grey;
}
.architect_ty-layout .copyright-bar.bg-black {
  height: 70px;
  padding-top: 30px;
  position: relative;
  bottom: 0;
  background-color: #EFEFEF;
  font-family: helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.safari .architect_ty-layout .copyright-bar.bg-black {  
  font-family: Architype,helvetica,sans-serif;
}

.ibs_code .hs_cos_wrapper_type_rich_text {
  position: relative;
  font-size: 20px;
  line-height: 1.715;
  font-style: italic;
  font-weight: normal;
  padding: 10px 0 25px;
  display: block;
}
.ibs_code .hs_cos_wrapper_type_rich_text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 2px;
  width: 80px;
  background-color: rgba(0,0,0,0.1);
}
.ibs_code .dnd-section>.row-fluid {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.ibs_code main.body-container-wrapper .dnd-section {
  background-color: #fff;
  color: inherit;
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.ibs_code .hs_cos_wrapper_type_rich_text li {
  line-height: 1.715;
}
.ibs_code .hs_cos_wrapper_type_rich_text ul {
  margin-top: 0;
  margin-bottom: 25px;
}
.ibs_code-layout {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.715;
  background-color: #fff;
  color: #666;
  overflow-x: hidden;
  max-width: 100%;
}
.ibs_code .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.ibs_code .hs_cos_wrapper_type_rich_text a {
  font-weight: bold;
  text-decoration: none;
}
.ibs_code .hs_cos_wrapper_type_rich_text h3 {
  color: #222;
  margin-bottom: 25px;
  line-height: 1.715;
  font-size: 24px;
  margin-top: 20px;
  font-family: inherit;
  font-weight: 500;
}
.ibs_code .hs_cos_wrapper_type_rich_text p {
  font-style: normal;
}
.ibs_code .dnd-section[class*="force-full-width-section"]>.row-fluid {padding: 0;}
.ibs_code .hs_cos_wrapper_type_rich_text h6 {
  color: #000000;
  font-family: 'Open Sans';
  font-size: 20px;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: normal;
  letter-spacing: normal;
  orphans: 2;
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  background-color: #ffffff;
  text-decoration-style: initial;
  text-decoration-color: initial;
  float: none;
  display: inline !important;
}
.ibs_code .hs_cos_wrapper_type_rich_text ol {
  margin-top: 0;
  margin-bottom: 25px;
}
.architect_ty-layout {
  color: #333;
}
.safari .resources {
  font-family: Architype,helvetica,sans-serif;
}
.safari .resources h2 {
  font-family: Architype,helvetica,sans-serif;
}
.safari div#banner .page-center .banner-content .headline p.lead {
  font-family: Architype,helvetica,sans-serif;
}
.safari .section-content h4 {
  font-family: Architype,helvetica,sans-serif;
}
.safari .heading-prallax .page-center .row .hs-col-md-12 h1 {
  font-family: Architype,helvetica,sans-serif;
}
@media (max-width:1199px){

  .main_lp_design .page-center, 
  .main_lp_design .dnd-section>.row-fluid {
    max-width: 970px;
  }
  .lp_digital-layout main.body-container-wrapper .page-center {
    max-width: 960px;
  }

  .lp_digital-layout div#banner .page-center {
    max-width: 960px;
  }
  .widget-type-simple_menu .hs_cos_wrapper_type_simple_menu {
    max-width: 970px;
  }

  .ibs_code .dnd-section>.row-fluid {
    max-width: 970px;
  }

}


@media (max-width:991px){

  .main_lp_design .page-center, 
  .main_lp_design .dnd-section>.row-fluid {
    max-width: 750px;
  }
  .main_lp_design .bottom_pane .row-fluid {
    display: block !important;
  }.lp_digital-layout main.body-container-wrapper .page-center {
    max-width: 720px;
  }

  .lp_digital-layout div#banner .page-center {
    max-width: 720px;
  }

  .lp_digital-layout main.body-container-wrapper .page-center .hs-left-content {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px !important;
  }

  .lp_digital-layout main.body-container-wrapper .page-center .hs-right-content {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 0 !important;
  }
  .widget-type-simple_menu .hs_cos_wrapper_type_simple_menu {
    max-width: 750px;
  }

  .ibs_code .dnd-section>.row-fluid {
    max-width: 750px;
  }

}

@media (max-width:767px){

  .main_lp_design-layout .dnd-column:not(.span12) .widget-type-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  .main_lp_design .bottom_pane .row-fluid .span3 {
    width: 100%;
  }
  .main_lp_design-layout .bottom_pane img.hs-image-widget {
    width: 100%;
  }
  .main_lp_design .row-fluid .dnd-module[class*="flexbox-positioning"] {
    display: block !important;
  }
  .main_lp_design .page-center, 
  .main_lp_design .dnd-section > .row-fluid {
    padding: 0;
  }
  .lp_digital-layout main.body-container-wrapper .page-center .hs-left-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px !important;
    padding-left: 15px;
  }

  .lp_digital-layout main.body-container-wrapper .page-center .hs-right-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
    padding-top: 30px;
  }

  .lp_digital-layout main.body-container-wrapper .page-center {
    max-width: 540px;
  }

  .lp_digital-layout div#banner .page-center {
    max-width: 540px;
  }
  .mobile-content {
    display: block !important;
    margin-top: .25rem;
    padding-left: 1rem!important;
    padding-right: 1rem!important;
    padding-top: 1.5rem!important;
    margin-bottom: 16px;
  }

  .lp_digital-layout div#banner .bg-carousel .item {
    height: 100%;
    min-height: 0;
  }

  .lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel {
    height: 100%;
  }

  .lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel .carousel-inner {
    height: 100%;
  }

  .lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel .carousel-inner .slick-list {
    height: 100%;
  }

  .lp_digital-layout div#banner .slider-wrapper .bg-carousel div#carousel .carousel-inner .slick-list .slick-track {
    height: 100%;
  }
  .widget-type-simple_menu .hs-menu-wrapper>ul {
    margin: 7.5px -15px;
    margin-top: 0;
  }

  .widget-type-simple_menu .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
    padding: 24px 15px 0;
    line-height: 0;
  }

  .widget-type-simple_menu .hs_cos_wrapper_type_simple_menu {
    max-width: 100%;
  }

  .widget-type-simple_menu .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
  }

  .widget-type-simple_menu .hs-menu-flow-horizontal>ul>li {
    float: none;
    display: inline-block !important;
  }
  .architect_ty-layout .copyright-bar.bg-black .page-center {
    max-width: 100%;
  }

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

  .main_lp_design-layout .dnd-column:not(.span12) .widget-type-form {
    width: 100%;
    margin: 20px auto 0;
  }

  .lp_digital .field, 
  .lp_digital .hs-form-field {
    flex-wrap: wrap;
  }
  .lp_digital .hs-form .field>label, 
  .lp_digital .hs-form .hs-form-field>label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lp_digital .hs-form .field>label ~ .input, 
  .lp_digital .hs-form .hs-form-field>label ~ .input {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}
.hs-header {
  height: calc(44.8px + 69px);
}

.hs-header.hs-lp-header {
  height: auto;
  min-height: 60px;
}

.hs-header div#contractdocs-header {
  background: #fa4132;
  position: fixed;
  width: 100%;
  top: 0;
  padding: .75em 0 .5em;
  z-index: 99;
  height: 60px;
}

.hs-header div#contractdocs-header .header-items {
  color: #fff;
  float: right;
  margin-top: .5em;
}

.hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content {}

.hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ {}

.hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a {
  color: #fff;
  line-height: 1.4em;
  margin-left: 1em;
  height: 40px;
  float: left;
}

.hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a svg {
  width: 1em;
  height: 1em;
}

.hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a svg path.st0 {
  fill: #fff;
}

.hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo {
  display: inline-block;
}

.hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget {}

.hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget img.hs-image-widget {
  height: auto;
  margin: 0 0 1em;
  width: 415px !important;
  margin-top: 2px;
}

.hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget a#hs-link-header_logo_hs_logo_widget {
  color: #fa4132;
  text-decoration: none;
  cursor: pointer;
}

.hs-header nav#contractdocs-main-nav {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 59px;
  z-index: 20;
}

.hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a:first-child {
  width: 1em;
  height: 1em;
  top: 2px;
  position: relative;
}
.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  white-space: nowrap;
  border-right: 1px solid #fff!important;
  border-left: 1px solid #fff!important;
}

.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper > ul li {
  position: relative;
  display: inline-block;
  text-align: left;
  padding-right: 6%;
  float: left;
  border-right: 1px solid #fff!important;
  border-left: 1px solid #fff!important;
  line-height: 1.4em;
}

.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper > ul li a {
  display: inline-block;
  color: #000;
  font-weight: 700;
  padding: 16px 12px 16px 0;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}

.mobile-main-heading {
  display: none;
}

.hs-header nav#contractdocs-main-nav div#hs_cos_wrapper_secondary_menu {
  display: none;
}

.hs-header div#contractdocs-header .header-items button.header-nav-toggle {
  border: none;
  float: left;
  cursor: pointer;
  display: none;
  background-color: #fa4132;
  height: 50px;
  width: 35px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  outline: 0;
}
.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper > ul ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 10px 20px 10px;
}

header#banner {
  background-color: #FA4132;
  position: relative;
}

header#banner .page-center {
  max-width: 980px;
  padding-right: 15px;
  padding-left: 15px;
}

header#banner .page-center .row {
  margin-right: -15px;
  margin-left: -15px;
}

header#banner .page-center .row .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

header#banner .page-center .row .col-sm-12 .company-logo {
  width: auto;
  height: 60px;
  font-family: 'Architype Light, Regular';
  font-size: 30px;
  color: #fff;
  padding: 0 10px;
  line-height: 54px;
}

header#banner .banner-content {
  position: relative;
}

header#banner .page-center .row .col-sm-12 .company-logo div#hs_cos_wrapper_header_logo {}

header#banner .page-center .row .col-sm-12 .company-logo div#hs_cos_wrapper_header_logo img.hs-image-widget {
  vertical-align: middle;
}















header#header1 {
  right: 0;
  left: 0;
  border-radius: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  min-height: 80px;
  margin: 0;
  padding: 0;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
  overflow: visible;
  border: none;
  -webkit-box-shadow: 0 1px rgb(255 255 255 / 10%);
  box-shadow: 0 1px rgb(255 255 255 / 10%);
  background-color: #FA4132;
  color: #cccccc;
  display: block;
}
header#header1 .container-fluid {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
header#header1 .container-fluid .navbar-left {
  float: left;
}
header#header1 .container-fluid nav#navigation {
  float: right;
}
header#header1 .hs_cos_wrapper_type_logo {
  height: 80px;
  line-height: 50px;
  margin-left: 0 !important;
  padding: 12px 15px 18px;
  float: left;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
header#header1 .hs_cos_wrapper_type_logo a#hs-link-header_logo_hs_logo_widget {
  display: inline-block;
  vertical-align: middle;
  min-height: 40px;
  min-width: 60px;
}
header#header1 .hs_cos_wrapper_type_logo a#hs-link-header_logo_hs_logo_widget img.hs-image-widget {
  display: inline-block;
  vertical-align: middle;
  max-height: 50px;
  max-width: 100%;
}
header#header1 ul#header-nav {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 1.819;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  list-style: none;
}
header#header1 ul#header-nav li {
  padding: 30px 15px;
  line-height: inherit;
  -webkit-transition: all ease 0.25s;
  transition: all ease 0.25s;
}
header#header1 ul#header-nav p {
  margin: 0;
}





header#header1.floating .hs_cos_wrapper_type_logo {
  height: 60px;
  line-height: 40px;
  padding: 8px 15px 12px;
}
header#header1.floating ul#header-nav li {
  padding-top: 20px;
  padding-bottom: 20px;
}
header#header1.floating {
  min-height: 60px;
}


.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul {
  padding-left: 0;
  padding-right: 0;
}

.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul li {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul li a {
  padding: 10px 0px 10px 0;
}


@media (min-width: 913px){

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper > ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

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

  header#banner .page-center {
    max-width: 970px;
  }

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

  header#banner .page-center {
    max-width: 750px;
  }
  header#header1 .container-fluid nav#navigation {
    display: none;
  }
  header#header1 .container-fluid .navbar-left {
    float: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  header#header1.floating .hs_cos_wrapper_type_logo {
    height: 80px;
    line-height: 50px;
    padding: 12px 15px 18px;
  }
  header#header1.floating {
    min-height: 80px;
  }

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

  .hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a:nth-child(3) {
    display: none;
  }

  .hs-header div#contractdocs-header .header-items button.header-nav-toggle {
    display: inline-block;
  }

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo {
    width: 30%;
    margin-top: 12px;
  }

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget img.hs-image-widget {
    width: 380px !important;
    margin-top: -2px;
  }

  .hs-header div#contractdocs-header .header-items {
    margin-top: 0;
  }

  .hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a:first-child {
    top: 14px;
    margin-right: 0;
    padding-top: 0;
  }

  .hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a {
    margin-right: 10px;
    padding-top: 10px;
  }

  .hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content {
    display: inline;
  }

  .hs-header div#contractdocs-header {
    padding: .75em 0 0;
    height: 75px;
  }
  
  .hs-header.hs-lp-header div#contractdocs-header {
     height: 60px;
  }
  
  .hs-header.hs-lp-header div#contractdocs-header div#hs_cos_wrapper_header_logo {
    margin-top: 7px;
    position: static;
  }

  .hs-header nav#contractdocs-main-nav {
    display: none;
    background-color: #fff;
    border: none;
    top: 60px;
    position: fixed;
    overflow: scroll;
    height: 100%;
    padding-bottom: 70px;
  }
  .hs-header nav#contractdocs-main-nav.open-face-hamburger {
    display: block;
  }

  .hs-header nav#contractdocs-main-nav div#hs_cos_wrapper_secondary_menu {
    display: block;
  }

  .hs-header nav#contractdocs-main-nav .page-center {
    max-width: 100%;
    padding: 0;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li {
    float: none;
    display: block;
    text-align: left;
    border: none;
    border-bottom: 2px solid #efefef;
    padding-right: 0;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li a {
    padding: 1.5rem calc(6% + 1rem) 1.25rem 1rem;
    font-size: 22.4px;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper {
    font-size: 1.4em;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li a:after {
    content: url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/images/black-arrow.svg);
    width: 0.5em;
    position: absolute;
    right: 1em;
    top: 25px;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li:hover > a {
    color: #fa4132 !important;
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li:hover > a:after{
    content: url(https://9259380.fs1.hubspotusercontent-na1.net/hubfs/9259380/raw_assets/public/AIAContract_March2021/images/orange-arrow.svg);
  }

  .hs-header nav#contractdocs-main-nav div#hs_cos_wrapper_secondary_menu .hs-menu-wrapper > ul {
    margin: 16px 0;
    list-style: none;
  }

  .hs-header nav#contractdocs-main-nav div#hs_cos_wrapper_secondary_menu .hs-menu-wrapper > ul li {
    line-height: 22px;
  }

  .hs-header nav#contractdocs-main-nav div#hs_cos_wrapper_secondary_menu .hs-menu-wrapper > ul li a {
    color: #000;
    display: inline-block;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul {
    position: relative;
    width: 100%;
    left: 0;
    padding: 0;
    display: none;
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul li {
    border: 0;
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li.hs-item-has-children > .trigger {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    height: 77px;
    cursor: pointer;
    border-left: 1px dotted;
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li.hs-item-has-children > a:after {
    /*     content: none; */
  }

  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li.hs-item-has-children>.trigger:after {
    /*     content: "+";
    font-size: 55px;
    position: absolute;
    right: 16px;
    top: 24.750px;
    color: #9f9f9f;
    border-left: 1px dotted; */
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li.hs-item-has-children:hover >.trigger:after {
    color: #fa4132 !important
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul {
    opacity: 1;
    visibility: visible;
    padding-left: 40px;
    pointer-events: auto;
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li.trigger-open > a:after {
    transform: rotate(90deg);
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul li a:after {
    transition: all 0.25s ease;
  }
  .hs-header nav#contractdocs-main-nav #hs_cos_wrapper_main_sitemap .hs-menu-wrapper>ul ul li a:after {
    top: 13px;
  }

}

@media (max-width:767px){

  header#banner .page-center {
    max-width: 100%;
  }

}

@media (max-width: 660px){

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo {
    position: absolute;
    margin-top: 0;
    top: 13px;
  }

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget img.hs-image-widget {}

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget a#hs-link-header_logo_hs_logo_widget {
    display: inline-block;
  }

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget {
    display: inline-block;
  }

  .hs-header div#contractdocs-header .page-center {
    position: relative;
  }

  .hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a:nth-child(2) {
    display: none;
  }

  .hs-header div#contractdocs-header .header-items {
    position: absolute;
    top: 0;
    right: 0;
  }

}

@media (max-width: 480px){

  header#banner .page-center .row .col-sm-12 .company-logo {
    width: auto;
    height: auto;
    font-size: 25px;
  }
  header#banner .page-center .row .col-sm-12 .company-logo div#hs_cos_wrapper_header_logo img.hs-image-widget {
    width: auto !important;
    height: 18px;
  }

}

@media (max-width: 460px){

  .hs-header div#contractdocs-header .header-items div#hs_cos_wrapper_top_content #hs_cos_wrapper_top_content_ a:first-child {
    display: none;
  }

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget img.hs-image-widget {
    width: 280px !important;
    margin-top: 0;
  }

}


@media (max-width: 360px){

  .hs-header div#contractdocs-header div#hs_cos_wrapper_header_logo #hs_cos_wrapper_header_logo_hs_logo_widget img.hs-image-widget {
    width: 250px !important;
  }

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

footer#contractdocs-footer {
  background-color: #000;
  color: #fff;
  padding: 3em 0;
}
footer#contractdocs-footer.hs-lp-footer .footer-top {
  margin-bottom: 40px;
}

footer#contractdocs-footer .page-center {}
footer#contractdocs-footer .row {
  margin: 0 -.5em;
  overflow: hidden;
}
footer#contractdocs-footer .footer-bottom {
  overflow: visible;
  color: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4em;
}
footer#contractdocs-footer .footer-bottom .grid-1-3 {
  margin: 0 .5em;
  float: left;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
footer#contractdocs-footer .footer-bottom .grid-1-3 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer#contractdocs-footer .footer-bottom .grid-1-3 ul li {
  margin-right: 1em;
  line-height: 1.4em;
  display: inline;
}
footer#contractdocs-footer .footer-bottom .grid-1-3 ul li a {
  color: grey;
}
footer#contractdocs-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#contractdocs-footer .footer-top .grid-1-3 {
  width: 21.833em;
  margin: 0 .5em;
  float: left;
  position: relative;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ {}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ > ul > li {
  margin-right: 2.5em;
  line-height: 1.4em;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer#contractdocs-footer .footer-top ul.inline.with-flex {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 2.5em;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
footer#contractdocs-footer .footer-top ul.inline.with-flex li {
  line-height: 1;
}
footer#contractdocs-footer .footer-top ul.inline.with-flex li img.hs-image-widget {
  max-width: 16.125em;
  width: 100% !important;
  height: auto;
  margin: 0 0 1em;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ > ul > li > a {
  color: #fff;
  font-weight: bold;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ ul li {
  line-height: 1.4em;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ ul li a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ ul ul li a:hover {
  text-decoration: underline;
}
footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_ > ul > li > a[href="javascript:;"] {
  cursor: text;
}


section.footer-wrapper {
  padding-top: 16px;
  padding-bottom: 16px;
}
section.footer-wrapper .page-center .row .hs-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
section.footer-wrapper .page-center {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1140px;
}
section.footer-wrapper .page-center .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
section.footer-wrapper .page-center .row .text-right {
  text-align: right;
}
section.footer-wrapper .page-center p {
  font-size: 10px;
  margin-bottom: 0;
}
section.footer-wrapper .page-center .row .text-right.pt-4 {
  padding-top: 24px;
}

section#footer1 {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.715;
  background-color: #fff;
  color: rgb(102, 102, 102);
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
}
section#footer1 .page-center{
  max-width: 1170px;
}

@media (max-width:1199px){

  section#footer1 .page-center{
    max-width: 970px;
  }

}

@media (max-width: 1130px){

  footer#contractdocs-footer .footer-top .grid-1-3 {
    width: 17em;
  }

}

@media (max-width:991px){

  section#footer1 .page-center{
    max-width: 750px;
  }

}

@media (max-width:912px){

  footer#contractdocs-footer .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  footer#contractdocs-footer.hs-lp-footer .footer-top {
    margin-bottom: 0;
  }

  footer#contractdocs-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }

  footer#contractdocs-footer .footer-bottom .grid-1-3 ul {
    margin: 1em 0 2em;
  }

  footer#contractdocs-footer .footer-top .grid-1-3 div#hs_menu_wrapper_menu_>ul>li {
    margin: 1em 0 2em;
    margin-right: 2.5em;
  }

  footer#contractdocs-footer .footer-top ul.inline.with-flex {
    margin: 1em 0 2em;
    margin-right: 2.5em;
  }
  
  footer#contractdocs-footer.hs-lp-footer .footer-top ul.inline.with-flex {
    margin-bottom: 0;
  }

  footer#contractdocs-footer .footer-top .grid-1-3 {
    width: 33.3333em;
  }

  footer#contractdocs-footer .footer-top ul.inline.with-flex li {
    line-height: 1.4em;
  }

}



@media (max-width:660px){

  footer#contractdocs-footer .footer-top .grid-1-3 {
    width: auto;
  }

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


  section.footer-wrapper .page-center {
    max-width: 960px;
  }

}

@media (max-width:991px){


  section.footer-wrapper .page-center {
    max-width: 720px;
  }

}

@media (max-width:767px){

  section.footer-wrapper .page-center {
    max-width: 540px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-header,
.blog__subscription-block{
  background-color: transparent !important;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

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

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

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

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 10px;
  line-height: 24px;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: auto;
  float: left;
  content: counter(list-item);
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  padding-right: 5px;
}

.blog-sidebar-post-listing li a {
  position: relative;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

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

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

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

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

#comments-listing {
  border:0 !important;
  margin:0 !important;
}

.comment {
  margin: 0 !important;
  border: 1px solid #ccc !important;
  padding: 15px !important;
  border-bottom: 0 !important;
}

.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px !important;
  text-align: left !important;
  display: block !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: 3rem 20px;
}
.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;
}

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


div#hs-search-module .hs-form .field > label, 
div#hs-search-module .hs-form .hs-form-field > label {
  width: 100%;
  margin-right: 0;
}
div#hs-search-module .hs-form .field > label ~ .input, 
div#hs-search-module .hs-form .hs-form-field > label ~ .input {
  width: 100%;
}
.content-wrapper.error-404 a.hs-button {
  max-width: 150px;
}
.systems-page form {
  max-width: 767px;
}

.systems-page form input.email-edit.hs-input {
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 6px !important;
}

input#hs-pwd-widget-password {
  display: inline-block;
  font-weight: normal;
  line-height: 1.2em;
  border: solid 1px #ccc;
  width: 100% !important;
  font-size: 14px !important;
  padding: 0 6px !important;
  height: 36px !important;
  margin-top: 0 !important;
  margin-bottom: 20px;
}

.hs-search-field__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
  padding:10px;
  background-color:#fff;
}

.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}

.hs-search-field__suggestions li a {
  padding: 5px;
}

.hs-search-field__suggestions #results-for {
  font-weight: bold;
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
  display: block;
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
  background-color: rgba(0,0,0,.1);
  outline: 0;
}

@media screen and (max-width: 912px) {

  .content-wrapper.error-404 a.hs-button {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {

  .systems-page h1,
  .systems-page h2,
  .systems-page h3,
  .systems-page h4,
  .systems-page h5,
  .systems-page h6 {
    font-size: 20px;
  }
  .systems-page {
    padding-left: 0;
    padding-right: 0;
  }

}