/* ******************************************************************************
*********************************************************************************
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,
.banner-area .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}
.banner-area .dnd-section>.row-fluid{
  max-width:100%;
}


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

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
}

.dnd-section>.row-fluid,
.page-center,
.content-wrapper {
  padding-left:0.94rem;
  padding-right:0.94rem;
}

.dnd-section .widget-type-cell {}

@media (min-width:768px) {

  .mobile {
    display:none !important;
  }
}


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

  .desktop {
    display:none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Material Icons";
  src: url(https://7725356.fs1.hubspotusercontent-na1.net/hubfs/7725356/raw_assets/public/OxlandBuilders_June2021/fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "mr-eaves-xl-modern_1";
  src: url("https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/332c60/00000000000000003b9adbd0/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "mrs-eaves-xl-serif_1";
  src: url("https://use.typekit.net/af/8d27ad/00000000000000003b9adc15/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/8d27ad/00000000000000003b9adc15/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("https://use.typekit.net/af/8d27ad/00000000000000003b9adc15/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}


@font-face {
  font-family: "mr-eaves-xl-modern_1";
  src: url("https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),
    url("https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),
    url("https://use.typekit.net/af/bd2066/00000000000000003b9adbdb/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-style: italic;
  font-weight: 700;
  font-display: auto;
}

html {
  font-size: 16px;
  overflow-x:hidden;
}

::selection {
  color: rgba(255, 255, 255, 1.00);
  background: rgba(66, 19, 18, 1.00);
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-wrapper {
  overflow-x:hidden;
}

.no-banner .body-container-wrapper {
  padding-top:32px;
}

.body-container-wrapper {
  position:relative;
}

.body-container-wrapper:before {
  background-image:url(https://7725356.fs1.hubspotusercontent-na1.net/hubfs/7725356/raw_assets/public/OxlandBuilders_June2021/images/obgImage-358.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.75;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.body-container__website,
.custom-web-section-3,
.custom-web-section-2{
  position: relative;
}

.body-container__website:before,
.custom-web-section-3:before,
.custom-web-section-2:before{
  background-image:url(https://7725356.fs1.hubspotusercontent-na1.net/hubfs/7725356/raw_assets/public/OxlandBuilders_June2021/images/obgImage-358.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.75;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display:block;
}

.custom-website-section.custom-web-section:before {
  content:none;
}

p, ul li, ol li {
  font-size: 1rem;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

/* Anchor Links */
a {
  color: #0270E0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol, dl {
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25rem;
}

ul {
  margin-left: 1.1rem;
}

ol {
  margin-left: 1.4rem;
}

blockquote {
  margin: 0 0 1.25rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #ddd;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #312d2c;
}

figure {
  margin: 1em 40px;
}

img {
  display: inline-block;
  vertical-align: middle;
}

figcaption {
  margin:10px 0 0;
}

/* Horizontal Rules */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

hr, blockquote, abbr, acronym, .vcard {
  border-color: rgba(221, 221, 221, 1.00);
}


/* TODO */
small {
  font-size: 60%;
  line-height: inherit;
}
/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt,
.custom-footer-form .hs_cos_wrapper_type_form{
  width:100%;
  display:block;
  max-width:500px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding:16px 16px;
}

.custom-footer-form .hs_cos_wrapper_type_form {
  display:block;
  max-width:100%;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;

}
.hs-form {
  -webkit-font-smoothing: auto;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}



#email-prefs-form {
  max-width:100%;
}


.hs-button,
.button--primary,
.blog-comments .hs-button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  outline:0;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border: 1px solid #ff7a59;
  color: #fff;
  border-radius: 3px;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 12px;
  font-family: arial, helvetica, sans-serif;
  white-space: pre-wrap;
  margin:15px 0;
}

.hs-button:hover,
.button--primary:hover,
.blog-comments .hs-button:hover,
.hs-button:focus,
.button--primary:focus,
.blog-comments .hs-button:focus{
  text-decoration: none;
}

.actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0;
}

.actions .hs-button {
  margin:0;
}

.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: #33475b;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 90%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


form>.hs-form-field .hs-input:not([type=checkbox]):not([type=radio]),
fieldset>.hs-form-field:last-of-type .hs-input:not([type=checkbox]):not([type=radio]){
  width: 100%;
  max-width: 100%;
}

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

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  display: inline-block;
  height: 40px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0 15px;
  min-height: 27px;
  outline:0;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #c87872;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {

}


#hs-pwd-widget-password {
  height:40px !important;
  margin-top: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;
  min-height:auto;
}

.hs-input[type=file] {
  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: 64px;
  padding: 9px 10px;
}

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

.inputs-list label>input, .inputs-list label>span{
  vertical-align: unset !important;
}

/* 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 {
  line-height:0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  font-size:16px;
  line-height:normal;
}
.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;
}

.hs-form-field input+label {
  display:inline-block;
}

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

select.hs-input {
  color: #bfbfbf !important;
  padding: 9px 10px;
}


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

.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {

  form.hs-form-a74cf854-3217-449d-b4f5-6ec5c3b5a043_c83126e6-1e7b-4d46-8191-655f17f2ab83:not(.hs-video-form) .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form-a74cf854-3217-449d-b4f5-6ec5c3b5a043_c83126e6-1e7b-4d46-8191-655f17f2ab83:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 95%;
  }
}


@media(max-width:480px){

  .hs-form .input {
    margin-right: 0 !important;
  }

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

  .hs-input[type=checkbox], .hs-input[type=radio] {
    width: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  position: absolute;
  z-index: 9999999999;
  top: 0;
  right: 2px;
}

.custom-menu-primary .mobile-trigger {
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 50px;
  font-size: 35px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor:pointer;
}

.mobile-open .custom-menu-primary .mobile-trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.custom-menu-primary .mobile-trigger:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 50px;
  content: attr(data-icon);
}

.mobile-open .custom-menu-primary .mobile-trigger:before {
  content: 'close';
}

.custom-menu-primary .hs-menu-wrapper>ul {
  left: 50%;
  padding: 0;
  z-index: -1;
  margin: 0 auto;
  overflow: visible;
  max-height: 100px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  top: 37px;
}

.mobile-open .custom-menu-primary:after {
  cursor: default;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.75;
  background: #000000;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul {
  top: 100%;
  max-width: 500px;
  width: 100%;
  z-index: auto;
  height:100%;
}

.custom-menu-primary .hs-menu-wrapper {
  display:block !important;
  height:auto !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: absolute;
  width: 50px;
  height: 25px;
  float: left;
  clear: none;
  opacity: 0;
  top: -25px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li {
  top:0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all ease, opacity 0.2s ease-in;
  transition: all ease, opacity 0.2s ease-in;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  width: auto;
  font-size: 14px;
  line-height: 25px;
  right: 1px;
  text-align: right;
  position:absolute;
  display: block;
  white-space:nowrap;
  text-decoration: none;
  line-height: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  padding: 0 12px;
  font-weight:bold;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-right: 40px;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  text-decoration: underline;
  padding-right: 12px;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(1) {
  top: 10px;
  -webkit-transition-duration: 0.250000s;
  transition-duration: 0.250000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(2) {
  top: 45px;
  -webkit-transition-duration: 0.300000s;
  transition-duration: 0.300000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(3) {
  top: 80px;
  -webkit-transition-duration: 0.350000s;
  transition-duration: 0.350000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(4) {
  top: 115px;
  -webkit-transition-duration: 0.400000s;
  transition-duration: 0.400000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(5) {
  top: 150px;
  -webkit-transition-duration: 0.450000s;
  transition-duration: 0.450000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(6) {
  top: 185px;
  -webkit-transition-duration: 0.500000s;
  transition-duration: 0.500000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) {
  top: 220px;
  -webkit-transition-duration: 0.550000s;
  transition-duration: 0.550000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(8) {
  top: 255px;
  -webkit-transition-duration: 0.600000s;
  transition-duration: 0.600000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(9) {
  top: 290px;
  -webkit-transition-duration: 0.650000s;
  transition-duration: 0.650000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(10) {
  top: 325px;
  -webkit-transition-duration: 0.700000s;
  transition-duration: 0.700000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(11) {
  top: 360px;
  -webkit-transition-duration: 0.750000s;
  transition-duration: 0.750000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(12) {
  top: 395px;
  -webkit-transition-duration: 0.800000s;
  transition-duration: 0.800000s;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a {
  padding-right:40px;
}

.child-trigger{
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 25px;
  z-index: 999;
  padding-bottom: 5px;
}
.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: 13px;
  height: 3px;
  background-color: #fff; /* Icon color */
  display: block;
  transition:all .3s ease;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  

.child-open>.child-trigger i {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.child-open>.child-trigger i:after{
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul {
  position: absolute;
  background-color: #000;
  top: 100%;
  left: auto;
  right:40px;
  min-width: 200px;
  width: 100%;
  z-index: 100;
  opacity:0;
  visibility:hidden;
  padding:15px 10px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.child-open>ul {
  opacity:1;
  visibility:visible;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.child-open~li {
  z-index: -1;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li {
  opacity: 0;
  top: -25px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.custom-menu-primary .hs-menu-wrapper>ul li.child-open>ul>li {
  top: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all .2s ease,opacity .2s ease-in;
  transition: all .2s ease,opacity .2s ease-in;
}

.custom-menu-primary .hs-menu-wrapper>ul li.child-open>ul>li:nth-of-type(1) {

}

@media (max-width:1028px) {
  .mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-right:12px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    right:12px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

/*!
* baguetteBox.js
* @author  feimosi
* @version 1.11.1
* @url https://github.com/feimosi/baguetteBox.js
*/


#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }
#baguetteBox-overlay.visible {
  opacity: 1; }
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }
.baguetteBox-button#next-button {
  right: 2%; }
.baguetteBox-button#previous-button {
  left: 2%; }
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
Preloader
Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } 
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.custom-gallery-banner .row-fluid [class*="span"] {
  min-height: 0;
}

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

.custom-website-section .widget-type-simple_menu {
  position: relative;
  margin: 0px;
  padding: 2.00rem 0.00rem 1.00rem 0.00rem;
}

.custom-website-section .widget-type-simple_menu > span {
  display: block;
}

.custom-website-section .widget-type-simple_menu:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  background-image: linear-gradient(
    0deg
    ,rgba(231, 224, 205, 0.00) 0%,rgba(169, 146, 125, 0.50) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 224, 205, 0.00)', endColorStr='rgba(169, 146, 125, 0.50)',GradientType=0)";
}


.custom-website-section .widget-type-simple_menu .hs-menu-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0 -.625rem;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li {
  list-style: none;
  width: 20%;
  display: block;
  float: left;
  height: auto;
  padding: 0.25rem 0.25rem;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul:before,.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul:after {
  content: '';
  display: block;
  clear: both;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li a {
  color: rgba(66, 19, 18, 1.00);
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: .875rem 1.75rem .9375rem 1.75rem;
  font-size: .8125rem;
  background-color: rgba(242, 242, 242, 0.00);
  border: 2px solid rgba(66, 19, 18, 1.00);
  border-radius: 1000px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  -webkit-transition: color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;
  -webkit-transition: color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;
  transition: color 200ms ease,background-color 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;
  transition: color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease;
  transition: color 200ms ease,background-color 200ms ease,box-shadow 200ms ease,border 200ms ease,-webkit-box-shadow 200ms ease;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li a:hover {
  color: rgba(242, 242, 242, 1.00);
  background-color: rgba(66, 19, 18, 1.00);
  border: 2px solid rgba(66, 19, 18, 1.00);
}

.custom-col-6 {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  float: left;
  position: relative;
  width: 50%;
}
.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li{
  animation-duration: 1000ms;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li:nth-child(2) {
  animation-delay: 200ms;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li:nth-child(3) {
  animation-delay: 400ms;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li:nth-child(4) {
  animation-delay: 600ms;
}

.custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li:nth-child(5) {
  animation-delay: 800ms;
}
.custom-row{
  margin: 0 -0.94rem;
}
.custom-row:before,
.custom-row:after{
  content:'';
  display:block;
  clear:both;
}

.custom-servies-banner .custom-banner-area:after {
  background-color: rgba(0, 0, 0, 0.50);
}
.custom-servies-section .custom-construction .custom-construction-content ul li a {
  color: rgba(38, 35, 34, 1.00);
  font-size: 24px;
  line-height: 30px;
}

.custom-servies-section .custom-construction .custom-construction-content ul li:before {
  color: rgba(66, 19, 18, 1.00);
}

.custom-servies-section .custom-construction .custom-construction-content ul li {
  display: flex;
  padding: 8px 8px 8px 8px;
  align-items: center;
}

.custom-servies-section .custom-construction .custom-construction-inner {
  margin: 0px 0px 10px 0px;
}

.custom-servies-section .custom-design-build.overlay-yes .custom-design-build-inner:after {
  background-color: rgba(0, 0, 0, 0.60);
}

.custom-servies-section .custom-design-build .custom-design-build-summary ul li a {
  font-size: 24px;
  line-height: 30px;
}

.custom-servies-section .custom-design-build .custom-design-build-bottom .custom-design-build-summary ul li {
  display: flex;
  padding: 8px 8px 8px 8px;
}

.custom-design-build.theme-top .custom-design-build-summary ul li {
  display: block;
  padding: 8px 8px 7px 8px;
}

.custom-careers-section .hs-responsive-embed-wrapper {
  max-width: 100% !important;
  max-height: 100% !important;
  position: relative;
}

.custom-careers-section .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.27198% !important;
}

.custom-careers-section .hs-responsive-embed-wrapper .hs-responsive-embed-inner-wrapper iframe {
  border-width: 2px !important;
  border-style: inset !important;
  border-color: initial !important;
  border-image: initial !important;
}

.contact-text.footer-us {
  width: 100%;
  position: relative;
  padding-left: .94rem;
  padding-right: .94rem;
}

.contact-text p + h5:last-of-type {
  letter-spacing: 0.08px;
}

.custom-careers-section .row-fluid .span6 {
  width: 50%;
  margin: 0;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.custom-careers-section .row-fluid .span6:first-child {
  padding-left: 0;
}

.custom-careers-section .row-fluid .span6:last-child {
  padding-right: 0;
}

.gery-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  transition: background-color 300ms ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(169, 146, 125, 1.00);
  color: rgba(248, 248, 248, 1.00);
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

.gery-btn:hover {
  background-color: rgba(160, 138, 118, 1.00);
  color: rgba(255, 255, 255, 1.00);
}

.custom-website-section .custom-home-section .widget-type-simple_menu .hs-menu-wrapper ul li {
  padding: 0.50rem 0.25rem;
}

.custom-home-section .row-fluid .span8 {
  margin: 0;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  width: 66.6666666667%;
}

.custom-home-section .row-fluid .span4 {
  width: 33.3333333333%;
  margin: 0;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
}

.custom-home-section .dnd-section>.row-fluid {
  padding: 0;
}

.custom-home-section .gery-btn {
  width: auto;
  background-color: rgba(66, 19, 18, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border-radius: 1000px;
  padding: 1rem 2rem 1.0625rem 2rem;
}

.custom-home-section hr {
  opacity: 1.00;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 1.00rem 0;
  border-color: rgba(231, 224, 205, 1.00);
}

.custom-home-section h3 {
  padding-bottom: .5rem;
  margin: 0;
}

.custom-home-section .intro {
  line-height: 1.40;
  font-size: 1.38rem;
}

.custom-home-section h6 {
  font-size: 1.00rem;
  line-height: 1.4;
  margin: 0;
}

.custom-home-section .button-gery {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  transition: background-color 300ms ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(66, 19, 18, 1.00);
  color: rgba(255, 255, 255, 1.00);
  padding: .625rem 1.25rem .6875rem 1.25rem;
  font-size: .6875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  margin-bottom: 0;
  margin: 5px 0;
}

.no-banner .hs-gallery-layout .custom-header:after{
  padding: 2.00rem 0.00rem 1.00rem 0.00rem;
}

.custom-col-4 {
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  width: 33.3333333333%;
  position: relative;
  float: left;
}

.hs-home-layout h1, .hs-home-layout h2,  .hs-home-layout h3, .hs-home-layout h4, .hs-home-layout h5, .hs-home-layout h6 {
  font-family: "mrs-eaves-xl-serif_1",serif !important;
}

.hs-home-layout{
  font-family: 'mr-eaves-xl-modern_1',sans-serif;
}

.custom-web-section-2 .dnd-section,.custom-web-section-3 .dnd-section {
  padding: 0;
}

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

@media(min-width:641px){
  img.des-hide {
    display: none;
  }
}

@media(max-width:640px){
  .custom-website-section .widget-type-simple_menu .hs-menu-wrapper ul li {
    width: 100%;
  }
  img.mob-hide {
    display: none;
  }

  h2 {
    font-size: 1.69rem;
  }
  .custom-col-6 {
    width: 100%;
  }

  h3.h2 {
    font-size: 1.38rem;
  }

  h1{
    font-size: 2.12rem;
  } 
  .custom-careers-section .row-fluid .span6 {
    padding: 0;
    width: 100%;
  }
  .custom-col-4 {
    width:100%;
  }

  .custom-home-section .row-fluid .span8,
  .custom-home-section .row-fluid .span4 {
    width: 100%;
  }

  .custom-home-section h3 {
    font-size: 1.38rem;
  }

  .custom-home-section .intro {
    font-size: 1.12rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom-header {
  position: absolute;
  width: 100%;
  padding: 1.00rem 0.00rem 1.00rem 0.00rem;
  left: 0;
  top: 0;
  z-index:10;
}

.custom-header .header__container {
  max-width:100%;
}

.no-banner .custom-header {
  position:relative;
}

.no-banner .custom-header:after {
  position: absolute;
  top: 100%;
  bottom: auto;
  padding: 1.00rem 0.00rem 1.00rem 0.00rem;
  display:block;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  background-image: linear-gradient(0deg,rgba(231, 224, 205, 0.00) 0%,rgba(169, 146, 125, 0.50) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(231, 224, 205, 0.00)', endColorStr='rgba(169, 146, 125, 0.50)',GradientType=0)";
}

.custom-header .header__container {
  position:relative;
}

.custom-logo {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
}

.custom-logo img {
  max-width: 200px;
  width: 100% !important;
  height: auto;
}

@media (min-width:641px) {
  .custom-logo {
    width: 25%;
  }

  .custom-logo img {
    max-width: 225px;
  }
}

@media (min-width:1024px) {
  .custom-logo img {
    max-width: 300px; 
  }
}

@media (max-width:999px) {
  .custom-logo img {
    max-width:140px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer-top {
  padding: 1.00rem 0.00rem 1.00rem 0.00rem;
  z-index:1;
  position:relative;
}

.custom-footer .footer__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.custom-footer-top:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image:url(https://7725356.fs1.hubspotusercontent-na1.net/hubfs/7725356/raw_assets/public/OxlandBuilders_June2021/images/obgImage-36-4F3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.custom-footer-top .footer_inner>div {
  position: relative;
  padding-left: .94rem;
  padding-right: .94rem;
  float: left;
  width:100%;
}

.custom-footer-bottom {
  position: relative;
  padding: 1.00rem 0.00rem 4.00rem 0.00rem;
}

.custom-footer-copyright,.custom-footer-guide-quality {
  position: relative;
  padding-left: .94rem;
  padding-right: .94rem;
  float: left;
  width: 100%;
}
.custom-footer-copyright p {
  margin:0;
  font-size: 0.90rem;
}

.custom-footer-copyright p:last-of-type {
  font-size: 1.00rem;
}

.custom-footer-guide-quality {
  float: right;
}

.custom-footer-contact h3,.custom-footer-contact h5 {
  letter-spacing: 0.08rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.custom-footer-contact h3 {
  margin: 0;
}

.custom-footer-contact hr {
  opacity: 0.10;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 1.00rem 0;
}

.custom-footer-buttons .hs_cos_wrapper_type_rich_text:after,
.custom-footer-buttons .hs_cos_wrapper_type_rich_text:before {
  display:block;
  clear:both;
  content:"";
}

.custom-footer-buttons a {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #fff;
  border-color: #ccc;
  color: #333;
  transition: background-color 300ms ease-out;
  background-color: #a9927d;
  color: #f8f8f8;
  float:left;
  clear:left;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;

}

.custom-footer-buttons a:hover {
  background-color:#a08a76;
}

.footer-floating-social-icons {
  background-image:url(https://7725356.fs1.hubspotusercontent-na1.net/hubfs/7725356/raw_assets/public/OxlandBuilders_June2021/images/obgImage-18-2D3.jpg);
  padding: 5.00px .00px 5.00px .00px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
  width: 100%;
}

.custom-footer-form .hs_cos_wrapper_type_form {
  display: block;
  max-width: 100%;
}

.custom-footer .footer__container .footer_inner {
  width: 100%;
}

@media (min-width:640px) {
  .custom-footer-bottom {
    padding: 1.00rem 0.00rem 1.00rem 0.00rem;
  }

  .custom-footer-copyright {
    width: 83.3333333333%;

  }

  .custom-footer-guide-quality {
    width: 16.6666666667%;
  }

  .custom-footer-top .footer_inner>div {
    width:50%;
  }

  .footer-floating-social-icons {
    display:none !important;
  }

}

@media (max-width:640px) {
  .custom-footer-contact h3 {
    font-size:1.44rem;
  }

  .contact-text h3 {
    font-size: 1.44rem;
  }

  .contact-text h5 {
    font-size: 1.12rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */



.blog-header {
  background-color: transparent;
  text-align: center;
}
div#infscr-loading {
  opacity: 0 !important;
  visibility: hidden !important;
}
.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-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

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

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

.comment-date {
  display:block !important;
}

#comments-listing .comment-reply-to {
  padding-left:40px;
  background-position:15px center;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 20px;
  margin: 0 0 40px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 15px;
}

.blog-title hr.custom {
  opacity: 1.00;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 1.00rem 0;
  border-color: rgba(231, 224, 205, 1.00);
}

.blog-content-wrapper {
  margin: 0 -0.94rem;
}

.hs-blog-listing .body-container-wrapper,
.hs-blog-post .body-container-wrapper {
  padding-bottom: calc(2.00rem + 17px);
}

.blog-content,
.blog-sidebar{
  position: relative;
  float: left;
  padding-left: 0.94rem;
  padding-right: 0.94rem;
  width:100%;
}

.blog-sidebar {
  float:right;
  margin-bottom: 1.25rem;
}

.post-listing {
  position: relative;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  margin: 0;
  width: 100%;
  display: -ms-grid;
  -ms-grid-columns: 1fr;

}

.post-listing .post-item {
  position: relative;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  background: #a9927d center center;
  background-size: cover;
  box-shadow: 0 0 1px rgb(39 44 49 / 10%), 0 3px 16px rgb(39 44 49 / 7%);
  transition: all 0.5s ease;
  flex: unset;
  display: block;
}

.post-listing .post-item:hover {
  transition: all 0.3s ease;
  transform: translate3D(0, -5px, 0);
  box-shadow: rgb(39 44 49 / 6%) 8px 14px 38px, rgb(39 44 49 / 3%) 1px 3px 8px;
}

.post-listing .post-item .post-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

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

.post-listing .post-item .post-image-wrapper .blog-link {
  display:block;
  padding-bottom:100%;
  overflow:hidden;
  position:relative;
}

.post-listing .post-item .post-image-wrapper img {
  position:absolute;
  width:100%;
  height:100%;
  object-fit:cover;
}

.post-listing .post-item .post_content_wrapper {
  padding: calc(10rem/16);
  width: 100%;
  position: relative;
  background-color: rgba(169, 146, 125, 1.00);
}

.post-listing .post-item .post_content_wrapper .post_content {
  width: 100%;
  position: relative;
  height: 100%;
}

.post-listing .post-item .post-title {
  color: rgba(255, 255, 255, 1.00);
}

.post-listing .post-item .post-title a {
  color: inherit;
}

.post-listing .post-item .post-title a:hover {
  opacity: 0.8;
  color: inherit;
}

.post-listing .post-item .post-date {
  font-size: 0.9rem;
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  color: rgba(255, 255, 255, 1.00);
}

.blog-pagination {
  text-align:center;
}

.loadmore {
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: rgba(66, 19, 18, 1.00);
  color: rgba(255, 255, 255, 1.00);
  display: inline-block;
  margin: 1rem auto;
  padding: .875rem 1.75rem .9375rem 1.75rem;
  font-size: .8125rem;
}

.loadmore:hover {
  color: rgba(255, 255, 255, 1.00);
  background-color: rgba(62, 18, 17, 1.00);
}

.loadmore.no-post {
  cursor: not-allowed;
  width: 150px;
  background: #000;
}
.blog-filters ul {
  display:none !important;
}

.blog-sidebar-inner {
  margin:8px 0 0; 
  color: #fff;
  padding: 1.25rem;
  background-color: #a9927d;
}

.blog-sidebar h3 {
  line-height: 1;
  margin-bottom: .625rem;
  color: #ffffff;
}

.blog-search input.hs-search-field__input {
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
  display: block;
  font-family: inherit;
  margin: 0 0 1rem 0;
  width: 100%;
  padding: 0.50rem;
  border-width: 1px;
  border-radius: 0px;
  margin-bottom: 1.00rem;
  font-size: 0.90rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
  height: 2.30rem;
  line-height: normal;
}

.blog-search input.hs-search-field__input:focus{
  border-color: rgba(66, 19, 18, 1.00);
}

.blog-search input.hs-search-field__input::placeholder {
  color:#aaa;
}

.blog-search .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  float: right;
  border-color: #ccc;
  transition: background-color 300ms ease-out;
  display: inline-block;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  background-color: #7a1c06;
  color: #f8f8f8;
  padding: .625rem 1.25rem .6875rem 1.25rem;
  font-size: .6875rem;
}

.blog-filters select.tinynav {
  -webkit-appearance: none;
  appearance: none;
  -moz-apparance: none;
  text-transform: none;
  width: 100%;
  background-image: url(https://7725356.fs1.hubspotusercontent-na1.net/hubfs/7725356/raw_assets/public/OxlandBuilders_June2021/images/down-arrow.svg);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  font-family: inherit;
  line-height: normal;
  margin: 0 0 1rem 0;
  padding: 0.50rem;
  border-width: 1px;
  border-radius: 0px;
  margin-bottom: 1.00rem;
  font-size: 0.90rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #222222;
  padding-right: 1.5rem;
  height: 2.30rem;
}

.blog-topics ul.tags {
  text-align: left;
  list-style: none;
  overflow: auto;
  width: 100%;
  margin-left: 0;
  color: #fff;
}

.contact-text h3, .contact-text h5 {
  color: #fff;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  margin: 0 0 1.25rem;
}

.contact-text h3 {
  margin: 0;
}

.contact-text p {
  color: #fff;
}

.contact-text hr {
  opacity: 0.10;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 1.00rem 0;
}

@media all and (-ms-high-contrast:none){
  .post-listing {
    display:block;
    margin-left:-10px;
    margin-right:-10px;
  }

  .post-listing:before,
  .post-listing:after{
    content:"";
    display:block;
    clear:both;
  }

  .post-listing .post-item {
    width:30.3333333%;
    float:left;
    margin:0 10px;
    margin-bottom:1.25rem;
  }

  .material-icons:before{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 50px;
    content: attr(data-icon);
  }

}



@media (min-width:640px) {
  .blog-content {
    width:75%;
  }

  .blog-sidebar {
    width: 25%;
  }

  .post-listing {
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
  }

}

@media (min-width:1024px) {
  .post-listing {
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
  }
}

@media (max-width:767px) {

}

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !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 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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




.custom-error-page {
  text-align: center;
  padding: 50px 0;
}

.custom-error-page h1 {
  margin: 0;
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  font-size: 150px;
  line-height: 150px;
  font-weight: bold;
  color: #444;
}

.custom-error-page h2 {
  color: #444;
  margin: 0;
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}

.custom-error-page p {
  font: normal 14px/20px Arial, Helvetica, sans-serif;
  color: #444;
  margin: 1em 0;
}

.systems-page form,
#email-prefs-form{
  max-width: 500px;
}

.systems-page form#email-prefs-form {
  max-width: 100%;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  background-color: #fff;
  width:100%;
  padding:10px;
}

.hs-search-field--open .hs-search-field__suggestions li {
  font-size: 16px;
  padding: 0;
}

@media(max-width:767px){
  .systems-page form,
  #email-prefs-form{
    max-width: 100%;
  }


  .systems-page form input[type="text"],
  .systems-page form input[type="password"],
  .systems-page form input[type="datetime"],
  .systems-page form input[type="datetime-local"],
  .systems-page form input[type="date"], 
  .systems-page form input[type="month"],
  .systems-page form input[type="time"], 
  .systems-page form input[type="week"], 
  .systems-page form input[type="number"],
  .systems-page form input[type="email"], 
  .systems-page form input[type="url"], form
  .systems-page input[type="search"], form 
  .systems-page input[type="tel"], 
  .systems-page form input[type="color"],
  .systems-page form input[type="file"], form textarea,
  .systems-page .hs-search-field__input,
  .systems-page #hs-pwd-widget-password {
    width: 100%;
  }
  .systems-page .success {
    min-width: 100%;
  }
}