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











































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


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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body.landing_page .dnd-section>.row-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.page-center{
  padding-left: 15px;
  padding-right: 15px;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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


@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-light-300.woff2) format("woff2"), 
    url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-light-300.woff) format("woff"), 
    url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-light-300.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-regular-400.woff) format("woff"), 
    url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-solid-900.woff2) format("woff2"),
    url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-solid-900.woff) format("woff"), 
    url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}


@font-face {
  font-family: "Quicksand";
  src: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/quicksand-latin.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
  font-family: "Raleway";
  src: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/raleway-latin.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face{
  font-family: "Verveine";
  src: url();
  src: url()format("embedded-opentype"),
      url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/Verveine.woff)format("woff"),
      url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/Verveine.woff2)format("woff2"),
      url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/Fonts/Verveine.ttf)format("truetype"),
      url()format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.55;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
a, li {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  outline: none !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.55;
  word-break: break-word;
}

h1 {
  line-height: 1.2083333333333333;
}

h3{
  text-transform: none;
  font-weight: 800;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

blockquote, q {
    quotes: """";
}
blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  margin-bottom: 50px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

img {
  border: 0 none;
  max-width: 100%;
}
.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
figure{
  margin: 0;
  display: block;
}
sub, sup {
  font-size: 100%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

@media(max-width: 768px) {
  h1 {
    line-height: 1.4375;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
}

.hs-button {
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Quicksand';
  display: inline-block;
  width: 100%;
  border-style: solid;
  text-align: center;
  white-space: normal;
  margin-top: 15px;
}

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

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


.hs-form label {
  float: none;
  width: auto;
  text-align: left;
  display: block;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

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

.hs-input, input[type="password"]{
  letter-spacing: normal;
  margin: 0;
  vertical-align: baseline;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  transition: all ease-in-out 0.2s;
  padding: 20px;
  font-size: 16px;
  font-family: 'Quicksand';
  font-weight: 600;
  display: block;
  max-width: 767px;
  width: 100% !important;
  line-height: normal;
}

.hs-input:focus, input[type="password"]:focus {
  outline: none;
}

#hs-pwd-widget-password {
  margin-bottom: 15px;
  margin-top: 0 !important;
  height: auto !important;
}

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

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: rgba(125,125,128,0.8);
  font-weight: 600;
  font-size: 16px;
}

.hs-input::-webkit-input-placeholder {
  color: rgba(125,125,128,0.8);
  font-weight: 600;
  font-size: 16px;
}

.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.hs-input{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/select-arrow-down.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  line-height: 1.3;
  color: #a0a0a0;
  margin-left: 1px;
}
select[multiple].hs-input {
  height: inherit;
}


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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  white-space: normal;
  padding: 10px;
  text-align: left;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  margin-top: 0;
}

.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-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

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

.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

.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;
}
ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (min-width: 641px) {
  .hs-button {
    width: auto;
    margin: 0 16px 0 0;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 641px) {
  .hs-button {
    line-height: 2;
    min-height: 2rem;
  }
}

@media (max-width: 991px) {
  .hs-input, input[type="password"]{
    font-size: 14px;
  }
  select.hs-input {
    background-size: 20px;
  }
}

@media (max-width: 767px) {
  .hs-input, input[type="password"]{
    height: 52px;
    padding: 12px 15px;
    font-size: 14px;
  }
  select.hs-input {
    line-height: 2;
  }
  .hs-input:-moz-placeholder {
    font-size: 14px;
  }

  .hs-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */



.cta-btn {
  background-color: #2c89ca;
  font-family: 'Raleway';
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 15px 65px;
  border-radius: 18px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  border: 2px solid transparent;
  display: inline-block;
  line-height: 1;
}
.cta-btn-white {
  background-color: #fff;
  font-family: 'Raleway';
  color: #333333;
  font-size: 16px;
  text-align: center;
  padding: 15px 65px;
  border-radius: 18px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  border: 2px solid #fff;
  display: inline-block;
  line-height: 1;
}
.cta-btn:hover, .cta-btn:focus{
  color: #fff;
}
.cta-btn:hover, .cta-btn-white:hover {
  opacity: 0.7;
}
.get_the_guide{
  font-family: 'Quicksand';
}
.renovation-kitchens .cta-text, .renovation-bathrooms .cta-text {
  font-size: 13px;
  font-weight: 800;
  display: block;
  margin-left: 43px;
  line-height: 1;
}
.renovation_services .cta-btn{
  margin-bottom: 20px;
}
.renovation-kitchens .cta-text:hover, .renovation-bathrooms .cta-text:hover {
  text-decoration: none;
}

.project-feature {
  position: relative;
  background-color: #223f60;
  padding: 100px 0;
  text-align: center;
}
.project-feature h1{
  color: #fff;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 65px;
}
.project-feature .span4 {
  width: 26.7%;
  margin-bottom: 75px;
  margin-left: 0;
}
.project-feature .span4 h3 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
}
.project-feature .span4 p {
  color: rgba(255,255,255,0.8);
  text-align: justify;
}
.project-feature .span12 .row-fluid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.project-feature .span12 .row-fluid:before, .project-feature .span12 .row-fluid:after{
  content: none;
}
.project-feature .span4 img {
  margin-bottom: 50px;
  height: 159px;
  width: auto;
}
.the-truth {
  padding: 155px 0;
}
.the-truth .span12 .row-fluid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.the-truth .span12 .row-fluid:before, .the-truth .span12 .row-fluid:after{
  content: none;
}
.the-truth .span7 {
  width: 44%;
}
.the-truth .span5 {
  margin-top: 50px;
  width: 37%;
  margin-left: 0;
  display: block !important;
}
.the-truth .span5 .span12 > div {
  width: 100%;
}
.the-truth h2 {
  margin-bottom: 30px;
}
.the-truth p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
}
.tab-section {
  padding-bottom: 180px;
}
.kitchenbath-pricing-guide {
  position: relative;
  background-color: #223f60;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 180px;
}
.kitchenbath-pricing-guide h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 25px;
  font-family: 'Raleway';
  letter-spacing: 0.5px;
}
.kitchenbath-pricing-guide p {
  color: #fff;
  line-height: 30px;
  margin-bottom: 25px;
}
.renovation-services {
  padding: 124px 0 0 0;
}
.renovation-services h1{
  text-align: center;
  margin-bottom: 151px;
}
.renovation_services .dnd-section > .row-fluid {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 215px;
}

.renovation_services .dnd-section > .row-fluid:before, .renovation_services .dnd-section > .row-fluid:after{
  content: none;
}
.renovation_services .span12 > div{
  width: 100%;
}
.renovation_services .span7 {
  width: 49%;
  display: block !important;
}
.renovation_services .span5 {
  width: 40%;
  margin-left: 0;
  display: block !important;
}
.renovation-bathrooms .span7 {
  order: 2;
}
.renovation_services .span5 > div {
  margin-top: 55px;
}
.renovation_services img{
  width: 100%;
  vertical-align: top;
}
.renovation_services h2 {
  margin-bottom: 70px;
}
.renovation_services p {
  color: rgba(51,51,51,0.8);
  line-height: 30px;
  margin-bottom: 65px;
}
.renovation_services p + div > .hs-cta-wrapper:not(:last-of-type) {
  margin-bottom: 20px;
  display: block;
}

.why-work-with {
  padding: 110px 0 225px 0;
}
.why-work-with {
  padding-bottom: 25px;
}
.for-bookmark-use{
  padding-top: 200px;
}
.why-work-with h1{
  text-align: center;
  line-height: 58px;
  color: #2c89ca;
  margin-bottom: 100px;
}
.why-work-with .dnd-section > .row-fluid {
  justify-content: space-between;
  flex-wrap: wrap;
}
.why-work-with .dnd-section > .row-fluid:before, .why-work-with .dnd-section > .row-fluid:after{
  content: none;
}
.why-work-with .span12 > div{
  width: 100%;
}
.why-work-with .span8{
  width: 75%;
  margin-top: 65px;
  display: block !important;
}
.why-work-with .span4{
  width: 23%;
  margin-left: 0;
  display: block !important;
}
.why-work-with h2 {
  margin-bottom: 45px;
}
.why-work-with p {
  margin-bottom: 45px;
  line-height: 1.5;
  font-size: 22px;
}

.design-build-process {
  background-color: #214060;
  padding: 0 0 75px 0;
}
.benifits-design .hs_cos_wrapper_type_rich_text {
  background-color: #2c89ca;
  padding: 82px 145px;
  text-align: center;
  position: relative;
  top: -65px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.35);
  display: block;
}
.benifits-design h2 {
  color: #fff;
  margin-bottom: 60px;
}
.benifits-design p {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 0;
}
.benifits-process .dnd-section > .row-fluid {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}
.benifits-process .dnd-section > .row-fluid:before, .benifits-process .dnd-section > .row-fluid:after{
  content: none;
}
.benifits-process .span12 > div{
  width: 100%;
}
.benifits-process .span3 {
  width: 22%;
  margin-left: 0;
}
.benifits-process .span3 .hs_cos_wrapper_type_rich_text > div {
  height: 48px;
  width: 48px;
  border-radius: 100%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.benifits-process h3 {
  font-size: 14px;
  text-transform: inherit;
  color: #fff;
  line-height: 24px;
  margin-bottom: 35px;
  letter-spacing: 1px;
  font-family: 'Quicksand';
}
.benifits-process h4 {
  font-size: 12px;
  font-family: 'Raleway';
  text-transform: none;
  color: #fff;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}
.benifits-process p {
  font-size: 14px;
  color: #fff;
  text-align: justify;
  line-height: 1.7;
}
.timeline-range p {
  margin: 0;
  line-height: 1.55;
}
.timeline-range p span {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 75px;
}
.timeline-range  .hs_cos_wrapper_type_rich_text > div {
  text-align: center;
}

.client-words .slick-prev {
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/arrow-left.png);
  left: -70px;
}

.client-words .slick-next {
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/arrow-rihgt.png);
  right: -70px;
}

.free-pricing-guide {
  position: relative;
  margin-top: -270px;
  padding: 0% 0% 5% 0%;
}
.free-pricing-guide .dnd-section > .row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.get_the_guide_wrap {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-image: linear-gradient( to right, #E1E8F0 25%, #fff 10%);
  width: 100%;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  animation-name: fadeInUp;
}

.get_the_guide_inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(122, 122, 122, 0.3);
  box-shadow: 4px 2px 3px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
}
.elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.element_widget_section{
  position: relative;
  width: 100%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 15px 15px 15px 15px;
}
.elementor_container_width{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1146px;
  min-height: 481px;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.elementor_container_width .elementor-element-populated {
  padding: 10px;
}
.elementor_container_width .elementor-widget-wrap {
  align-content: space-between;
  align-items: space-between;
}
.get_the_guide_wrap .elementor-column.elementor-col-33 figure{
  width: 100%;
}
.get_the_guide_wrap .elementor-column.elementor-col-33 figure img {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.free_pricing_guide_title, .pricing_guide_title,
.pricing_guide_text, .pricing_guide_form{
  width: 100%;
}
.free_pricing_guide_title h6{
  color: #478bc6;
  font-family: "Raleway", Sans-serif;
  line-height: 1.55;
  font-weight: bold;
  margin: 0;
}
.pricing_guide_title p {
  font-family: "Quicksand", Sans-serif;
  color: #000000;
  font-size: 40px;
  font-weight: 300;
  text-transform: none;
  text-decoration: none;
  line-height: 1.3em;
  letter-spacing: 0px;
  margin: 0;
}
.pricing_guide_text p{
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: 'Raleway';
}
.pricing_guide_form h3.form-title{
  display: none;
}
.pricing_guide_form form{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: calc( -5px/2 );
  margin-right: calc( -5px/2 );
  margin-bottom: -12px;
}
.pricing_guide_form form .field,
.pricing_guide_form form .hs_submit{
  margin-top: 0px;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: calc( 5px/2 );
  padding-left: calc( 5px/2 );
  margin-bottom: 12px;
}
.pricing_guide_form form .hs_submit{
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pricing_guide_form form .field > .input,
.pricing_guide_form form .hs_submit > .actions{
  width: 100%;
}
.pricing_guide_form form .hs-form-field > label{
  display: none;
}
.pricing_guide_form form .field > .input .hs-input {
  line-height: 1.4;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  font-family: "Raleway", Sans-serif;
  font-weight: 600;
  max-width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #DFDFDF;
}
.pricing_guide_form form .field > .input .hs-input:focus{
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
  outline: 0;
  color: #333333;
  background-color: #F8F8F8;
  border: 1px solid #DFDFDF;
}
.pricing_guide_form form input[type="submit"]{
  color: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1;
  border: 0;
  font-family: "Roboto", Sans-serif;
  font-weight: 500;
  min-height: 40px;
  background-color: #1E3F60;
  font-size: 17px;
  border-radius: 10px 10px 10px 10px;
  padding: 15px 15px 15px 15px;
  width: 100%;
  margin-top: 0;
}
.pricing_guide_form form input[type="submit"]:focus, 
.pricing_guide_form form input[type="submit"]:hover{
  background-color: #1E3F60;
  color: #fff;
}

/* Placeholder Text */
.pricing_guide_form form .field > .input .hs-input::-webkit-input-placeholder {
  color: inherit;
  opacity: .6;
  font-family: 'Quicksand';
  font-weight: 600;
}
.pricing_guide_form form .field > .input .hs-input:-moz-placeholder {
  color: inherit;
  opacity: .6;
  font-family: 'Quicksand';
  font-weight: 600;
}
.pricing_guide_form form .field > .input .hs-input::-moz-placeholder {
  color: inherit;
  opacity: .6;
  font-family: 'Quicksand';
  font-weight: 600;
}
.pricing_guide_form form .field > .input .hs-input:-ms-input-placeholder {
  color: inherit;
  opacity: .6;
  font-family: 'Quicksand';
  font-weight: 600;
}

.free-pricing-guide:before, .free-pricing-guide:after{
  content: none;
}

.whats_inside {
  padding: 30px 0px 100px 0px;
  border-top: 1px solid transparent;
}
.free-pricing-guide .dnd-section > .row-fluid > .span12 {
  margin-top: -270px;
}
.whats_inside .span6 {
  width: 50%;
  position: relative;
  min-height: 1px;
  margin-left: 0;
  display: block !important;
}
.whats_inside .span6 > div{
  padding: 10px;
}
.whats_inside .dnd-section > .row-fluid {
  padding: 10px;
}
.whats_inside .span6 h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #252525; 
  font-family: "Dosis", Sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.whats_inside .span6 ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.whats_inside .span6 ul li {
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 600;
  font-family: "Playfair Display", Sans-serif;
  font-size: 19px;
  line-height: 1.6em;
}
.whats_inside .span6 ul li:not(:last-of-type) {
  padding-bottom: calc(-40px/2);
}
.whats_inside .span6 ul li:not(:first-of-type) {
  margin-top: calc(-40px/2);
}
.whats_inside .span6 ul li span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.whats_inside .span6 ul li span svg{
  fill: #2C88CA;
  width: 49px;
}

.whats_inside .span6 ul li p{
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.5;
  font-family: 'Raleway';
  padding-left: 22px;
  display: inline-block;
}


.pricing_guide_form form ul.hs-error-msgs.inputs-list label {
  background: #fff;
  padding: 9px 14px;
  font-size: 13px;
  color: #353433;
  font-family: Arial,sans-serif;
  padding-left: 45px;
  line-height: normal;
  margin-top: 10px;
  border: 1px solid #353433;
  border-radius: 4px;
  position: relative;
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/err.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  display:inline-block;
}

.pricing_guide_form form ul.hs-error-msgs.inputs-list label:after {
  content: "";
  border-bottom: 8px solid #fff;
  position: absolute;
  width: 0;
  left: 16px;
  height: 0;
  top: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.pricing_guide_form form ul.hs-error-msgs.inputs-list label:before {
  content: "";
  border-bottom: 9px solid #353433;
  position: absolute;
  width: 0;
  left: 15px;
  height: 0;
  top: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}  

.pricing_guide_form form ul.no-list.hs-error-msgs.inputs-list {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.body-top-space{
  padding-top: 220px;
}
.body-top-space.no-top-space{
  padding-top: 0px;
}

.seatttle-area {
  padding-bottom: 150px;
}
.seatttle-area .dnd-section > .row-fluid {
  justify-content: space-between;
  flex-wrap: wrap;
}
.seatttle-area .dnd-section > .row-fluid:before, .seatttle-area .dnd-section > .row-fluid:after{
  content: none;
}
.seatttle-area .span12 > div{
  width: 100%;
}
.seatttle-area .span7{
  width: 45%;
  margin-top: 50px;
  display: block !important;
}
.seatttle-area .span5{
  width: 32%;
  margin-left: 0;
  display: block !important;
}
.seatttle-area h2 {
  margin-bottom: 80px;
}
.seatttle-area p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 55px;
}
.seatttle-area .span7 .hs_cos_wrapper_type_rich_text > div {
  max-width: 60%;
  margin: 0 auto;
}
.seatttle-area .span7 .hs_cos_wrapper_type_rich_text > div p {
  margin-bottom: 0;
}
.seatttle-area .span7 .hs_cos_wrapper_type_rich_text > div p a {
  font-size: 22px;
  text-decoration: none;
  margin-top: 15px;
  display: inline-block;
  line-height: 1;
}
.contact-form {
  padding: 35px 0 100px 0;
}
.contact-form h1 {
  text-align: center;
  margin-bottom: 80px;
}


.contact-form form {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}
.contact-form form fieldset {
  max-width: 100%;
  width: 100%;
}
.contact-form form fieldset > .hs-form-field {
  width: 48% !important;
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.contact-form form fieldset.form-columns-2 > .hs-form-field:last-of-type {
  float: right;
}
.contact-form form .hs-form-field > .input {
  padding-left: 8px;
  padding-right: 8px;
}
/* .contact-form form fieldset > .hs-form-field.hs_mobilephone {
  clear: left;
  float: left !important;
} */
.contact-form form fieldset>.hs-form-field > label {
  padding-left: 8px;
  padding-right: 8px;
}
.contact-form form .inputs-list[role="checkbox"] {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-form form .hs-form-radio {
  font-size: 1.6rem;
  position: relative;
  line-height: 1.3;
  overflow: hidden;
  width: 80px;
  display: flex;
  margin: 0 25px!important;
  padding: 2px 0!important;
}
.contact-form form .hs-form-radio > label {
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  font-size: 1.6rem;
}
.contact-form form .hs-fieldtype-radio > label{
  margin-bottom: 40px;
}
.contact-form form .hs-form-radio input[type=radio]{
  -moz-appearance: none;
  appearance: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  width: auto!important;
  border: 0;
  transition: all ease-in-out 0.2s;
  background-color: #f0f0f0;
  padding: 12px!important;
  margin-top: 1px;
  margin-right: 15px;
  opacity: 0;
  margin-bottom: 0;
}
.contact-form form .hs-form-radio > label > span{
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
  margin: 2px 0 0 4px;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  color: #000;
}
.contact-form form .hs-form-radio > label > span:before {
  position: absolute;
  content: "";
  left: 1px;
  top: 1px;
  height: 24px;
  width: 24px;
  background-color: #f0f0f0;
  border-radius: 5px;
}
.contact-form form .hs-form-radio > label > span:after {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  height: 12px;
  width: 12px;
  background-color: #6f6f6f;
  border-radius: 1px;
  transform: scale(0);
  transition: all ease-in-out 0.3s;
}
.contact-form form .hs-form-radio input[type=radio]:checked+span:after {
  transform: scale(1);
}
.contact-form form .hs-form-radio input[type=radio]:checked+span{
  font-weight: 700;
}
.contact-form form .hs_submit.hs-submit {
  position: absolute;
  left: 53%;
  bottom: 12px;
  max-width: 640px;
}
/* .contact-form form fieldset>.hs-form-field.hs-fieldtype-radio {
  margin-top: -58px;
} */


.contact-form form .hs-form-field.hs_firstname > label,
.contact-form form .hs-form-field.hs_lastname > label,
.contact-form form .hs-form-field.hs_email > label,
.contact-form form .hs-form-field.hs_phone > label,
.contact-form form .hs-form-field.hs_city > label,
.contact-form form .hs-form-field.hs_st > label,
.contact-form form .hs-form-field.hs_preferred_form_of_contact > label,
.contact-form form .hs-form-field.hs_address > label,
.contact-form form .hs-form-field.hs_zip > label{
  display: none;
}

.contact-form form .hs-form-field > .input {
  margin-right: 0 !important;
}
.contact-form form textarea{
  height: 150px;
}
.contact-form form .hs_error_rollup {
  display: none;
}
.contact-form form fieldset > .hs-form-field.hs_mobilephone {
  margin-top: -10px;
}
body{
  opacity: 0;
}
body.full-body-overlay{
  opacity: 1;
}





.body-wrapper:not(.hs-page) .body-container__website .hs_cos_wrapper_type_rich_text > div {
  padding-bottom: 100px;
  padding-top: 20px;
}


@media (min-width: 768px) {
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .pricing_guide_form form .hs_firstname.field,
  .pricing_guide_form form .hs_lastname.field{
    width: 40%;
  }
  .pricing_guide_form form .hs_email.field,
  .pricing_guide_form form .hs_submit{
    width: 80%;
  }
}


@media (max-width: 1200px) {
  .project-feature .span4 img {
    height: auto;
    max-width: 55%;
  }
  .body-top-space{
    padding-top: 125px;
  }
  .body-top-space.no-top-space{
    padding-top: 0px;
  }
}

@media (max-width: 1024px) {
  .free-pricing-guide {
    padding: 0 0 0% 0%;
  }
  .get_the_guide_inner {
    margin: 40px 40px 40px 40px;
  }
  .free-pricing-guide .dnd-section > .row-fluid > .span12 {
    min-height: 1172px;
    align-items: center;
    display: flex;
  }
  .whats_inside {
    padding: 20px 20px 50px 20px;
  }
  .whats_inside .span12 {
    padding: 10px;
  }
  .whats_inside .dnd-section > .row-fluid {
    padding: 0% 2% 0% 2%;
  }
  .whats_inside .span6:first-child > div {
    padding: 0% 5% 0% 0%;
  }
  .whats_inside .span6:last-child > div {
    padding: 0% 0% 0% 5%;
  }
  .whats_inside .span6 .span12{
    padding: 0px;
  }
  .whats_inside .span6 h3 {
    font-size: 40px;
    padding: 0% 0% 5% 0%;
  }
  .whats_inside .span6 ul li {
    font-size: 14px;
  }

  .get_the_guide_wrap {
    top: -88px;
  }
}

@media (max-width: 991px) {
  .renovation-services {
    padding: 70px 0 0 0;
  }
  .renovation-services h1 {
    margin-bottom: 70px;
  }
  .renovation_services .dnd-section > .row-fluid {
    padding-bottom: 100px;
  }
  .benifits-process .span3 {
    width: 48%;
    margin-bottom: 40px;
  }
  .benifits-process .dnd-section > .row-fluid {
    padding-bottom: 0;
  }
  .seatttle-area {
    padding-bottom: 100px;
  }
  .seatttle-area .span7{
    width: 60%;
  }
  .contact-form h1 {
    margin-bottom: 50px;
  }
}

@media (max-width: 983px) {
  .get_the_guide_wrap {
    top: -100px;
  }
}

@media (max-width: 895px) {
  .get_the_guide_wrap {
    top: -112px;
  }
}

@media screen and (max-width: 840px) {
  .get_the_guide_wrap {
    background-color: #fff;
    background-image: none;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  .get_the_guide_wrap {
    top: -100px;
  }
}

@media (max-width: 768px) {
  .benifits-design .hs_cos_wrapper_type_rich_text {
    padding: 70px;
  }
  .project-feature .span4 h3{
    font-size: 22px;
  }
  .the-truth {
    padding: 50px 0;
  }
  .the-truth .span7{
    width: 60%;
  }
}

@media (max-width: 767px) {
  .cta-btn {
    font-size: 14px;
    padding: 15px 25px;
  }
  .project-feature, .why-work-with {
    padding: 50px 0;
  }
  .why-work-with {
    padding-bottom: 25px;
  }
  .project-feature h1 {
    max-width: 100%;
  }
  .project-feature .span4 {
    width: 100%;
    margin-bottom: 35px;
  }
  .project-feature .span4 img, .project-feature .span4 h3 {
    margin-bottom: 20px;
  }
  .project-feature .span4 h3{
    font-size: 22px;
  }
  .project-feature .span12{
    width: 100%;
  }
  .the-truth {
    padding: 50px 0;
  }
  .the-truth .span7, .the-truth .span5{
    width: 100%;
  }
  .the-truth h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 40px;
  }
  .the-truth p {
    font-size: 18px;
  }
  .the-truth a.cta-btn {
    margin-top: 10px;
  }
  .kitchenbath-pricing-guide{
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .kitchenbath-pricing-guide h2{
    font-size: 22px;
    letter-spacing: 0;
  }
  .renovation-services {
    padding: 50px 0 0 0;
  }
  .renovation-services h1 {
    margin-bottom: 50px;
  }
  .renovation_services .dnd-section>.row-fluid {
    padding-bottom: 50px;
  }
  .renovation_services .span7, .renovation_services .span5 {
    width: 100%;
  }
  .renovation_services .span5 > div {
    margin-top: 20px;
  }
  .renovation_services h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .renovation_services p{
    margin-bottom: 15px;
  }
  .renovation-kitchens .cta-text, .renovation-bathrooms .cta-text {
    margin-left: 0;
  }
  .why-work-with h1{
    margin-bottom: 40px;
    line-height: 46px;
  }
  .why-work-with .span8 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .why-work-with .span4 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
  .why-work-with h2 {
    margin-bottom: 20px;
  }
  .why-work-with p {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .design-build-process {
    padding: 0px 0px 40px;
  }
  .benifits-design .hs_cos_wrapper_type_rich_text {
    top: -35px;
    padding: 50px;
  }
  .benifits-design h2 {
    margin-bottom: 30px;
  }
  .benifits-design p {
    font-size: 16px;
    line-height: 1.6;
  }
  .benifits-process .span3 {
    width: 100%;
  }
  .timeline-range p span {
    margin-bottom: 40px;
  }

  .free-pricing-guide {
    margin-top: -45%;
  }
  .free-pricing-guide .dnd-section > .row-fluid > .span12 {
    min-height: 0;
    margin-top: 0;
  }
  .elementor_container_width {
    min-height: 0px;
  }
  .elementor-column {
    width: 100%;
  }
  .get_the_guide_wrap .elementor-column.elementor-col-33 figure {
    text-align: center;
  }
  .get_the_guide_wrap .elementor-column.elementor-col-33 figure img {
    width: 100%;
    max-width: 86%;
  }
  .pricing_guide_form form .field, .pricing_guide_form form .hs_submit {
    width: 100%;
  }
  .pricing_guide_form form .field > .input .hs-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .pricing_guide_form form .field > .input .hs-input:-moz-placeholder {
    font-size: 14px;
  }
  .pricing_guide_form form .field > .input .hs-input::-moz-placeholder {
    font-size: 14px;
  }
  .pricing_guide_form form .field > .input .hs-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .whats_inside .span6 {
    width: 100%;
  }
  .whats_inside .span6 h3 {
    font-size: 25px;
  }
  .whats_inside .span6 ul li {
    font-size: 12px;
  }
  .whats_inside {
    padding: 10% 2% 10% 2%;
    border-top: 2px solid transparent;
  }
  .whats_inside .span6:last-child > div {
    padding: 0 0 0 0%;
  }
  .whats_inside .span6 .span12 > div {
    width: 100%;
  }
  .whats_inside .span6 img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  .whats_inside .span6 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 70px;
    display: block;
  }
  .for-bookmark-use{
    padding-top: 25px;
  }
  .seatttle-area {
    padding-bottom: 50px;
  }
  .seatttle-area .span7{
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .seatttle-area .span5 {
    width: 100%;
    text-align: center;
  }
  .seatttle-area h2, .seatttle-area p {
    margin-bottom: 20px;
  }
  .seatttle-area p {
    font-size: 18px;
  }
  .seatttle-area .span7 .hs_cos_wrapper_type_rich_text > div{
    max-width: 100%;
  }
  .contact-form {
    padding: 40px 0 20px 0;
  }
  .contact-form h1 {
    margin-bottom: 20px;
  }
  .body-wrapper:not(.hs-page) .body-container__website .hs_cos_wrapper_type_rich_text > div {
    padding-bottom: 40px;
  }
  .contact-form form fieldset > .hs-form-field {
    width: 100% !important;
    float: none !important;
    margin-left: 0;
    margin-right: 0;
  }
  .contact-form form .hs-form-field > .input {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form form .hs_submit{
    padding: 16px 0 10px 0;
    margin: 16px 0 0 0;
  }
  .contact-form form input[type="submit"] {
    margin-top: 0;
    margin-right: 0;
  }
  .contact-form form {
    margin-bottom: 16px;
  }
  .contact-form form fieldset>.hs-form-field>label {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form form .hs_submit.hs-submit {
    position: static;
  }

  .get_the_guide_wrap {
    top: 0px;
  }
  .contact-form form fieldset>.hs-form-field.hs-fieldtype-radio {
    margin-top: 16px;
  }
  .contact-form form fieldset > .hs-form-field.hs_mobilephone {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  .contact-form form .hs_submit.hs-submit {
    position: static;
    width: 100%;
  }
  .contact-form form input[type="submit"] {
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .benifits-process .span3 .hs_cos_wrapper_type_rich_text > div {
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .benifits-process h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 800;
  }
}

@media (max-width: 420px) {
  .custom_banner .banner-text p br {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.custom-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 15px 0;
  top: 0;
  left: 0;
}
.site-header, .header .header-logo a img, .header .header-logo a {
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
}
.header__container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-header .header-logo a {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 197px;
}

.custom-header .header-logo a img {
  width: 100% !important;
}


.sticky_header .custom-header {
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  padding: 20px 0;
}

.sticky_header .custom-header .header-logo a {
  max-width: 120px;
}

.menu-icon {
  display: none;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  padding-right: 30px;
  letter-spacing: 1px;
}
.menu-icon .menu-box {
  width: 33px;
  padding: 5px;
  position: absolute;
  right: 15px;
}
.menu-icon .menu-box span {
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  background: #000;
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.mobile-open .menu-icon span:nth-child(1) {
  transform: rotate(45deg) translateY(5px) translateX(4px);
  -webkit-transform: rotate(45deg) translateY(5px) translateX(4px);
}
.mobile-open .menu-icon span:nth-child(2) {
  opacity: 0;
}
.mobile-open .menu-icon span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(5px);
  -webkit-transform: rotate(-45deg) translateY(-6px) translateX(5px);
}


.pricing_guide_form form .hs_error_rollup {
  display: none !important;
}

@media (max-width: 1200px) {

  .custom-header{
    padding: 20px 0;
  }
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-header .header-logo a {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .menu-icon {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  padding: 57px 0;
  position: relative;
}
.footer__container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
div.footer-logos {
  max-width: 1170px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.footer-logo {
  width: 29%;
  margin: 2%;
  display: inline-block;
  max-width: 100px;
}
div.footer-logo a {
  display: block;
  line-height: 1;
}
div.footer-logo a img{
  width: 100% !important;
}
.privacy-policy {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 37px;
}
.privacy-policy a {
  font-size: 13px;
  text-decoration: underline;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.footer-inner .contact-us {
  width: 30%;
  padding: 0 20px;
  border-right: 1px solid #999999;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.footer-inner h4{
  font-size: 14px;
  font-family: 'Quicksand';
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 27px;
}
.footer-inner h4 > a {
  font-size: 14px;
  font-family: 'Quicksand';
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 27px;
  text-decoration: none;
  line-height: normal !important;
}
.footer-inner .contact-us a {
  font-size: 13px;
  line-height: 40px;
  text-decoration: none;
}
.footer-inner .contact-us .contact-us-inner h4 + a {
  line-height: 1 !important;
  display: inline-block;
  vertical-align: top;
}

.footer-inner .contact-us p {
  font-size: 13px;
  line-height: 20px;
}
.footer-inner .contact-us p > a {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.footer-inner .footer-social {
  width: 30%;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}
.footer-social ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.footer-social ul li {
  font-size: 1.6rem;
  margin-left: 50px;
  margin-bottom: 20px;
}
.footer-social ul li:first-child {
  margin-left: 0;
}
.footer-social ul li a {
  display: block;
  position: relative;
  font-size: 39px;
}
.footer-social ul li a {
  position: relative;
  height: 40px;
  width: 36px;
  line-height: 1;
}
.footer-social ul li a .angies-list {
  position: relative;
  height: 40px;
  width: 36px;
}
.footer-social ul li a .angies-list:after {
  position: absolute;
  content: "";
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/angies-list.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
}

.footer-social ul li a .fa-facebook-square:after, .footer-social ul li a .fa-instagram:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
}
.footer-social ul li a .fa-facebook-square:after {
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/Fb-svg.svg);
}
.footer-social ul li a .fa-instagram:after {
  background-image: url(https://5542307.fs1.hubspotusercontent-na2.net/hubfs/5542307/raw_assets/public/IHR_Seattle_July2020/images/In-svg.svg);
}
.footer-social ul li a:hover {
  opacity: 0.7;
}

.footer-inner .get-updates {
  width: 40%;
  padding: 0 20px;
  border-right: 1px solid #999999;
}
.cus-footer-form {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
}
.cus-footer-form form {
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  width: 330px;
  position: relative;
}
.cus-footer-form form .hs_email {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.cus-footer-form form .hs_email > label{
  display: none;
}
.cus-footer-form form .hs_email > .input {
  margin-top: 8px;
}
.cus-footer-form form input[type="email"] {
  height: 47px;
  padding: 15px;
  padding-right: 135px;
  font-family: 'Raleway';
  border-radius: 50px;
  font-size: 13px;
}
/* Placeholder Text */
.cus-footer-form form input[type="email"]::-webkit-input-placeholder {
  font-size: 13px;
  color: #a0a0a0;
  font-family: 'Raleway';
}
.cus-footer-form form input[type="email"]:-moz-placeholder {
  font-size: 13px;
  color: #a0a0a0;
  font-family: 'Raleway';
}
.cus-footer-form form input[type="email"]::-moz-placeholder {
  font-size: 13px;
  color: #a0a0a0;
  font-family: 'Raleway';
}
.cus-footer-form form input[type="email"]:-ms-input-placeholder {
  font-size: 13px;
  color: #a0a0a0;
  font-family: 'Raleway';
}
.cus-footer-form form input[type="submit"] {
  font-weight: 800;
  font-family: 'Quicksand';
  width: 128px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all ease-in-out 0.3s;
  margin: 0!important;
  white-space: nowrap;
  font-size: 13px;
}

.cus-footer-form form .hs_error_rollup {
  display: none;
}
.cus-footer-form form .hs-error-msgs label {
  padding: 10px;
  text-align: left;
  color: #d40000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  margin-top: 0;
}

@media (max-width: 1200px) {
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-social ul li{
    margin-left: 10px;
  }
  .footer-social ul li a {
    height: 28px;
    width: 28px;
    font-size: 30px;
  }
  .footer-social ul li a .angies-list {
    height: 30px;
    width: 29px;
  }
}


@media (max-width: 991px) {
  .cus-footer-form form input[type="submit"] {
    width: 95px;
    padding: 12px 20px;
  }
}

@media (max-width: 767px) {
  .privacy-policy {
    position: static;
  }
  .footer-inner .contact-us, .footer-inner .get-updates, .footer-inner .footer-social {
    width: 100%;
    border-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .footer-inner h4 {
    margin-bottom: 10px;
  }
  .custom-footer .footer-social ul li {
    margin-left: 20px;
  }
  .custom-footer .footer-social ul li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  div.footer-logo {
    width: 42%;
    margin: 4%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

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

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
  width: 100%;
  margin-top: 30px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #fff;
  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;
  color: #fff;
}
.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: #fff;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

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


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

.blog-comments .comment-reply-to {
  border: 0 none;
  color: #494A52;
  width: auto;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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




/*====CusTom Blog Style====*/


.cus-blog-list-body {
  background-color: #223f60;
  padding: 45px 0;
  position: relative;
}
.blog_title_wrap {
  text-align: center;
}
.blog_title_wrap h2{
  font-size: 42px;
  color: #fff;
  margin-bottom: 52px;
}
.cus_topic_filter h3{
  display: none;
}
.cus_topic_filter ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 35px;
  margin-bottom: 35px;
  padding: 0;
  margin-top: 0;
  list-style: none;
}
.cus_topic_filter ul li {
  font-size: 1.6rem;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cus_topic_filter ul li a{
  font-size: 13px;
  color: #fff;
  line-height: 41px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}
.cus_topic_filter ul li a .filter-link-count {
  display: none;
}
.cus_topic_filter ul li a:hover{
  background-color: #2c89ca;
}
.cus_topic_filter ul li.active a {
  background-color: #2c89ca;
}

.post-item-wrapper{
  display: flex;
  flex-wrap: wrap;
}
.blog-post-item{
  width: calc(33.333% - 26.666666666666668px);
  margin-right: 40px;
  margin-bottom: 30px;
}

.list-feature-img {
  padding-bottom: 89.6%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-post-item .blog-slide-text {
  padding: 27px 25px 20px 25px;
  background-color: #fff;
}
.blog-post-item .blog-slide-text h3 {
  font-size: 22px;
  text-transform: inherit;
  color: #212121;
  font-family: 'Quicksand';
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 0;
}
.blog-post-item .blog-slide-text span {
  font-size: 10px;
  text-transform: uppercase;
  color: #9fa3a7;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-post-item .blog-slide-text .read-more {
  text-align: right;
}
.blog-post-item .blog-slide-text .read-more a{
  line-height: 1;
  display: inline-block;
}

.blog-details {
  padding: 64px 0;
}
.blog-container {
  max-width: 960px;
  padding: 0 93px;
  margin: 0 auto;
  position: relative;
}
.blog-date span {
  font-size: 14px;
  color: #9f9f9f;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Quicksand';
  margin-bottom: 33px;
  text-align: center;
  display: block;
}
.blog-details h1 {
  text-align: center;
  color: #2c89ca;
  margin-bottom: 31px;
  line-height: 63px;
}
.blog-details p {
  margin-bottom: 20px;
  line-height: 32px;
}
.count-comment p {
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  color: #757575;
  letter-spacing: 2px;
  margin-bottom: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.count-comment p span {
  font-weight: 400;
  color: #aeb1b4;
  letter-spacing: 0;
  margin-top: 3px;
}
.count-comment p strong {
  color: #2c89ca;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0 5px;
  margin-top: 3px;
}

.post-feature-img {
  padding-bottom: 56.7%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 100%;
  margin-bottom: 67px;
}
.post-feature-img{
  margin-bottom: 67px;
}
.post-feature-img img {
  width: 100%;
}
.blog-post__body {
  color: #333333;
  font-family: "Raleway", Sans-serif;
  padding: 10px;
  position: relative;
}
/* .blog-post__body p {
  font-family: sans-serif;
} */
.comment-comm {
  background-color: #f8f8f8;
  padding: 90px 0;
  margin-bottom: 125px;
}
.comment-comm h4 {
  text-align: center;
  color: #2c89ca;
  font-size: 48px;
  text-transform: inherit;
  font-weight: 800;
  margin-bottom: 35px;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}

.replying {
  padding-left: 2em;
  padding: 1em;
}

.comment-comm .hs-input {
  border: 0;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 30px;
  width: 100%;
  font-family: 'Open Sans';
  color: #000;
  font-weight: 400;
  max-width: 100%;
}
.comment-comm .field {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
.comment-comm .hs_submit{
  text-align: right;
}
.comment-comm form input[type="submit"] {
  padding: 15px 65px;
  border-radius: 18px;
  border: 2px solid transparent;
  transition: all ease-in-out 0.3s;
  width: auto;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  line-height: normal;
  font-family: 'Raleway';
  margin-right: 0;
}
.comment-comm form .grecaptcha-badge {
  margin: 0;
}

.blog-social {
  background-color: #f8f8f8;
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 2px solid #e9e9e9;
}
.blog-social .social-inner {
  display: flex;
  justify-content: flex-end;
}
.comment-comm .hs_submit {
  margin-bottom: 15px;
}



@media(min-width: 992px){
  .blog-post-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media(max-width: 1200px){
  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-container {
    max-width: 100%;
    padding: 0 20px;
  }
}

@media(max-width: 991px){
  .blog-post-item {
    width: calc(50% - 20px);
  }
  .blog-post-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media(max-width: 768px){
  .blog-details h1 {
    line-height: 1.3;
  }
  .blog_title_wrap h2{
    margin-bottom: 5px;
    font-size: 28px;
  }
}

@media(max-width: 767px){
  .blog-post-item {
    width: 100%;
    margin-right: 0;
  }
  .cus_topic_filter ul li {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .cus_topic_filter ul li a {
    line-height: 1.2;
    padding: 10px 15px;
    display: block;
  }
  .blog-details h1 {
    margin-bottom: 12px;
  }
  .count-comment p, .blog-details p, .post-feature-img, blockquote {
    margin-bottom: 25px;
  }
  .comment-comm {
    padding: 50px 0;
    margin-bottom: 50px;
  }
  .comment-comm h4 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .blog-details {
    padding: 50px 0;
  }
  .comment-comm .hs-input {
    padding: 20px;
  }
  .comment-comm .hs_submit{
    text-align: center;
  }
}

@media(max-width: 479px){
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .blog-post__body p img{
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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

.systems-page .success {
  min-width: unset;
  max-width: 650px;
  width: 100%;
  font-size: 16px;
}

input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
}
input#hs-login-widget-remember + label {
  display: inline-block;
  vertical-align: middle;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.email-prefs .header {
  background-color: transparent;
}

.bckup_unsbsrb_page #email-prefs-form input[type="email"] {   
  padding: 20px !important;
  font-size: 16px !important;
}

.for-zero-for-error {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-conatiner{
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
.error-404 {
  padding: 60px 0 120px 0;
}
.error-404 .error-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-404 .error-content .error-img {
  margin-bottom: 30px;
}
.error-404 .error-content .desc {
  margin-bottom: 30px;
}
.error-404 .error-content p {
  font-weight: 500;
}
.for-zero-for-error .find-out-cta-grey a {
  background-color: #2c89ca;
  font-family: 'Quicksand';
  color: #fff!important;
  font-size: 14px;
  padding: 15px 35px;
  border-radius: 50px;
  line-height: 1;
  text-decoration: none;
}
.for-zero-for-error .find-out-cta-grey a:hover{
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .error-conatiner{
    max-width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .for-zero-for-error{
    height: 75vh;
  }
}


@media (max-width: 767px) {
  .sbscrp_pref_page .systems-page h2, .sbscrp_cnfr_page .systems-page h2{
    font-size: 26px;
  }
  .error-404 {
    padding: 30px 0 50px 0;
  }
}