/* ******************************************************************************
*********************************************************************************
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 {
  
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

dnd-section {
  padding: 80px 20px;
}
.dnd-section{
  padding-left: 30px;
  padding-right: 30px;
}
.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;
  }
}


@media (max-width: 1199px){
  .dnd-section > .row-fluid {
    max-width: 940px;
  }
}

@media (max-width: 991px){
  .dnd-section > .row-fluid {
    max-width: 720px;

  }
}

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

html {

}

body {
  line-height: 1.5;
  background: #fcfcfc;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

/* Anchor Links */
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;;
  text-decoration: none;
}
a:hover, a:focus {

}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin-top: 10px;
  margin-bottom: 20px;
}

h1 {

}

h2 {

}

h3 {

}

h4 {
  line-height: 1.3;
}

h5 {
  line-height: 1.3;
}

h6 {
  line-height: 1.3;
}

strong {
  font-weight: 600 ;
}

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 {
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
/* Horizontal Rules */
hr {
  margin: 30px 0;
  border-radius: 1px;
  display: block;
  background-color: #ddd;
  height: 2px;
  border: 0;
  border-bottom: 1px solid #f8f8f8;
  max-width: 1200px;
  width: 100%;
}

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

}

.disable-focus-styles :focus {
  outline: none;
}
.banner-section .span12.widget-span {
  min-height: 0;
}
.tb-scroll-to-section {
  background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/tri-down-black.png);  
}
.tb-scroll-to-section:hover {
  background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/tri-down-wh.png);
}
@media(max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form,  .systems-page form , .blog-comments form{
  padding: 25px !important;
  margin-bottom: 16px;
  margin-top: 16px;
}

form {
  max-width: 767px;

}

.hs-button {
  border: 2px solid transparent;
  border-radius: 0;
  cursor: pointer;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.428571429;
  margin-bottom: 0;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none!important;
  text-shadow: none!important;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  vertical-align: middle;
  border-radius: 3px;
  border-width: 2px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  font-size: 1em;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 10px 0;
  white-space: normal;
}

.hs-button:hover, .hs-button:focus {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  outline: none;
}

.hs-button:active {

}


.hs-form label {
  display: inline-block;
  line-height: 1.3;
  margin: 20px 0 7px 0;
  margin-top: 0;
  font-weight: 700;
  font-size: inherit;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #a94442 !important;
  padding-top: 16px;
}

.hs-input,
input[type="password"] {
  font-size: 19px;
  font-family: interface, Arial, serif;
  padding: 2.5px 4px;
  letter-spacing: normal;
  width: 100%!important;
  min-height: 34px;
  display: inline-block;
  line-height: 1.428571429;
  color: rgba(26,26,26,.7);
  background-color: #fff;
  background-image: none;
  border: 1px solid #f2f2f2;
  border-color: rgba(200,200,200,.4);
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input:focus{
  border-color: rgba(200,200,200,.6);
  -webkit-box-shadow: 0 0 8px rgba(200,200,200,.4);
  -moz-box-shadow: 0 0 8px rgba(200,200,200,.4);
  box-shadow: 0 0 8px rgba(200,200,200,.4);
  outline: 0;
}

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

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

.field.hs_address {
  width: 100%;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.input {
  margin: 8px 0 0 0;
}
.actions {
  padding: 0;
}
.hs-error-msgs {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}
.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;
  font-size: .813em;
  padding: 0 10px;
}
.inputs-list:first-child {

}
.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: #790000;
  margin-left: 4px;
}

.hs-richtext {

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

.inputs-list.multi-container > li {
  padding: 0 0 0 2px!important;
}
.hs_type_of_project.field.hs-form-field{
  width: 100%;
}
.hs_project_description.field {
  width: 100%;
}
.hs_type_of_project.field.hs-form-field ul li label span {
  vertical-align: middle;
  line-height: 1.5;
  font-size: .875em;
}
@media only screen and (min-width: 641px){
  .inputs-list.multi-container > li {
    width: 33.3%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 2px 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .hs_state1.field {
    display: inline-block;
  }
  .hs_city.field {
    display: inline-block;
  }
}
@media only screen and (max-width: 640px){
  .hs-button {
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your website pages
look if there is anything specific to your website pages.
*********************************************************************************
****************************************************************************** */

.hs_website_page {
  background: #fcfcfc;
}

.hs_website_row1 {
  padding: 90px 45px 100px;
  margin-bottom: 50px;
  margin-bottom: 20px;
}
.hs_website_row1 .dnd-section {
  padding: 0;
}
.hs_website_row1 .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.hs_website_row1 .widget-type-rich_text h1 {
  margin: 0 0 20px;
}
.hs_website_page .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
}

/*-------------------------------*/
.hs_2col_popup .hs_website_grp {
  padding: 0 30px;
}
.hs_2col_popup .hs_website_grp .hs_row {
  margin: 0;
}
.hs_2col_popup .hs_website_row1 {
  margin-bottom: 0;
  padding: 80px 0 50px;
}
.hs_2col_popup .widget-type-rich_text h1 {
  margin-bottom: 35px;
}

@media(max-width: 767px) {
  .hs_2col_popup .hs_row {
    margin: 0;
  }
  .hs_2col_popup .hs_website_row1 {
    padding: 40px 6.5px;
  }

}

/*------------------------------*/
.hs_thakyou_page .hs_website_row1 {
  margin-bottom: 0;
  padding-bottom: 90px;
}
.hs_thakyou_page .lightbox_wrap {
  margin-bottom: 0;
}
@media(min-width: 768px) {  
  .hs_thakyou_page .hs_website_row1 .dnd-section:first-child {
    padding-left: 0;
    padding-right: 0;
  }
  .hs_thakyou_page .hs_website_row1 .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs_thakyou_page .dnd-section:nth-last-child(2) .grid-item .lightbox_items {
    margin-bottom: 0;
  }
}


.hs_website_row1 form {
  max-width: 100%;
}
.hs_website_row1 fieldset {
  max-width: 100% !important;
}

.hs_website_row1 .hs_contact_type.hs-fieldtype-radio {
  width: 100%;
  padding: 20px;
  background-color: #eaeaea;
}
.hs_website_row1 .hs-fieldtype-radio .input {
  margin-top: 16px;
}
.hs_website_row1.hs-fieldtype-radio ul {
  margin: 6px 0;
  padding: 0;
}
.hs_website_row1 .hs-fieldtype-radio ul > li {
  line-height: 1.3;
  position: relative;
  padding: 0 0 0 2px;
}
.hs_website_page hr {
  background-color: rgba(204,204,204,1);
}
.hs_website_row1 .hs-fieldtype-radio ul>li span {
  cursor: pointer;
  line-height: 1.5;
  font-size: 14.9625px;
}
.popup-form form input[type=radio]:checked+span,
.hs_website_row1 input[type=radio]:checked+span {
  font-weight: 700;
}
.hs_website_row1 .hs_question_comments {
  width: 100%;
}

.hs_website_row1 textarea {
  min-height: 120px;
}

.hs_website_row1 .widget-type-form {
  margin-top: 0;
  margin-bottom: 0;
}
.hs_website_row1 h3.form-title {
  margin: 0;
}
.hs_website_row1 .field {
  margin-bottom: 20px;
  margin-top: 16px;
}
.hs_website_row1 .span6.widget-span .widget-type-linked_image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 641px){
  .hs_website_row1 textarea {
    min-height: 160px;
  }
  .hs_website_row1 .hs-fieldtype-radio ul > li {
    width: 50%;
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0;
    padding-right: 16px;
    min-height: 28px;
    vertical-align: top;
    font-size: 90%;
  }
  .hs_website_row1 .field {
    margin-bottom: 20px;
    width: 49%;
    padding-right: 16px;
    margin-top: 16px;
  }
}
/*----------------------------Form---*/
.hs_website_row1 form {
  padding-top: 3px;
}
.hs_website_row1 .field.hs_zip,
.hs_website_row1 .field.hs_state1,
.hs_website_row1 .field.hs_city,
.hs_website_row1 .hs_address.field,
.hs_website_row1 .field.hs_lastname,
.hs_website_row1 .field.hs_firstname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hs_website_row1 .field.hs_zip legend,
.hs_website_row1 .field.hs_state1 legend,
.hs_website_row1 .field.hs_city legend,
.hs_website_row1 .hs_address.field legend,
.hs_website_row1 .field.hs_lastname legend,
.hs_website_row1 .field.hs_firstname legend {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
/* .hs_website_row1 .field.hs_lastname>label {
  visibility: hidden;
} */
.hs_website_row1 .hs-form label {
  line-height: 28.5px;
}
.hs_website_row1 .hs-form legend {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
}
.hs_website_row1 .field {
  margin-bottom: 4px;
}


@media (min-width: 641px){
  .hs_website_row1 .form-columns-2 .field {
    padding-right: 19px;
  }
  .hs_website_row1 .form-columns-2 .field:last-child {
    padding-right: 5px;
    padding-left: 15px;
  }
  .hs_website_row1 .field.hs_zip,
  .hs_website_row1 .field.hs_city {
    padding-right: 8px;
  }
  .hs_website_row1 .field.hs_state1 {
    padding-right: 0;
    padding-left: 15px;
  }  
  .hs_website_row1 .hs_address.field {
    margin-bottom: -3px;
  }
  
}

.hs_website_row1 .hs_contact_type.hs-fieldtype-radio {
  margin-top: 30px;
}
.hs_website_row1 .hs_question_comments span.hs-form-required {
  display: none;
}
.hs_website_row1 .hs_project_description.field,
.hs_website_row1 .hs_project_description.field,
.hs_website_row1 .hs_address.field,
.hs_website_row1 .hs_question_comments.field {
  width: 100%;
}
/* .hs_website_row1 .field.hs_state1,
.hs_website_row1 .field.hs_city {
  margin-top: 0;
  float: left;
}
.hs_website_row1 .field.hs_state1>label, 
.hs_website_row1 .field.hs_city>label {
  display: none; 
}
.hs_website_row1 .field.hs_zip {
  clear: left;
} */

@media (max-width: 1199px){
  .hs_website_grp .page-center{
    max-width: 940px;
  }
}

@media (max-width: 991px){
  .hs_website_grp .page-center{
    max-width: 720px;
  }
}

@media (max-width: 767px){
  .hs_website_row1{
    padding: 90px 55px 100px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 50px;
  }
  .hs_website_grp .page-center{
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs_website_page .grid-item .lightbox_items {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .hs_2col_popup .hs_website_grp {
    padding: 0 20px;
  }
}
.hs_2col_popup .hs-fieldtype-radio ul>li label,
.hs_website_row1 .hs-fieldtype-radio ul>li label {
  padding: 0;
}
@media only screen and (max-width: 641px){
  .hs_website_page .hs-button {
    line-height: 2;
    min-height: 2rem;
    font-size: 1em;
    width: 100%;
    margin: 0 0 16px 0;
  }

  .hs_website_row1 .field {
    padding-right: 0;
  }
}

@media(max-width: 479px) {
  .hs_website_row1 {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media(max-width: 400px) {
  .hs_website_page  .field.hs_lastname>label, 
  .popup-form .field.hs_lastname>label {
    display: none;
  }
  .hs_website_page .form-columns-2 .hs-city input,
  .popup-form .form-columns-2 .hs-city input,
  .hs_website_page .form-columns-2 .hs-email input,
  .popup-form .form-columns-2 .hs-email input {
    width: 100% !important;
  }


}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.no-banner .header_top {
  position: relative;
  background-color: #3b3b3b;
}
.no-banner .banner-section {
  display: none;
}
.header__logo img{
  max-width: 328px;
}

.header_top {
  display: block;
}
.custom_header {
  z-index: 900;
  position: relative;
  display: block;
}
.header_content {
  padding: 20px 0 0px;
}
.header__container {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
}
.header__logo {
  max-width: 328px;
  display: block;
  margin: 0 20px 0 10px;
  padding: 10px 0;
  float: left;
}

.mobile-nav {
  margin: 0 0 0 auto;
  padding-left: 0;
  list-style: none;
}

.mobile-nav>li {
  float: right;
  margin-right: 5px;
  padding: 0;
}

.mobile-nav>li>a {
  color: #ffffff;
  font-size: 20px;
  line-height: 40px;
  padding: 0 10px;
  position: relative;
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
}

.tb-nav-trigger .hamburger {
  display: block;
  position: relative;
  width: 22px;
  height: 14px;
}

.tb-nav-trigger .hamburger span {
  background-color: #666;
  border-radius: 1px;
  display: block;
  opacity: 1;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform .2s cubic-bezier(0.04,.78,.35,.92),top .2s ease-in-out;
  transition: transform .2s cubic-bezier(0.04,.78,.35,.92),top .2s ease-in-out;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.tb-nav-trigger .hamburger .top {
  top: 0;
}

.tb-nav-trigger .hamburger .middle {
  top: 50%;
  margin-top: -1px;
}

.tb-nav-trigger .hamburger .bottom {
  bottom: 0;
}

.mobile-open .tb-nav-trigger .hamburger .top {
  top: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-open .tb-nav-trigger .hamburger .middle {
  margin-top: 0;
  top: 50%;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-open .tb-nav-trigger .hamburger .bottom {
  opacity: 0;
}

.sticky_header {
  opacity: 0;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .25s ease-in-out,opacity .25s ease-in-out;
  transition: transform .25s ease-in-out,opacity .25s ease-in-out;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
  z-index: 1000;
  background-color: rgba(59,59,59,0.9);
  display: block;

}

.fixed .sticky_header {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.sticky_header .wrap {
  margin: 0 auto;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
}

.sticky_logo {
  max-width: 328px;
  margin: 0 auto 0 0;
}

.sticky_logo img {
  width: 100% !important;
  max-width: 242.95px;
}
.menu-sticky div > ul {
  padding: 0;
  position: static;
}


.menu-sticky div > ul:before {
  display: table;
  content: " ";
}

.menu-sticky div > ul:after {
  display: table;
  content: " ";
  clear: both;
}
.menu-sticky div > ul > li {
  float: left;
  position: relative;
  height: 50px;
}

.menu-sticky div > ul > li > a {
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  padding: 0 12px;
  position: relative;
  font-size: 12px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  display: block;
}
.menu-sticky div > ul > li > a:hover{
  background-color: rgba(255,255,255,.1);
}
.menu-sticky div > ul > li:hover >  ul{
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -o-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
  visibility: visible;
}
.menu-sticky div>ul>li>a > svg {
  vertical-align: -.125em;
  font-size: inherit;
  width: .625em;
  display: inline;
  margin-left: 8px;
  position: static;
  text-indent: 0;
  margin-right: 5px;
  height: 12px;
}
.menu-sticky div > ul ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 18px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  z-index: 999;
  border-top: 4px solid #1971af;
  margin-top: -4px;
  border-color: #383838;
  visibility: hidden;
  opacity: 0;
  background-color: #545454;
}
.menu-sticky div > ul ul > li > a{
  position: relative;
  -moz-transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  font-size: 15px;
  line-height: 1.3;
  padding: .77em 0;
  font-weight: bold;
  display: block;
  color: rgba(255,255,255,.80);
}
.menu-sticky div > ul ul > li > a:hover{
  color: rgba(255,255,255)
}
 
@media (max-width: 991px) {
  .custom-menu-primary .submenu.level-2 {
    background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/side-nav-list-outer-000000.png);
  }
  .custom-menu-primary .submenu.level-2 > li {
    background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/side-nav-list-ltr-000000.png);
  }
}

@media (min-width: 992px){

  .header_top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 500;
  }
  .custom-menu-primary {
    display: block;
    float: right;
  }
  .mobile-nav {
    display: none;
  }
  .custom-menu-primary.mobile {
    display: none;
  }
}

@media (max-width: 1199px){
  .header__container {
    max-width: 940px;
  }
  .sticky_header .wrap {
    max-width: 940px;
  }
}

@media (max-width: 1008px){
  .sticky_header{
    display: none !important;
  }

}

@media (max-width: 991px){

  .mobile-open {
    overflow: hidden;;
  }
  .body-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
  }
  .popup-open .body-wrapper {
    -webkit-transform: unset;
    transform: unset;
  }
  .sticky_header{
    display: none !important;
  }
  .mobile-open .body-wrapper {
    -webkit-transform: translate3d(-280px,0,0);
    transform: translate3d(-280px,0,0);
  }
  .custom-menu-primary {
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    width: 280px;
    z-index: 200;
    display: block;
    background-color: #1b1b1b;
    right: 0;
    -webkit-transform: translate3d(280px,0,0);
    transform: translate3d(280px,0,0);
  }
  .custom-menu-primary{
    display: none;
  }
  .custom-menu-primary.mobile {
    display: block;
  }
  .mobile-open  .custom-menu-primary.mobile {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  header.custom_header {
    background-color: #3b3b3b;
  }
  .header_content {
    padding: 0;
  }
  .header__container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px;
    min-height: 64px;
  }
  .header__logo {
    margin: 0 auto 0 0;
    padding: 0;
    float: none;
  }
  .header__logo img {
    width: 100%!important;
    max-height: 54px;
    max-width: unset;
  }
  body{
    overflow-x: hidden;
  }
}

/* ============ Current Denny + Gardner branding ============ */
.no-banner .header_top,
.header_top {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(23, 48, 61, 0.12);
}
.header__logo img {
  max-width: 240px;
}
.tb-nav-trigger .hamburger span {
  background-color: #17303d;
}
.custom-menu-primary .submenu.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .submenu.level-1 > li {
  float: left;
  position: relative;
}
.custom-menu-primary .menu-link {
  display: block;
  color: #17303d;
  font-family: Lato, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 24px 14px;
  text-decoration: none;
}
.custom-menu-primary .menu-link:hover,
.custom-menu-primary .menu-link:focus {
  color: #f9a351;
  text-decoration: none;
}
.custom-menu-primary .submenu.level-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 230px;
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  background-color: #ffffff;
  border-top: 3px solid #f9a351;
  box-shadow: 0 12px 30px rgba(23, 48, 61, 0.16);
}
.custom-menu-primary .submenu.level-1 > li:hover > .submenu.level-2 {
  display: block;
}
.custom-menu-primary .submenu.level-2 .menu-link {
  color: #17303d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  padding: 10px 18px;
}
.custom-menu-primary .submenu.level-2 .menu-link:hover {
  color: #f9a351;
}
.custom-menu-primary .menu-link[href*="contact-quote"] {
  background-color: #f9a351;
  color: #ffffff;
  margin: 18px 0 18px 14px;
  padding: 12px 22px;
  border-radius: 6px;
}
.custom-menu-primary .menu-link[href*="contact-quote"]:hover {
  background-color: #17303d;
  color: #ffffff;
}
.sticky_header {
  background-color: rgba(255, 255, 255, 0.96);
}
.menu-sticky div > ul > li > a {
  color: #17303d;
  text-shadow: none;
}
.menu-sticky div > ul > li > a:hover {
  background-color: rgba(249, 163, 81, 0.14);
}
.menu-sticky div > ul ul {
  background-color: #ffffff;
  border-color: #f9a351;
}
.menu-sticky div > ul ul > li > a {
  color: #17303d;
}
.menu-sticky div > ul ul > li > a:hover {
  color: #f9a351;
}
@media (max-width: 991px) {
  .custom-menu-primary {
    background-color: #ffffff;
  }
  header.custom_header {
    background-color: #ffffff;
  }
  .custom-menu-primary .submenu.level-1 > li {
    float: none;
  }
  .custom-menu-primary .submenu.level-1 {
    padding: 16px 20px;
  }
  .custom-menu-primary .menu-link {
    color: #17303d;
    padding: 11px 0;
  }
  .custom-menu-primary .submenu.level-2 {
    display: block;
    position: static;
    box-shadow: none;
    border: none;
    background: transparent;
    padding: 0 0 0 14px;
  }
  .custom-menu-primary .menu-link[href*="contact-quote"] {
    margin: 14px 0 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer_inner {
  display: block;
  padding: 40px 30px 60px;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #dddddd;
}
.col.col-md-6.hidden-lp_page {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.footer_container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1150px;
}
.footer .row {
  margin: 0 -15px 0 -15px;
}
.footer .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_logo {
  margin-bottom: 30px;
  clear: both;
  padding-top: 3px;
}
.footer_logo img {
  width: 100% !important;
  max-width: 491px;
}
.footer-contact {
  padding-left: 23px;
  margin-top: -30px;
}
.footer-contact strong {
  color: #2f2f2f;
}
.footer-contact p:last-child {
  margin-bottom: 0;
}

.social_image_container {
  padding-top: 13px;
  text-align: right;
}
#social-follow {
  padding-right: 10px;
  margin-bottom: 8px;
  font-size: 0;
}
#social-follow > .instagram,#social-follow > .facebook,#social-follow > .houzz {
  display: inline-block;
  float: right;
}
#social-follow p {
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 13px;
  clear: both;
  color: #b3b3b3;
}

#social-follow img {
  margin: 15px;
  max-width: 45px;
  padding-right: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 4px !important;
  margin-left: 12px !important;
}

.svg-inline--fa {
  vertical-align: -.125em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
}

.svg-inline--fa.fa-w-14 {
  width: .875em;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}


.ssbp-container ul {
  padding-right: 10px;
  margin-bottom: 0px;
  clear: both;
  text-align: right;
  list-style: none;
  font-size: 0;
  margin-top: 0;
}

.ssbp-container ul li {
  display: inline;
  line-height: 1.3em;
  margin-bottom: .5em;
}

.ssbp-container ul li img {
  width: 45px !important;
  height: 45px !important;
  margin: 15px;
  border: 0;
  box-shadow: none !important;
  vertical-align: middle;
  display: inline!important;
  margin-bottom: 0px;
  margin-right: 0px !important;
}
.ssbp-container span span {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #b3b3b3;
  padding-right: 20px;
}

.copyright {
  padding: 15px 0px 45px;
}

.copyright_inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.copyright_inner p {
  margin-bottom: 0px;
  font-size: .65em;
}

#back-to-top {
  background-color: #dadada;
  background-color: rgba(0,0,0,.2);
  background-image: url("https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/chev-up.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: none;
    outline: 0;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    z-index: 20;
    cursor: pointer;
    }
#back-to-top:hover {
  background-color: rgba(0,0,0,.3);
}
@media (min-width: 992px){
  .footer .col-md-6 {
    width: 50%;
    float: left;
  }
}


@media (max-width: 1199px){
  .footer_container {
    max-width: 940px;
  }
  .copyright_inner{
    max-width: 720px;
  }
}

@media (max-width: 991px){
  .footer_container {
    max-width: 720px;
  }
  .footer .col-md-6 {
    margin-bottom: 50px;
  }
  .col.col-md-6.hidden-lp_page {
    display: none;
  }
}

@media (max-width: 767px){
  #back-to-top {
    right: 20px;
    bottom: 20px;
  }
  .footer_container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 480px;
  }
  .copyright_inner{
    margin-right: 15px;
    margin-left: 15px;
    max-width: 480px;
  }
  .ssbp-container ul li img {
    width: 45px !important;
    height: 45px !important;
    margin-left: 0px;
    border: 0;
    box-shadow: none !important;
    vertical-align: middle;
    display: inline!important;
  }
}

@media (max-width: 480px){
  #social-follow >.instagram, #social-follow>.facebook, #social-follow>.houzz {
    float: none;
  }
  #social-follow {
    font-size: unset;
  }
}

@media (max-width: 340px){
  .footer-contact p:last-child a {
    font-size: 17px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

@media (max-width: 1199px){
  .content-wrapper {
    max-width: 940px;
  }
}

@media (max-width: 991px){
  .content-wrapper {
    max-width: 720px;

  }
}

@media (max-width: 767px){
  .content-wrapper {
    max-width: 420px;
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width: 600px){
  .blog-wrapper{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.blog-index h2 a{
  color: inherit;
}
.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-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 {

}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}
.blog-post__body img {
  width: auto !important;
  margin: 0 !important;
}
.comment-date {
  display: block !important;
}
.blog-recent-posts__list a:hover {
  color: inherit;
}
.blog-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 !important;
  padding-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}
.blog-header {
  text-align: center;
  padding: 15px;
}
.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 {
  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__post{
  color: inherit;
}
.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-comments form {

}
.blog-comments .hs-submit {

}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.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;
}
.blog-sidebar.span3 {
  padding: 3.3rem 0;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
@media(max-width: 767px){
  .post-item .page-center{
    display: block;
  }
  .blog-index__post {
    padding: 1rem 0;
  }
  .blog-post__body img {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
    display: block;
}
}

.blog-header__form form {
	margin: 0 auto;
}
.blog-header__form form .input, .blog-header__form form ul {
    margin: 0 auto;
    width: 50%;
}
.blog-header.blog-subscription {
    padding-bottom: 3.3rem;
}
.blog-index {
    padding-top: 0;
}
/* ******************************************************************************
*********************************************************************************
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 30px;
  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-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

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


.systems-page ul{
  padding: 0;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
.subscription_preferences form {
  max-width: 100%;
  padding: 0 !important;
  border: 0;
  background-color: transparent !important;
}
@media (max-width: 767px){
  .error-page, .systems-page  { 
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 420px){
  .systems-page h1,   .systems-page h2{
    font-size: 1rem;
  }
}
.hs_2col_right_page {}

.hs_2col_right_grp {
  padding-top: 34px;
  padding-bottom: 60px;
}
.hs_2col_right_grp .page-center {
  padding: 21px;
}
.hs_row {
  margin-right: -15px;
  margin-left: -15px;
}
.hs_2col_right_col1,
.hs_2col_right_col2 {
  padding-right: 15px;
  padding-left: 15px;
}
.hs_2col_right_col2 {
  padding-top: 30px;
}
.hs_2col_right_grp .dnd-section .widget-type-cell,
.hs_2col_right_grp .dnd-section {
  padding: 0;
}
.hs_2col_right_page .dnd-section > .row-fluid {
  padding: 0px;
  max-width: 100%;
}
.hs_2col_right_col1 h1:first-child {
  margin-top: 0;
}
.hs_2col_right_col1 h1 {
  margin-bottom: 0em;
}
.hs_2col_right_col1 h3:first-child {
  font-weight: 300 !important;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}

.hs_2col_right_col2 .dnd-section {
  background-color: rgba(244,244,244,1);
  border: 1px solid #cbcbcb;
  padding: 30px;
  margin-bottom: 30px;
}
.hs_2col_right_col2 .submenu.level-1 > li > span,
.hs_2col_right_col2 .submenu.level-1 > li > a {
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0px;
  font-family: "Montserrat", Arial, sans-serif;
  font-style: normal;
  margin-bottom: 1em;
  border-bottom: 2px solid #f2f2f2;
  border-color: rgba(220,220,220,.4);
  padding-bottom: .83em;
  position: relative;
  display: block;
  color: #333333;
  font-size: 18px;
  text-shadow: none;
}
.hs_2col_right_col2 .submenu.level-1 > li > span:before,
.hs_2col_right_col2 .submenu.level-1 > li > a:before {
  content: "";
  background: #f1812b;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 75px;
  height: 2px;
  z-index: 2;
}
.hs_2col_right_col2 .submenu.level-2 > li {
  line-height: 1.3;
  margin: 0 0 5px 0;
  padding: 0;
  margin-bottom: 10px;
}
.hs_2col_right_col2 .submenu.level-2>li>svg {
  vertical-align: -.125em;
  display: inline-block;
  font-size: inherit;
  height: 1em;
  text-align: center;
  width: 1.25em;
  margin-right: 5px;
  overflow: visible;
  color: rgba(26,26,26,.7);
}
.hs_2col_right_col2 .submenu.level-2 > li > a {
  color: rgba(26,26,26,.7);
}
.hs_2col_right_col2 .submenu.level-2 > li > a:hover,
.hs_2col_right_col2 .submenu.level-2 > li > a.active-branch{
  color: #f1812b;
}
.hs_2col_right_col1  ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-right: 0;
  margin-left: 2.5em;
  margin-bottom: 20px;
}

.hs_2col_right_col1 ul li {
  position: relative;
  line-height: 1.3em;
  margin-bottom: .5em;
}

.hs_2col_right_col1 ul li span {
  line-height: inherit;
  position: absolute;
  left: -2em;
  width: 2.142857142857143em;
  top: -.2em !important;
  text-align: center;
  color: #dd9323;
}

.hs_2col_right_col1 ul li span svg {
  vertical-align: -.125em;
  display: inline-block;
  font-size: inherit;
  width: .875em;
  top: 0em;
  height: .5em;
  color: #dd9323;
}
.hs_2col_right_col1 img {
  float: left;
  margin: 5px 20px 20px 0;
}
@media (min-width: 992px) {
  .hs_2col_right_col1,
  .hs_2col_right_col2 {
    float: left;
  }
  .hs_2col_right_col1 {
    width: 66.66666667%;
  }
  .hs_2col_right_col2 {
    width: 33.33333333%;
  }
}

@media (max-width: 1199px){
  .hs_2col_right_grp .page-center {
    max-width: 940px;
  }
}

@media (max-width: 991px){
  .hs_2col_right_grp .page-center {
    max-width: 720px;
  } 
}

@media (max-width: 767px){
  .hs_2col_right_grp .page-center {
    max-width: 480px;
  }
}
@media (max-width: 480px){
  .hs_2col_right_col1 img {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
}
.hs_projects_page {}


.no-banner .header_top {
  position: relative;
  background-color: #3b3b3b;
  border-bottom: 4px solid #000;
}
.no-banner header.custom_header {
  background-color: transparent;
}
/*------------------------*/
.hs_project_row1 {
  padding: 50px 0 0;
  background: #fcfcfc;
  position: relative;
}
.hs_project_row1 .dnd-section,
.hs_project_row1 .row-fluid>.dnd-column {
  padding: 0;
}
.hs_project_row1 .row-fluid>.dnd-column {
  width: auto;
}
.hs_project_row1 img {
  display: block;
  border: 3px solid white;
  margin-bottom: 2em;
  width: 100%;
  max-width: 1144px !important;
}
.hs_project_row1 h1 {
  font-size: 2.3em;
  margin: 0 0 1em;
}




/*------------------------*/
.hs_project_row2 {
  padding: 0;
  background: #fcfcfc;
}
.hs_project_row2 .page-center {}
.hs_row {
  margin-right: -15px;
  margin-left: -15px;
}
.hs_project_left_col,
.hs_project_right_col {
  padding-right: 15px;
  padding-left: 15px;
}
.hs_project_right_col {
  padding-top: 30px;
}
.hs_project_row2 .dnd-section .widget-type-cell,
.hs_project_row2 .dnd-section {
  padding: 0;
}
.hs_project_left_col h2:first-child {
  margin-top: 0;
}

.hs_2col_right_col1 h3 {
  font-weight: 300 !important;
  font-size: 1.4em;
  margin-bottom: 1.5em;
}
.hs_project_left_col p:last-child {
  margin-bottom: 0;
}
.hs_project_right_col .contact_button_container {
  margin-top: 1.95em;
}
.hs_project_right_col a.contact_button {
  display: block;
  font-size: 14px;
  padding: 20px 10px;
  margin-bottom: 10px;
}
.hs_project_right_col .contact-popup-container {
  display: none;
}
/*------------------------*/
.hs_project_row3 {
  padding: 0 0 60px;
  background: #fcfcfc;
  position: relative;
  margin-bottom: 50px;
}
.hs_project_row3 .dnd-section,
.hs_project_row3 .row-fluid>.dnd-column {
  padding: 0;
}
.mfp-arrow.mfp-arrow-left {
  background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/chev-left.svg);
}
.mfp-arrow.mfp-arrow-right {
  background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/chev-right.svg);    
}
.mfp-wrap button.mfp-close {
  background: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/close.svg) center center no-repeat;
}






@media (min-width: 992px) {
  .hs_project_left_col,
  .hs_project_right_col {
    float: left;
  }
  .hs_project_left_col {
    width: 66.66666667%;
  }
  .hs_project_right_col {
    width: 33.33333333%;
  }
}

@media(max-width: 991px) {
  .no-banner .header_top {
    border: 0;
  }

}

@media(max-width: 767px) {
  .hs_projects_page .dnd-section>.row-fluid {
    max-width: 480px;
    padding-left: 15px;
    padding-right: 15px;
  }

}
.hs_home_page {}
.hs_home_page .hs_row_inner {
  margin-bottom: 60px;
}
.hs_home_page .dnd-section .widget-type-cell {
  padding: 0;
}
.hs_home_page .dnd-section {
  padding: 0
}
.hs_home_page hr {
  margin: 35px 0px;
  margin-top: 5px;
}
.hs_home_row1 .dnd-section:first-child{
  padding-top: 80px;
  padding-bottom: 80px;
}
.hs_home_row1 .widget-type-rich_text h2 {
  margin-bottom: 30px;
  margin-top: 0;
}
.hs_home_row1 .widget-type-rich_text p:last-child {
  margin-bottom: 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.hs_home_page .span12.widget-span {
  min-height: 0;
}
.hs_home_row2 .dnd-section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
.hs_home_row2 .dnd-section .widget-type-rich_text h1 {
  margin-bottom: 15px;
  font-size: 2em;
  margin-top: 0;
}
.hs_home_row2 .dnd-section .widget-type-rich_text p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.42857;
  margin-bottom: 15px;
  color: #444444;
  font-family:"Frank Ruhl Libre", sans-serif;
} 
.hs_home_row2 .dnd-section .widget-type-rich_text p:last-of-type {
  margin-bottom: 45px;
}


.tb-slider-arrows a.left {
  background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/chev-left.svg);
  background-size: 4px 7px;
}
.tb-slider-arrows a.right {
  background-image: url(https://8277903.fs1.hubspotusercontent-na1.net/hubfs/8277903/raw_assets/public/Dennyandgardner_September2020/images/chev-right.svg);
  background-size: 4px 7px;
}

.hs_home_page .contact_button_container {
  /*   display: none; */
  text-align: left;
  margin-bottom: 60px;
}
.home_banner .hs-input,
.home_banner input[type="password"],
.hs_home_page .hs-input,
.hs_home_page input[type="password"] {
  font-size: 16px;
}
@media (min-width: 768px){
  .hs_home_row2 .dnd-section:first-child {
    padding-top: 80px;
    padding-bottom: 0;
  }

}
@media (min-width: 992px){
  .hs_home_row1 .dnd-section:first-child {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .hs_home_row2 .dnd-section:first-child {
    padding-top: 56px;
    padding-bottom: 0;
  }

}
@media (max-width: 991px){
  .hs_home_row2 .dnd-section .widget-type-rich_text h1 {
    font-size: 2.25rem;
    line-height: 1.2;
  }
  .hs_home_row2 .dnd-section .widget-type-rich_text p {
    font-size: 1.5rem;
  }
  .hs_home_page .dnd-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media(max-width: 767px){
  .hs_home_page .dnd-section>.row-fluid {
    max-width: 480px !important;
  }
  .hs_home_page .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs_home_row1 .dnd-section:first-child{
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs_home_row1 .dnd-section:first-child{
    padding: 40px 20px;
    padding-top: 15px;
  }
  
  .hs_home_row2 .dnd-section .widget-type-rich_text h1 {
    font-size: 1.5rem;
  }
  .hs_home_row2 .dnd-section .widget-type-rich_text p {
    font-size: 1rem;
  }
}