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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */


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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.dnd-section>.row-fluid,
.content-wrapper,
.page-center {
  padding-left: 2.6rem;
  padding-right: 2.6rem; 
}
@media (max-width:800px) {
  .dnd-section>.row-fluid,
  .content-wrapper,
  .page-center {
    padding-left: 2rem;
    padding-right: 2rem; 
  }
}
@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: 'tsi-cms';
  src: url(https://19929808.fs1.hubspotusercontent-na1.net/hubfs/19929808/HopedaleBuilders_June2021/Fonts/tsi-cms.eot) format('embedded-opentype'),
    url(https://19929808.fs1.hubspotusercontent-na1.net/hubfs/19929808/raw_assets/public/HopedaleBuilders_June2021/fonts/tsi-cms.ttf) format('truetype'),
    url(https://19929808.fs1.hubspotusercontent-na1.net/hubfs/19929808/raw_assets/public/HopedaleBuilders_June2021/fonts/tsi-cms.woff) format('woff'),
    url(https://19929808.fs1.hubspotusercontent-na1.net/hubfs/19929808/raw_assets/public/HopedaleBuilders_June2021/fonts/tsi-cms.svg) format('svg'); 
  font-weight: 400;
  font-style: normal
}


html {
  font-size: 62.5%;

}

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

p {
  margin: 1.4rem 0; 
  font-family: Lato, serif;
}

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

}

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

h1 {
  font-size: 2.1rem;
  margin: 0 0 1rem;
  line-height: 1.25; 
}

h2 {
  font-size: 1.6rem; 
}

h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
  line-height: 1.125; 
  /* letter-spacing: .1em; */
}

h4 {
  font-family: Lato, sans-serif; 
  font-size: 1.175rem; 
  line-height: 1.25;
  /* letter-spacing: .1em; */
  margin: 0 0 1rem;  
}

h5 {
  font-size: 1rem;
  margin: .4rem 0 1rem;
  text-transform: uppercase;
  /* letter-spacing: .14em; */
  line-height: 1.5;
}

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 { 

}

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

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

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

.hs-button {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.09em;
  font-size: 1.3rem;
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  text-transform: uppercase; 
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a; 
  color: #fff;
}

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

.hs-form label { 
  color: #33475b; 
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  font-size: 1.3rem;
  line-height: 1;
  margin: 1rem 0 .6rem;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
}

form .hs-error-msgs label {
  margin: 0;
  color: #790000;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.5em;
} 
h3.form-title {
  letter-spacing: normal;
  margin: 1rem 0 .6rem;
  line-height: 1.5;
}

.hs-input ,
.hs-search-field__input,
form .hs-input[type="text"],
form input[type="password"],
form select,
form textarea{
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 600px;
  font-size: 1.3rem;
  padding: .7rem;
  box-shadow: inset 0 0 4px rgb(0 0 0 / 8%);
  font-family: inherit;
  line-height: normal; 
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block; 
}

.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;
  border-color: #c89797; 
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

::selection {
  background: #6a99c2;
} 
.nopd.body-container-wrapper {
  min-height: auto !important;
} 
.form-floating-alert-wrapper {
  max-width:600px
} 
.nopd .dnd-section>.row-fluid,
.nopd .dnd-section{
  max-width: 100% !important;
  padding: 0 !important;
}
.gb .page-center {
  padding: 3.6rem 2.6rem;
  padding-top: 1.5rem;
}
.nopd .span12 {
  display: block !important;
}
.two_col_row1 .widget-type-linked_image img {
  width: 100%;
  display: block;
}

/* .two_col_row1 {
  margin: 0 0 5rem;
} */
.two_col_row2 .dnd-section>.row-fluid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.two_col_row2 .span6:first-child {
  margin-right: 2.0242915%;
}

.two_col_row2 .span6 {
  width: 48.98785425%;
  margin-left: 0;
  margin-bottom: 3rem; 
}
.two_col_row2 .dnd-section>.row-fluid {
  align-items: flex-start;
}
.hb_row1 .widget-type-gallery {
  padding-top: 30px;
  max-width: 990px;
  margin: 0 auto;
}
.hb_row1 .widget-type-gallery .hs_cos_gallery_main {
  padding: 0;
  margin-bottom: 3rem;
}
.hb_row1 .widget-type-gallery .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
} 


.hb_row1 .widget-type-gallery .slick-arrow {
  background-color: #FFFFFF !important;
  font-size: 0;
  margin-bottom: auto !important;
  position: absolute;
  z-index: 10 !important;
  padding: 1rem 0 1rem 0 !important;
  border-radius: 0 5px 5px 0 !important;
  color: #6a99c2;
  line-height: 1;
  font-family: "tsi-cms";
  width: auto;
  height: auto;
  opacity: 1;
  top: auto;
  bottom: 46.5%; 
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 10px;
  bottom: auto; 
}

.hb_row1 .widget-type-gallery .slick-arrow:hover {
  opacity: 0.75 !important;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}

.hb_row1 .widget-type-gallery .slick-arrow.slick-next {border-radius: 5px 0 0 5px !important;}


.hb_row1 .widget-type-gallery .slick-arrow:before {
  content: "<";
  font-family: "tsi-cms";
  opacity: 1;
  font-size: 30px;
  color: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

.hb_row1 .widget-type-gallery .slick-arrow.slick-next:before {content: ">";}

img {
  max-width: 100%;
}

.home_row4 {
  padding: 3rem 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px;
}

.home_row4 > div {
  width: 48.98785425%;
}

.home_row4_lft > div {
  max-width: 90%;
  text-align: left;
}

.home_row4_lft h4 a {
  text-decoration: none;
}

.home_row4 img {
  display: block;
}

.home_row4_lft .bnr_btn {
  margin: 1.4rem 0;
}

.two_col_row2 ul li,
.two_col_row2 ol li{
  margin: 0 0 1rem 1rem; 
}
.two_col_row2 ul li {
  list-style-type: square;
} 
.two_col_row2 ul ,
.two_col_row2 ol{
  padding: 0;
  margin: 0 0 1rem 1rem;
}
.login_inr img {
  display: block;
  width: 100%;
}
.login_row1 iframe {
  margin-top: 1em !important;
  height: 180px;
  margin-bottom: 20px !important;
  width: 100%;
} 
.login_inr > div {
  margin: 0 0 5rem;
}

.login_row4 .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  margin: 1.4rem 0 !important;
}
.login_row4  .hs-responsive-embed-inner-wrapper {
  padding-bottom: 50.6% !important;
}
.login_row4 {
  padding-bottom: 7px;
}
/* CONTACT INFO BOX */
#hs_cos_wrapper_module_1632965659132 {
  background-color: #F1F1F1;
}

.contact_left {
  width: 64.68253968%;
  margin: 0 .99206349%;
  margin-bottom: 3rem;
}

.contact_inr {
  display: flex;
  flex-wrap: wrap;
}

.contact_ryt {
  width: 31.34920635%;
  margin: 0 .99206349%; 
  margin-bottom: 3rem;
}

.contact_ryt iframe {
  width: 100%;
}

.contact_ryt center {
  margin: 1.2rem 0;
}

.contact_left h5 {
  margin: 0 0 2rem;
  font-size: 2rem;
}
.contact_left fieldset.form-columns-2 {
  display: flex;
  justify-content: space-between;
}

.contact_left fieldset.form-columns-2 > div {
  width: 49% !important;
}
.contact_left .input {
  margin-right: 0 !important;
}
.contact_left .hs-input {
  max-width: 100% !important;
}
.contact_left fieldset {
  max-width: 100% !important;
} 
.contact_left h3.form-title {
  margin-top: 0;
  margin-bottom: 1.8rem;
  font-size: 3rem;
}
h3.form-title { 
  font-size: 3rem;
}
.contact_left legend {
  font-size: 1.3rem;
  letter-spacing: .5pt;
  margin: .7rem 0;
}
span.hs-form-required {
  color: #790000 !important;
  margin-left: .4rem;
}
.contact_left .hs-form-field {
  margin-bottom: 20px;
}
.contact_left .hs_address > label,
.contact_left .hs_city > label,
.contact_left .hs_state > label,
.contact_left .hs_zip > label {
  display: none;
}
.contact_left .hs_address ,
.contact_left .hs_city ,
.contact_left .hs_state  {
  margin-bottom: 0; 
}
.contact_left .hs_lastname > label {
  opacity: 0;
  visibility: hidden;
} 
.contact_left  .hs_zip.hs-zip.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 26px;
}
.hs_what_kind_of_project_.hs-what_kind_of_project_ .hs-input {
  padding-left: 0;
}
.contact_left  .inputs-list>li+li {
  padding: 0;
}
.contact_left .inputs-list label>input,
.contact_left .inputs-list label>span {
  vertical-align: top;
}
.contact_left .hs-fieldtype-radio.field ul.inputs-list.multi-container label .hs-input {
  margin: .4rem;
  margin-right: 7px;
}
.contact_left .hs-fieldtype-radio.field ul.inputs-list.multi-container label {
  margin: 0;
}
.contact_left textarea {
  min-height: 15rem !important;
  resize: none;
}
.contact_left .hs_submit.hs-submit input.hs-button.primary.large {
  width: 100%;
  margin: 0;
}
.contact_left .hs_submit.hs-submit {
  display: block;
  margin: 20px 0;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 16px 0 0;
}
.Accred_row1 img {
  display: block;
} 
.Accred_inr h5 {
  font-size: 2rem;
  margin: 0 0 2rem;
}
.Accred_inr .widget-type-rich_text ul li {
  margin: 0 0 1rem 1rem;
  position: relative;
  list-style-type: square;
}
.Accred_inr .widget-type-rich_text ul {
  margin: 0 0 1rem 1rem;
  padding: 00;
} 
.Accred_row1 .hs-button:after {
  content: " \003E";
  font-size: 75%;
  font-family: "tsi-cms";
}

.Accred_row1 .hs-button {
  margin-top: 0;
  margin-bottom: 1.4rem;
} 
.Accred_inr .widget-type-rich_text ul li a {
  text-decoration: none;
}
.Accred_row2 .widget-type-rich_text {
  padding-bottom: 3rem;
} 
.bnr_wrap h1 {
  word-break: inherit;
} 
.Accred_row2 center {
  text-align: left;
  margin: 1.4rem 0;
  padding-bottom: 5px; 
}

.Accred_row2 center iframe {
  margin-left: 0 !important;
}
.contact_ryt {
  padding-top: 3rem;
} 
form .hs_error_rollup label {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
} 
 
@media only screen and (min-width: 801px){
  .gb_inr {
    width: 98.01587302%;
    margin: 0 auto;
  }
  .two_col_row2 ul li,
  .two_col_row2 ol li{ 
    margin-left: 2.5rem;
  }
  .login_inr {
    font-size: 1.6rem;
  }
  .contact_left {
    font-size: 1.6rem;
  }
  .Accred_inr {
    font-size: 1.6rem;
  }
  .Accred_inr .widget-type-rich_text ul li {
    margin-left: 2.5rem;
  }
  .hb_row1 .widget-type-gallery .slick-arrow { 
    margin-top: 0; 
  } 
}

@media only screen and (max-width: 800px){
  body h1 {
    font-size: 3rem;
  }
  .gb .page-center {
    padding: 1.5rem 2rem 2rem;
  }
  .body-container-wrapper {
    font-size: 1.2rem;
  } 
  .body-container-wrapper p {
    margin: 1.2rem 0;
  }
  .home_row2_inr h3 {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
  .home_row4>div {
    width: 100%;
    margin-bottom: 3rem;
    margin-right: 0;
  }
  .home_row4_lft>div {
    float: left;
    padding: 2rem;
  }
  .home_row4 {
    padding: 0;
    margin: 0;
  } 

  .home_row4_lft .bnr_btn { 
    padding: .4rem .8rem;
  }
  .home_row4_lft .bnr_btn {
    margin-bottom: 1.2rem;
  }
  .home_row4_ryt {
    margin-bottom: 0 !important;
  } 
  .login_row4 .hs-responsive-embed-wrapper.hs-responsive-embed { 
    margin: 1.2rem 0 !important;
  } 
  .contact_inr > div {
    width: 100%;
    margin: 0 0 2rem;
  }
  .hs-input, 
  .hs-search-field__input,
  form .hs-input[type="text"], 
  form input[type="password"],
  form select, form textarea {
    font-size: 1.3rem;
    padding: .5rem;
  }
  .contact_left legend {
    margin: .3rem 0;
    font-size: 1rem;
  }
  form .hs-button, 
  form .button--primary {
    padding: .5rem 1rem;
  }
  .contact_ryt {  
    padding-bottom: 16px;
  }
  .contact_left fieldset.form-columns-2>div {
    width: 100% !important;
  }
  .contact_left fieldset.form-columns-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact_left .hs_lastname>label { 
    display: none;
  }
  .contact_left fieldset.form-columns-2>div:first-child {
    margin: 0;
  }
  .Accred_row1 .hs-button {
    padding: .4rem .8rem;
  }
  .contact_left select {
    font-size: 1rem;
    height: 3rem;
  }

}
@media only screen and (max-width: 568px){
  .two_col_row2 .span6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0 !important;
  } 
  .two_col_row2 .span6 { 
    margin-bottom: 2rem;
  }
  body h4 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
  }
  body h3 {
    font-size: 2rem;
    margin: 0 0 1.2rem;
    line-height: 1.25;
  } 

  .home_row2_inr h3 {
    margin: 0 0 1.2rem;
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
  .home_row2_inr { 
    margin: 0 auto 2rem;
  }
  .home_row2_inr h5 {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
  }
  .home_row4>div { 
    margin-bottom: 2rem;
  }
  .contact_left h5 {
    font-size: 1.4rem;
    margin: .4rem 0 .8rem;
  }
  .contact_ryt { 
    padding-bottom: 5px;
  }

  .Accred_inr h5 {
    font-size: 1.4rem;
    margin: .4rem 0 .8rem;
  }

  .Accred_row2 center iframe {
    width: 100%;
  }

}

@media (max-width: 350px){
  .Accred_bnr .bnr_wrap h1 {
    font-size: 28px;
  } 
  .hb_row1 .widget-type-gallery .slick-arrow { 
    margin-top: 17px;
  }
  .footer .fxd_btn {
    bottom: 6%;
  }


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


.header__container {
  max-width: 100% !important; 
}
.hd_top {
  background-color: #6a99c2;
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%; 
}
.hd_top .hd_top_lft a {
  padding: .5rem 2rem;
  line-height: 2rem;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  position: relative;
}
.hd_top .hd_top_lft a:before {
  speak: none;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'tsi-cms';
  content: "A";
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.hd_top .hd_top_lft a:after {
  color: #ffffff;
  content: attr(title);
  padding: 0 .6rem 0 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hd_logo {
  vertical-align: middle;
  width: 35%;
  display: inline-block;
  overflow: hidden;
  align-self: flex-end;
  padding: 20px 0 15px 0;
}
.hd_menu_wrap {
  vertical-align: bottom;
  width: 65%;
  display: inline-block;
}
.hd_bt {
  display: flex;
  flex-wrap: wrap;
}
.hd_rvw a#hs-link-image_ {
  width: 25% !important;
  display: inline-block;
  margin-right: 2rem;
}
.hd_rvw a#hs-link-image_ img {
  display: block !important;
  width: 100% !important;
  margin-top: 1rem;
  margin-bottom: -5px; 
}
.hd_rvw .widget-type-linked_image {
  text-align: right;
}
.hd_group {
  position: fixed;
  width: 100%;
  z-index: 999;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-menu-primary nav.navigation-primary > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap; 
}

.custom-menu-primary nav.navigation-primary ul ul {
  display: none;
}
.custom-menu-primary nav.navigation-primary>ul>li>a span.more-menu-arrow {
  font-family: 'tsi-cms';
  font-size: 70%;
  padding-left: 2px; 
} 
.custom-menu-primary nav.navigation-primary > ul > li > a {
  margin: 1rem 2rem 0 0;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .5px;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;  
}
.custom-menu-primary nav.navigation-primary > ul > li > a:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
} 
.custom-menu-primary nav.navigation-primary > ul > li:last-child > a { 
  background: #6a99c2 !important;
  color: #fff !important;
  padding: 5px 8px;
}
.custom-menu-primary {
  padding: 2.5rem 0 2rem 2rem;
}
.hd_logo img {
  width: auto !important;
  max-height: 15rem !important;
  height: 71px;
  display: block;
  max-width: 100%; 
}
.no_bnr .hd_hgh {
  min-height: 213px;
}
.no_nav .hd_bt {
  min-height: 181px;
}
.no_nav .hd_top {
  min-height: 31px;
  margin-bottom: -5px;
}
.hd_top_ryt .share_icons_list ul{
  padding: 0;
  margin: 0;
  width: 400px;
  width: 40rem;
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
  background-color: #6a99c2;
}
.hd_top {
  display: flex;
  justify-content: space-between;
}
.hd_top_ryt .share_icons_list span.share_title:after {
  content: " \203A";
  font-family: 'tsi-cms';
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  vertical-align: middle;
}
.hd_top_ryt .share_icons_list:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 9; 
}
.hd_top_ryt .share_icons_list span.share_title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  cursor: pointer;
} 
.hd_top_ryt .share_icons_list ul li a:before { 
  width: 2.4rem;
  margin: 0 .2rem;
  padding: 0;
  font-family: 'tsi-cms';
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}
.hd_top_ryt .share_icons_list ul li a:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
  background: #ffffff;
  color: #6a99c2;
} 
.hd_top_ryt .share_icons_list ul li a {
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 1rem;
  display: block;
} 
.hd_top_ryt .share_icons_list ul li a:after {
  padding: 0 0 0 1rem;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 2;
  content: attr(title);
} 
.hd_top_ryt .share_icons_list ul li {
  width: 50%;
  display: block;
  float: left;
  text-align: left;
  list-style: none;
} 
.hd_top_ryt .share_icons_list {
  position: relative;
  display: inline-block;
  line-height: 2rem;
  padding: .5rem 2rem;
} 
.header .facebook a:before{
  content: "\4b"
}

.header .twitter a:before {
  content: "\47"
}

.header .linkedin a:before {
  content: "\4a"
}
.header .youtube a:before {
  content: "\4e"
}
.header .houzz a:before {
  content: "\54"
}






@media(max-width:1451px){
  .no_bnr .hd_hgh {
    min-height: 225px;
  }
  .no_nav .hd_bt {
    min-height: 186px;
  }
}
@media(max-width:1300px){
  .no_bnr .hd_hgh {
    min-height: 217px;
  }
}
@media(max-width:1100px){
  .no_bnr .hd_hgh {
    min-height: 205px;
  }
  .no_nav .hd_bt {
    min-height: 175px;
  }
}
@media(max-width:855px){
  .no_bnr .hd_hgh {
    min-height: 231px;
  }
  .no_nav .hd_bt {
    min-height: 199px;
  }
}
@media(min-width:816px){
  .mb_hd_bt,
  .sa-mobile-triggers, 
  .close-trigger{  
    display: none;
  }
  .custom-menu-primary nav.navigation-primary ul ul li a {
    line-height: 1.25;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 1rem 2rem;
    max-width: 30rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .custom-menu-primary nav.navigation-primary ul ul {
    position: absolute; 
    min-width: 283px;
    left: -20px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    padding: 10px 0 10px 0;
  }
  .custom-menu-primary nav.navigation-primary ul li:hover ul { 
    display: block; 
  }
  .custom-menu-primary ul li {
    position: relative;
  } 
  .mobile_share_wrap {
    display: none;
  }



}

@media(max-width:815px){ 
  .hd_top {
    display: none;
  }
  .hd_menu_wrap {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
  }
  .hd_logo {
    width: 60%;
  }
  .hd_logo img {
    margin: 0 auto;
  }

  .sa-mobile-triggers {
    padding: 1.4rem 2rem 1.4rem 0;
    text-align: right;
    vertical-align: middle;
    position: relative;
    width: 40%;
    z-index: 1;
  }
  .hd_bt { 
    align-items: center;
  }
  .sa-mobile-triggers .sa-menu-trigger {
    background-color: #000;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: .2rem .7rem;
    font-size: 1.2rem;
    margin: 0 0 0 7px; 
  }
  .sa-mobile-triggers .share-trigger {
    border-radius: 2px;
    padding: .2rem .7rem;
    font-size: 1.2rem;
    background-color: #000000;
    color: #fff !important;
    display: inline-block;
  }
  .sa-mobile-triggers span.trigger-icon {
    text-align: center;
    font-family: 'tsi-cms';
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1;
    text-transform: initial;
    vertical-align: middle;
    outline: 0;
  }

  span.trigger-label {
    display: none;
  } 

  .no_bnr .hd_hgh {
    min-height: 71px;
  }


  .mb_hd_bt a:before {
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'tsi-cms';
    content: attr(data-icon);
    margin: 0 .5rem 0 0;
    font-size: 2.6rem;
    vertical-align: middle;
  }
  .mb_hd_bt a {
    color: #6a99c2;
  }
  .mb_hd_bt {
    padding: 2rem 1rem .8rem;
    margin: 0;
    display: block;
    vertical-align: middle;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,.4); 
  }

  .menu_open .hd_menu_wrap {
    background: rgba(0,0,0,.8);
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  .hd_rvw a#hs-link-image_ img {
    display: block !important;
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
  } 
  .menu_open .custom-menu-primary {
    right: 0;
  }

  .custom-menu-primary {
    background-color: #fff;
    width: 50%;
    margin: 0;
    padding: 6rem 0 0;
    display: block;
    position: fixed;
    z-index: 100;
    height: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    top: 0;
    bottom: 0;
    right: -100%;
    -webkit-transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out;
    overflow: hidden auto;  
  }
  .menu_open .custom-menu-primary .close-trigger {
    display: block;
    opacity: 1;
  }

  .custom-menu-primary .close-trigger {
    display: none;
    font-family: 'tsi-cms';
    float: right;
    font-size: 3rem;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    margin: 0;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 1000;
    opacity: 0;
    background-color: #000000;
    color: #ffffff;
    -webkit-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out,visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out,visibility .25s ease-in-out;

  }
  .menu_open {
    overflow: hidden;
  }
  .custom-menu-primary nav.navigation-primary>ul, 
  .custom-menu-primary nav.navigation-primary>ul ul {
    display: block;
  }
  .custom-menu-primary nav.navigation-primary {
    height: 100%;
    padding: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
  }
  .custom-menu-primary nav.navigation-primary>ul li a {
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 3px;
    display: block;
    padding: .8rem 2rem;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
  }
  .custom-menu-primary nav.navigation-primary>ul ul {
    border-left: 2rem solid transparent;
  }

  .custom-menu-primary nav.navigation-primary>ul ul li {
    border-left: 1px solid rgba(130,130,130,.2);
    padding-left: .6rem;
  }
  .custom-menu-primary nav.navigation-primary>ul>li>a span.more-menu-arrow {
    display: none;
  }
  .no_nav .hd_bt {
    min-height: 71px;
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item{
    color: #6a99c2 !important; 
  } 
  .hd_rvw a#hs-link-image_ {
    width: 100% !important;
  } 
  .share_open {
    overflow: hidden;
  }
  .mobile_share_wrap.modal_wrap {
    background: rgba(0,0,0,.6);
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 5rem;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 8000;
    padding: 2rem;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
  }

  .share_open .mobile_share_wrap.modal_wrap {
    opacity: 1;
    visibility: visible;
  }
  .share_icons_list_wrap.modal_list_wrap {
    box-shadow: inset 0 0 10px rgb(0 0 0 / 20%);
    -webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 20%);
    overflow: auto;
    height: 100%;
    padding: 5.2rem 0 0;
    background-color: #ffffff;
  }
  .modal_content.share_icons {
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    border-radius: 3px;
    height: 100%;
    position: relative;
    max-width: 100rem;
    padding: 0 0 10px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #000000;
  } 
  .modal_content.share_icons h3.modal_title {
    border-bottom: 2px solid rgba(0,0,0,.175);
    border-radius: 3px 3px 0 0;
    display: block;
    padding: 1.2rem 1rem .6rem;
    font-size: 1.6rem;
    vertical-align: middle;
    line-height: 2;
    position: fixed;
    box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 8%);
    margin: auto;
    max-width: 100rem;
    left: 2rem;
    right: 2rem;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    background: #000000;
    color: #fff;
    letter-spacing: normal; 
  }

  a.modal_close.close-share {
    border: 1px solid;
    font-family: 'tsi-cms';
    display: block;
    float: right;
    font-size: 2rem;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.6rem;
    margin: 0;
    text-align: center;
    cursor: pointer;
    background: #ffffff;
    color: #000000;

  }

  a.modal_close.close-share:hover {
    background: #000000;
    color: #ffffff;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
  } 
  ul.social-media-links {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  ul.social-media-links li a {
    padding: 1rem;
    display: block;
    float: left;
    clear: both;
    text-align: left;
    width: 100%;
    line-height: 1;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top: none;
    color: #000000;
  }

  ul.social-media-links li a:after {
    content: attr(title);
    color: inherit;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    vertical-align: middle;
  }

  ul.social-media-links li a:before {
    font-family: 'tsi-cms';
    font-size: 3rem;
    margin: 0 1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    text-align: center;
  }
  .hd_rvw a#hs-link-image_ img {
    width: 1562px !important;
    max-width: inherit;
  } 




}

@media (max-width: 568px){
  .hd_logo img {
    width: 100% !important;
    max-height: 8rem !important;
    height: auto;
    display: block;
    max-width: 100%;
  } 
  .hd_logo { 
    align-self: center;
  }
  .custom-menu-primary {
    width: 100%;
  } 
  .hd_rvw {
    display: none;
  } 

  .home_row2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

}

@media (max-width: 500px){
  .no_bnr .hd_hgh {
    min-height: 64px;
  }
  .no_nav .hd_bt {
    min-height: 64px;
  }

}
@media (max-width: 350px){
  .hd_logo {
    width: 57%;
  }

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



footer a, header a {
  text-decoration: none;
}
.footer__container {
  max-width: 100% !important;
}
.fxd_btn {
  position: fixed;
  bottom: 6.9%;
  right: -10px;
  z-index: 11;
  display: block;
}

.fxd_btn a {
  background: #6a99c2;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 2px solid #000;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 15px;
  margin: 0 5px;
  box-sizing: border-box !important;
  line-height: 1.5;
  display: inline-block; 
  transition: all 1s ease-in-out;
}

.fxd_btn a:after {
  content: " >";
  font-family: "tsi-cms";
  font-size: 75%;
}

.fxd_btn a:hover {
  background-color: #fff;
  border: solid 2px #6a99c2 !important;
  color: #6a99c2 !important;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  -webkit-transition: all .3s ease; 
  transition: all 1s ease-in-out;
} 
.ft_copyright ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft_copyright {
  padding: 1.4rem 2.6rem;
  font-size: 10px;
  line-height: 1.5;
}
.ft_logo {
  padding: 4rem 2.6rem 0;
}
.ft_logo img {
  display: block; 
  max-width: 100%;
  margin: .6rem auto;
  height: auto !important;
}

@media(max-width:820px){
  .fxd_btn a:after {
    font-size: 11.25px;
  }
  .fxd_btn a:before {
    content: "Call Now!";
    font-size: 15px;
  }
  .fxd_btn a {
    font-size: 0;
  }
  .fxd_btn { 
    bottom: 7%;  
  }

}
@media(max-width:568px){
  .ft_copyright ul {
    padding: 0 0 2rem;
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .ft_copyright {
    padding: 2rem;
  }



}
/* ******************************************************************************
*********************************************************************************
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 */
.blog-banner-row-0-force-full-width-section > .row-fluid {
  padding: 0;
}

.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  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: #37678B;
}
.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-bottom: 2px solid #6a99c2;
}
.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-bottom: 2px solid #6a99c2;
}

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

}
.blog-comments .grecaptcha-badge {
  margin-left: 0 !important;
}
.blog-comments .hs-input {
  max-width: 100% !important;
}
.blog-comments form {
  border: 0;
  padding: 0;
  max-width: 100%;
} 
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.comment-date {
  display: block !important;
} 
.blog-post__tags a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #37678B;
} 
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
  .blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto hidden;
  }

}

/*             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%;
  border: 1px solid #d3d3d3;
}

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

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

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

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

  .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; */
  padding-top: 60px;
  background: #fff;
  /* border-radius: 5px; */
}

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

.blog-post__title {
  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 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 {
    padding-top: 20px;
  }
  
  .blog-post__title {
    font-size: 30px;
  }
  
  .post-featured-image {
    min-height: 0px;
  }
}

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

.bnr_wrap {
  padding: 3rem 2.6rem 2rem;
  background: #000;
  padding-top: 6.6rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}
.bnr_wrap h1 {
  color: #fff;
  letter-spacing: .1em;
}

.bnr_wrap .bnr_wrap_left {
  width: 48.98785425%;
  margin-right: 2.0242915%;
  margin-bottom: 0.5rem; 
}
.blog-index__post-content--small h2 a {
  text-decoration: none;
}
@media (max-width: 920px) and (min-width:768px){
  .blog-sidebar-post-listing li:before {
    width: auto;
    font-size: 25px;
    top: -4px;
  }
  .blog-sidebar ul {
    padding: 20px;
  }
}
@media only screen and (max-width: 800px){
  .bnr_wrap {
    padding: 0 2rem;
    padding-top: 6.6rem;
  }



}

@media only screen and (max-width: 568px){
  .bnr_wrap > div {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  .bnr_wrap {
    padding-bottom: 2rem; 
  }

}
/* ******************************************************************************
*********************************************************************************
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: #b8c1ca;
  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;
  min-width: 650px;
  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_cos_wrapper_subscription_preferences form#email-prefs-form {
  max-width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin:0;
}
ul.no-list.hs-error-msgs { 
  padding: 0;
}
.systems-page .hs-form-field > label,
.systems-page .hs-form-field>label + a {
  margin-bottom: 5px;
  display: block;
}
input#hs-register-widget-email {
  background: transparent;
}
input#hs-login-widget-remember {
  display: inline-block !important;
  float: left !important;
  width: auto !important;
}

div#hs_cos_wrapper_subscription_preferences form#email-prefs-form .header {
  background: transparent;
}
input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}
.grecaptcha-badge {
  margin-left: 0 !important;
}
ul.no-list.hs-error-msgs {
  max-width: 600px;
}
.hs-form-field {
  margin-bottom: 18px;
}
.content-wrapper .systems-page {
  padding-left: 0;
  padding-right: 0;
}

input#submitbutton {
  white-space: normal;
} 


@media (max-width:767px){
  .systems-page .success {
    min-width: 100% !important;
  }
  body h2 {
    font-size: 25px;
  }

}