/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

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

@font-face { font-family: "Sen"; 
  src: url("https://fonts.gstatic.com/s/sen/v2/6xKjdSxYI9_3nPWN.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Sen";
  src: url("https://fonts.gstatic.com/s/sen/v2/6xKudSxYI9__J9CYLUv0.woff2") format("woff2"); 
  font-style: normal;
  font-weight: 700; 
  font-display: swap; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/Architextural_June2021/fonts/free-fa-solid-900.eot") format("embedded-opentype"), 
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-solid-900.woff2) format("woff2"),
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-solid-900.woff) format("woff"), 
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-solid-900.ttf) format("truetype");
  font-style: normal; 
  font-weight: 900; 
  font-display: block; 
}
@font-face { font-family: "FontAwesome";
  src: url("https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/Architextural_June2021/fonts/free-fa-brands-400.eot") format("embedded-opentype"), 
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-brands-400.woff2) format("woff2"), 
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-brands-400.woff) format("woff"),
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-brands-400.ttf) format("truetype");
  font-display: block;
  font-style: normal; 
  font-weight: 400; 
}

@font-face { font-family: "Font Awesome 5 Brands";
  src: url("https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/Architextural_June2021/fonts/free-fa-brands-400.eot") format("embedded-opentype"),
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-brands-400.woff2) format("woff2"),
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-brands-400.woff) format("woff"),
    url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/fonts/free-fa-brands-400.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}


html {
  font-size: 16px;
}

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

p {
  margin-bottom: .4em;
  margin-top: 0;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
/* ******************************************************************************
*********************************************************************************
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;
  width:500px;
}
h3.form-title {
  margin: 0;
  font-family: Sen,sans-serif;
  line-height: 1.4;
  margin-top: 0;
  color: #000 !important;
}
.hs-button, 
.button--primary {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
  font-family: Sen,sans-serif;
  font-weight: 700;
  line-height: 1.15;
  font-size: 1.0625rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.hs-button:hover, .button--primary:hover {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
}
.hs-button:focus, .button--primary:focus  {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  outline: none;
}
.hs-button:active, .button--primary:active  {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: #33475b;
  font-family: Sen,sans-serif;
  padding: 1.25rem;
  width: 100%;
  margin-top: .75rem;
  margin-bottom: .75rem;
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: #33475b;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: #33475b;
  font-family: Sen,sans-serif;
  font-weight: 700;
}
.hs-form-field label, .hs-form-field a {
  color: #33475b;
  font-family: Sen,sans-serif;
  font-weight: 700;
}
a#hs_login_reset {
  color: #33475b;
}

form .hs-error-msgs label {
  color: #f2545b;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
}
.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;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color: #c87872 !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color: #b9554d !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  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;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}

.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:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
}

@media print, screen and (min-width: 48em){
  h3.form-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: .4em;
  }
}


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

.form_width form {
  width: 100%;
}
#hs-pwd-widget-password {
  height: auto !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary nav {
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  font-family: Sen,sans-serif;
  display:none;
}
.custom-menu-primary .navigation-primary > .level-1>.menu-item.has-submenu>a:after {
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: 12px;
  vertical-align: middle;
  content: "\F078";
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #666666;
  opacity: .75;
  display: inline-block;
}
.triangle-container {
  display: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  margin-right: 0;
}
.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}

/* .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
left: 100%;
top: 0;
} */
/* .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
width: 100%;
position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
transform: translate3d(-5px, 0, 0);
-webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
display: inline-block;
margin-right: 13px;
font-size:14px;
line-height:26px;
}
.header__column {
text-align: right;
} */

@media (min-width: 48em){
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-2 {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    list-style: none;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 0.5rem -0.5rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.75rem 0.5rem -0.5rem rgb(0 0 0 / 40%);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    opacity: 0;
    padding: 2rem 0;
    /*     pointer-events: none; */
    position: absolute;
    top: 81%;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 700;
  }
  .custom-menu-primary{
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .custom-menu-primary nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block;
    margin-top: 1rem;
  }
  .custom-menu-primary .navigation-primary > .level-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 100%;
    list-style: none;
    padding: 0;
    margin:0px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: .875rem;
    padding: .5rem 1rem;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    font-family: Sen,sans-serif;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-3 {
    padding: 0px;
    list-style: none;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-2 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-2 li a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: .875rem;
    padding: .5rem 1rem;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-3 li{
    margin:0px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-3 li a{ 
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: .875rem;
    padding: .5rem 1rem;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin:0px;
    font-weight: 400;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-3 li a:hover{
    text-decoration:underline;
  }
}


@media (min-width: 80em){
  .custom-menu-primary nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    display: block;
    margin-left: auto;
    margin-top: 0;
  }
  .custom-menu-primary{
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .custom-menu-primary {
    margin-left: auto;
  }
}


@media (max-width: 767px){
  .custom-menu-primary-mobile {
    font-display: swap;
    font-family: Sen,sans-serif;
    line-height: 1.15;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.25;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .custom-menu-primary-mobile .navigation-primary > .level-1{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.5rem);
    margin-left: .75rem;
    margin-right: .75rem;
    position:relative;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item a{
    font-display: swap;
    font-family: Sen,sans-serif;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
    display: block;
    font-size: 1.0625rem;
    padding: .75rem 0;
    text-decoration: none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item a:hover{
    color: #303036;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul{
    display:none;
    list-style:none;
    padding:0px;
    margin:0px;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul li{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.5rem);
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item ul li a{
    font-family: Sen,sans-serif;
    font-weight: 700;
    line-height: 1.15;
    color: #000;
    display: block;
    font-size: 1.0625rem;
    padding: .75rem 0;
    text-decoration: none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item.has-submenu>a:after {
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-left: 1rem;
    content: "\F054";
  }
  .custom-menu-primary-mobile .navigation-primary .submenu li.has-submenu.menu-item.child-open>a:after {
    content: "\F078";
  }
}
/* ******************************************************************************
*********************************************************************************
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.custom-header {
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 41%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 41%);
  position: relative;
}
header.custom-header.lp .custom-menu-primary {
  height: 67.01px;
}

.header_top .header__container {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 88rem;
}

.header__container{
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 88rem;
  padding-right: .75rem;
  padding-left: .75rem;
}

.header_top {
  display: none;
}
.mobile_number ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0px;
}
.mobile_number ul li a {
  font-size: 1.0625rem;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
.mobile_number ul li a:before{
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 1rem;
}
.mobile_number ul>li:first-child a:before {
  content: "\F291";
}
.mobile_number ul>li:last-child a:before {
  content: "\F095";
}
.site-header__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 0;
}
.logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.75rem;
  width: 7.5625rem;
  margin-left: .75rem;
  margin-right: .75rem;
}
.header_logo a {
  display: block;
}
.request_button a {
  margin-left: .75rem;
  margin-right: .75rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  font-display: swap;
  font-family: Sen,sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-decoration: none;
  font-size: .75rem;
  text-align: right;
  margin-top: 0px;
  display: block;
}
form.site-header__form {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  border: none;
  -webkit-box-flex: 0;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin-left: .75rem;
  margin-right: .75rem;
}
.site-header__search {
  -webkit-box-flex: 0;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin-left: .75rem;
  margin-right: .75rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: .125rem solid #9fa1aa;
  margin-top: 1.5rem;
  padding-bottom: .25rem;
  -webkit-transition: border-bottom-color .2s ease-in-out;
  transition: border-bottom-color .2s ease-in-out;
}
.site-header__search:before {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  content: "\F002";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}
label.site-header__search input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  margin-left: .75rem;
  border: 0;
  font-family:Arial;
}


@media print, screen and (min-width: 48em){
  .header_top {
    display: block;
  }
  .header__container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .menu-super-header__stripes {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    background-image: url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/images/3stripes_architextural.svg);
    background-repeat: no-repeat;
  }
  .mobile_number {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-right: 0;
    margin-left: auto;
  }
  .mobile_number ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .mobile_number ul li a{
    display: inline-block;
    font-size: .875rem;
    padding: 1rem;
  }
  .site-header__main {
    padding: 2rem 0;
  }
  .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    height: 3.1875rem;
    width: 13.9375rem;
  }
  .request_button{
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .request_button a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-ordinal-group: 3;
    background-color: #eaeaea;
    font-size: .875rem;
    padding: .5rem .875rem;
  }
  form.site-header__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .site-header__search {
    margin-left: auto;
    margin-top: 0;
    min-width: 8rem;
  }
  .menu-mobile,.menu-button{
    display:none;
  }
  .request_button a:hover{
    background-color: #d1d1d1;
  }
}

@media(min-width:80em){
  .logo {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    height: 3.1875rem;
    width: 13.9375rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .request_button{
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .request_button a {
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
    font-size: .875rem;
    padding: 1rem 1.75rem;
  }
  form.site-header__form {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .site-header__search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media(max-width:767px){
  .menu-button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-left: .75rem;
    margin-right: .75rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: rgba(0,0,0,0);
    line-height: 1;
    cursor: auto;
    outline:none;
  }
  .menu-button span {
    background-color: #000;
    border-radius: .0625rem;
    display: block;
    height: .125rem;
    margin: .25rem 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 1.125rem;
  }
  .menu-button span:first-of-type {
    margin-top: 0;
  }
  .menu-button span:first-of-type, .menu-button span:last-of-type {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .menu-button span {
    background-color: #000;
    border-radius: .0625rem;
    display: block;
    height: .125rem;
    margin: .25rem 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 1.125rem;
  }
  .menu-button span:first-of-type, .menu-button span:last-of-type {
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
  }
  .menu-button span:last-of-type {
    margin-bottom: 0;
  }
  .request_button{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    font-display: swap;
    font-family: Sen,sans-serif;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
    font-size: .75rem;
    text-align: right;
  }
  .menu-mobile {
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #eaeaea;
    height: 100vh;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 16.8125rem;
    z-index: 700;
  }
  .menu-mobile, .menu-mobile__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
  }
  .menu-mobile__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    margin: 1.5rem;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.75rem;
    width: calc(100% - 3rem);
  }
  .menu-header {
    font-display: swap;
    font-family: Sen,sans-serif;
    line-height: 1.15;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.25;
  }
  .menu-mobile .menu-header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    width: calc(100% - 3rem);
  }
  .menu-mobile__footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    padding: 1.5rem;
    background-color: #595c69;
  }
  .mobile-open .menu-mobile {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-mobile__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    font-display: swap;
    font-family: Sen,sans-serif;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .menu-mobile .menu-button, .menu-mobile__title {
    width: auto;
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .menu-mobile__header>:first-child {
    margin-top: 0;
  }
  .mobile-open .menu-mobile .menu-button{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.is-open span {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
  .menu-button.is-open span:first-of-type {
    -webkit-transform: scaleX(1) rotate(
      45deg
    );
    -ms-transform: scaleX(1) rotate(45deg);
    transform: scaleX(1) rotate(
      45deg
    );
  }
  .menu-button.is-open span:last-of-type {
    -webkit-transform: scaleX(1) rotate(
      -45deg
    );
    -ms-transform: scaleX(1) rotate(-45deg);
    transform: scaleX(1) rotate(
      -45deg
    );
  }
  .child-trigger {
    position: absolute;
    width: 100%;
    height: 35px;
    right: 15px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
    text-align: right;
    color: transparent;
    vertical-align: middle;
  }
  .child-trigger::after {
    content: "+";
    font-size: 20px;
  }
  .child-trigger.child-open::after {
    content: "-";
  }
  .menu-mobile__footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
  }
  .menu-mobile__footer ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.5rem);
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .menu-mobile__footer ul li a{
    display: block;
    padding: .75rem 0;
    color: #fff;
    font-size: 1.0625rem;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
  }
  .menu-mobile__footer ul li a:before{
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    margin-right: 1rem;
  }
  .menu-mobile__footer ul li:first-child a:before{
    content: "\F291";
  }
  .menu-mobile__footer ul li:last-child a:before{
    content: "\F095";
  }
  .request_button{
    margin-left: .75rem;
    margin-right: .75rem;
  }
  .request_button a{
    margin-left: 0px;
    margin-right: 0px;
  }
  header.custom-header.lp .custom-menu-primary{
    height:auto;
  }
  header.custom-header.lp .header_logo{
    padding-top:6px;
  }
  header.custom-header.lp {
    padding-bottom: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.footer__top__widget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  font-size: .75rem;
}
.footer__top__widget h6 {
  margin-bottom: 1.25rem;
  font-display: swap;
  font-family: Sen,sans-serif;
  line-height: 1.4;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  font-size: 1.125rem;
  margin-top: 0px;
}
.footer__top__widget a {
  font-family: Sen,sans-serif;
  font-weight: 700;
  line-height: 1.15;
  cursor: default;
  display: inline-block;
  font-size: 1.0625rem;
  margin-bottom: .75rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80%;
  margin: 0;
  padding: 1.5rem;
  text-align: center;
  background-color: #eaeaea;
  color: #303036;
}
.footer__top__widget a:hover{
  background-color: #d1d1d1;
  color: #303036;
}
.footer__middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 1.5rem;
}
.footer__logo {
  margin-bottom: 1.25rem;
  background-image: url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/images/icon.white.svg);
  background-position: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.footer__aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.footer__bottom__links {
  width: auto;
  margin-left: .9375rem;
  margin-top: .9375rem;
  font-size: .6875rem;
}
.footer__bottom__link, .footer__bottom__links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity:0.5;
}
.footer__bottom__links a{
  min-height: 0;
  min-width: 0;
  width: calc(100% - 2.25rem);
  margin-left: 1.125rem;
  margin-top: 1.125rem;
  text-decoration: none;
}
.footer__endorsement {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: 1.875rem;
  margin-top: 1.875rem;
  background-image: url(https://8982409.fs1.hubspotusercontent-na1.net/hubfs/8982409/raw_assets/public/Architextural_June2021/images/WSG%20Endorsement%20Footer.png);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.8125rem;
}
.footer_phone a:before {
  content: "Tel:";
  font-weight: 700;
}
.footer_email a:before {
  content: "Email:";
  font-weight: 700;
}
.footer__social-icon[href*="linkedin.com"]:before {
  content: "\F0E1";
}
.footer__social-icon[href*="facebook.com"]:before {
  content: "\F39E";
}
.footer__social-icon[href*="twitter.com"]:before {
  content: "\F099";
}
.footer__social-icon[href*="youtube.com"]:before {
  content: "\F167";
}
.footer__social-icon[href*="instagram.com"]:before {
  content: "\F16D";
}
.footer__logo, .footer__social-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.footer__social-icon {
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  margin: .3rem;
  text-decoration: none;
}
.footer__middle a{
  text-decoration: none;
}
.footer_phone a,.footer_email a {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-bottom: 1.25rem;
  color: #fff;
  text-decoration: none;
}
aside.footer__aside.lp_height {
  height: 29.5px;
}
footer.custom-footer.Lp_footer .footer__middle__socials {
  width: 140.02px;
}

@media print, screen and (min-width: 48em){
  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0;
  }
  .footer__top__widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.25rem;
  }
  .footer__top__widget a{
    float: right;
    margin-left: 1.25rem;
    margin-bottom: 0;
    width: 20vw;
  }
  .footer__middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__aside, .footer__logo {
    -webkit-box-flex: 0;
    margin-left: 1rem;
  }
  .footer__logo {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(10% - 2rem);
    margin-right: 0;
  }
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1rem;
  }
  .footer__aside {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-right: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__bottom__links {
    margin: 0;
  }
  .footer__endorsement,.footer_phone a,.footer_email a {
    margin: 0;
  }
}

@media print, screen and (min-width: 64em){
  .footer__top {
    padding: 0 12rem;
  }
  .footer__top__widget {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .footer__top__widget:last-of-type {
    margin-top: 1.25rem;
  }
  .footer__middle {
    padding: 1rem 12rem;
  }
  .footer__logo {
    margin: 0;
  }
  .footer__bottom {
    padding: 0 12rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
  padding-right: .75rem;
  padding-left: .75rem;
}
.blog_listing_top {
  width: 100%;
}

.blog_listing_top_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.blog_listing_top_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin-left: .75rem;
  margin-right: .75rem;
}
.blog_listing_top_content h1 {
  font-family: Sen,sans-serif;
  line-height: 1.4;
  margin-top: 0;
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: .4em;
}
.news-loop,.block_contact_form {
  width: 100%;
  padding: 1.875rem 0;
}
.news-loop ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: -.75rem;
  margin-bottom: -.75rem;
  list-style: none;
  padding: 0;
}
.news-loop ol li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin: .75rem;
}
.news-article__image {
  position: relative;
}
.news-article__image:before {
  content: "";
  float: left;
  padding-bottom: 75%;
}
.news-article__image img {
  display: block;
  height: 100%;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  width: 100%;
}
.news-article__image:after {
  clear: left;
  content: " ";
  display: table;
}
.news-article_date {
  font-family: Open Sans,sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #9fa1aa;
  font-size: .75rem;
  margin-bottom: .75rem;
}
.news-article__content {
  margin-bottom: .75rem;
}
.news-article__content h2 {
  font-family: Sen,sans-serif;
  line-height: 1.4;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: .4em;
}
.read_more_btn{
  font-family: Sen,sans-serif;
  font-weight: 700;
  line-height: 1.15;
  background-color: #303036;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 1.0625rem;
  margin-bottom: .75rem;
  padding: 1rem 1.75rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}
.read_more_btn:hover{
  background-color: #484851;
  color:#fff;
  text-decoration:none;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.blog-pagination__link {
  font-weight: 700;
  line-height: 1.25;
  font-size: 1.125rem;
  line-height: 1.25;
  padding: .25rem .625rem;
  margin-left: .375rem;
  margin-right: .375rem;
  text-decoration: none;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  color: #595c69;
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}
.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 {
  pointer-events: none;
  cursor: default;
  display:none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #595c69;
  margin: 0 5px;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  background-color: #303036;
  color: #fff;
}

.blog-pagination__link--active {
  background-color: #303036;
  color: #fff;
}
.block_contact_form_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.contact_form__content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin: .75rem auto;
  text-align: center;
}
.wpcf7-form {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact_form__content__title {
  font-family: Sen,sans-serif;
  line-height: 1.4;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: .4em;
}
.wpcf7-form h3 {
  display: none;
}
.wpcf7-form form {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: none;
}
.block_contact_form {
  padding-bottom: 80px;
}
.blog_post_page {
  padding: 1.875rem 0;
}

.blog-post__title {
  font-family: Sen,sans-serif;
  line-height: 1.4;
  margin-top: 0;
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: .4em;
}
.news-article_date_post {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin-left: .75rem;
  margin-right: .75rem;
  color: #9fa1aa;
  margin-bottom: .75rem;
}
.news-header__share {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin-left: .75rem;
  margin-right: .75rem;
  color: #9fa1aa;
  margin-bottom: .75rem;
  font-family: Sen,sans-serif;
  line-height: 1.4;
  font-weight: 700;
  line-height: 1;
}
.blog_post_page_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.shariff {
  display: inline-block;
  margin-left: .75rem;
}
.shariff ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-right: -.375rem;
  margin-left: -.375rem;
  list-style: none;
  padding: 0;
}
.shariff ul li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-left: .375rem;
  margin-right: .375rem;
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fab, .far {
  font-weight: 400;
}
.shariff ul li a {
  color: #9fa1aa;
}

.blog-post__body {
  padding-top: 1.875rem;
}
.blog-comments form {
  width: 100%;
}
.blog-post__body {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.5rem);
  margin-left: .75rem;
  margin-right: .75rem;
}
.blog_post_pagination {
  background-color: #eaeaea;
  width: 100%;
  padding: 1.5rem 0;
}
.custom_blog_next-previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-navigation__link {
  font-display: swap;
  font-family: Sen,sans-serif;
  line-height: 1.4;
  color: #595c69;
  font-size: .875rem;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  height:42px;
}
.post-navigation__link a:before {
  color: #9fa1aa;
  content: "\F00A";
  display: block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  text-align:center;
  margin-bottom: 8px;
}
.custom_blog_next-previous a {
  font-family: Sen,sans-serif;
  text-decoration: none;
}
.custom-previous a:before {
  content: "\F053";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-right: 0.6rem;
}
.custom-next a:after {
  content: "\F054";
  display: inline-block;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  margin-left: 0.6rem;
}
.custom_blog_next-previous a:hover {
  color: #303036;
}
.custom-previous.disable a,.custom-next.disable a {
  pointer-events: none;
  color: #9fa1aa;
}


@media print, screen and (min-width: 48em){
  .content-wrapper {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .blog_listing_top_content {
    width: calc(100% - 2rem);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .blog_listing_top_content h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: .4em;
  }
  .news-loop ol {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .news-loop ol li{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin: 1rem;
  }
  .news-article_date {
    font-size: .75rem;
    margin-bottom: 1rem;
  }
  .news-article__content {
    margin-bottom: 1rem;
  }
  .news-article__content h2{
    font-size: 1.875rem;
    font-weight: 400;
  }
  .contact_form__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin: 1rem auto;
    text-align: center;
  }
  .wpcf7-form {
    width: 60%;
  }
  .contact_form__content__title {
    font-size: 1.875rem;
    font-weight: 400;
    margin-bottom: .4em;
  }
  h1.blog-post__title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    width: 100%;
  }
  .news-article_date_post {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .news-header__share {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-align: right;
  }
  .blog-post__body {
    width: calc(100% - 2rem);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .blog_post_pagination {
    padding: 1rem 0;
  }
  .custom_blog_next-previous {
    margin: 0 auto;
    max-width: 32rem;
  }
  .post-navigation__link {
    font-size: .875rem;
  }
  .wpcf7-form .hs-button{
    float:right;
  }
  .wpcf7-form .hs-richtext {
    text-align: right;
  }
}


@media(max-width:767px){
  .blog-pagination{
    margin-top:16px;
    margin-bottom:16px;
  }
  .wpcf7-form .actions{
    text-align:center;
  }
}


@media(max-width:450px){
  .trail-end {
    display: contents;
  }
}





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

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


.blog-comments .hs-submit {
  text-align: center;
}

.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: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

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

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

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* 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;
  }
  .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__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;
}
/* ******************************************************************************
*********************************************************************************
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: #ccc;
  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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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