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

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

html,body {
  overflow-x:hidden;
}

html {
  font-size: 16px;
}

body {
  font-family: Abel, serif;
  font-size: 1rem;
  color: #37373e;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-wrap:break-word;
}

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

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2rem 0;
  line-height: 1.2;
  font-weight: 400;
  font-family: Abel, serif;
  color: #37373e;
  word-break: break-word;
}

h1 {
  font-size: 64px;
  line-height: 1.232;
}

h2 {
  font-size: 44.8px;
  line-height: 1.2992;
}

h3 {
  font-size: 35.2px;
  line-height: 1.3328;
}

h4 {
  font-size: 25.6px;
  line-height: 1.3664;
}

h5 {
  font-size: 24px;
  line-height: 1.7;
  color:#9b2222;
  margin: 1rem 0;
}

h6 {
  font-size: 20px;
  line-height: 1.5;
  margin: 1rem 0;
}


h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child{
  margin-top:0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child{
  margin-bottom:0;
}

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 {
  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: 0;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

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

.hs-button {
  margin: 0;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  padding: .9em 1.503em;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  width: auto;
  height: auto;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  font-size: 1rem 
    -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  letter-spacing: .02em;
  font-family: Dosis;
  font-weight: 500;
  line-height:normal;
}

form .hs-button {
  font-family: Abel;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing:0;
}

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

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


.hs-form label {
  font-size: 1rem;
  color: #000;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.7em;
}

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


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,
.hs-input {
  display: inline-block;
  color: #000;
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus {
  outline: 2px solid;
  outline-offset: 4px;
  background-color: #fff;
}

.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: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

textarea.hs-input {
    height: auto;
    min-height: 100px;
    resize: vertical;
    vertical-align: middle;
    font-size: 12px !important;
}

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: #e99292;
}
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: #e99292;
}

.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;
  font-size: .9rem;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #37373e;
}
.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: Abel, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

div[class*="force-full-width-section"] > div {
  padding:0 !Important;
}

.cm-buttons {
  min-height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cm-buttons > div {
  width: 100%;
}

.cm-buttons .dnd-section > .row-fluid > .span12 {
  width: 50%;
  margin: 0 auto;
}

.cm-buttons .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.cm-buttons .dnd-section {
  padding-top: calc(20vmax / 10);
  padding-bottom: calc(20vmax / 10);
}

.cm-buttons .span4 {
  margin: 0;
  padding: 17px;
  padding-top: 0;
}

.cm-buttons .span4 {
  width: 33.3333%;
}


.project-inner-row2 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.project-inner-row2 .span6 {
  width: 50%;
  margin: 0;
}


.project-inner-row2 .span5 {
  width: 41.6667%;
}

.project-inner-row2 .span7 {
  width: 58.3333%;
  margin:0;
}

.project-inner-row2 .span5 > div,
.project-inner-row2 .span7 > div {
  padding: 17px;
}

.project-inner-row2 .span5 > div:first-child,
.project-inner-row2 .span7 > div:first-child {
  padding-top: 0;
}

hr {
  background:#9b2222 !Important;
  border:0 !Important;
  margin-block-start: 0.5em !important;
  margin-block-end: 0.5em !important;
}


.project-inner-row2 .widget-type-custom_widget {
  min-height:34px;
}

.project-inner-row2 .span7 > div {
  width: 85.7143%;
}

.cm-form form .hs-richtext h2 {
  font-size: 2.2rem;
  margin: 0 0 1rem 0;
  color: #000;
  line-height:1.4em;
}

.cm-form form .hs-richtext p {
  margin:1rem 0;
}

.cm-form form .hs-richtext {
  text-align: center;
  margin: 0;
  line-height: 1.7;
  color: #000;
}

.cm-form form .hs-email {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
  vertical-align:bottom;
}

.cm-form form .hs-email > label {
  display: none;
}


.cm-form form .hs-email {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
}

.cm-form form .hs-email > label {
  display: none;
}

.cm-form form .hs-submit {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
  padding: .5rem .25rem;
  vertical-align: top;
}

.cm-form form .hs-button {
  padding: 1.4rem 2rem !important;
  line-height: 1.2rem !important;
}

.cm-form form .hs-input {
  padding: 1.4rem 2rem !important;
  line-height: 1.2rem !important;
  border: 1px solid rgba(0,0,0,.12);
  font-size: 1rem;
  margin: 0;
  background-color:#fff;
  font-family: Abel;
}

.cm-form form ul.no-list.hs-error-msgs.inputs-list > li > label {
  display: block;
  margin-bottom: 1rem;
  padding: .5rem;
  background: #fed9db !important;
  color: #f23d3d !important;
  line-height: normal;
  margin: 12px 0;
  font-size: 13px;
  border-radius: 2px;
  text-align: center;
  position: relative;
  top: -.5rem;
}

.cm-form form .hs-button {
    position: relative;
    top: 2px;
}

.cm-form form ul.no-list.hs-error-msgs.inputs-list {
  padding:00 .25rem;
}

.cm-form form {
  text-align: center;
  padding-bottom: 1rem;
}

.cm-form form .hs-email .input {
  display: inline-block;
  width: auto;
  min-width: 18rem;
  padding: .5rem .25rem;
}

.cm-form form .hs_error_rollup {
  display: none;
}


.project-inner-row2 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.cm-form form .hs-richtext {
  width: 85%;
  margin: 0 auto;
}

.cm-form .dnd-section > .row-fluid > .span12 > div {
  width: 75%;
  margin: 0 auto;
}


@media (max-width: 1483px) {
  .cm-form form .hs-richtext h2 {
    font-size: calc(1.44vw + 1rem) !important;
  } 

}

@media (max-width:767px) {

  .cm-buttons .span4 {
    width: 100%;
    padding-top: 17px;
  }

  .banner .banner-content {
    padding-top: 17px;
  }

  .cm-buttons .span4 {
    width: 100%;
    padding-top: 17px;
  }

  .project-inner-row2 .span5>div, .project-inner-row2 .span7>div {
    padding: 17px !important;
  }

  .project-inner-row2 .span5 {
    width: 100%;
  }


  .project-inner-row2 .span7 {
    width: 100%;
  }

  .project-inner-row2 .span7>div {
    width: 100%;
  }

  .project-inner-row2 hr {
    width: 100% !important;
  }

  .project-inner-row2 .widget-type-custom_widget {
    min-height: auto;
  }

  .project-inner-row2 .row-fluid [class*="span"] {
    min-height: 0;
  }

  .cm-form .dnd-section>.row-fluid>.span12>div {
    width: 100%;
  }

  .cm-buttons .dnd-section>.row-fluid>.span12 {
    width: 100%;
  }

  .cm-form form .hs-richtext h2 {
    font-size: calc(1.44vh + 1rem) !important;
  } 

  .project-inner-row2 .span6 {
    width: 100%;
    margin: 0;
  }

}

@media (max-width:340px) {
  .cm-form form .hs-email .input {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .cm-form form .hs-email {
    width: 100%;
    margin:0;
  }

  .cm-form form .hs-richtext {
    width: 100%;
  }

  .cm-form form .hs-richtext p {
    line-height: normal;
  }

  .cm-form form .hs-submit {
    margin: .5rem 0 0 0;
  }

  .cm-form form {
    padding-bottom: .5rem;
  }
}




/*====================== Services Page ========================*/

.services-wrapper .banner.cm-banner {
  min-height: 75vh;
}

.services-wrapper .banner .content-wrapper {
  padding-top: calc(93vmax / 10);
  padding-bottom: calc(93vmax / 10);
}


/*==================== Contact Page ==========================*/

.contact-wrapper .banner.cm-banner {
  min-height: 75vh;
}

.contact-wrapper .banner .content-wrapper {
  padding-top: calc(93vmax / 10);
  padding-bottom: calc(93vmax / 10);
}


.contact-wrapper .cm-form {
  min-height: 10vh;
  display: flex;
  align-items: center;

}

.contact-wrapper .cm-form > div {
  width: 100%;
}

.contact-row3 .dnd-section  {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.contact-row1 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.contact-row1 .dnd-section > .row-fluid > .span12 {
  width: 74%;
  margin: 0 auto;
}

.contact-row1 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.contact-row1 .span7 {
  width: 58.3333%;
  margin:0;
}

.contact-row1 .span5 {
  width: 41.6667%;
  margin:0;
}


.form-title {
  padding-bottom: 17px;
  margin: 0;
}

.contact-row1 form {
  padding: 17px 0 0;
}

.contact-row1 form fieldset {
  max-width: unset;
  margin: 0 0 0 -2%;
}

.contact-row1 form fieldset > div {
  margin-left: 2%;
  margin-bottom: 24px;
}

.contact-row1 form fieldset:not(.form-columns-1) > div {
  width: 48% !important;
}

.contact-row1 form fieldset > .hs-form-field {
  display: flex;
  flex-direction: column;
}

.contact-row1 form fieldset > .hs-form-field .input {
  order: 2;
  width: 100%;
}

.contact-row1 form fieldset > .hs-form-field > label {
  order: 1;
}

.contact-row1 form fieldset > .hs-form-field > .hs-field-desc {
  order: 3;
}

.contact-row1 form fieldset > .hs-form-field .hs-input {
  font-size: 14px;
}

.contact-row1 form fieldset > .hs-email .hs-input {
  font-size: 12px;
}


.contact-row1 form fieldset > .hs-firstname + .hs-lastname > label {
  opacity: 0;
}

.contact-row1 form .hs_submit.hs-submit {
  text-align: center;
}

.body-container-wrapper .header-actions-action--social .icon {
  width: 24px;
  height: 24px;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  margin: 0 14px 0 0 !Important;
}

.body-container-wrapper .header-actions-action--social .icon:hover {
  opacity: .8;
}

.body-container-wrapper .header-actions-action--social {
  padding: 17px;
  margin-bottom: 8px;
}

.body-container-wrapper .header-actions-action--social svg {
  fill: #000;
}

.contact-row1 .hs-button {
  font-size:.9rem;
  padding: .9em 1.503em;
}

.contact-row1 form .hs-button {
  font-size:1rem;
}



@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: portrait) {
  .hs-field-desc {
    font-size: calc(-.12vh + 1rem) !important;
  }

  .contact-row1 .hs-button {
    font-size: calc(-.12vh + 1rem) !important;
    padding: .9em 1.503em;
  }

  .contact-row1 form .hs-button {
    font-size:1rem;
  }

}

@media (max-width:767px) {
  .contact-row1 .dnd-section>.row-fluid>.span12 {
    width: 100%;
  }

  .contact-row1 .span7 {
    width: 100%;
  }

  .contact-row1 .span5 {
    width: 100%;
  }
}

@media (max-width:480px) {
  .contact-row1 form fieldset:not(.form-columns-1)>div {
    width: 98% !important;
  }

  .contact-row1 form fieldset>.hs-form-field .input {
    margin: 0 !important;
  }

  .contact-row1 form .hs-input {
    width: 100% !important;
  }
}


/*========================== Projects Page ==========================*/


.project-wrapper .banner.cm-banner {
  min-height: 75vh;
}

.project-wrapper .banner .content-wrapper {
  padding-top: calc(93vmax / 10);
  padding-bottom: calc(93vmax / 10);
}

.project-row4 .dnd-section  {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}


.project-row1 .dnd-section {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.project-wrapper .widget-type-space > span {
  height: 34px;
  display: block;
}

.project-row1 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.project-wrapper .row-fluid [class*="span"] {
  min-height:0;
}

.project-row1 .span5 {
  width: 41.6667%;
  margin: 0;
  padding: 17px;
}

.project-row1 .span2 {
  width: 16.6667%;
  margin: 0;
  padding: 17px;
}

.project-row2 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.project-row2 .span4 {
  padding: 17px;
  width: 33.3333%;
  margin: 0;
}

.project-row2 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.project-wrapper .body-container-wrapper .header-actions-action--social {
  padding: 0 0 17px;
  text-align: right;
  justify-content: flex-end;
  width: 75%;
  margin: 0 auto;
}

.project-wrapper .body-container-wrapper .header-actions-action--social .icon {
  margin: 0 0 2px 14px !important;
  position: relative;
  top: -2px;
  right: -1px;
}

.project-row3 {
  min-height:40vh;
  display:flex;
  align-items:center;
}

.project-row3 > div {
  width:100%;
}

.project-row2 {
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.project-row2 > div {
  width: 100%;
}


@media (max-width:767px) {
  .project-row1 .span5 {
    width: 100%;
  }

  .project-row1 .span2 {
    width: 100%;
  }


  .project-row2 .span4 {
    width: 100%;
  }

  .project-wrapper .body-container-wrapper .header-actions-action--social {
    width: 100%;
    margin: 0 auto;
    padding-top: 17px;
  }
}

/*========================= Contact Inner Page ===========================*/

.contact-inner-wrapper .banner.cm-banner {
  min-height: 75vh;
}

.contact-inner-wrapper .banner .content-wrapper {
  padding-top: calc(93vmax / 10);
  padding-bottom: calc(93vmax / 10);
}


.contact-inner-wrapper .cm-form {
  min-height: 10vh;
  display: flex;
  align-items: center;

}

.contact-inner-wrapper .cm-form > div {
  width: 100%;
}

.contact-inner-row3 .dnd-section  {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.contact-inner-row1 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.contact-inner-row1 .dnd-section > .row-fluid > .span12 {
  width: 74%;
  margin: 0 auto;
}

.contact-inner-row1 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.contact-inner-row1 .span9 {
  width: 75%;
  margin:0;
}

.contact-inner-row1 .span3 {
  width: 25%;
  margin:0;
}


.contact-inner-row1 .form-title {
  padding: 0;
  margin: 0;
}

.contact-inner-row1 form fieldset {
  max-width: unset;
  margin: 0 0 0 -2%;
}

.contact-inner-row1 form fieldset > div {
  margin-left: 2%;
  margin-bottom: 24px;
}

.contact-inner-row1 form fieldset:not(.form-columns-1) > div {
  width: 48% !important;
}

.contact-inner-row1 form fieldset > .hs-form-field {
  display: flex;
  flex-direction: column;
}

.contact-inner-row1 form fieldset > .hs-form-field .input {
  order: 2;
  width: 100%;
}

.contact-inner-row1 form fieldset > .hs-form-field > label {
  order: 1;
}

.contact-inner-row1 form fieldset > .hs-form-field > .hs-field-desc {
  order: 3;
}

.contact-inner-row1 form fieldset > .hs-form-field .hs-input {
  font-size: 14px;
}

.contact-inner-row1 form fieldset > .hs-email .hs-input {
  font-size: 12px;
}


.contact-inner-row1 form fieldset > .hs-firstname + .hs-lastname > label {
  opacity: 0;
}

.contact-inner-row1 form .hs_submit.hs-submit {
  text-align: center;
}

.contact-inner-row1 .hs-button {
  font-size:.9rem;
  padding: .9em 1.503em;
}

.contact-inner-row1 form .hs-button {
  font-size:1rem;
}

.contact-inner-row1 form fieldset.form-columns-0>div {
  width: 100% !important;
  padding-bottom: 34px;
  margin-bottom: 0 !IMPORTANT;
}

.contact-inner-row1 form fieldset>.hs-reference .hs-input {
  font-size: 12px;
}

.contact-inner-row1 form .hs-input::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
  font-size: .9rem !important;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.7em;
}

.contact-inner-wrapper .cm-maps .content-wrapper {
  padding-top: 10vmax;
  padding-bottom: 10vmax;
}

.contact-inner-wrapper .cm-maps {
  min-height: 100vh;
}

.contact-inner-row1 form fieldset>.hs-about_us .hs-input {
  font-size: 12px;
}

.input .inputs-list {
  padding: 0;
  margin: 0;

}


.input .inputs-list> li > label > span {
  font-size:.9rem;
  display: inline-block;
  line-height: 1;
  margin: 3px 3px 0px;
}


.input .inputs-list> li > label {
  font-size: .9rem;
  margin: 6px 0 4px;
}

.input .inputs-list> li > label > input {
  margin: 0px 5px 0 0;
  display: inline-block;
}

.input .inputs-list > li {
  display: inline-block;
  padding: 0;
}

.input .inputs-list > li+li {
  padding: 1px 0 5px;
}



.contact-inner-row1 form fieldset>.hs-why_are_you_looking_for_work_ .hs-input,
.contact-inner-row1 form fieldset>.hs-current_pay .hs-input,
.contact-inner-row1 form fieldset>.hs-trowel_type .hs-input,
.contact-inner-row1 form fieldset>.hs-how_many_shovels_to_mix_1_bag_of_mortar_ .hs-input,
.contact-inner-row1 form fieldset>.hs-how_many_standard_brick_fit_in_a_brick_tong_ .hs-input,
.contact-inner-row1 form fieldset>.hs-out_rigger .hs-input{
  font-size: 12px;
}


@media  (max-width: 1483px) {

  .contact-inner-row1 form .hs-input::-webkit-input-placeholder {
    font-size: calc(-.12vh + 1rem) !important;
  }

  .contact-row1 form .hs-button {
    font-size:1rem;
  }

}

@media (max-width:767px) {
  .contact-inner-row1 .dnd-section>.row-fluid>.span12 {
    width: 100%;
  }

  .contact-inner-row1 .span9 {
    width: 100%;
  }

  .contact-inner-row1 .span3 {
    width: 100%;
  }

  .contact-inner-wrapper .cm-maps {
    min-height: 40vh;
  }

}
@media (max-width:480px) {
  .contact-inner-row1 form fieldset:not(.form-columns-1)>div {
    width: 98% !important;
  }

  .contact-inner-row1 form fieldset>.hs-form-field .input {
    margin: 0 !important;
  }

  .contact-inner-row1 form .hs-input {
    width: 100% !important;
  }
}


/*=========================== Home page ============================*/

.home-wrapper .banner.cm-banner {
  min-height: 66vh;
}

.home-wrapper .banner .content-wrapper {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.home-wrapper .banner .content-inner {
  padding: 68px 0 68px;
}

.banner.cm-banner {
  min-height: 50vh;
}



.home-wrapper .banner .banner-content p {
  font-size: 1.5rem;
}

.banner-btn a {
  text-align: center;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .9em 1.503em;
  color: #fff;
  background-color: #9b2222;
  border-color: #9b2222;
  font-family: Dosis;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  letter-spacing: .02em;
  text-decoration: none !important;
}

.banner-btn {
  padding: 17px;
  text-align: center;
}

.banner-btn a:hover {
  opacity: .8;
  color:#fff;
}


.home-row1 .dnd-section > .row-fluid > .span12 {
  width: 86%;
  margin: 0 auto;
}

.home-row1 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.home-row1 .dnd-section {
  padding-top: calc(24vmax / 10);
  padding-bottom: calc(24vmax / 10);
  min-height: 24vh;
  display: flex;
  align-items: center;
}

.home-row1 .dnd-section > div {
  width:100%;
}

.home-row1 .span9 {
  width: 75%;
  margin: 0;
}

.home-row1 .span3 {
  width: 25%;
  margin: 0;
}



.home-row2 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.home-row2 .dnd-section > .row-fluid > .span12 {
  width: 79%;
  margin: 0 auto;
}

.home-row2 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.home-row2 .span6 {
  width: 50%;
  margin: 0;
}

.home-row2 .cm-image-wrapper img {
  left: 0%;
  top: -0.0209585%;
  width: 100%;
  height: 100.042% !important;
  position: absolute;
}

.home-row2 .span2 {
  width: 16.6667%;
  margin: 0;
}

.home-row2 .span10 {
  width: 83.3333%;
  margin: 0;
}

.home-wrapper .hs_cos_wrapper_type_space {
  display: block;
  height: 34px;
}

.home-row2 .hs-button {
  font-size: .9rem;
  padding: .9em 1.503em;
}

.home-row2 .span4 {
  width: 33.3333%;
  padding: 17px;
  margin: 0;
}

.home-row3 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.home-row3 .dnd-section > .row-fluid > .span12 {
  width: 78%;
  margin: 0 auto;
}

.home-row3 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.home-row3 .cm-image-wrapper {
  padding: 17px;
}

.home-row3 .span4 {
  width: 33.3333%;
  margin: 0;
}

.home-row3 .cm-image-wrapper img {
  left: -0.0124767%;
  top: 0%;
  width: 100.025%;
  height: 100% !important;
  position: absolute;
}

.home-row3 .hs-button {
  font-size: 1.1rem;
  padding: .9em 1.503em;
}

.home-row4 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.home-row4 .dnd-section>.row-fluid>.span12 {
  width: 67%;
  margin: 0 auto;
}

.home-row4 .dnd-section>.row-fluid>.span12>div {
  margin: 0 -17px;
}

.cta_button.hs-button:hover {
  opacity: .8;
}

.home-row4 .dnd-section > div {
  width:100%;
}

.home-row5 .dnd-section {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
  min-height: 10vh;
  display: flex;
  align-items: center;
}

.home-row5 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.home-row7 div[class*="background-image"]:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #373736;
  opacity: .15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}

.home-row7 div[class*="background-image"] {
  position: relative;
}


.home-row7 .dnd-section > .row-fluid > .span12  {
  width:41%;
  margin:0 auto;
}

.hs-error-msgs > li > label{
  border-radius: 2px;
  background: #cc3b3b url(//8439741.fs1.hubspotusercontent-na1.net/hubfs/8439741/raw_assets/public/EscajedaMasonry_November2020/images/cross-icon.png) no-repeat 9px 50%;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  line-height: 23px;
  margin: 12px 0;
  padding: 5px 15px 3px 25px;
  color: #fff !important;
}

.home-row7 .dnd-section > .row-fluid > .span12 > div {
  margin:0 -17px;
}

.home-row7 blockquote {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.8em;
  font-size: 1rem;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.7em;
  font-size: 1.5rem;
  border: none !important;
  margin: 0;
  padding: 0;
}

.home-row7 figure{
  will-change: opacity,transform;
  margin: 1em 0;
}

.home-row6 .dnd-section {
  padding: 0;
}



.home-row7 figure figcaption {
  font-family: Source Code Pro;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1em;
  font-size: 1rem;
  color: #9b2222;
  text-align: right;
}

.home-row7 .dnd-section {
  padding-top: calc(51vmax / 10);
  padding-bottom: calc(51vmax / 10);
  min-height: 51vh;
  display: flex;
  align-items: center;
}


@media (max-width:1483px) {
  .home-wrapper .banner .banner-content p {
    font-size: calc(.6vw + 1rem);
  }
}

@media (max-width:900px) {
  .home-wrapper .banner .banner-content p {
    font-size: calc(.6vh + 1rem);
  }
}

@media (max-width:767px) {
  .home-wrapper .banner .content-inner {
    padding: 0;
  }
}

@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: landscape) {
  .home-row3 .hs-button {
    font-size: calc(.12vw + 1rem);
  }

  .home-row2 .hs-button {
    font-size: calc(-.12vw + 1rem);
  }
}


@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: portrait) {
  .home-row3 .hs-button {
    font-size: calc(.12vh + 1rem);
  }

  .home-row2 .hs-button {
    font-size: calc(-.12vh + 1rem);
  }
}

.home-wrapper .row-fluid [class*="span"]{
  min-height: 0;
}

@media (max-width:767px) {

  .home-row1 .dnd-section > .row-fluid > .span12 {
    width: 100%;
    margin: 0 auto;
  }

  .home-row1 .dnd-section > div {
    width:100%;
  }

  .home-row1 .span9 {
    width: 100%;
    margin: 0;
  }

  .home-row1 .span3 {
    width: 100%;
    margin: 0;
  }


  .home-row2 .dnd-section > .row-fluid > .span12 {
    width: 100%;
    margin: 0 auto;
  }

  .home-row2 .span6 {
    width: 100%;
    margin: 0;
  }

  .home-row2 .span2 {
    width: 100%;
    margin: 0;
  }

  .home-row2 .span10 {
    width: 100%;
    margin: 0;
  }

  .home-row2 .span4 {
    width: 100%;
  }

  .home-row3 .dnd-section > .row-fluid > .span12 {
    width: 100%;
    margin: 0 auto;
  }

  .home-row3 .span4 {
    width:100%;
  }

  .home-row4 .dnd-section>.row-fluid>.span12 {
    width: 100%;
    margin: 0 auto;
  }

  .home-row4 .dnd-section > div {
    width:100%;
  }

  .home-row7 .dnd-section > .row-fluid > .span12  {
    width:100%;
    margin:0 auto;
  }

}



/*========================= About Page ============================*/

.about-wrapper .banner.cm-banner {
  min-height: 75vh;
}

.about-wrapper .banner .content-wrapper {
  padding-top: calc(93vmax / 10);
  padding-bottom: calc(93vmax / 10);
}

.about-row1 .dnd-section > .row-fluid > .span12 {
  width: 94%;
  margin: 0 auto;
}

.about-row1 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
}

.about-row1 .span6 {
  margin: 0;
  width: 50%;
}

.about-row1 .dnd-section {
  padding-top: calc(34vmax / 10);
  padding-bottom: calc(34vmax / 10);
}

.about-row1 .cm-image-wrapper img {
  left: 0%;
  top: -0.039032%;
  width: 100%;
  height: 100.078% !important;
  position: absolute;
}

.about-row2 .dnd-section {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.about-row2 .dnd-section > .row-fluid > .span12 {
  width: 86%;
  margin: 0 auto;
}

.about-row2 .dnd-section > .row-fluid > .span12 > div{
  margin: 0 -17px;
} 

.about-row2 .span1 {
  width: 8.3333%;
  margin: 0;
}

.about-row2 .span10 {
  width: 83.3333%;
  margin: 0;
}

.about-row2 .span5 {
  width: 41.6667%;
  margin: 0;
}

.about-row2 .span7 {
  width: 58.3333%;
  margin: 0;
}

.about-row2 .cm-width-wrapper {
  margin: 0 auto;
}

figcaption p {
  margin: 1rem 0 !important;
  font-size: .9rem;
}

figure img {
  vertical-align: middle;
  max-width: 100%;
}

.about-wrapper .hs_cos_wrapper_type_space {
  display: block;
  height: 34px;
}

.about-row2 .span6 {
  width: 50%;
  margin: 0;
}

.about-row3 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.about-row3 .dnd-section > .row-fluid > .span12 > div {
  margin: 0 -17px;
} 

.about-row3 .cm-image-wrapper img {
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100% !important;
  position: absolute;
}

.about-row3 .span4 {
  width: 33.3333%;
  margin: 0;
}

.about-row3 .cm-image-wrapper {
  padding: 0 17px 17px;
}   

.about-row4 {
  padding-top: 3vw;
  padding-right: 3vw;
  padding-bottom: 3vw;
  padding-left: 3vw;
}

.about-row4 .dnd-section {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.about-row4 .dnd-section > .row-fluid > .span12 {
  width:50%;
  margin:0 auto;
}


.about-row4 .dnd-section > .row-fluid > .span12 > div {
  margin:0 -17px;
}


.about-row4 .span4 {
  width: 33.3333%;
  margin: 0;
}


@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: landscape) {
  figcaption p {
    font-size: calc(-.12vw + 1rem);
  }
}

@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: portrait) {
  figcaption p {
    font-size: calc(-.12vh + 1rem);
  }
}

.submitted-message {
    text-align: center;
    color: #000;
}

.about-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}

@media (max-width:767px) {

  .about-row1 .dnd-section > .row-fluid > .span12 {
    width: 100%;
    margin: 0 auto;
  }

  .about-row1 .span6 {
    margin: 0;
    width: 100%;
  }

  .about-row2 .dnd-section > .row-fluid > .span12 {
    width: 100%;
    margin: 0 auto;
  }

  .about-row2 .span1 {
    width: 100%;
    margin: 0;
  }

  .about-row2 .span10 {
    width: 100%;
    margin: 0;
  }

.about-row2 .span5 {
    width: auto;
    margin: 0 17px 0 0;
}

  .about-row2 .span7 {
    width: 100%;
    margin: 0;
  }

  .about-row2 .span6 {
    width: 100%;
    margin: 0;
  }

  .about-row3 .span4 {
    width: 100%;
    margin: 0;
  }

  .about-row3 .cm-image-wrapper {
    padding:17px;
  }   

  .about-row4 .dnd-section > .row-fluid > .span12 {
    width:100%;
    margin:0 auto;
  }

  .about-row4 .span4 {
    width: 100%;
    margin: 0;
  }

  figure img {
    width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
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-inner {
  position: relative;
  z-index: 999;
  box-sizing: border-box;
  padding-top: 2.3vw;
  padding-bottom: 2.3vw;
  padding-left: 3vw;
  padding-right: 3vw;
  pointer-events: auto;
  transition: padding 140ms ease-in-out;
  display: flex;
  align-items: center;
  width: 100%;
}

.header-logo img {
  width: auto !important;
  max-width: 100%;
  max-height: 74px;
  vertical-align: middle;
}

.header-nav {
  text-align: right;
  margin-left: auto;
  padding-left: 1.9vw;
  flex-grow: 1;
  flex-shrink: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  backface-visibility: hidden;
  padding: .1em 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-left: 1.5vw;
}

.custom-header {
  position: fixed;
  background-color: #fff;
  width: 100%;
  transition: background 140ms ease-in-out 140ms,transform 140ms ease-in-out;
  top: 0;
  left: 0;
  z-index:9999;
}

.header-actions.header-actions--right .header-actions-action--social .icon {
  transform:scale(1.7);
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 120px;
  text-align: center;
  background: #fff;
  transform: translateX(-50%);
  padding: 10px 0;
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover> ul {
  display: block;
}

@media (max-width:799px) {
  .header-inner {
    padding: 6vw;
  }

  .header-nav.custom-menu-primary {
    display: none;
  }

  .header-actions.header-actions--right {
    display: none;
  }
}



.header-burger {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.stickyHeader .header-inner {
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}

.scroll-in .custom-header {
  transform: translateY(-100%);
}

@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px) {
  .header-burger {
    display: flex;
  }
}


@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px){
  .header .header-burger {
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
  }
}


@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px){
  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-burger {
    justify-content: flex-end;
  }
}

.burger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.burger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.burger-inner {
  width: 100%;
  height: 100%;
}

.burger-inner .top-bun,
.burger-inner .patty,
.burger-inner .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 1px;
  transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
  will-change: transform,width;
  background-color: #37373e;
}

.burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
  transform: translatey(-5.5px);
}

.burger-inner.header-menu-icon-doubleLineHamburger .patty {
  transform: scale(0);
}

.burger-inner.header-menu-icon-doubleLineHamburger .bottom-bun {
  transform: translatey(5.5px);
}

@media (max-width:767px) {
  .header-logo img {
    max-height: 30px;
  }


  .header-nav {
    display: none;
  }

  .header-actions {
    display: none;
  }

  .custom-header.lp-header .header-logo {
    min-height: 37px;
    display: flex;
    align-items: center;
  }

  .stickyHeader .header-inner {
    padding-top: 2vmax;
    padding-bottom: 2vmax;
  }

}


.banner-section .row-fluid [class*="span"] {
    min-height: 0 !important;
}

.header-menu {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity,visibility;
  user-select: none;
  text-align: center;
  pointer-events: auto;
}


@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px){
  .header-menu {
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
  }
}

.header-menu-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}

.header-menu-nav-list {
  position: relative;
  flex-grow: 1;
  width: 100%;
  transform: translatey(20px);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
}

.header-menu-nav-folder {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  justify-content: flex-start;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translatex(100%);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
}

.header-menu-nav-folder--active {
  transform: translatex(0);
  will-change: transform;
}

.header-menu-nav-folder[data-folder="root"] {
  transform: translatex(0%);
}

.header-menu-nav-folder-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
}


.header-menu-actions, .header-menu-cta {
  transform: translatey(100%);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
}


.header-menu-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 6vw;
}


.header-menu-bg.theme-bg--primary {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.header-menu-nav-folder-content .hs-menu-wrapper > ul {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
  margin: 0;
}

.header-menu-nav-folder-content .hs-menu-wrapper > ul > li > a {
  position: relative;
  display: block;
  padding: 3vw 5vw;
  transition: opacity 250ms cubic-bezier(.4,0,.2,1);
  color: #000;
}

.header-menu-nav-folder-content .hs-menu-wrapper > ul > li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3vw;
  padding-right: 3vw;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.7em;
  font-size: 1rem;
}

/* ===== Mobile Child Toggle Buttons ===== */

.child-trigger {
  display: block !important;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 55px !important;
  min-width: 55px !important;
  height: 45px !important;
  padding: 0;
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after {
  width: 14px;
  height: 2px;
  background-color: #000;
  display: block;
  pointer-events: none;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
} 
.child-open .child-trigger i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.header-menu-nav-folder-content > span,.header-menu-nav-folder-content > span > div {
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
}

.header-menu-actions .header-actions-action.header-actions-action--social > .icon {
  margin: 15px 7.5px;
  width: 28px;
  height: 28px;
  transform: scale(1.7);
}

.header-menu-actions .header-actions-action.header-actions-action--social > .icon svg {
  fill: #000 !important;
}

.header-menu-nav-folder-content .hs-menu-wrapper > ul > li > a {
  font-size: 8.5vmin;
}

.header-menu-nav-folder-content .hs-menu-wrapper > ul > li ul li a {
  font-size: 5vmin;
}

@media screen and (min-width: 576px) {
  .header-menu-nav-folder-content .hs-menu-wrapper > ul > li > a {
    font-size: 6.6vmin;
  }

  .child-trigger {
    top: 14px;
  }

  .child-trigger i, .child-trigger i:after {
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    pointer-events: none;
  }

  .header-menu-nav-folder-content .hs-menu-wrapper > ul > li ul li a {
    font-size: 4vmin;
  }
}

@media (min-width: 768px) {
  .header-menu-nav-folder-content .hs-menu-wrapper > ul > li > a {
    font-size: 6vmin;
  }

  .header-menu-nav-folder-content .hs-menu-wrapper > ul > li ul li a {
    font-size: 3vmin;
  }
}



.header--menu-open .header-menu {
  opacity: 1;
  visibility: visible;
}

.header--menu-open .header-menu-nav-list {
  transform: translatey(0px);
}

.header--menu-open .header-menu .header-menu-actions, .header--menu-open .header-menu .header-menu-cta {
  transform: translatey(0);
}

html.menu-open {
  overflow: hidden;
}

.header--menu-open .burger-inner .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
  background-color: #000;
}

.header--menu-open .burger-inner.navLeft .patty,
.header--menu-open .burger-inner.navRight .patty,
.header--menu-open .burger-inner .patty {
  transform: scale(0);
}

.header--menu-open  .burger-inner .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
  background-color: #000;
}

.header-menu-nav-folder-content .hs-menu-wrapper > ul > li ul {
  display: none;
}

.header_cta {
 margin-right: 40px!important;
 color: #fff!important;
}

@media (max-width:767px) {
.header_cta {
 margin: 40px!important;
 }
.scroll-in .custom-header {
  transform: none;
}
  
}
/* ******************************************************************************
*********************************************************************************
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;
  text-align: center;
}

.custom-footer .content-wrapper {
  padding-top: calc(17vmax / 5);
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.footer-content-inner {
  width: 87%;
}

.cm-bottom-menu {
  float: left;
  margin-right: 17px;
  width: 50%;
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.cm-bottom-menu .hs-menu-wrapper > ul {
  margin-top: 0;
}

.cm-bottom-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
  color: #37373e;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
  display: inline;
}

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

.cm-bottom-menu .hs-menu-wrapper > ul > li:not(:last-of-type):after {
  content: "/";
  margin: 0 14.5px 0 15px;
}


.copyright-text {
  padding: 17px;
  clear: none;
  text-align: right;
}

.copyright-text p:last-child {
  margin-bottom: 0;
}

.bottom-sep {
  padding: 17px;
}

.bottom-sep hr {
  background-color: #9b2222;
}

.bottom-sep hr {
  background-color: #9b2222;
}

.cm-col-inner {
  padding: 17px;
  padding-top: 0;
}

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

.cm-middle-row > div {
  float: left;
}

.cm-col-5 {
  width: 41.6667%;
}

.cm-col-3 {
  width: 25%;
}

.cm-col-4 {
  width: 33.3333%;
}


.footer-logo figure {
  max-width: 280px;
  margin: 0 auto;
  text-align:center;
}


.menu-title {
  margin-bottom: 32px;
  color: #9b2222;
}

.cm-middle-menu .hs-menu-wrapper > ul {
  margin: 0;
  display: block;
}

.cm-middle-menu .hs-menu-wrapper > ul > li {
  display: block;
  margin: 1rem 0;
}

.cm-middle-menu .hs-menu-wrapper > ul > li > a {
  padding: 0;
  display: inline;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
  color: #37373e;
}

.cm-middle-menu .hs-menu-wrapper>ul>li>a:hover,
.custom-footer a:hover ,
.cm-bottom-menu .hs-menu-wrapper>ul>li>a:hover {
}

.footer-logo-inner a {
    background: none !important;
}

.footer-about p:last-child {
  margin-bottom: 0;
}

.footer-logo-inner {
  max-width: 258px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo-inner p {
  margin: 1rem 0;
}

.cm-middle-menu .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}

.footer-logo img {
  vertical-align: middle;
  width: auto;
  max-width:100%;
}

/*================= Footer Top ===================*/

.footer-top {
  width: 100%;
  background-color: #9b2222;
  display: flex;
  min-height: 16vh;
  align-items: center;
}

.top-content {
  float: none !important;
  width: 100%;
  padding:17px;
  padding-top:0px;
}

.footer-top .content-wrapper {
  display: block !important;
  padding-top: calc(16vmax / 10);
  padding-bottom: calc(16vmax / 10);
}

.top-content * {
  color: #fff;
}

@media (max-width:767px) {
  .cm-col-5 {
    width: 100%;
  }

  .cm-col-3 {
    width: 100%;
  }

  .cm-col-4 {
    width: 100%;
  }

  .custom-footer .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }

  .footer-content-inner {
    width: 100%;
  }

  .cm-bottom-menu {
    width: 100%;
    float: none;
  }

  .cm-col-inner {
    padding-top: 17px;
  }

  .top-content {
    padding-top: 17px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.dnd-section > .row-fluid,
.header__container,
.page-center,
.content-wrapper{
  max-width: 1240px;
  padding-right: 3vw;
  padding-left: 3vw;
  margin: 0 auto;
  width:100%;
  box-sizing:content-box;
}

@media (max-width:1483px) {
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper{
    box-sizing:border-box;
  }

}

@media (max-width:767px) {
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper{
    padding-right: 6vw;
    padding-left: 6vw;
  }
}

.banner-section .dnd-section>.row-fluid {
  padding: 0 !important;
  box-sizing: border-box;
}

.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: 35.2px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #37373e;
}
.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: #37373e;
  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: #37373e;
  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: #37373e;
}
.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: #37373e;
  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: #37373e;
  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 .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.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: 600;
  line-height: 1.25;
}

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

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

.blog-post__back-to-blog {
  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;
}




.blog-heading .content-wrapper {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.blog-heading .cm-row {
  margin: 0 -17px;
}

.blog-heading-content {
  padding: 0 17px 17px;
  width: 50%;
  margin: 0 auto;
}

.blog-heading h2 {
  color: #9b2222;
}

.blog-heading {
  min-height: 33vh;
  display: flex;
  justify-content: center;
  align-items: center;
}


.blog-basic-grid.collection-content-wrapper {
  padding: 3vw;
  margin: 0 auto;
  max-width:1400px;
  width:100%;
}


.blog-basic-grid .blog-basic-grid--container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease,transform 1s ease;
  text-align: center;
}

.tweak-blog-basic-grid-text-alignment-center .blog-basic-grid .blog-basic-grid--container {
  text-align: center;
}

.blog-basic-grid .blog-categories, .blog-basic-grid .blog-author, .blog-basic-grid .blog-date {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 0em;
  line-height: 1.4em;
  font-size: .8rem;
  font-family: Source Code Pro;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1em;
  font-size: 1rem;
}

.blog-basic-grid .blog-basic-grid--container.no-image-fade-in {
  animation: no-image-fade-in 1s ease forwards;
}

@keyframes no-image-fade-in {
  0% {
    opacity: 0;
    transform: translatey(-15px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
}

.blog-basic-grid .blog-basic-grid--text {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}


.blog-basic-grid .blog-meta-section {
  margin-bottom: 2vw;
}

.blog-basic-grid .blog-title {
  margin: 0;
  margin-bottom: 30px;
}
.blog-basic-grid .blog-title {
  color: #000;
}

.blog-basic-grid .blog-title {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 1rem;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
  font-size: 2.2rem;
}


.blog-basic-grid .blog-excerpt {
  color: #000;
}

.blog-basic-grid .blog-excerpt, .blog-basic-grid .blog-more-link {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-size: 1rem;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.7em;
  font-size: .9rem;
}

.blog-basic-grid .blog-more-link {
  display: inline-block;
  padding-top: 2vw;
  text-decoration:none;
}
.blog-basic-grid .blog-more-link {
  color: #9b2222;
}

.blog-basic-grid .blog-more-link::after {
  background: #9b2222;
}
.blog-more-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  transform: translatey(-3px);
}

@media screen and (min-width: 768px) {
  .blog-basic-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-column-gap: 30px;
    grid-row-gap: 99px;
    grid-auto-rows: min-content;
  }

  .blog-basic-grid .blog-meta-section {
    margin-bottom: 37px;
  }

  .blog-basic-grid .blog-more-link {
    padding-top: 37px;
  }
}


@media screen and (min-width: 1484px){
  .blog-basic-grid .blog-categories, .blog-basic-grid .blog-author, .blog-basic-grid .blog-date {
    font-size: 1rem;
  }

  .blog-basic-grid .blog-title {
    font-size: 2.2rem;
  }

  .blog-basic-grid .blog-excerpt, .blog-basic-grid .blog-more-link {
    font-size: .9rem;
  }
}

.blog-basic-grid .blog-categories-list a, .blog-basic-grid .blog-author, .blog-basic-grid .blog-date, .blog-basic-grid .blog-meta-delimiter {
  color: #000;
}


.blog-basic-grid .blog-title a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: landscape) {
  .blog-basic-grid .blog-title {
    font-size: calc(1.44vw + 1rem);
  }

  .blog-basic-grid .blog-excerpt, .blog-basic-grid .blog-more-link {
    font-size: calc(-.12vw + 1rem);
  }

  .blog-heading h2 {
    font-size: calc(2.16vw + 1rem);
  }
}


@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: portrait) {
  .blog-basic-grid .blog-title {
    font-size: calc(1.44vh + 1rem);
  }

  .blog-basic-grid .blog-excerpt, .blog-basic-grid .blog-more-link {
    font-size: calc(-.12vh + 1rem);
  }

  .blog-heading h2 {
    font-size: calc(2.16vh + 1rem);
  }
}


@media screen and (max-width: 767px){
  .blog-basic-grid .blog-basic-grid--container {
    margin-bottom: 30px;
  }
  .blog-heading-content {
    width: 100%;
    padding: 17px;
  }
}



/*====================== Blog Post =======================*/

.blog-item-wrapper article.entry {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: 3vw;
  padding-left: 3vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.blog-item-wrapper .blog-item-inner-wrapper {
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.blog-item-wrapper .blog-item-top-wrapper {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.blog-item-wrapper .blog-item-title {
  order: 2;
}

.blog-item-wrapper .blog-item-title h1.entry-title {
  color: #000;
}

.blog-item-wrapper .blog-item-title h1.entry-title {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
  font-size: 4rem;
}

.blog-item-wrapper .blog-item-meta-wrapper {
  order: 1;
}

.blog-item-wrapper .blog-item-author-date-wrapper,
.blog-item-wrapper .blog-item-author-date-wrapper {
  display: flex;
}


.blog-item-wrapper .blog-meta-item--date {
  display: block;
}

.blog-item-wrapper .blog-meta-item,
.blog-item-wrapper .blog-meta-item a,
.blog-item-wrapper .blog-meta-item span {
  text-decoration: none;
  color: #000;
}

.blog-item-wrapper .blog-meta-item,
.blog-item-wrapper .blog-meta-item a,
.blog-item-wrapper .blog-meta-item span,
.blog-item-wrapper .item-pagination-prev-next {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  letter-spacing: 0em;
  line-height: 1.4em;
  font-size: .9rem;
  font-family: Source Code Pro;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .01em;
  text-transform: none;
  line-height: 1em;
  font-size: 1rem;
}

.blog-item-wrapper .blog-meta-item--date::after {
  content: "•";
}

.blog-item-wrapper .blog-meta-item--date::after {
  padding: 0 .5em;
}

.blog-item-wrapper .author-name {
  display: block;
}
.blog-item-wrapper .author-avatar,
.blog-item-wrapper .author-name, 
.blog-item-wrapper .author-bio,
.blog-item-wrapper .author-website {
  margin: 1rem 0 0;
}
.blog-item-wrapper .author-name,
.blog-item-wrapper .author-website,
.blog-item-wrapper .author-bio {
  color: #000;
}

.blog-item-wrapper .author-name,
.blog-item-wrapper .author-website,
.blog-item-wrapper .author-bio {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.7em;
  font-size: .9rem;
}

@media screen and (min-width: 768px){
  .blog-item-wrapper .blog-item-inner-wrapper {
    width: 75%;
  }

  .blog-item-wrapper .blog-item-meta-wrapper {
    margin-bottom: 2rem;
  }
}


@media screen and (min-width: 1484px){
  .blog-item-wrapper .blog-item-title h1.entry-title {
    font-size: 4rem;
  }

  .blog-item-wrapper .author-name, .blog-item-wrapper .author-website, .blog-item-wrapper .author-bio {
    font-size: .9rem;
  }

  .blog-item-wrapper .blog-meta-item, .blog-item-wrapper .blog-meta-item a, .blog-item-wrapper .blog-meta-item span, .blog-item-wrapper .item-pagination-prev-next {
    font-size: 1rem;
  }
}

.content-main p {
  margin-bottom: 1rem;
}

.blog-item-content-wrapper .cm-row {
  margin: 0 -17px;
}

.content-main {
  padding: 0 17px 17px;
}

.blog-item-wrapper .blog-item-content {
  margin: 0 0 3vw 0;
}

.blog-item-wrapper .blog-item-author-profile-wrapper {
  display: none;
  margin: 3vw 0;
}

.blog-item-wrapper .blog-item-author-profile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.blog-item-author-profile-wrapper a {
  text-decoration: none;
}



.item-pagination--prev-next {
  display: flex;
  padding: 3vw 3vw 3vw;
}

.item-pagination-link {
  text-align: left;
  display: flex;
  align-items: center;
  max-width: 50%;
  width: auto;
  text-decoration: none !important;
}

.item-pagination-link--next {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}


.item-pagination-title {
  color: #000;
}
.item-pagination-link .item-pagination-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
}

.item-pagination-title {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.2rem;
  font-family: Abel;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
  font-size: 2.2rem;
}

@media screen and (min-width: 1484px){
  .item-pagination-title {
    font-size: 2.2rem;
  }
}
.icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  box-sizing: content-box;
  line-height: 1;
}

.item-pagination-link .item-pagination-icon {
  width: 18px;
  height: 32px;
  padding-right: 25px;
}

.item-pagination-link--next .item-pagination-icon {
  padding-right: 0;
  padding-left: 25px;
}

.item-pagination-link .item-pagination-icon svg {
  width: 18px;
  height: 32px;
  stroke: #000;
}

@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: landscape) {
  .blog-item-wrapper .blog-item-title h1.entry-title {
    font-size: calc(3.6vw + 1rem);
  }

  .item-pagination-title {
    font-size: calc(1.44vw + 1rem);
  }

  .menu-title {
    font-size: calc(.72vw + 1rem);
  }
}


@media screen and (max-width: 1483px) and (min-width: 0) and (orientation: portrait) {
  .blog-item-wrapper .blog-item-title h1.entry-title {
    font-size: calc(3.6vh + 1rem);
  }

  .item-pagination-title {
    font-size: calc(1.44vh + 1rem);
  }

  .menu-title {
    font-size: calc(.72vh + 1rem);
  }
}


.blog-item-content-wrapper img {
    max-width: 100%;
}

@media (max-width:767px) {
  .blog-item-wrapper article.entry {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
  }


  .blog-item-wrapper .blog-item-meta-wrapper{
    margin-bottom: 1.2rem;
  }

  .item-pagination--prev-next {
    padding: 3vw 6vw 3vw;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: Abel, serif;
  font-size: 1.25rem;
  color: #37373e;
  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: #37373e;
}

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


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

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  font-size: 18px !important;
}

.systems-page input#hs-pwd-widget-password {
  height: 40px !important;
  margin-top: 0 !important;
}

.systems-page .hs-form-field .hs-input[type="checkbox"] {
  float: left;
}

.systems-page form {
  width: 500px;
}

label.hs-membership-global-error.hs-error-msg {
    display: none;
}

.systems-page .hs-button {
  margin:10px 0 ;
}

@media (max-width:767px) {
  .page-header h2 {
    font-size: 26px;
  }
  .page-header h1 {    
    font-size: 30px;
  }

  .systems-page form {
    width: 100%;
  }
}

.hs_cos_wrapper_type_email_subscriptions form {
  width: 100%;
  max-width: 100%;
}



.system-error-page {
    padding-bottom: 3vw;
}

.system-error-page>*:first-child {
    padding-top: 3vw;
}

.system-error-page p {
    margin: 1rem 0;
}

.system-error-page ul {
    margin: 1em 0;
}

.system-error-page a {
    color: #9b2222;
    text-decoration: none;
}
span div ul {
  font-weight: 700;
  font-style: normal;
}