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











































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

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

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

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

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

@font-face { 
  font-family: "SF-NS-Display";
  src: url("https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/SevernWoods_November2020/fonts/sfnsdisplay-.eot") format("embedded-opentype"),
    url(https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/raw_assets/public/SevernWoods_November2020/fonts/sfnsdisplay-.woff2) format("woff2"),
    url(https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/raw_assets/public/SevernWoods_November2020/fonts/sfnsdisplay-.woff) format("woff"),
    url(https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/raw_assets/public/SevernWoods_November2020/fonts/sfnsdisplay-.ttf) format("truetype"),
    url(https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/raw_assets/public/SevernWoods_November2020/fonts/sfnsdisplay-.svg) format("svg");
}





html {
  font-size: 16px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}
a {
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: #648c1a;
}

::-webkit-scrollbar-track {
  background: #f5f2ef;
}


@media(max-width:991px) {
  ::-webkit-scrollbar {
    display: none;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
.actions {
  text-decoration: none !important;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-bottom:25px;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .88px;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #473934;
  color: #fff;
  border-radius: 0;
  margin: 0;
}
input.hs-button.primary {
  padding: 23px 34px !important;
}
input.hs-button.primary {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .88px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 0;
  position: relative;
      white-space: normal;
}
.actions:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4e423d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #648c1a;
}
.actions:hover:before {
  height: 100%;
}
.actions:hover .hs-submit {
  color: #fff;
}
input.hs-button.primary.large {
  color: #fff;
  display: block;
  position: relative;
}
.actions:hover {
  color: #fff;
}
a.hs-button.large.primary {
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .88px;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  padding: 15px 53px;
  
  text-decoration: none !important;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-bottom:25px;
    white-space: normal;
}

a.hs-button.primary:hover,
a.hs-button.large.primary:hover {
  text-decoration: none;
}
input#submitbutton, a.hs-button.primary, a.hs-button.large.primary {
  margin: 10px 0;
  display: inline-block;   
  line-height: normal;
      border-style: solid;
  cursor: pointer;
}

.hs-form label {
  font-size: 14px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 600;
  text-align: left;
  line-height: 31px;
  padding-top: 0;
  margin-bottom: 0px;
}

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

.hs-input , .hs-search-field__input, input#hs-pwd-widget-password  {
  display: inline-block;
  width: 100%;
  height: 47px;
  font-weight: normal;
  line-height: 14px;
  color: #33475b;
  background-color: #fbfafa;
  border: 1px solid #e4d9d5;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  outline: none;
  color: #473934;
  font-size: 14px;
}

.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 , .hs-search-field__input:-moz-placeholder , input#hs-pwd-widget-password:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder , .hs-search-field__input::-webkit-input-placeholder , input#hs-pwd-widget-password::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus , .hs-search-field__input:focus , input#hs-pwd-widget-password:focus  {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  min-height: 120px;
  display:block;
}

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

.hs-form-required {
  color: #473934;
}

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

@media(max-width:479px) {
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width:100% !important;
  }
  .hs_recaptcha{
    overflow: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.portfolio-banner {
  min-height: calc(100vh - 143px);
}

.banner-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-height: inherit;
}

.portfolio-sub-banner .dnd-section .widget-type-cell {
  padding: 0;
}

.portfolio-sub-page .row1-portfolio-sub .dnd-section {
  padding-top: 90px;
}

.portfolio-sub-page  .row1-portfolio-sub h1 {
  color: #6c605b;
  font-weight: 500;
  text-align: left;
  font-size: 58px;
  line-height: 72px;
  margin: 0;
}
.portfolio-sub-page  .cm-col-md-4,.cm-col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.portfolio-sub-page  .cm-col-md-8 {
  width: 66.66666667%;
}

.portfolio-sub-page  .cm-col-md-4 {
  width: 33.33333333%;
}

.portfolio-sub-page  .cm-row.clearfix {
  max-width: 1450px;
  margin: 0 auto;
}

.portfolio-sub-page  .portfolio-detail-info p {
  color: #877a75;
  font-size: 17px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 25px;
}

.left-portfolio-sub .dnd-section, 
.right-portfolio-sub .dnd-section {
  padding: 0;
}

.right-portfolio-sub .widget-type-rich_text {
  border: 1px solid #d5c9c4;
  padding: 25px 30px;
  margin-bottom: 20px;
  margin-left: auto;
  max-width: 390px;
}

.portfolio-info-wrapp h3 {
  color: #998c87;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 17px;
  font-family: 'Montserrat',sans-serif;
}
.portfolio-info-wrapp h4 {
  color: #4e423d;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  margin-bottom: 0;
}

.portfolio-sub-page  .cm-row.clearfix .dnd-section .widget-type-cell {
  padding: 0;
}

.left-portfolio-sub strong {
  display: inline-block;
  vertical-align: middle;
  color: #998c87;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 20px;
  text-transform: uppercase;
  margin-right: 20px;
  font-size: 17px;
}

.left-portfolio-sub .hs_cos_wrapper_type_rich_text  span {
  display: inline-block;
  vertical-align: middle;
  color: #4e423d;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}

.left-portfolio-sub em {
  display: block;
  color: #aa9c96;
  font-style: italic;
  font-weight: 500;
  text-transform: inherit;
  letter-spacing: normal;
  margin-right: 0;
  vertical-align: middle;
  line-height: 20px;
  margin-top: 25px;
  font-size:16px;
}
.row2-portfolio-sub .dnd-section {
  padding-top: 90px;
}
.row2-portfolio-sub img {
  width: 100%;
  margin-bottom: 43px;
  display: block;
}
.press_wrapper .press-article .title:hover {
  text-decoration: none;
}
.row4-portfolio-bottom-pane h2 {
  color: #fff;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  display: block;
  margin-right: 0;
  margin-bottom: 35px;
  font-size: 30px;
  line-height: 40px;
  font-family: Montserrat;
}

.row4-portfolio-bottom-pane p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 30px;
  text-align: center;
}

.row4-portfolio-bottom-pane  .dnd-section>.row-fluid {
  max-width: 750px;
  margin: 0 auto;
}

.row4-portfolio-bottom-pane .dnd-section .widget-type-cell {
  padding: 0;
}
.row4-portfolio-bottom-pane {}

.row4-portfolio-bottom-pane .hs-cta-node {
  border: 3px solid #fff;
  padding: 20px 22px;
  background-color: #0000;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .88px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 99;
}

.row4-portfolio-bottom-pane .hs-cta-node:hover {
  text-decoration: none;
  color: #648c1a;
}

.row4-portfolio-bottom-pane .hs-cta-node:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4e423d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background-color: #fff;
}

.row4-portfolio-bottom-pane .cta_button:hover:before {
  height: 100%;
}

.row4-portfolio-bottom-pane .hs-cta-node a {
  color: #fff;
  text-decoration: none;
}

.row4-portfolio-bottom-pane .hs-cta-node a {
  position: relative;
}

.row4-portfolio-bottom-pane .hs-cta-node:hover:before {
  height: 100%;
}

.row4-portfolio-bottom-pane .hs-cta-node:hover a{
  color: #648c1a;
}
.row1-portfolio .dnd-section>.row-fluid {
  max-width: 770px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}

.row1-portfolio .dnd-section .widget-type-cell {
  padding: 0;
}

.row1-portfolio  h1 {
  color: #473934;
  font-weight: 500;
  font-size: 85px;
  line-height: 93px;
}

.row1-portfolio .dnd-section {
  padding: 0;
}

.row1-portfolio .dnd-section p {
  max-width: 710px;
  color: #6c605b;
  font-size: 17px;
  font-weight: 600;
  line-height: 34px;
  margin: 0 auto;
  margin-top: 20px;
}
.portfolio-page .bottom-row .dnd-section {
  padding: 0;
  padding-bottom: 90px;
}
.row4-portfolio-bottom-pane .hs-cta-node a {
  display: block;
}
.bottom-row .widget-type-rich_text a {
  color: #405a0f;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.contact-page-wrapper select {
  text-transform: inherit;
}
.contact-page-wrapper select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
.contact-page-wrapper .hs_submit.hs-submit {
  padding: 0 10px;
}
.contact-page-wrapper form .hs-submit .actions input {
  margin: 0;
}
.contact-page-wrapper select {
  background-image: url('https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/raw_assets/public/SevernWoods_November2020/images/Arrow.png');
    background-repeat: no-repeat;
    background-position: center  right;
    }
.row2-reviews-page .dnd-section {
  padding-top: 0;
  padding-bottom: 90px;
}
.reviews-page .row1-portfolio h1 {
  margin-bottom: 0;
}
.container-fluid.left-portfolio-sub {
  line-height: 1.15;
}
.row2-architects .dnd-section {
  padding: 50px 0;
}
.row3-architects p {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 37px;
}
.row3-architects .dnd-section {
  padding: 90px 0;
}
.row3-architects .hs_cos_wrapper_type_rich_text p {
  margin-bottom: 20px;
}
.row3-architects .hs_cos_wrapper_type_rich_text p:last-child,
.architects-page .left-right-block p:last-child {
  margin: 0;
}
.row4-architects .dnd-column {
  padding: 0;
}
.row5-architects h3 {
  color: #4e423d;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 25px;
}

.row5-architects .dnd-section {
  padding: 90px 6%;
}
.row6-architects h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 55px;
}
.row6-architects .dnd-section {
  padding: 90px 0;
}

.row6-architects .dnd-section blockquote {
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  border: 0;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.row6-architects .dnd-section span.author {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}
.architects-page .contact-page-wrapper .contact-row1-wrapper {
  padding: 90px 0;
}
.architects-page .contact-page-wrapper  fieldset.form-columns-3 > div {
  width: 33.33% !important;
}
.fixed-header.landing-header .header_logo a img {
  position: relative;
  top: 37px;
}
footer.footer.landing-footer:after {
  display: none;
}





.row1-full-width .widget-type-rich_text h1 {
  font-size: 85px;
  color: #473934;
  font-weight: 500;
  line-height: 93px;
  margin-bottom: 0;
}

.bottom-row .widget-type-rich_text p {
  color: #877a75;
  font-size: 17px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 30px;
}

.bottom-row .widget-type-rich_text h4 {
  color: #4e423d;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 55px;
}

.contact-row1-wrapper {
  padding: 57px 0 90px;
}

.contact-row1-wrapper .page-center {
  padding: 0 15px;
}



.contact-row1-wrapper .cm-md-4 {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.contact-row1-wrapper .cm-md-7 {
  display: inline-block;
  float: none;
  vertical-align: middle;
}



.vert-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.contact-row1-wrapper .cm-md-7 .widget-type-rich_text h1 {
  color: #4e423d;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-row1-wrapper .cm-md-7 .widget-type-rich_text p {
  color: #877a75;
  font-size: 17px;
  font-weight: 600;
  line-height: 31px;
  margin-bottom: 0;
}

.contact-row1-wrapper .cm-md-7 .widget-type-rich_text {
  margin-bottom: 50px;
}

.contact-page-wrapper form fieldset {
  max-width: 100%;
}


.contact-page-wrapper form fieldset>div {
  padding-left: 10px;
  padding-right: 10px;
}

.contact-page-wrapper form fieldset .input {
  margin-right: 0 !important;
}

.contact-page-wrapper .widget-type-form {
  margin: 0 -10px;
}

.contact-page-wrapper form fieldset>div {
  margin-bottom: 25px;
}



.contact-row1-wrapper .cm-md-4 .widget-type-rich_text h5 {
  color: #383838;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.67px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-row1-wrapper .cm-md-4 .widget-type-rich_text p {
  color: #877a75;
  font-size: 17px;
  font-weight: 600;
  line-height: 31px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  margin-bottom: 20px;
}


.contact-row1-wrapper .cm-md-4 .widget-type-rich_text a {
  color: #877a75;
  font-size: 17px;
  font-weight: 600;
  line-height: 31px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none;
}

.contact-row1-wrapper .cm-md-4 .widget-type-rich_text a:hover {
  color: #648c1a;
}

.contact-page-wrapper form .hs-submit .actions input {
  margin-bottom: 0;
}

.bottom-row .widget-type-linked_image {
  width: 100%;
}
.icon-wrapper {
  line-height: normal;
}

.how-we-do-row1 .widget-type-rich_text h3 {
  font-size: 22px;
  color: #383838;
  font-weight: 600;
  letter-spacing: 1.67px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom:0;
}

.how-we-do-row2 .span4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.what-we-do-row1 .widget-type-rich_text h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 0;
}

.row2-portfolio .widget-type-rich_text h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 0;
}

.bottom-pane-row .widget-type-rich_text h5 {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  display: block;
  margin-right: 0;
  margin-bottom: 35px;
}

.row3-portfolio .company-detail-wrapper {
  position: relative;
}

.row3-portfolio .company-detail-wrapper:before {
  content: "";
  position: absolute;
  top: -115px;
  left: 0;
  height: 115px;
  width: 57%;
  background: #fff;
}

.row4-home .widget-type-rich_text h5 {
  color: #4e423d;
  font-weight: 600;
  text-align: left;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.row4-home .project-filter-wrapper .cm-col-xs-12:last-child {
  padding: 0;
}

.row4-home .project-filter-wrapper .project-wrapper {
  padding: 0;

}

.row4-home .follow-us-wrapper .social-wrapper h4 {
  text-align: center;
  color: #4e423d;
  text-transform: inherit;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 40px;
}

.row4-home .follow-us-wrapper .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.row3-home p {
  max-width: 810px;
}
.row3-home p:last-child {
  margin-bottom: 0px;
}
.home-page  .follow-us-wrapper .icon-wrapper a img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.445,.05,.55,.95);
  transition: transform .3s cubic-bezier(.445,.05,.55,.95);
  transition: transform .3s cubic-bezier(.445,.05,.55,.95),-webkit-transform .3s cubic-bezier(.445,.05,.55,.95);
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.home-page .follow-us-wrapper .icon-wrapper a {
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 1px solid #6c605b;
  border-right: 0;
}
.container-fluid.row7-home.row5-architects {
  overflow: hidden;
}
.home-page .logo-slider-group .logo-slider {
  margin-right: 30px;
}
.home-page .logo-slider-group .slick-dots {
  margin-top: -10px !important;
  padding-right: 24px;
}
.home-page .logo-slider-group {
  margin-left: 0;
  margin-right: -30px;
}
.container-fluid.row6-home {
  overflow: hidden;
}
.row6-home .dnd-section .widget-type-cell {
  padding: 0;
}
.home-page {
  overflow-x: hidden;
}
.full-width-page .bottom-row .widget-type-rich_text a:hover {
  text-decoration: none;
}
@media(min-width:768px) {
  .contact-row1-wrapper .cm-md-7 {
    width: 66.66666667%;
  }

  .contact-row1-wrapper .cm-md-4 {
    width: 33.33333333%;
    margin-top: 70px;
  }

  .how-we-do-row2 .span4 {
    width: 33.33333333%;
  }
}

@media(min-width:992px) {
  .contact-row1-wrapper .cm-md-4 {
    margin-left: 8.33333333%;
    width: 33.33333333%;
    margin-top: 69px;
  }

  .contact-row1-wrapper .cm-md-7 {
    width: 58.33333333%;
  }

  .how-we-do-row2 .span4 {
    width: 33.33333333%;
    margin: 0;
  }

  .home-page  .social-wrapper .icon-wrapper a:hover img {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
}


@media(max-width:1599px) {
  .portfolio-sub-page .cm-row.clearfix {
    max-width: 1250px;
  }

  .row1-portfolio-sub .dnd-section>.row-fluid {
    max-width: 1250px;
  }
}

@media(max-width:1499px) {
  .portfolio-sub-page .cm-row.clearfix {
    max-width: 1100px;
  }

  .row1-portfolio-sub .dnd-section>.row-fluid {
    max-width: 1100px;
  }

  .portfolio-sub-page .row1-portfolio-sub h1 {
    font-size: 50px;
    line-height: 64px;
  }

  .row1-full-width .widget-type-rich_text h1 {
    font-size: 70px;
    line-height: 83px;
  }
  .row1-portfolio h1 {
    font-size: 70px;
    line-height: 83px;
  }
  .contact-row1-wrapper {
    padding-top: 90px;
  }

  .row3-portfolio .company-detail-wrapper:before {
    top: -90px;
    height: 90px;
  }
  .row5-architects {
    overflow: hidden;
  }
  .body-container-wrapper.home-page .row3-home .row-fluid {
    max-width: 1100px !important;
    margin: 0 auto;
  }
  .home-page .logo-slider-group .slick-dots {
    margin-top: 0px !important;
    padding-right: 24px;
  }
}

@media(max-width:1199px) {
  .portfolio-sub-page .row1-portfolio-sub h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .row1-full-width .widget-type-rich_text h1 {
    font-size: 60px;
    line-height: 73px;
  }
  .row5-architects h3 {
    font-size: 34px;
    line-height: 50px;
  }
  .row3-portfolio .company-detail-wrapper:before {
    top: -70px;
    height: 70px;
    width: 60%;
  }
  .row1-portfolio h1 {
    font-size: 60px;
    line-height: 73px;
  } 
  .bottom-row .dnd-section {
    padding: 0;
  }
  .row4-portfolio-bottom-pane h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .bottom-pane-row .widget-type-rich_text h5 {
    font-size: 28px;
    line-height: 36px;
  }

  .row4-home .widget-type-rich_text h5 {
    font-size: 28px;
    line-height: 36px;
  }

  .row5-architects h3 {
    margin: 0 -6% 30px;
  }
}

@media(max-width:1185px){
  .container-fluid.row2-reviews-page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:991px) {
  .architects-page .partner-logo-slider-group .partner-logo-slider-wrapper.slick-initialized.slick-slider {
    margin-right: 0 !important;
  }
  .fixed-header.landing-header .header_logo a img {
    position: relative;
    top: 0;
  }
  .portfolio-page .bottom-row .dnd-section {
    padding: 0;
    padding-bottom: 70px;
  }
  .row4-portfolio-bottom-pane h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .portfolio-info-wrapp h3 {
    font-size: 16px;
  }
  .row2-reviews-page .span6 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .reviews-page .row2-reviews-page .row-fluid {
    display: block !important;
  }
  .row2-reviews-page .dnd-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }
  .portfolio-sub-page .row1-portfolio-sub .dnd-section {
    padding-top: 70px !important;
  }

  .portfolio-sub-page .row1-portfolio-sub h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .portfolio-sub-page .cm-col-md-8 {
    width: 100%;
    float:none;
  }

  .portfolio-sub-page .cm-col-md-4 {
    width: 100%;
    float: none;
    padding-top: 40px;
  }

  .right-portfolio-sub .widget-type-rich_text {
    margin-left: 0;
  }

  .row2-portfolio-sub .dnd-section {
    padding-top: 50px !important;
  }

  .social-share-row .dnd-section {
    padding-top: 30px !important;
    padding-bottom: 70px !important;
  }

  .contact-row1-wrapper {
    padding: 70px 0;
  }

  .contact-row1-wrapper .cm-md-7 .widget-type-rich_text h1 {
    font-size: 55px;
    line-height: 64px;
  }

  .full-width-page .bottom-row .dnd-section {
    padding-bottom: 70px !important;
  }

  .how-we-do-row1 .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
  }

  .how-we-do-row2 .dnd-section {
    padding-bottom: 70px !important;
  }

  .what-we-do-row1 .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .what-we-do-row2 .content-with-image-wrapper {
    text-align: center;
  }

  .what-we-do-row3 .content-with-image-wrapper {
    text-align: center;
  }

  .who-we-are-page .row2-portfolio .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .row3-portfolio .company-detail-wrapper:before {
    display:none;
  }
  .row2-architects .dnd-section {
    padding: 50px 0 78px;
  }
  .architects-page .contact-page-wrapper .contact-row1-wrapper,
  .row6-architects .dnd-section,
  .row5-architects .dnd-section,
  .row3-architects .dnd-section {
    padding: 70px 15px;
  }
  .row3-architects .dnd-section{
    padding-left:15px;
    padding-right:15px;
  }
  .row5-architects .dnd-section {
    padding: 70px 30px;
  }

  .bottom-pane-row .widget-type-rich_text h5 {
    font-size: 23px;
    line-height: 28px;
  }

  .row4-home .widget-type-rich_text h5 {
    font-size: 23px;
    line-height: 28px;
  }

  .row4-home .dnd-section {
    padding-bottom: 60px !important;
  }

  .row7-home .dnd-section {
    padding: 70px 0 !important;
  }
  .row4-home.row4-home-page .dnd-section {
    padding: 0 0 70px !important;
  }
  .row4-home .follow-us-wrapper .social-wrapper h4 {
    margin-bottom: 30px;
  }
  .row7-home .dnd-section {
    padding: 70px 30px !important;
  }
  .row5-architects h3 {
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
}



@media(max-width:767px) {
  .architects-page .contact-page-wrapper .contact-row1-wrapper,
  .row6-architects .dnd-section,
  .row5-architects .dnd-section,
  .row3-architects .dnd-section {
    padding: 50px 0;
  }
  .portfolio-sub-page .row1-portfolio-sub h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .portfolio-sub-page .row1-portfolio-sub .dnd-section {
    padding-top: 50px !important;
  }

  .row2-portfolio-sub .dnd-section {
    padding-top: 30px !important;
  }

  .social-share-row .dnd-section {
    padding-top: 10px !important;
    padding-bottom: 50px !important;
  }

  .row1-full-width .widget-type-rich_text h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom:0;
  }


  .portfolio-sub-page .bottom-row .dnd-section {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .row1-full-width .dnd-section {
    padding: 50px 0 !important;
  }

  .contact-row1-wrapper .cm-md-7 .widget-type-rich_text {
    margin-bottom: 20px;
  }

  .contact-row1-wrapper {
    padding: 50px 0;
  }

  .vert-align {
    display: block;
  }

  .contact-row1-wrapper .cm-md-7 {
    width: 100%;
  }

  .contact-row1-wrapper .cm-md-4 {
    width: 100%;
  }

  .contact-row1-wrapper .cm-md-7 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-page-wrapper form fieldset>div {
    width: 100% !important;
    float: none !important;
  }

  .contact-row1-wrapper .cm-md-4 {
    margin-top: 40px;
  }

  .contact-row1-wrapper .cm-md-4 .widget-type-rich_text h5 {
    line-height: 24px;
  }

  .contact-row1-wrapper .cm-md-4 .widget-type-rich_text p {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-row1-wrapper .cm-md-4 .widget-type-rich_text a {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-row1-wrapper .cm-md-7 .widget-type-rich_text h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .container-fluid.row2-full-width .dnd-section {
    padding-top: 0 !important;
  }

  .full-width-page .bottom-row .dnd-section {
    padding-bottom: 50px !important;
  }

  .how-we-do-row1 .dnd-section {
    padding-top: 50px !important;
  }

  .how-we-do-row2 .dnd-section {
    padding-bottom: 50px !important;
  }

  .what-we-do-row1 .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .what-we-do-row1 .widget-type-rich_text h3 {
    line-height: 32px;
  }

  .who-we-are-page .row2-portfolio .dnd-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .row2-portfolio .widget-type-rich_text h6 {
    line-height: 32px;
  }
  .row1-portfolio h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .row1-portfolio .dnd-section > .row-fluid {
    padding: 50px 15px;
  }
  .row2-reviews-page .dnd-section {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .row5-architects .dnd-section,
  .row3-architects .dnd-section {
    padding: 50px 0;
  }
  .row5-architects .dnd-section {
    padding: 50px 30px;
  }
  .row3-architects p {
    line-height: 32px;
  }
  .row6-architects .dnd-section,
  .row3-architects .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row5-architects h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .bottom-pane-row .widget-type-rich_text h5 {
    margin-bottom: 25px;
  }

  .architects-page .contact-row1-wrapper .cm-md-4 .widget-type-rich_text a {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .row4-home .dnd-section {
    padding-bottom:60px !important;
  }
  .row4-home .follow-us-wrapper .social-wrapper h4 {
    margin-bottom: 20px;
  }


  .row7-home .dnd-section {
    padding: 50px 0 !important;
  }
  .row4-home.row4-home-page .dnd-section {
    padding: 0 0 50px !important;
  }
  .row5-architects h3 {
    padding: 0 15px !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
  }
  .row4-home .follow-us-wrapper .social-wrapper h4 {
    padding: 0 15px;
  }
  .home-page .logo-slider-group .slick-dots {
    margin-top: 0px !important;
    padding-right: 0;
  }
}
@media(max-width:479px) {
  .row2-architects .dnd-section {
    padding: 55px 0 83px;
  }

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

.header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.header__container {
  display: flex;
  justify-content: flex-end;
}


.header_logo a {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 300px;
  height: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.header_logo a img {
  width: 100% !important;
  height: initial;
}

header.header {
  line-height: 1.15;
}

.hamburger {
  display: none;
}

.toggle-block {
  margin-left: 335px;
  position: relative;
  height: 100%;
  width: 100%;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
}

body .custom-menu-primary .submenu.level-1 > li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
  float: left;
}

header.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 110px;
  z-index: 100;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

body .custom-menu-primary .submenu.level-1>li>a {
  line-height: 90px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  position: relative;
  text-decoration:none !important;
}


.child-trigger {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.child-trigger:before , .child-trigger:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  height: 1px;
  width: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.child-trigger:after {
  left: auto;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}





body .custom-menu-primary .submenu.level-2 {
  padding: 25px;
  min-width: 260px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 25px;
  width: 100%;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  box-shadow: 0 7px 13px 0 rgba(0,0,0,.15);
  -webkit-transition: all .3s ease-in-out 0s,visibility 0s linear .3s;
  transition: all .3s ease-in-out 0s,visibility 0s linear .3s;
  list-style:none;
  z-index: 200;
}

body .custom-menu-primary .submenu.level-1>li>a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  border-radius: .5px;
  height: 1px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  -webkit-transition: all .3s ease-in-out 0s,visibility 0s linear .3s;
  transition: all .3s ease-in-out 0s,visibility 0s linear .3s;
}


body .custom-menu-primary .submenu.level-2>li {
  position: relative;
  display: block;
  padding: 0;
}

body .custom-menu-primary .submenu.level-2>li>a {
  position: relative;
  letter-spacing: 2.16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 41px;
  text-transform: inherit;
  text-decoration:none !important;
}

.right-block .hs-cta-wrapper {
  display: inline-block;
}

.right-block .hs-cta-wrapper {
  display: inline-block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
}

.custom-menu-primary {
  display: inline-block;
}

.right-block {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-block .cta_button {
  font-family: 'Montserrat',sans-serif !important;
  background: transparent !important;
}

.right-block .hs-cta-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.right-block .hs-cta-wrapper:hover:before {
  height: 100%;
}


.header.is-fixed {
  background-color: #fff;
  box-shadow: 0 7px 13px 0 rgba(0,0,0,.15);
  padding-bottom: 7px;
}

body .custom-menu-primary .submenu.level-2>li>a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  border-radius: .5px;
  height: 1px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  -webkit-transition: all .3s ease-in-out 0s,visibility 0s linear .3s;
  transition: all .3s ease-in-out 0s,visibility 0s linear .3s;
}

body .custom-menu-primary .submenu.level-2>li:hover>a:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s,0s,.3s;
}


body .custom-menu-primary .submenu.level-1>li.active-branch>a:before
{
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s,0s,.3s;
}

.fixed-header {
  min-height: 143px;
}








@media(min-width:768px) {
  .header__container {
    max-width: 1750px !important;
    width: 100%;
    position: relative;
  }
}


@media(min-width:992px) {

  body .custom-menu-primary .submenu.level-1>li.has-submenu:hover .submenu.level-2 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s,0s,.3s;
  }

  body .custom-menu-primary .submenu.level-1>li:hover>a:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s,0s,.3s;
  }

  body .custom-menu-primary .submenu.level-2>li.active-branch>a:before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s,0s,.3s;
  }

}



@media(min-width:1500px) {
  .header_logo a {
    margin-top: -11px;
  }
 header.header {
    padding: 25px 0 24px;
    min-height: 143px;
  }

  .header.is-fixed {
    min-height: 110px;
    padding: 8px 0;
  }

  .header.is-fixed .header_logo a {
    width: 225px;
    margin-top: -3px;
  }
}


@media(max-width:1499px) {
  .header_logo a {
    width: 230px;
  }

  .toggle-block {
    margin-left: 250px;
  }

  .custom-menu-primary:before , .custom-menu-primary:after {content: '';display: block;clear: both;}

  body .custom-menu-primary .submenu.level-1>li {
    padding: 0 17px;
  }

  body .custom-menu-primary .submenu.level-1>li>a {
    font-size: 14px;
  }

  .child-trigger:before, .child-trigger:after {
    width: 7px;
    left: 6px;
  }

  .child-trigger:after {
    left: auto;
  }

  .fixed-header {
    min-height: 110px;
  }

  header.header {
    padding-bottom: 6px;
  }
  
}


@media(max-width:1199px) {
  .header_logo a {
    width: 170px;
  }

  .toggle-block {
    margin-left: 190px;
  }

  body .custom-menu-primary .submenu.level-1>li>a {
    font-size: 13px;
  }

  body .custom-menu-primary .submenu.level-1>li {
    padding: 0 15px;
  }

  .right-block .cta_button {
    padding: 16px 20px !important;
    font-size: 12px !important;
  }
}

@media(max-width:991px) {
  header.header {
    background-color: #fff;
  }

  .header__container {
    height: 100% !important;
    min-height: 90px;
  }

  .toggle-block {
    position: fixed;
    top: 0;
    left: -100%;
    margin-left: 0;
    padding: 100px 30px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: auto;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .toggle-block {
    z-index: 9;
    height: 100vh;
    min-height: 100vh;
  }

  .hamburger {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    cursor: pointer;
    z-index: 101;
  }

  .hamburger span {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    width: 100%;
    height: 3px;
    background: #648c1a;
    position: absolute;
    top: 7px;
    left: 0;
  }

  .hamburger span:nth-child(2) {
    width: 100%;
    height: 3px;
    background: #648c1a;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
  }

  .hamburger span:nth-child(3) {
    width: 100%;
    height: 3px;
    background: #648c1a;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
  }

  .hamburger span:nth-child(4) {
    width: 100%;
    height: 3px;
    background: #648c1a;
    position: absolute;
    bottom: 6px;
    left: 0;
  }

  .header_logo {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 50%;
  }

  .menu-active .toggle-block {
    left: 0;
  }

  .hamburger.menu-open span:nth-child(1) {
    top: 14px;
    opacity: 0;
  }

  .hamburger.menu-open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger.menu-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .hamburger.menu-open span:nth-child(4) {
    bottom: 13px;
    opacity: 0;
  }

  .custom-menu-primary {
    display: block;
  }

  body .custom-menu-primary .submenu.level-1>li {
    display: block;
    float: none;
    padding: 10px 0;
  }

  body .custom-menu-primary .submenu.level-1>li>a {
    color: #648c1a !important;
    font-size: 15px;
    line-height: 28px;
  }

  .child-trigger {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .child-trigger:before, .child-trigger:after {
    left: 4px;
    background-color: #648c1a !important;
  }

  .child-trigger:after {
    left: auto;
    right: 4px;
  }

  .right-block {
    margin-top: 10px;
    display: block;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .right-block .hs-cta-wrapper {
    background-color: #405a0f;
  }

  .right-block .hs-cta-wrapper:before {
    display: none;
  }

  body .custom-menu-primary .submenu.level-2 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: none;
    transition: none;
    display: none;
    z-index: 10;
  }

  body .custom-menu-primary .submenu.level-2>li>a {
    color: #648c1a;
    display: block;
  }

  .right-block .cta_button {
    background-color: #405a0f !important;
  }
  body .custom-menu-primary .submenu.level-2>li>a {
    color: #648c1a !important;
    display: block;
  }
  span.child-trigger {
    cursor: pointer;
  }
  body .custom-menu-primary .submenu.level-2 > li > a::before {
    display: none;
  }
  .right-block .cta_button {
    -webkit-font-smoothing: unset !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  position: relative;
  font-weight: 400;
  line-height: 1;
}
.footer__container {
  margin: 0 auto;
}

.footer a {
  text-decoration:none !important;
}

.footer:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(https://8488197.fs1.hubspotusercontent-na1.net/hubfs/8488197/raw_assets/public/SevernWoods_November2020/images/pattern.svg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 490px;
  width: 100%;
  max-width: 480px;
}

.footer .footer-top {
  padding: 80px 0 40px;
  z-index: 10;
  position: relative;
}

.footer-partners-wrapper , .footer-contact-wrapper , .footer-social-wrapper , .footer-menu-wrapper , .footer-logo-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-logo-wrapper {
  width: 100%;
  float: left;
}

.footer-logo-wrapper a {
  max-width: 262px;
  display: block;
}

.footer-logo-wrapper a img {
  max-width: 100%;
  width: 100% !important;
  height: initial;
}

.footer-pertners img {
  max-width: 65px;
  margin: 0 15px 15px;
  height: initial;
  vertical-align: baseline;
}

.footer-pertners .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top h4 {
  color: #473934;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 25px;
  letter-spacing: 0;
}

.footer-contact-wrapper p {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 25px;
  margin-bottom: 30px;
}

.footer-contact-wrapper span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 25px;
}

.footer-contact-wrapper span a {
  color: #473934;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.footer-social-wrapper .follow-us-wrapper .social-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 25px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0;
}

.footer-social-wrapper .icon-wrapper {
  text-align: left;
}

.footer-social-wrapper .follow-us-wrapper .icon-wrapper a {
  float: left;
  display: inline-block;
  height: 59px;
  width: 59px;
  border-width: 1px;
  border-style: solid;
  border-right: none;
  text-align: center;
  position: relative;
  margin: 0;
}

.footer-social-wrapper .icon-wrapper:before , .footer-social-wrapper .icon-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.footer-social-wrapper .follow-us-wrapper .icon-wrapper a img {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s cubic-bezier(.445,.05,.55,.95);
  transition: transform .3s cubic-bezier(.445,.05,.55,.95);
  transition: transform .3s cubic-bezier(.445,.05,.55,.95),-webkit-transform .3s cubic-bezier(.445,.05,.55,.95);
}

.footer-social-wrapper .icon-wrapper a:last-child {
  border-right-width: 1px;
  border-right-style: solid;
}

.footer-social-wrapper .icon-wrapper a:hover img {
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.footer-nav {
  max-width: 360px;
}

.footer-nav ul {
  columns: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-break-inside: avoid;
  column-break-inside: '';
  display: block;
  list-style: none;
  margin: 0;
}

.footer-nav ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.footer-nav ul li a {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  padding: 0;
  display: inline;
}








.footer__copyright {
  font-family: Lato, sans-serif;
}

.footer-bottom {
  z-index: 10;
  position: relative;
  padding: 60px 0;
}

.footer__container {
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.cm-row {
  margin-left: -15px;
  margin-right: -15px;
}

.footer__copyright p {
  font-size: 13px;
  line-height: 21px;
  font-family: 'SF-NS-Display' , sans-serif;
  margin-bottom: 0;
  font-weight: 400;
}

.footer-policy-wrapper a {
  font-size: 13px;
  line-height: 21px;
  font-family: 'SF-NS-Display' , sans-serif;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  text-decoration: none !important;
}

.copyright-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-policy-wrapper {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}














@media(min-width:768px) {
  .footer-partners-wrapper , .footer-contact-wrapper ,
  .footer-social-wrapper , .copyright-wrapper , .footer-policy-wrapper {
    width: 50%;
    float: left;
  }

  .footer-menu-wrapper {
    width: 50%;
    float: left;
  }
}



@media(min-width:992px) {
  .copyright-wrapper {
    width: 41.66666667%;
    float: left;
  }
  .footer-policy-wrapper {
    width: 25%;
    float: left;
  }

  .footer-partners-wrapper {
    width: 50%;
    float: left;
  }

  .footer-contact-wrapper {
    width: 50%;
    float: left;
  }

  .footer-social-wrapper {
    width: 50%;
    float: left;
  }

  .footer-nav ul li.active-branch a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #4e423d;
    border-radius: .5px;
    height: 1px;
    width: 100%;
  }

  .footer-nav ul li a {
    position: relative;
  }

}




@media(min-width:1200px) {
  .copyright-wrapper {
    width: 33.33333333%;
    float: left;
  }

  .footer-policy-wrapper {
    width: 41.66666667%;
    float: left;
  }

  .footer-partners-wrapper {
    width: 25%;
    float: left;
  }

  .footer-contact-wrapper {
    width: 16.66666667%;
    float: left;
  }

  .footer-social-wrapper {
    width: 25%;
    float: left;
  }

  .footer-menu-wrapper {
    width: 33.33333333%;
    float: left;
  }
}


@media(max-width:1599px) {
  .footer-bottom {
    padding: 25px 0;
  }
}

@media(max-width:1199px) {

  .cm-footer-spacer {
    height: 30px;
  }
}


@media(max-width:767px) {
  .cm-footer-spacer-2 {
    height: 30px;
  }

  .footer-contact-wrapper p {
    margin-bottom: 15px;
  }

  .footer .footer-top {
    padding: 50px 0 25px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 15px;
  margin: 0 auto;
}

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

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

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

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

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

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 2rem;
}
.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 {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

.blog-post__title {
	/*font-size: 32px; */
	font-weight: 500;
	line-height: 1.1;
  /* color: #877a75; */
}

.blog-post__body p {
  color: #877a75 !important;
}

.blog-post__meta {
  color: #473934 !important;
}

.blog-post__meta a {
	text-decoration: none;  
  color: #473934 !important;
}

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


@media(max-width:479px){
  .blog-post__meta-section {
    display: block;
  } 
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

p.header {
  background: transparent !important;
  position: static !important;
}
.error-page {
  padding: 6rem 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;
}
.error-404 {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page_heading {
  margin-bottom: 1rem;
}
.backup-emal .page-header h1:after{
  display:none;
}

.systems-page {
  padding: 30px 0px;
}
.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0;
}
.custom-email .subscribe-options {
  margin-bottom: 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 650px;
  max-width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
input#hs-pwd-widget-password ,
input[type="password"],
.systems-page input#hs-reset-request-widget-email,
.systems-page input#hs-register-widget-email,
.systems-page input#hs-login-widget-email{
  height: auto !important;
  margin-top: 0 !important;
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 700px;
  padding: 10px;
}
div#hs-membership-password-requirements ul {
  padding-left: 0;
  margin: 0;
}
.migration {
  padding: 0 15px;
}
.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;
}
.systems-page .actions {
  margin: 20px 0;
}

.error-404 {
  position: relative;
}

.empty-lg {
  height: 200px;
}

.section-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F5F2EF;
}

.error-404 .content-wrapper {
  position: relative;
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 0;
}

.error-404 .cm-col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.error-content {
  text-align: center;
  color: #4e423d;
  font-weight: 500;
}

.error-404 h1 {
  font-size: 80px;
  line-height: 93px;
  text-align: center;
  color: #4e423d;
  font-weight: 500;
  margin-bottom: 0;
}

.empty-lg-20 {
  height: 20px;
}

.error-404 p {
    color: #877a75;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.empty-lg-50 {
  height: 50px;
}

.error-404 .button {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: .88px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 3px solid #4e423d;
  color: #4e423d;
  background-color: transparent;
  padding: 20px 22px;
  text-decoration: none !important;
}

.systems-page .hs-error-msgs {
  padding: 0;
}

.error-404 .button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4e423d;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.error-404 .button span {
  z-index: 2;
  position: relative;
  display: block;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}



@media(min-width:992px) {
  .error-404 .button:hover:before {
    height: 100%;
  }

  .error-404 .button:hover span {
    color: #fff;
  }

}

@media(max-width:1499px) {
  .error-404 h1 {
    font-size: 70px;
    line-height: 83px;
  }

}

@media(max-width:1199px) {
  .empty-lg {
    height: 150px;
  }

  .empty-lg-50 {
    height: 40px;
  }


  .error-404 h1 {
    font-size: 60px;
    line-height: 73px;
  }
}


@media(max-width:991px) {
  .empty-lg {
    height: 100px;
  }
}

@media(max-width:767px) {
  .empty-lg {
    height: 70px;
  }

  .error-404 h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .empty-lg-20 {
    height: 25px;
  }

  .empty-lg-50 {
    height: 30px;
  }

  .systems-page h1 {
    font-size: 32px;
  }

  .systems-page h2 {
    font-size: 26px;
  }
}


@media (max-width: 767px){

  .systems-page .hs-button {
    float: none;
  }
  .systems-page .success {
    width: 100%;
  }
}