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











































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

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

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

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

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

/* Customizations */

.custom-about-top-section .dnd-section>.row-fluid {
    align-items: stretch !important;
    display: flex;
}

.cell_16830416945565-row-0-vertical-alignment > .row-fluid {
        display: -ms-flexbox !important;
        -ms-flex-direction: row;
        display: flex !important;
        flex-direction: row;
        align-items: flex-start;
    }

/* Home Page */
.hs-home-layout .custom-services-item:last-child {
    margin: 0 auto;
}

/* Projects Accordian */
.hs-content-id-108901916170 .dnd_area_1-row-0-padding {
  display: none;
}

.aivilo-web-accordion-module a {
  color: white;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "mfn-icons";
  src: url("https://7973271.fs1.hubspotusercontent-na2.net/hubfs/7973271/CorvallisCustomKB_August2020/Fonts/mfn-icons/mfn-icons.eot") format("embedded-opentype"),
    url(https://7973271.fs1.hubspotusercontent-na2.net/hubfs/7973271/raw_assets/public/CorvallisCustomKB_August2020/fonts/mfn-icons.ttf),
    url(https://7973271.fs1.hubspotusercontent-na2.net/hubfs/7973271/raw_assets/public/CorvallisCustomKB_August2020/fonts/mfn-icons.woff); 
  font-style: normal;
  font-weight: 400;
}


html {
  font-size: 24px;
}

body {
  font-family: Lora, Arial, Tahoma, sans-serif;
  font-size: 15px;
  color: #626262;
  line-height: 21px;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Lora, Arial, Tahoma, sans-serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: Lora, Arial, Tahoma, sans-serif;
  color: #666362;
  word-break: break-word;
}

h1 {
  font-size: 70px;
  line-height: 1;
}

h2 {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 1px;
}

h3 {
  font-size: 34px;
  line-height: 1.05882353;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.16666667;
}

h5 {
  font-size: 17px;
  line-height: 1.23529412;
  letter-spacing: 4px;
}

h6 {
  font-size: 15px;
  line-height: 1.26666667;
}

@media only screen and (max-width: 959px){
  h1{
    font-size:60px !important;
    line-height:1 !important;
  }
  h2{
    font-size:36px !important;
    line-height:1 !important;
  }
  h3{
    font-size:29px !important;
    line-height:1.06896552 !important;
  }
  h4{
    font-size:20px !important;
    line-height:1.2 !important;
  }
  h5{
    font-size:14px !important;
    line-height:1.35714286 !important;
    letter-spacing:3px !important;
  }
  h6{
    font-size:13px !important;
    line-height:1.46153846 !important;
  }
}
@media only screen and (max-width: 767px){
  h1{
    font-size:53px !important;
    line-height:1 !important;
  }
  h2{
    font-size:32px !important;
    line-height:1 !important;
  }
  h3{
    font-size:26px !important;
    line-height:1.03846154 !important;
  }
  h4{
    font-size:18px !important;
    line-height:1.16666667 !important;
  }
  h5{
    font-size:13px !important;
    letter-spacing:3px !important;
  }
}
@media only screen and (max-width: 479px){
  h1{
    font-size:42px !important;
    line-height:1 !important;
  }
  h2{
    font-size:25px !important;
    line-height:1 !important;
  }
  h3{
    font-size:20px !important;
    line-height:1.1 !important;
  }
  h4{
    font-size:14px !important;
    line-height:1.35714286 !important;
  }
  h5{
    letter-spacing:2px !important;
  }

}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
}

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

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;
  outline-color: green;
}

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  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;
  font-size: 15px;
  padding: 15px 53px;
  
  text-decoration: none;
}

.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: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 0px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}
.hs-search-field__input,
.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height:  normal;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #7f7f7f;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-website-section form fieldset {
  max-width:100% ;
}
.hs-website-section form fieldset.form-columns-2>div {
  width: 48% !important;
}

.hs-website-section form .actions {
  padding: 0 1%;
}
.hs-website-section form textarea {
  min-height: 142px;
}
@media (max-width:767px){
    .hs-website-section form fieldset.form-columns-2>div {
      width:100% !important;
    }
    .hs-website-section .field {
      margin:0;
      margin-bottom:22px;
    }
    .hs-website-section fieldset.form-columns-2 .hs-form-field {
      width: 100% !important;
      float:none !important;
    }
    .hs-website-section form .actions {
     padding:26px 0 0 0 !important;
    }
}

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

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

.hs-input:-moz-placeholder {
  color: #929292;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
  background-color: #ededed !important;
}

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  color: #6b6b6b;
  background-color: rgba(255,255,255,1);
  border-color: #7f7f7f;
}
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 {
  color: #6b6b6b;
  background-color: rgba(237,237,237,1);
  border-color: #000000;
}

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

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 15px;
  color: #626262;
}
.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: Lora, Arial, Tahoma, sans-serif;
}


ul.no-list.hs-error-msgs.inputs-list {
  background-color: #ed3b2e;
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 10px;
  margin: 0;
  margin-top: 5px;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #fff;
  margin: 0;
  font-size: 15px;
}

.hs-form .input {
  margin-right: 0 !important;
}
ul.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 1% 10px;
}
/* ******************************************************************************
*********************************************************************************
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);
}

/* Examples Pages */
.examples-custom-menu {  
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
}

.examples-custom-menu__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  max-width:1380px;
  padding: 1rem 0;
  gap: 1rem;
}

.examples-custom-menu__inner__footer {
  padding: 1em 0 1em 0;
}

.examples-custom-menu__center {
  min-width: 1370px;
}

.examples-custom-menu__tag-wrapper {
}

.examples-custom-menu__tag-wrapper h5 {
  color: white;
  margin-bottom: 0;
}

@media (max-width: 480px) {
    .examples-custom-menu__tag-wrapper h5 {
    display: none;  
    }
}

.examples-custom-menu ul {
  color: white;
  flex-wrap: nowrap;
  gap: 1rem;
}

.examples-custom-menu li {
  border: 1px solid white;
}

.examples-custom-menu a {
  color: white;
}

.examples-custom-menu a:hover {
  color: #999999;
}
/* ******************************************************************************
*********************************************************************************
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;
}


/* Team Member */



.custom-team-section .hs_cos_wrapper_type_linked_image {
  display: block;
  padding-bottom: 5px;
}

.custom-team-section .dnd-section > div h4 {
  color: #666362;
}

.custom-team-section .dnd-section .row-fluid .span6{
  width:50%;
  margin:0;
  padding: 0px 2%;
  padding-top: 48px;
}

.custom-team-section .dnd-section .row-fluid .span3{
  width:25%;
  margin:0;
  padding: 0px 2%;
}
.custom-team-section .dnd-section > div p {
  line-height: 28px;
}

.custom-team-section .dnd-section .row-fluid .span6 > div {
  width: 98%;
  margin: 0 1% 40px;
}

.custom-team-section .dnd-section .row-fluid .span3 > div {
  width: 98%;
  margin: 0 1% 40px;
}

.custom-team-section a.border-btn {
  line-height: 28px;
}

.custom-team-section .border-btn.blank .button_label {
  line-height: 28px;
}

.custom-contect-section .row-fluid .span4 {
  width: 33.333%;
  margin: 0;
}

.custom-contect-section .row-fluid .span8 {
  width: 66.666%;
  padding: 15px 0 0 0;
  margin: 0;
}

.custom-contect-section .row-fluid .span6 {
  width: 48%;
  margin: 0 1% 40px;
}

.custom-contect-section_1 .row-fluid .span4 {
  width: 33.333%;
  margin: 0;
  margin: 0 1% 40px;
}

.custom-contect-section_1 .row-fluid .span8 {
  width: 64.666%;
  margin: 0;
  margin: 0 1% 40px;
}

.custom-contect-section_1 .row-fluid .span4 > div {
  padding: 0 10% 0 0;
}

.custom-contect-section_1 {
  padding-top: 13px;
}
.custom-contect-section .dnd-section .row-fluid>div h3 {
  padding: 0 1%;
}

.hs-contact-layout .hs-form .input {
  margin-bottom: 3px;
}

.custom-contect-section .row-fluid .span6 > div{
  padding-top:35px;
}



@media only screen and (max-width: 1239px) and (min-width: 960px){

  .custom-team-section .dnd-section>.row-fluid {
    max-width: 940px;
  }
}

@media(max-width:959px){
  .custom-contect-section .row-fluid .span6:last-child > div {
    padding-top: 15px;
  }
}

@media(max-width:767px){
  .custom-team-section .dnd-section .row-fluid .span6 {
    width: 100%;
  }

  .custom-team-section .dnd-section .row-fluid .span3 {
    width: 100%;
    min-height: 0;
  }

  .custom-team-section .dnd-section .row-fluid .span3 > div {
    width: 100%;
    margin: 0;
  }

  .custom-team-section .dnd-section .row-fluid .span3 .row-fluid [class*="span"] {
    min-height: 0;
  }

  .custom-team-section .dnd-section .row-fluid .span6{
    padding-top:20px;
  }

  .custom-team-section p.big {
    font-size: 13px;
    line-height: 21px !important;
    letter-spacing: 0px;
  }

  .hs-contact-layout .dnd-section[class*="force-full-width-section"]>.row-fluid {
    padding: 0 !important;
  }

  .custom-contect-section_1 .row-fluid .span8 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .custom-contect-section_1 .row-fluid .span4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .custom-contect-section .row-fluid .span4 {
    width: 100%;
  }

  .custom-contect-section .row-fluid .span8 {
    width: 100%;
  }

  .custom-contect-section .row-fluid .span6 {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .custom-contect-section .hs_cos_wrapper_type_linked_image {
    display: block;
    margin-bottom: 15px;
  }

  .custom-contect-section .dnd-section .row-fluid>div h3 {
    padding:0;
  }

}

@media(max-width:479px){
  .custom-team-section p.big {
    font-size: 13px;
    line-height: 19px !important;
    letter-spacing: 0px;
  }

  .custom-team-section .dnd-section>div h4 {
    line-height: 19px !important;
  }

  .custom-team-section .dnd-section>div h5 {
    line-height: 19px !important;
  }

  .custom-contect-section .row-fluid .span6 h4 {
    font-size: 14px;
    line-height: 21px !important;
    letter-spacing: 0px;
  }

  .custom-contect-section .row-fluid .span6:first-child h4 {
    margin-bottom: 0;
  }

  .custom-contect-section .row-fluid .span6 h4 {
    line-height: 19px !important;
  }

  .custom-contect-section_1 {
    padding-top: 15px;
  }

  .custom-contect-section_1 .dnd-section .row-fluid>div h6 {
    line-height: 19px !important;
  }

}

@media(max-width:400px){
  .hs-website-section form fieldset.form-columns-2>div {
    width: 100% !important;
  }

  .hs-website-section .hs-form .hs-input {
    width: 100% !important;
  }

  .hs-website-section .hs-form .field {
    margin-left: 0;
    margin-right: 0;
  }

  .hs-contact-layout .hs-form .input {
    margin-bottom: 23px;
  }
}

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


.hs-website-section ul li {
  margin-bottom: 10px;
}
.hs-website-section .row-fluid [class*="span"] {
  min-height: 1px;
}

.hs-contact-layout hr {
  background: none;
  position: relative;
}

.hs-contact-layout hr:before {
  border-bottom: 1px solid #e5e5e5;
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
}

hr.no_line {
  background: none;
  color: transparent;
}


@media only screen and (max-width: 959px){

  .hs-website-section .dnd-section .row-fluid>div p,
  .hs-website-section .border-btn.blank .button_label,
  .hs-website-section .border-btn.blank .button_icon i{
    font-size:13px;
  }
  .border-btn.blank .button_label {
    font-size: 13px !important;
    line-height:19px !important;
  }

}

@media only screen and (max-width: 1239px) and (min-width: 960px){
  .hs-project-layout .page-center{
    max-width: 940px;

  }

}
/* ******************************************************************************
*********************************************************************************
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.header {
  background-color: #F8FAFC;
  position: absolute;
  width:100%;
  border-bottom: 1px solid transparent;
}

.no-banner header.header{
  background-color:#000;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  position:relative;
}
.header .header__container:before, .header .header__container:after{
  display: block;
  content: '';
  clear: both;
}
body.sticky .header {
  position: fixed!important;
  width: 100%;
  left: 0;
  top: 0px;
  height: 61px;
  z-index: 701;
  background: #141414;
  opacity: .97;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  border-bottom: 1px solid transparent;
}

body.sticky .header .header__logo.header__logo--main img{
  width:110px !important;
  padding-top:5px;
}
.nav-bar-left {
  width: 38%;
  float: left;
  display:flex;
  justify-content:center;
}
.nav-bar-right {
  width: 38%;
  float: right;
  display:flex;
  justify-content:center;
}
.header__logo.header__logo--main {
  margin: 0;
  padding: 0;
  width: 24%;
  float: left;
  display:flex;
  height: 120px;
  position:absolute;
  left:38%;
  justify-content:center;
}
a.responsive-menu-toggle {
  position: absolute;
  right: 29px;
  top: 60px;
  display:none;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  font-size:22px;
  text-align: center;
  border-radius: 3px;
  z-index: 200;
  line-height:34px;
  color:#fff;
  cursor: pointer;
}
a.responsive-menu-toggle:hover{
  color:#fff;
}
.icon-menu-fine:before {
  content: '\e960';
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none!important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.header-inner {
  width: 98%;
  margin: 0 1% 40px;
  margin-bottom: 0;
}

.header__container {
  padding: 0;
}

body .custom-menu-primary .submenu.level-1>li.active-branch>a:after, .nav-bar-left .navigation-primary>ul.level-1>li.active-branch>a.menu-link:after {
  opacity: 1;
}



@media only screen and (max-width: 1239px) and (min-width: 960px){
  body.sticky .header{
    position:relative !important;
  }
  .nav-bar-left,
  .nav-bar-right {
    display:none;
  }
  .header__container {
    max-width: 940px !important;
    margin: 0 auto;
  }
  a.responsive-menu-toggle {
    display:block;
  }
  .header__logo.header__logo--main { 
    position:absolute;
    left:50%;
    transform:translate(-50%, 0);
  }
}

@media only screen and (max-width: 959px) and (min-width: 768px){
  body.sticky .header{
    position:relative !important;
  }
  .nav-bar-left,
  .nav-bar-right {
    display:none;
  }
  .header__container {
    max-width: 708px !important;
    margin:0 auto;
  }

  .header__logo.header__logo--main { 
    position:absolute;
    left:50%;
    transform:translate(-50%, 0);
  }
  a.responsive-menu-toggle {
    display:block;
    right:27px;
  }
}
@media only screen and  (max-width: 767px){
  body.sticky .header{
    position:relative !important;
  }
  .nav-bar-left,
  .nav-bar-right {
    display:none;
  }
  .header__container {
    height: 81px;
    background: #141414;
  }
  a.responsive-menu-toggle {
    display:block;
    right: 10px;
    top: 40px;
  }
  .header__logo.header__logo--main { 
    position:absolute;
    left:50%;
    top:10px;
    transform:translate(-50%, 0);
  }
  .header__logo.header__logo--main  img{ 
    width:60px !important; 
  }

  header.header{
    position: relative;
    padding-bottom: 81px;
    background: #141414;
  }

  .header__container {
    height: auto;
    background: #141414;
  }

  .mobile-menu-box{
    position:relative !important;
  }

  .header-inner {
    overflow: unset !important;
    width: 100%;
    margin: 0;
  }

  header.header {
    background-color: #141414 !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: transparent;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

footer.footer {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
.footer-top {
  padding: 80px 20% 30px;
}
.footer__container{
  width:100%;
}
.footer__logo.footer__logo--main.footer-column {
  padding: 15px 0 15px 0;
}
.footer__logo.footer__logo--main.footer-column img {
  max-width: 100% !important;
}
.footer-column {
  float:left;
  width: 31.333%;
  margin-left: 1%; 
  margin-right: 1%;
  padding: 35px 0 0px;
  margin-top: 30px;
}
.footer-bottom p{
  margin-bottom:0px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-bottom: 18px;
  padding-top: 27px;
}

.footer__copyright {
  margin: 0 0 10px;
  line-height: 28px;
}

@media (max-width:959px){
  .footer-top{
    padding: 80px 20% 25px;
  } 
  .footer-top h4 {
    font-size:20px;
    line-height:24px;
  }
  .footer-top p {
    font-size:13px;
  }
  .footer-bottom p {
    font-size:13px;
    line-height:19px;
  }
  .footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 30px 33px 30px;
  }

}
@media (max-width:767px){
  .footer-top .footer__container {
    padding: 0 33px;
    display:block;
  }
  .footer-column{
    width: 100%;
    margin-left: 0; 
    margin-right: 0;
  }
  .footer-top h4 {
    font-size:18px;
    line-height:21px;
  }
  .footer-top p {
    font-size:13px;
    line-height:28px;
  }
  .footer-bottom p {
    font-size:13px;
    line-height:28px;
  }

  .footer .footer-bottom {
    padding-bottom: 24px;
    padding-top: 30px;
  }

  .footer-top p {
    line-height: 19px;
  }

  .footer-top {
    padding: 80px 20% 30px;
  }

  .footer-bottom p {
    line-height: 19px;
  }

}

@media only screen and (max-width: 479px){
  .footer-top h4 {
    font-size:14px;
    line-height:19px;
  }
}



@media (min-width:410px){

  .footer__logo.footer__logo--main.footer-column img {
    width: 170px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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: 1380px;
  margin: 0 auto;
}

/* Blog Banner */

.blog-banner {
  background-color: #363231;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.blog-banner .blog-banner-overlay {
  background-color: #2b28286b;
  padding: 190px 0 110px;
}
.blog-banner-container {
  margin: 0 1% 0;
  width: 98%;
}
.blog-banner-container h1.blog-title {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Lora", Arial, Tahoma, sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: 0px;
  width: 100%;
  text-align: center;
}
a.blog-pagination__link.blog-pagination__next-link:hover {
  color: #171717;
}
a.blog-pagination__link.blog-pagination__prev-link:hover {
  color: #171717;
}
.widget-module ul li a:hover {
  color: #666362;
}

/* Blog Listing  */

.blog-main-container .content-wrapper {
  max-width: 1400px;
}
.blog-main-container .blog-content {
  width: 70%;
  float: left;
  border: 0;
  border-color: rgba(0,0,0,.08);
  border-style: solid;
  border-right-width: 1px;
}
.blog-main-container .blog-sidebar {
  width: 30%;
  float: right;
  padding: 0 20px;
  position: relative;
}
.blog-content > .inner-wrapper {
  max-width: calc(90%);
  margin: 0 auto;
  position: relative;
}
.blog-content .filters {
  text-align: center;
  width: 98%;
  margin: 0 1% 30px;
}
.blog-content .filters ul.filters_buttons {
  margin: 0;
  font-size: 100%;
  background: none;
  padding: 15px 0;
  list-style: none;
}
.blog-content .filters ul.filters_buttons li {
  float: left;
  margin: 0 15px 0 0;
  list-style: none;
  color: #a8a8a8;
}
.blog-content .filters ul.filters_buttons li a {
  color: #353535;
}
.blog-content .filters ul.filters_buttons li a i {
  margin-right: 3px;
  font-style: italic;
}
.blog-content .filters ul.filters_buttons li a i.icon-tag:before {
  content: '\e92f';
}
.icon-down-dir:before {
  content: '\e866';
}
.blog-content .filters ul.filters_buttons li.reset {
  float: right;
  margin-right: 0;
}
.icon-cancel:before {
  content: '\e82a';
}
.blog-content .filters ul.filters_buttons li a i.icon-cancel {
  margin: 0;
}
.filters_wrapper {
  display: none;
}

.filters_wrapper .blog-topic-filter{
  width: 100%;
  left: -100%;
  position: relative;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.filters_wrapper.show .blog-topic-filter{
  visibility: visible;
  opacity: 1;
  left: 0;
}
.blog-topic-filter {
  overflow: visible;
  display: inline-block;
  margin: 0;
  width: 100%;
}
.blog-topic-filter h3 {
  margin: 0;
}
.blog-topic-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-color: rgba(0,0,0,.08);
  border-bottom-width: 1px;
  border-style: solid;
  display: inline-block;
}
.blog-topic-filter ul li {
  width: auto;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.blog-topic-filter ul li a {
  background: none;
  border: 0;
  padding: 14px 25px;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: block;
  color: #858585;
  text-decoration: none;
}
.blog-topic-filter ul li a span.filter-link-count {
  display: none;
}
.blog-content .post-listing-wrapper {
  width: 98%;
  margin: 0 1% 40px;
}
.post-listing {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.post-listing .post-item {
  margin: 15px;
  transition: all .8s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  min-width: 360px;
  width: 45%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, 0.1);
  display: flex;
}
.post-listing .post-item .post-item-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  text-align: center;
  z-index: 2;
  background-color: #807c7b0d;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  padding: 60px 10%;
  transition: .5s all ease-out;
}
.post-listing .post-item:hover {
  box-shadow: 0px 13px 10px -8px rgba(0, 0, 0, 0.1);
  transform: scale(1.02, 1.02);
}
.post-listing .post-item:hover .post-item-inner {
  background-color: #f1f1f1;
  position: relative;
}
.post-listing .post-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.post-listing .post-header h2 {
  font-size: 34px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "Lora", Arial, Tahoma, sans-serif;
}
.post-listing .post-header h2 a {
  color: #666362;
  text-decoration: none;
}
.post-header .blog-post-tags {
  font-family: "Lora", Arial, Tahoma, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #666362;
  line-height: 14px;
}
.post-listing .post-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.post-listing .read-more > a{
  text-decoration: none;
  outline: 0;
  position: relative;
  overflow: hidden;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 0px 60px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  margin: 40px auto 0 auto;
  transition: all .3s;
  border-color: #666362;
  color: #666362;
  vertical-align: top;
}
.post-listing .read-more span.button_icon {
  display: block;
  padding: 11px 12px;
  float: right;
}
.post-listing .read-more span.button_label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
  padding-right: 0;
}
.post-listing .read-more > a:hover {
  background-color: #666362;
  color: #ffffff;
}
.post-listing .read-more > a:hover .button_icon i.icon-right-open-big {
  color: rgba(0,0,0,.5);
}
.blog-main-container .blog-sidebar:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1500px;
  height: 100%;
  background: rgba(0,0,0,.01);
  visibility: visible;
  left: 0;
}
.blog-main-container {
  overflow: hidden;
}
.blog-sidebar .sidebar-inner {
  padding-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.blog-sidebar .sidebar-inner h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}
.blog-sidebar .sidebar-inner p {
  padding: 0 10px;
  margin-bottom: 0;
}
.post-listing-wrapper .blog-pagination {
  width: 98%;
  margin: 0 1%;
}
.blog-pagination {
  text-align: center;
}
.blog-pagination .page {
  display: inline-block;
  margin: 20px 30px 0;
  padding: 4px 3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f8f8f8;
  background-image: url(https://7973271.fs1.hubspotusercontent-na2.net/hubfs/7973271/raw_assets/public/CorvallisCustomKB_August2020/images/stripes_3_b.png);
}
.blog-pagination a.next_page, .blog-pagination a.prev_page {
  display: inline-block;
  line-height: 43px;
}
.icon-right-open:before {
  content: '\e915';
}
.blog-pagination .page a {
  display: inline-block;
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color: #a8a8a8 !important;
}
.blog-pagination .page a:hover,
.blog-pagination .page a.blog-pagination__link--active {
  color: #fff !important;
  background-color: #666362;
  text-decoration: none;
}

.post-listing-wrapper .blog-pagination a {
  color: #353535;
}
a.blog-pagination__link.blog-pagination__prev-link--disabled {
  display: none;
}
.icon-left-open:before {
  content: '\e8b7';
}
a.blog-pagination__link.blog-pagination__next-link--disabled {
  display: none;
}

/* Blog Post */


.custom_blog_next-previous {
  padding: 0;
  background: none;
  position: relative;
  margin: 0 1% 20px;
  width: 98%;
  height: 40px;
  margin-top: 21px;
}
.custom_blog_next-previous a.previous_post_slug {
  color: #353535;
  text-decoration: none;
  outline: 0;
  position: absolute;
  top: 0;
  opacity: .6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 0;
}
.custom_blog_next-previous a.previous_post_slug i.icon {
  font-size: 25px;
  line-height: 30px;
  color: #626262;
}
.icon-left-open-big:before {
  content: '\e8b8';
}
.custom_blog_next-previous a.home {
  position: absolute;
  top: 0;
  opacity: .6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 50%;
  margin: 3px 0 0 -13px;
}
.custom_blog_next-previous a.home svg.icon {
  fill: #626262;
}
.post-blog .post-header {
  margin: 0 1% 20px;
  width: 98%;
}
.post-blog .post-header .title {
  padding-left: 10px;
}
.post-blog .post-header .title h2 {
  font-size: 40px !important;
  line-height: 50px !important;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Lora", Arial, Tahoma, sans-serif;
  color: #666362;
}
.post-blog .post-header .blog-post-tags {
  text-align: center;
}
.post-blog .custom-featured-wrapper {
  text-align: center;
  width: 98%;
  margin: 0 1% 40px;
}
.post-blog .custom-featured-wrapper .custom-featured {
  line-height: 0;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #f8f8f8;
  margin-left: 0;
  display: inline-block;
  max-width: 100%;
  width: 100%
}
.post-blog .custom-featured-wrapper .custom-featured-image {
  position: relative;
  overflow: hidden;
}
.post-blog .custom-featured-wrapper .custom-featured-image img {
  max-width: 100.1%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
  height: auto;
  width: 100%;
}
.post-blog .custom-featured-wrapper .custom-featured:hover .custom-featured-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.post-blog .blog-post__body {
  margin: 0 1%;
}
.blog-author-box {
  width: 98%;
  margin: 0 1% 40px;
}
.author-box-wrapper {
  display: flex;
  align-items: center;
}
.author-box-wrapper .avatar-wrapper {
  float: left;
  display: block;
  line-height: 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 300px;
  max-width: 50%;
  height: auto;
  border: none;
}
.author-box-wrapper .desc-wrapper {
  padding: 40px 70px 40px 24em;
  background-color: #807c7b0d;
  position: absolute;
  margin-left: 0px;
  width: 99%;
}
.author-box-wrapper .avatar-wrapper img {
  width: 100%;
}
.author-box-wrapper .desc-wrapper h4 {
  color: #666362;
}
.author-box-wrapper .desc-wrapper h4 a {
  color: #666362;
  text-decoration: none;
}
.custom_blog_next-previous a.next_post_name:hover,
.custom_blog_next-previous a.previous_post_slug:hover {
  opacity: 1;
}
.custom_blog_next-previous a.home:hover {
  opacity: 1;
}
.custom_blog_next-previous a.next_post_name {
  position: absolute;
  top: 0;
  opacity: .6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  right: 0;
}
.custom_blog_next-previous a.next_post_name i.icon {
  font-size: 25px;
  line-height: 30px;
  color: #626262;
}

.blog-comments {
  margin: 0 0 20px;
}
.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;
}
div#comments-listing {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.comment.depth-0:first-child {
  border: 0;
}
.comment-date {
  display: block !important;
  text-align: left;
}
.blog-recent-posts__list {
  display: flex;
  flex-wrap: wrap;
}

div#comments-listing:empty {
  border: none;
  margin: 0;
  padding: 0;
}

.blog-recent-posts {
  border: 0;
  border-top-width: 1px;
  border-style: solid;
  padding-top: 20px;
  border-color: rgba(0,0,0,.08);
}
.blog-recent-posts h4 {
  color: #666362;
}
.blog-recent-posts__list {
  display: block;
}
.blog-recent-posts__list .blog-recent-posts-item {
  width: 23%;
  position: relative;
  float: left;
  margin: 0 1% 40px;
}
.blog-recent-posts__list .blog-recent-posts-item:nth-child(4n+1) {
  clear: both;
}
.blog-recent-posts__list.recent-posts-image {
  display: block;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  border-color: #f8f8f8;
  margin-bottom: 15px;
}
.blog-recent-posts__list .recent-posts-image img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0;
  height: auto;
  max-width: 100.1%;
  width: 100% !important;
}
.blog-recent-posts__list .recent-posts-image a {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-recent-posts__list .recent-posts-image:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-recent-posts__list .blog-recent-posts-item .recent-posts-content h4 a {
  color: #666362;
  text-decoration: none;
}
.blog-recent-posts__list .blog-recent-posts-item .recent-posts-content a.read-button {
  text-decoration: none;
  outline: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  border-width: 2px;
  border-style: solid;
  transition: all .3s;
  border-color: #666362;
  color: #7f7f7f;
  margin-bottom: 0;
}
.recent-posts-content a.read-button span.button_icon {
  display: block;
  padding: 11px 12px;
  float: left;
  background: none;
}
.recent-posts-content a.read-button span.button_icon i {
  color: #7f7f7f;
}
.recent-posts-content a.read-button .button_label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 11px 20px;
  padding-left: 0;
}
.blog-recent-posts__list .blog-recent-posts-item .recent-posts-content a.read-button:hover {
  background-color: #666362;
  color: #fff;
}
.blog-recent-posts__list .blog-recent-posts-item .recent-posts-content a.read-button:hover i {
  color: rgba(0,0,0,.5);
}
.icon-layout:before {
  content: '\e8b1';
}
.recent-posts-image {
  display: block;
  margin: 0;
  border-width: 8px;
  border-style: solid;
  max-width: 100%;
  line-height: 0;
  border-color: #f8f8f8;
  margin-bottom: 15px;
}
a.fixed-nav.custom-previous {
  left: 0;
}
a.fixed-nav {
  position: fixed;
  bottom: 40px;
  height: 80px;
  z-index: 90;
  text-decoration: none;
  outline: 0;
}
.fixed-nav .arrow {
  display: block;
  width: 35px;
  height: 80px;
  font-size: 15px;
  position: relative;
  z-index: 92;
  color: #fff;
  line-height: 80px;
  text-align: center;
  background-color: #666362;
}
a.fixed-nav.custom-previous .arrow {
  float: left;
}
.fixed-nav .photo {
  height: 80px;
  width: 80px;
  position: relative;
  z-index: 92;
  overflow: hidden;
  line-height: 0;
  background-color: #000;
}
a.fixed-nav.custom-previous .photo {
  float: left;
}
.fixed-nav .photo, .fixed-nav .desc {
  transition: all .3s ease-in-out;
}
.fixed-nav .desc {
  width: 190px;
  padding: 6px 15px;
  min-height: 80px;
  background: #fff;
  z-index: 91;
}
a.fixed-nav.custom-previous .desc {
  float: left;
  margin-left: -335px;
}
.fixed-nav .desc h6 {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 3px;
  border: 0;
  padding-bottom: 3px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgba(0,0,0,.08);
}
.fixed-nav .desc .date{
  color: #a8a8a8;
}
.fixed-nav .desc i {
  display: inline-block;
  margin-right: 2px;
}
a.fixed-nav.custom-next {
  right: 0;
}

a.fixed-nav.custom-next .photo,
a.fixed-nav.custom-next .desc{
  float: right;
}
a.fixed-nav.custom-next span.arrow {
  float: right;
}
a.fixed-nav.custom-next .desc {
  margin-right: -335px;
}
.blog-main-container .content-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
}
a.fixed-nav.custom-previous:hover .desc {
  margin-left: 0;
}
.icon-clock:before {
  content: '\e843';
}
.fixed-nav .desc i:before {
  margin-left: 0;
}
a.fixed-nav.custom-next:hover .desc {
  margin-right: 0;
}
.fixed-nav .photo img.wp-post-image {
  height: 80px;
  object-fit: cover;
}
.blog-sidebar-social-icon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  padding-top: 20px;
}
.blog-sidebar-social-icon .icon-item {
  margin: 5px 0;
}
.blog-sidebar-social-icon .icon-item a {
  margin-right: 20px;
  outline: 0;
  color: #353535;
}
.icon-facebook:before {
  content: '\f30c';
}
.icon-instagram:before {
  content: '\f16d';
}
.icon-houzz:before {
  content: '\f27c';
}
.icon-pinterest:before {
  content: '\f312';
}

.blog-sidebar-social-icon .icon-item a:hover {
  color: #171717;
}


.blog-content .filters ul.filters_buttons li a:focus {
  text-decoration: none;
}

.blog-content .filters ul.filters_buttons li a:hover {
  color: #171717;
}

@media only screen and (max-width: 1430px){
  a.fixed-nav.custom-previous .photo {
    position: static;
    margin-left: -115px;
  }
  a.fixed-nav.custom-next .photo {
    position: static;
    margin-right: -115px;
  }
  a.fixed-nav.custom-previous:hover .photo {
    margin-left: 0;
  }
  a.fixed-nav.custom-next:hover .photo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1239px) and (min-width: 960px){

  .blog-main-container .content-wrapper {
    max-width: 940px;
  }
  .author-box-wrapper .desc-wrapper {
    padding: 40px 70px 40px 20em;
  }
}
@media only screen and (max-width: 990px){
  .post-listing .post-item {
    width: 100%;
  }

}
@media only screen and (max-width: 959px) and (min-width: 768px){
  .blog-main-container .content-wrapper {
    max-width: 708px;
  }
  .blog-sidebar .sidebar-inner h3 {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .post-listing .post-header h2 {
    font-size: 29px !important;
    line-height: 31px !important;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 767px){
  .blog-banner .blog-banner-overlay {
    padding: 80px 0;
  }
  .blog-main-container .content-wrapper {
    max-width: 100%;
  }
  .blog-main-container .blog-content {
    width: 100%;
    float: none;
    border: 0;
  }
  .blog-main-container .blog-sidebar {
    margin: auto 0;
    float: none;

    padding: 0;
    width: 100%;
  }
  .blog-content>.inner-wrapper {
    max-width: 100%;
    padding-left: 33px;
    padding-right: 33px;
  }
  .blog-content .filters {
    margin: 0 0 30px;
    width: 100%;
  }
  .blog-content .post-listing-wrapper {
    width: 100%;
    margin: 0 0 20px;
  }
  .post-listing .post-header h2 {
    font-size: 26px !important;
    line-height: 27px !important;
    letter-spacing: 0px;
  }
  .blog-sidebar .sidebar-inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 33px;
    padding-right: 33px;
    margin-bottom: 20px;
  }
  .blog-main-container .blog-sidebar:before {
    display: none;
  }
  .blog-sidebar .sidebar-inner h3 {
    font-size: 16px !important;
    line-height: 19px !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding: 10px 7px;
  }
  .post-blog .post-header {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .post-blog .custom-featured-wrapper {
    margin: 0 0 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .blog-author-box {
    width: 100%;
    margin: 0 0 20px;
  }
  .author-box-wrapper .desc-wrapper {
    padding: 40px 70px 40px 24em;
  }
  .blog-recent-posts__list .blog-recent-posts-item {
    margin: 0 0 20px;
    width: 100%;
    float: none;
  }
  .fixed-nav {
    display: none!important;
  }

  .post-blog .blog-post__body img {
    float: none !important;
    display: block;
    margin-right: 0 !important;
  }


}

@media(max-width:960px){

  .author-box-wrapper .avatar-wrapper {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .author-box-wrapper .desc-wrapper {
    width: 100%;
    padding: 40px;
    position: static;
  }

  .author-box-wrapper {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 479px){
  .blog-content .filters ul.filters_buttons li {
    margin-right: 10px;
  }
  .blog-content .filters ul.filters_buttons li.label {
    display: none;
  }
  .blog-content .filters ul.filters_buttons li a i.icon-tag {
    display: none;
  }
  .post-listing .post-header h2 {
    font-size: 20px !important;
    line-height: 22px !important;
    letter-spacing: 0px;
  }
  .blog-sidebar .sidebar-inner h3 {
    font-size: 15px !important;
    line-height: 18px !important;
  }

  a.border-btn.blank {
    padding: 0 10px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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 33px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 507px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  max-width:507px!important;
  padding: .1rem .75rem;
}

input#hs-pwd-widget-password {
  max-width: 507px !important;
  height: 40px !important;
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height:  normal;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #7f7f7f;
  box-sizing: border-box;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Lora, Arial, Tahoma, sans-serif;
  font-size: 1.25rem;
  color: #626262;
  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: #626262;
}
.systems-page .hs-input {
  max-width: 507px!important;
  display:block;
  margin:10px 0 10px 0;
}
input#hs-login-widget-remember {
  display: inline-block;
}
.hs-membership-loader.hs_submit.hs-submit {
  padding: 10px 0 0 0;
}
.systems-page ul.no-list.hs-error-msgs {
  max-width: 507px;
  padding: 0;
}
.systems-page .actions {
  padding: 0;
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs-content-id-1.hs-landing-page.hs-page .content-wrapper {
  max-width: 1380px;
  padding: 120px 0 0 0;
}

.hs-404-body-section .one.column {
  width: 98%;
  margin: 0 1% 40px;
  margin: 142px 13px;
}

.hs-404-body-section .error_pic {
  width: 30%;
  float: left;
  text-align: center;
}
.hs-404-body-section .error_pic i {
  font-size: 250px;
  line-height: 250px;
}
.icon-traffic-cone:before {
  content: '\e93b';
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none!important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.hs-404-body-section .error_desk {
  width: 70%;
  float: left;
  padding-top: 40px;
  margin-left: -60px;
}
.migration a.hs-button.large.primary,
.migration .hs_submit.hs-submit{
    margin: 0 1% 10px;
}

.form-input-validation-message-email ul{
    background-color: #ed3b2e; 
}
.form-input-validation-message-email ul>li{
    color:#fff;
    padding:10px;
}
.form-input-validation-message-email ul>li label{
    color:#fff;
    font-size: 15px;
    font-weight: normal;
}

.hs-404-body-section .error_desk h2 {
  font-size: 45px;
  line-height: 45px;
}
.hs-404-body-section .error_desk h4 {
  font-size: 26px;
  line-height: 30px;
  color:#666362
}
.hs-404-body-section .error_desk p .check {
  line-height: 45px;
  font-size: 16px;
}
.hs-404-body-section .error_desk p .button {
  margin: 0;
  display: inline;
  margin-left: 20px;
  border-color: #666362;
  color: #7f7f7f;
  transition: all .3s;
  border-width: 2px;
  border-style: solid;
  background-color: transparent!important;
  box-shadow: inset 0 0 0 0;
  line-height: inherit;
  padding: 11px 20px;
  cursor: pointer;
  background-image: none;
}
.hs-404-body-section .error_desk p .button:hover{
  text-decoration:none;
  background-color: #666362 !important;
  color: #fff;
}

@media only screen and (min-width: 1240px) {
   .migration .dnd-section>.row-fluid{
   width:98% !important;
  }
}

@media only screen and (max-width: 1239px) and (min-width: 960px)
{
  .migration .dnd-section>.row-fluid{
   max-width:940px !important;
  }
  .hs-404-body-section .error_pic i {
    font-size: 220px;
    line-height: 260px;
  }
  .hs-404-body-section .error_desk {
    margin-left: 0px;
  }
  
  .hs-content-id-1.hs-landing-page.hs-page .content-wrapper { 
    max-width: 940px !important;
    padding: 120px 0 0 0;
  }
  
}
@media only screen and (max-width: 959px) and (min-width: 768px)
{
    .hs-404-body-section .error_pic {
      width:100%;
      float:none !important;
    }
    .hs-404-body-section .error_desk {
      float:none;
      width:100% !important;
      margin-left:0px;
      text-align:center;
    }
    .hs-404-body-section .one.column{
      margin:50px 0 50px;
    }
  .migration .dnd-section>.row-fluid{
   max-width:708px !important;
  } 
    .hs-content-id-1.hs-landing-page.hs-page .content-wrapper {
      padding: 120px 0 0 0;
      max-width: 708px !important;
    }
}
@media only screen and (max-width: 767px){
  .hs-404-body-section .one.column{
    margin:20px 0 20px;
  }
  .hs-404-body-section .error_pic i {
    font-size: 160px;
    line-height: 160px;
  }
  .hs-404-body-section .error_desk h2{
    font-size:30px !important;
  }
  .hs-404-body-section .error_desk h4{
    font-size:19px !important;
  }
  .hs-404-body-section .error_pic {
    width:100%;
    float:none !important;
  }

  .hs-404-body-section .error_desk {
    float:none;
    width:100% !important;
    margin-left:0px;
    text-align:center;
    padding:0 33px
  }
  .hs-content-id-1.hs-landing-page.hs-page .content-wrapper {
    padding: 0;
  }
}
@media (max-width:425px){
    .migration a.hs-button.large.primary,
    .migration .hs_submit.hs-submit{
      margin: 38px 1% 20px !important;
    }  
    .systems-page .page-header h1 {
      font-size: 38px !important;
    }

}





/* Home Page Style */

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

img {
  height: auto;
  vertical-align: top;
  max-width: 100%;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "mfn-icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: none!important;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.custom-home-video .dnd-section .widget-type-cell {
  padding: 0;
}

.custom-home-video .dnd-section .dnd-section .widget-type-cell {
  padding: 0;
}

.custom-home-video .dnd-section > .row-fluid h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 4px;
}

.custom-home-video .dnd-section > .row-fluid h3 {
  color: #666362;
}

.custom-home-video .dnd-section > .row-fluid .row-fluid .span8 {
  width: 64.666%;
  padding: 0;
  margin: 0 1% 40px;
}

.custom-home-video .dnd-section > .row-fluid .row-fluid .span2 {
  width: 14.666%;
  margin: 0;
  margin: 0 1% 40px;
  padding: 0;
}

.custom-home-video .dnd-section>.row-fluid {
  max-width: 1380px;
}

.custom-home-video .dnd-section>.row-fluid .hs-oembed__starter {
  padding-bottom: 61.55%;
}

a.border-btn.blank {
  border-color: #666362;
  color: #666362;
  padding: 0px 60px;
  margin-top: 0px;
}

.border-btn.blank .button_label {
  padding: 11px 20px;
  font-size: 100%;
  font-size: 15px;
  line-height: 21px;
  padding-right: 0;
}

.border-btn.blank .button_icon {
  padding: 11px 12px;
}

.icon-right-open-big:before {
  content: '\e916';
}

a.border-btn.blank:hover {
  background-color: #666362;
  color: #ffffff;
}

a.border-btn.blank:hover .button_icon i {
  color: rgba(0,0,0,.5);
}

a.border-btn.blank .button_icon i {
  font-size: 15px;
  line-height: 21px;
}


.dnd-section[class*="force-full-width-section"] > .row-fluid .widget-type-cell {
  padding: 0;
}

.custom-home-section h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 4px;
}

.custom-home-section hr+h3 {
  color: #666362;
  padding: 0 5%;
}

.custom-home-section h4 {
  color: #666362;
}

/* Home Page Style */

.hs-website-section .dnd-section .row-fluid > div h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 4px;
}

.hs-website-section .dnd-section .row-fluid > div h3{
  color: #666362;
}


.hs-website-section .dnd-section .row-fluid>div img {
  vertical-align: unset;
}

.hs-website-section .dnd-section .row-fluid > div h4{
  color: #666362;
}

.border-btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  cursor: pointer;
  margin-right: 7px;
  text-decoration: none;
  font-size: 110%;
  line-height: 110%;
  border-width: 2px;
  border-style: solid;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: inset 0 0 0 0;
  background-image: none;
  transition: all .3s;
  border-color: #fff;
  color: #fff;
}

.border-btn .button_label {
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  padding: 15px 30px;
  padding-right: 0;
}

.border-btn .button_icon {
  float: right;
  padding: 15px 13px;
  background: none;
  display: block;
}


.border-btn:hover {
  background-color: rgba(0,0,0,.05);
}

a.border-btn.black {
  border-color: #000;
  color: #000;
}

.hs-website-section .border-btn.blank .button_label {
  line-height: 28px;
}

.hs-website-section .border-btn.blank .button_icon i {
  line-height: 28px;
}


/* About */

.custom-about-top-section .dnd-section>.row-fluid > div h5 {
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 4px;
}

.custom-about-top-section .dnd-section>.row-fluid > div h3 {
  color: #666362;
}

.custom-about-top-section .dnd-section>.row-fluid > div p.big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

.custom-about-top-section .dnd-section .row-fluid .span8 {
  margin-left: 0;
  width: 66.666%;
  margin: 0;
}

.custom-about-top-section .dnd-section .row-fluid .span4 {
  margin-left: 0;
  width: 33.333%;
}

.custom-about-top-section .dnd-section .row-fluid .span4 > div {
  width: 90%;
  margin: 0 1% 40px;
}

.custom-about-top-section .dnd-section .row-fluid .span8 > div {
  width: 90%;
  margin: 0 1% 40px;
}

.custom-about-top-section .dnd-section .row-fluid .span7 {
  width: 60%;
}

.custom-about-top-section .dnd-section .row-fluid .span5 {
  width: 40%;
  margin: 0;
}

.custom-about-top-section .dnd-section .row-fluid .span5 > div {
  width: 98%;
  float: left;
  margin: 0 1% 40px;
}

.custom-about-top-section .dnd-section .row-fluid .span7 > div {
  width: 98%;
  float: left;
  margin: 0 1% 40px;
}

.custom-about-top-section .dnd-section .row-fluid .span5 > div > div {
  padding: 20px 10% 0 10%;
}

.custom-about-top-section .dnd-section>.row-fluid {
  display: flex;
  align-items: center;
}

.custom-about-top-section .dnd-section .row-fluid .span6,
.custom-about-section .dnd-section .row-fluid .span6{
  width: 66.666%;
  margin: 0;
}

.custom-about-top-section .dnd-section .row-fluid .span6 > div,
.custom-about-section .dnd-section .row-fluid .span6 > div{
  margin: 0 1% 40px;
  margin-bottom: 0;
}

.custom-about-top-section .dnd-section .row-fluid .span6 > div h4{
  text-align:center;
  color: #666362;
}

.custom-about-top-section .dnd-section .row-fluid .span3 ,
.custom-about-section .dnd-section .row-fluid .span3 {
  width: 16.666%;
  margin: 0;
}

.custom-about-section .dnd-section>.row-fluid>div h5{
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 4px;
}

.custom-about-section .dnd-section>.row-fluid>div p.big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

p.big.extra-margin {
  padding-bottom: 40px;
}

.custom-about-top-section .dnd-section>.row-fluid>div h4 {
  color: #666362;
}
.custom-about-top-section .dnd-section>.row-fluid>div hr {
  background: none;
  color: transparent;
}

header.header {
  z-index: 9;
}

p.big {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

/* About Page */

@media(max-width:1200px){

  .hs-website-section .border-btn.blank .button_icon i {
    line-height: 21px;
  }

  .hs-website-section .border-btn.blank .button_label {
    line-height: 21px;
  }
}

@media(max-width:959px){
  body {
    font-size: 13px !important;
    line-height: 19px !important;
    letter-spacing: 0px;
  }


}

@media only screen and (max-width: 959px) and (min-width: 768px){
  .hs-home-layout .page-center{
    max-width: 708px !important;
  }
  .custom-home-section hr+h3 {
    font-size: 29px;
    line-height: 31px;
    letter-spacing: 0px;
  }
  .custom-home-section h5{
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 3px;
  }

  .border-btn.blank .button_label {
    font-size: 13px;
    line-height: 19px;
    padding-right: 20px;
  }

  .custom-about-top-section .dnd-section>.row-fluid>div h5,
  .custom-about-section .dnd-section>.row-fluid>div h5{
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 3px;
  }

  .custom-about-top-section .dnd-section>.row-fluid>div h3,
  .custom-about-section .dnd-section>.row-fluid>div h3{
    font-size: 29px;
    line-height: 31px;
    color: #666362;
    letter-spacing: 0px;
  }

  .custom-about-top-section .dnd-section>.row-fluid>div p.big,
  .custom-about-section .dnd-section>.row-fluid>div p.big{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span6>div h4,
  .custom-about-section .dnd-section .row-fluid .span6>div h6{
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

}

@media only screen and (max-width: 1239px) and (min-width: 960px){
  .hs-home-layout .page-center{
    max-width: 708px !important;
  }
}
@media only screen and (max-width: 1239px) and (min-width: 960px){
  .hs-website-section .dnd-section>.row-fluid{
    max-width: 940px !important;
  }
}



@media(max-width:767px){
  .dnd-section[class*="force-full-width-section"]>.row-fluid {
    padding: 0;
  }

  header.header {
    position: relative;
    border-bottom: none;
  }

  .custom-home-video .dnd-section>.row-fluid h5 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 3px;
  }

  .custom-home-video .dnd-section>.row-fluid h3 {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: 0px;
  }

  .custom-home-video .dnd-section>.row-fluid .row-fluid .span8 {
    width: 100%;
  }

  .custom-home-video .dnd-section>.row-fluid .hs-oembed__starter {
    padding-bottom: 56.25%;
  }

  .custom-home-section h5 {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 3px;
  }

  .custom-home-section hr+h3 {
    font-size: 26px;
    line-height: 27px;
    letter-spacing: 0px;
  }

  .custom-home-section h4 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span8 {
    width: 100%;
    margin-bottom: 20px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span4 {
    width: 100%;
    margin: 0;
  }

  .custom-about-top-section .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }

  .hs-about-layout .banner-content.page-center h1 {
    padding: 80px 0!important;
  }

  .custom-about-top-section .row-fluid [class*="span"] ,.custom-about-section .row-fluid [class*="span"] {
    min-height: 0;
  }

  .custom-about-top-section .dnd-section .row-fluid .span4 > div {
    margin: 0;
  }

  .custom-about-top-section .dnd-section>.row-fluid>div h5,
  .custom-about-section .dnd-section>.row-fluid>div h5{
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 3px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span8>div {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .custom-about-top-section .dnd-section>.row-fluid>div h3 ,
  .custom-about-section .dnd-section>.row-fluid>div h3{
    font-size: 26px;
    line-height: 27px;
    letter-spacing: 0px;
  }

  .custom-about-top-section .dnd-section>.row-fluid>div p.big ,
  .custom-about-section .dnd-section>.row-fluid>div p.big{
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span5 {
    width: 100%;
  }

  .custom-about-top-section .dnd-section .row-fluid .span7 {
    width: 100%;
  }

  .custom-about-top-section .dnd-section .row-fluid .span7>div {
    width: 100%;
    margin: 0;
    margin-bottom: 44px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span5>div {
    width: 100%;
  }

  .custom-about-top-section .dnd-section .row-fluid .span6,
  .custom-about-section .dnd-section .row-fluid .span6 {
    width: 100%;
  }

  .custom-about-top-section .dnd-section .row-fluid .span6>div, 
  .custom-about-section .dnd-section .row-fluid .span6>div {
    margin: 0;
    margin-bottom: 20px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span6>div h4 {
    padding-bottom: 0 !important;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0px;
  }

  .hs-website-section .dnd-section > .row-fluid {
    max-width: 700px !important;
    padding: 0 39px;
  }

  p.big {
    line-height: 21px;
  }

  .custom-about-top-section .dnd-section>.row-fluid{
    display:block;
  }

  .custom-about-top-section .dnd-section .row-fluid .span7>div {
    margin-bottom: 0;
  }

  .custom-about-top-section .dnd-section .row-fluid .span6>div, 
  .custom-about-section .dnd-section .row-fluid .span6>div {
    margin-bottom: 0;
  }

  .home-btn{
    text-align:left !important;
  }

  .hs-website-section .dnd-section>.row-fluid{
    max-width: 100% !important;
    padding: 0 33px;
  }

  p.big.extra-margin {
    padding-bottom: 20px;
  }

  .custom-about-top-section .dnd-section .row-fluid .span6>div h4 {
    padding-bottom: 20px !important;
  }


}

@media(max-width:479px){
  /*   a.border-btn.blank {
  padding: 0;
}

  .border-btn.blank .button_label {
  padding-left: 5px !important; 
}

  .border-btn.blank .button_icon {
  padding: 11px 5px !important;
}

  .border-btn .button_label {
  padding: 15px 5px !important;
}

  .border-btn .button_icon {
  padding: 15px 5px !important;
} */

  .hs-home-layout .custom-our-about-rich a.border-btn.blank .button_icon {
    padding: 11px 12px;
  }
  .hs-home-layout .custom-our-about-rich a.border-btn.blank .button_label {
    padding:11px 0px 11px 20px;
  }
  h2 {
    font-size: 25px !important;
    line-height: 25px !important;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 20px !important;
    line-height: 22px !important;
  }


  .hs-about-layout a.border-btn {
    font-size: 10px;
    padding: 0 10px;
  }

  .hs-about-layout a.border-btn.blank {
    padding: 0 10px;
  }
  
  .custom-our-about-rich a.border-btn.blank {
    padding: 0px 60px !important;
  }
  .hs-about-layout .border-btn.blank .button_label {
    font-size: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .hs-about-layout .border-btn.blank .button_icon {
    padding-left: 5px;
    padding-right: 0px;
  }

  
  .hs-about-layout .custom-services-item .border-btn {
    padding: 0 10px;
  }
  
  .custom-about-top-section .dnd-section>.row-fluid>div p.big,
  .custom-about-section .dnd-section>.row-fluid>div p.big {
    font-size: 13px;
    line-height: 19px;
  }

  .hs-website-section .dnd-section>.row-fluid {
    padding: 0px 33px;
  }

  p.big {
    line-height: 19px;
  }
  

  .hs-home-layout .border-btn .button_label {
    padding: 15px 5px;
  }

  .hs-home-layout .border-btn .button_icon {
    padding: 15px 5px 0 0;
  }


  .hs-about-layout .dnd-section h5 {
    line-height: 19px !important;
  }

  .custom-home-section h4 {
    float: none;
    text-align: center;
  }

}

a.border-btn.border-btn-sm {
  line-height: 1.5;
}

.hs-website-section a.border-btn.border-btn-sm .button_icon i {
  line-height: 1.5;
  position: relative;
  top: -2px;
}
.hs-website-section a.border-btn.border-btn-sm .button_icon {
  padding: 11px 12px;
  height: 43px;
}
.hs-website-section a.border-btn.border-btn-sm .button_label {
  line-height: 1.5;
}