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










































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

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

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* 
.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
} */

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

@font-face {
  font-family: FontAwesome;
  src: url(//461052.fs1.hubspotusercontent-na1.net/hubfs/461052/raw_assets/public/cypress_homes/fonts/FontAwesome/fontawesome-webfont.woff2) format('woff2'),
    url(//461052.fs1.hubspotusercontent-na1.net/hubfs/461052/raw_assets/public/cypress_homes/fonts/FontAwesome/fontawesome-webfont.woff) format("woff"),
    url(//461052.fs1.hubspotusercontent-na1.net/hubfs/461052/raw_assets/public/cypress_homes/fonts/FontAwesome/fontawesome-webfont.ttf) format("truetype");
  font-weight: 400;
  font-style: normal
}

[class*=uk-icon-] {
  font-family: FontAwesome;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[class*=uk-icon-],[class*=uk-icon-]:focus,[class*=uk-icon-]:hover {
  text-decoration: none
}

html {
  font-size: 16px;
}

body {
  font-family: Lato,'Helvetica Nueu','Helvetica',Arial,sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.5rem;
}
p:first-child{
  margin: 0 0 15px 0;
}
p {
  margin:0 0 15px;
}

/* Anchor Links */
a {
  color: #336666;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Lora','Times New Roman',Times,serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

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

h6 {
  font-size: .9rem;
  line-height: 18px;
}
h1, h2, h3, h4 {
  letter-spacing: 2px;
  text-transform: uppercase;
}

*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
  margin-top: 25px;
}
*+address, *+blockquote, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul {
  margin-top: 15px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding-left: 30px;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
}

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;
}
/* ******************************************************************************
*********************************************************************************
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: .92rem;
  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: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

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 {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #000;
}
.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,'Helvetica Nueu','Helvetica',Arial,sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
/*   display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* 
.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

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

/* .hs-landing-page {
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url("https://21450224.fs1.hubspotusercontent-na1.net/hubfs/21450224/IMG_1887.jpg") !important;
    background-size: auto,cover !important;
    background-position: 50% 50%,100% 0% !important;
    background-attachment: scroll,scroll !important;
    background-repeat: no-repeat,no-repeat !important;
    background-color: rgb(0,0,0) !important;  
}
.lpforminner h1 strong {
    font-weight: 600;
}   */
/*CSS For Available Homes Inner Pages Starts */
.dp_title {
  display: inline-block;
}
.dp_avalprice.displayflex {
  display: flex;
  flex-wrap: wrap;
}
.displayflex .priceinner {
  width: 60%;
}
.displayflex .home_builder_plan {
  width: 40%;
  text-align: right;
}
.home_builder_plan a {
  color: #2a2a2a;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Lato';
}
.dp_avalcontent ,
.dpaval_description p{
  font-family: 'Lato';
}
span.textprice {
  color: #818181;
  line-height: 24px;
}
.accepted {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.dp_avaldetail {
  margin: 15px 0;
}
span.dash {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.detailedpage-avalhomes .carousel-wrap,
.dp-avalhomesinner_center .carousel-wrap{
  width: auto;
  background: #f1f1f1;
  padding: 20px 0 20px 0;
}
.detailedpage-avalhomes button.owl-prev,
.dp-avalhomesinner_center button.owl-prev{
  position: absolute;
  left: 0;
  top: 40%;
}
.detailedpage-avalhomes button.owl-next,
.dp-avalhomesinner_center button.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}
.detailedpage-avalhomes i.fa.fa-caret-left,
.detailedpage-avalhomes i.fa.fa-caret-right,
.dp-avalhomesinner_center i.fa.fa-caret-left,
.dp-avalhomesinner_center i.fa.fa-caret-right{
  font-size: 50px;
}
/*CSS For Available Homes Inner Pages Ends */

/*CSS For Home Design and inner pages starts*/

.home-design-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.home-design-col {
  flex: 0 0 33.333333%;
  text-align: center;
  margin-bottom: 45px;
}
.home-design-listing-img {
  display: inline-block;
  position: relative;
  max-width: 90%;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  margin: 0;
  object-fit: cover;
}
.home-design-listing-img img {
  width: 100%;
}
.home-design-listing-imgcaption {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
}
.home-design-listing-bottomcontent {
  text-align: center;
  margin-top: 15px;
}
.home-design-listing-bottomcontent p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding-bottom: 12px;
}
span.short-info {
  font-size: 14px;
  line-height: 24px;
}
.home-design-listing-bottomcontent p {

}
a.home-design-listing-btn:hover,
a.home-design-listing-btn:focus{
  border-color: #254c4c;
  background: #254c4c;
  color: #fff;
  text-decoration: none;
}
a.home-design-listing-btn {
  background: #336666;
  color: #fff;
  border: 1px solid #336666;
  border-radius: 5px;
  font-size: 12px;
  padding: 0 12px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 3px;
}
section.home-design-listing-section {
  margin-top: 5%;
}
.home-design-listing-img h4 {
  font-family: 'Lora', serif;
  color: #fff;
  font-weight: 400;
}
.design-intro-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider-section,
.design-intro-content {
  width: 50%;
}
.design-intro-content .design-title h3 {
  font-size: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
  font-family: 'Lora', serif;
  position: relative;
}
.design-title h3 em {
  font-style: normal;
  background: #fff;
  position: relative;
  display: inline-block;
  padding-right: 5px;
}
.design-title h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 5px;
  background: #ff6600;
  width: 100%;
}
.design-title {
  display: inline-block;
}
.design-title h1 {
  font-size: 45px;
  line-height: 45px;
  font-family: 'Lato-Bold',sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: 2px;
}
.design-intro-content {
  padding-left: 35px;
}
.home-design-price {
  margin-top: 30px;
}
span.price-tag {
  color: #818181;
  font-size: 32px;
  font-family: 'Lato';
  letter-spacing: 2px;
  font-weight: 700;
}
.home-large-details {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 15px 0 15px 0;
  font-size: 16px;
  color: #000;
  line-height: 14px;
  font-family: 'Lato';
}
.home-content-cta button.btn.btn-info.btn-lg {
  background: #336666;
  color: #fff;
  border: 1px solid #336666;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 12px;
  min-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
}
.home-content-cta button.btn.btn-info.btn-lg:hover {
  border-color: #254c4c;
  background: #254c4c;
}
.design-description p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
}
.design-description a {
  color: #336666;
  text-decoration: none;
}
.construction-images {
  display: flex;
  flex-wrap: wrap;
}
.construction-images div {
  flex: 0 0 33.3333%;
}
.construction-images img {
  width: 100%;
}
.construction-images.twoimgs div {
  flex: 0 0 50%;
}
.construction-images.singleimg{
  text-align: center;
}
.construction-images.singleimg img {
  max-height: 600px;
  height: auto;
  max-width: 100%;
  width: auto;
}
.construction-images.singleimg div {
  flex: 0 0 100%;
}
.home-design-single-page {
  padding-bottom: 50px;
  padding-top: 50px;
}

.slider-section .item {
  height: 378px;
}
.fa-chevron-left:before {
  content: "\f053";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
.fa-chevron-right:before {
  content: "\f054";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
#house-design-carousel button.owl-next {
  position: absolute;
  right: 0;
  top: 40%;
}
#house-design-carousel button.owl-prev {
  position: absolute;
  left: 0;
  top: 40%;
}
#homedesignrequestinfo input[type=text],
#homedesignrequestinfo input[type=email],
#homedesignrequestinfo input[type=tel],
#homedesignrequestinfo textarea{
  font-size: 16px;
  color: #444;
  font-family: 'Lato';
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  border: 1px solid #ddd;
  padding: 4px 6px;
  background: #fff;
}
#homedesignrequestinfo .hs-input::placeholder {
  color: #999999;
  font-weight: 400;
  line-height: 24px;
}
#homedesignrequestinfo .modal-header {
  padding: 0;
  padding-right: 15px;
  border-bottom: none;
}
#homedesignrequestinfo input.hs-button.primary.large {
  border: 1px solid #336666 !important;
  border-radius: 6px !important;
  background: #336666 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-family: 'Lato';
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*CSS For Home Design and inner pages starts*/

@media (min-width: 768px) and (max-width: 991px) {
  .dp_title h1 {
    font-size: 30px;
  }
  .dp_avalprice {
    font-size: 28px;
  }
  .home_builder_plan a {
    font-size: 13px;
  }
  .home-design-col {
    flex: 0 0 50%;
  }

}

@media (max-width: 767px) {
  .displayflex .home_builder_plan {
    width: 100%;
    text-align: left;
  }
  .displayflex .priceinner {
    width: 100%;
  }
  .dp_avalprice.displayflex {
    display: block;
  } 
  .dp_title h1 {
    font-size: 25px;
  }
  .dp_title h3::before {
    width: 100%;
  }
  div#topaval-carousel {
    width: 100%;
    height: auto;
    padding-left: 0;
  }
  .dp-avalhomesinner_center {
    margin-top: 30px;
  }
  .owl-carousel .owl-item img {
    height: 325px;
  }
  .home-design-col {
    flex: 0 0 100%;
  }
}
/*============== Owl Carousel Arrows ================*/
.fa-chevron-right:before {
    background: #336666;
    padding: 10px 5px 10px 10px;
    color: white;
}
.fa-chevron-left:before {
    background: #336666;
    padding: 10px 10px 10px 5px;
    color: white;
}
/*============== Light Box Arrows ================*/
a.lb-next, .lb-prev {
    opacity: 1 !important;
    position: absolute;
}
a.lb-next {
    background: url('https://461052.fs1.hubspotusercontent-na1.net/hubfs/461052/Chevron%20Arrow/Chevron%20Right.png') right 48% no-repeat !important;
    margin-right: 5px;
}
a.lb-prev {
    background: url('https://461052.fs1.hubspotusercontent-na1.net/hubfs/461052/Chevron%20Arrow/Chevron%20Left.png') left 48% no-repeat !important;
    margin-left: 5px;
} 
/*============== Light Box ================*/

/* .lightbox {
position: fixed !important;
top: 0 !important;
right: 0;
bottom: 0;
left: 0 !important;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
background: transparent !important;
opacity: 0;
-webkit-transition: opacity .15s linear;
transition: opacity .15s linear;
touch-action: cross-slide-y pinch-zoom double-tap-zoom;
-webkit-transform: translateZ(0);
transform: translateZ(0);
z-index: 1010;
} */

/* .lightboxOverlay {
position: fixed !important;
top: 0 !important;
right: 0;
bottom: 0;
left: 0 !important;
z-index: 1010;
-webkit-overflow-scrolling: touch;
background: rgba(0,0,0,.6) !important;
opacity: 1 !important;
}
*/
/* body.lightBox {
overflow: hidden;
padding-right: 17px;
}
*/
/* .lightBox .lightbox {
opacity: 1;
}
*/
/*
.lightbox .lb-outerContainer {
max-width: calc(100% - 30px);
margin: 15px auto;
padding: 0;
background: transparent;
width: auto !important; */
}

/* .lightbox .lb-outerContainer .lb-image {
max-width: 100%!important;
border: 0;
border-radius: 0;

}
*/
.lb-dataContainer {
  position: relative;
  padding: 0;
}

.lightbox .lb-data .lb-close {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}

.lightbox .lb-dataContainer {
  position: absolute;
  top: 0;
  padding: 0;
}

.lightbox .lb-data .lb-close {
  font: inherit;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  -webkit-appearance: none;
  margin: 0;
  border: none;
  overflow: visible;
  text-transform: none;
  color: #000;
  font-size: 16px;
  height: auto;
  opacity: 1;
}

.lightbox .lb-data .lb-close:after {
  opacity: .5;
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}

.lightbox .lb-data .lb-close:hover:after {
  opacity: .8;
}

.lightbox .lb-data .lb-close:hover,
.lightbox .lb-data .lb-close:focus {
  color: #000;
}

.lightbox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*================= Community support =================*/
.cssection1-area .widget-type-rich_text {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 1px;
}

.cssection1-area .widget-type-rich_text h2 {
  font-size: 30px;
  font-family: 'Lora', 'Times New Roman', Times, serif;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.cssection1-area .widget-type-rich_text h2 > a {
  color: #336666;
  text-decoration: none;
  cursor: pointer;
}

.cssection1-area .widget-type-rich_text h2 {
  margin-top: 25px;
}

.cssection1-area .widget-type-rich_text hr {
  overflow: auto;
}

@media(max-width:767px){
  .cssection1-area .widget-type-rich_text img {
    float: none !important;
    margin: 10px auto !important;
  }

}

/*======== Home Page =======*/

.hs-content-name-home .categories_data {
  display: none;
}


/*======== Home Building Guide =======*/

.cm-home-building-guide-page {
  background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(//461052.fs1.hubspotusercontent-na1.net/hubfs/461052/raw_assets/public/cypress_homes/images/IMG_1887.jpg) ;
  background-size: auto,cover;
  background-position: 50% 50%,100% 0%;
  background-attachment: scroll,scroll;
  background-repeat: no-repeat,no-repeat;
  background-color: rgb(0,0,0);
  display: block;
  padding: 8px;
}

.hs-content-name-first-to-know .guide-wrapper .heading h1 {
  font-size: 47px !important;
  line-height: 1.2em !important;
}


/*============ Thanks For Requesting The Guide =============*/
.thanks-for-requesting-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.thanks-for-requesting-area ul > li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  word-break: break-word;
}

.thanks-for-requesting-area ul > li svg {
  color: #000;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  box-sizing: content-box;
  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}

.thanks-for-requesting-area ul > li a {
  color: #336666 !important;
}

.hs-error-msgs label {
  color: #f2545b;
}
.cpcontact_form .hs-form-field > label {
  font-family: Lora;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.contactPage_section .hs-recaptcha .grecaptcha-badge {
  margin: 0;
}

.available_homes_section .container {
  padding: 0 !important;
}


.home-content-cta button.btn.btn-info.btn-lg {
  margin-bottom: 10px;
}
.design-title h1 {
  color: #000;
}

@media(max-width:767px){

  .home-design-single-page .container {
    max-width: 100% !important;
    padding: 0;
  }

  .slider-section, .design-intro-content {
    width: 100%;
  }

  .owl-carousel .owl-item img,
  .slider-section .item{
    height: 475px !important;
  }

  .design-intro-content {
    padding: 0;
  }

  .design-intro-content .design-title h3 {
    font-size: 13px;
    line-height: 14px;
  }

  .design-title h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .home-design-single-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .available_lots_section .container {
    padding: 0 !important;
  }
}


@media(max-width:480px){
  .owl-carousel .owl-item img,
  .slider-section .item{
    height: 284px !important;
  }

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

.header {
  background-color: #F8FAFC;
}
header.header .header__container {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

header.header .header__container:before,header.header .header__container:after {
  display: block;
  content: "";
  clear: both;
}

.website-title {
  float: left;
  text-align: left;
  text-transform: uppercase;
  max-width: 250px;
  padding-top: 2px;
  width: 100%;
}

.website-title a {
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
}

.website-title a img {
  height: auto;
  max-width: 100%;
  width: auto !important;
}

.top_header {
  display: inline-block;
}

.secondary_menu ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: inline-block;
}

.secondary_menu {
  display: inline-block;
  margin: 0 25px 0 0;
}

.social_links {
  display: inline-block;
}

.secondary-navigationtop {
  width: 100%;
}

.top_header {
  display: inline-block;
}

.secondary_menu ul li {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  padding-left: 10px;
  margin-top: 10px;
  position: relative;
  margin-left: 10px;
  float: left;
  line-height: 24px;
}

.secondary_menu .hs-menu-wrapper > ul:before,
.secondary_menu .hs-menu-wrapper > ul:after {
  display: block;
  content: "";
  clear: both;
}

.header__search {
  display: inline-block;
}

.header__search form {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}

.header__search form .hs-search-field__input {
  appearance: auto;
  box-sizing: border-box;
  padding: 1px 2px;
  border: 2px solid #fff;
  border-radius: 10px !important;
  width: 150px;
  display: inline-block;
  color: #fff;
  font-family: Arial;
  font-size: 13.3333px;
  line-height: normal;
  min-height: 0;
  height: auto !important;
}

header.header {
  font-size: 16px;
  line-height: 24px;
}

header.header .header__container {
  text-align: right;
}

ul.social-media li {
  line-height: 24px;
  display: inline-block;
  margin: 0 4.5px;
  padding: 0;
}

.social_links {
  display: inline-block;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  vertical-align: top;
}

ul.social-media {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  list-style: none;
  padding: 0;
  vertical-align: top;
}

.secondary_menu ul li a {
  display: inline-block;
}

.header__search form .search-submit {
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));
  margin: 0em;
  padding: 1px 6px;
  border-width: 2px;
  border-style: outset;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  font-family: Arial;
  font-size: 13.3333px;
  line-height: normal;
}

.header__search {
  float: right;
  position: relative;
}

.secondary_menu ul > li:last-child > a {
  font-weight: 700;
}

.secondary_menu ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
  background: #336666;
  text-align: left;
  min-width: 183px;
  width: auto;
  margin-top: 11px;
  vertical-align: top;
  font-size: 16px;
  top: auto;
  padding-bottom: 7px;
}

.secondary_menu ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li {
  line-height: 24px;
  padding: 0;
  margin: 0;
  float: none;
}

.secondary_menu ul > li.hs-item-has-children > ul.hs-menu-children-wrapper > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
}
.custom-menu-primary.bottom {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 10;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

div#hs_menu_wrapper_header_nav {
  background: none;
  float: right;
  margin-top: 30px;
}

.custom-menu-primary .hs-menu-wrapper > ul:before,.custom-menu-primary .hs-menu-wrapper > ul:after {
  display: block;
  content: "";
  clear: both;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: left;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-family: "Lato";
  font-size: 15px;
  padding-left: 13px;
  padding-right: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
}

.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > ul {
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
  padding: 15px 0;
  font-size: 1rem;
  vertical-align: top;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 200px;
  width: 100%;
  text-align: left;
  opacity: 0;
  visibility: hidden;
}


.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-animation: uk-slide-top-fixed .2s ease-in-out;
  animation: uk-slide-top-fixed .2s ease-in-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  margin-left: 5px;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul>li {
  line-height: 24px;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul>li > a {
  font-size: 14px;
  line-height: 1.2em;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  color: #444;
  padding: 5px 15px;
  display: block;
  text-decoration: none;
  font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul>li > a:hover {
  background: #336666;
  color: #fff;
  outline: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
  color: #2a2a2a;
  background-color: #f5f5f5;
  outline: 0;
}

.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul>li > a:focus {
  background: #00a8e6;
  color: #fff;
  outline: 0;
}
.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children>ul>li>a:hover {
  border-radius: 0;
}

header.header {
  position: fixed;
  top: 0;  left: 0; width: 100%; z-index: 500;  
}

/***** STICKY HEADER ON SCROLL *** federica ***/
.sticky.fixed .website-title a img { max-height:45px !important; width:auto !important }

@media(min-width:960px) {
  .sticky.fixed header.header { position: fixed; height:55px !important; /*overflow:hidden; */ } /* federica */ 
  .sticky.fixed .website-title a img { max-height:45px !important; width:auto !important }
  .sticky.fixed .navigation-bottom { display:none; }
}
 
@media only screen and (max-width: 479px){
  /*.sticky.fixed header.header { position: fixed; height:55px !important; }
  .sticky.fixed .header__search { position:absolute; right:73px; top:8px;}
  .sticky.fixed .header__search form .hs-search-field__input { width:125px; } */
  
  .sticky  header.header { position: fixed; height:55px !important; }
  .sticky .website-title a img { max-height:45px !important; width:auto !important; }
  .sticky .header__search { position:absolute; /*right:73px;  margin-top:-50px; */ z-index:999;right:15px; top:8px; }
  .sticky .header__search form .hs-search-field__input { /*width:125px; */ }

  .custom-menu-primary a.fmenuTrigger { position:absolute; right:0px; bottom:-50px; 
    background-color:#ccc; border-radius:50px; }
}  



.header__search form .search-submit {
  border-color: transparent;
  padding: 1px 5px;
  margin-left: 3px;
}
.custom-menu-primary.bottom {
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  pointer-events: auto;
}
.secondary_menu ul li a:hover {
  text-decoration: none;
}

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

.website-title a img {
  position: relative;
  top: 1px;
}

@media(min-width:960px){
  .mobile-menu-primary {
    display: none !important;
  }
}

@media (min-width: 1220px){
  header.header .header__container{
    max-width: 1200px;
    padding: 0 35px;
  }
}


@media only screen and (min-width: 960px) and (max-width: 1219px){
  .secondary_menu ul li a, .header_container.bottom ul li a {
    font-size: 12px !important;
  }

  .social_links {
    display: none;
  }

  .secondary_menu ul>li:last-child>a i {
    font-size: 14px;
  }

  .header__search form {
    margin-left: 14px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }

  div#hs_menu_wrapper_header_nav {
    margin-top: 20px;
  }

}

@media(max-width:1024px){
  .custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:nth-child(6)>ul {
    left: auto;
    right: 0;
  }
}


@media(max-width:959px){
  .custom-menu-primary.bottom {
    pointer-events: auto;
  }
  .social_links,.custom-menu-primary.bottom #hs_cos_wrapper_header_nav {
    display: none;
  }
  .custom-menu-primary a.fmenuTrigger {
    float: right;
    display: block;
    font-size: 24px;
    color: #fff;
  }

  .custom-menu-primary.bottom {
    position: static;
  }
  .custom-menu-primary a.fmenuTrigger {
    box-sizing: border-box;
    display: block;
    height: 40px;
    /*padding: 0 15px; */ padding:0px 10px;
    float: right; 
  }

  .custom-menu-primary a.fmenuTrigger:before,
  .custom-menu-primary a.fmenuTrigger:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .custom-menu-primary a.fmenuTrigger:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    height: auto;
  }

  /*====== Mobile Menu =========*/


  .mobile-menu-primary {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0,0,0,.1);
    display: block;
  }

  .mobile-menu-inner {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none;
  }

  .fmenu-open .mobile-menu-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .body-wrapper { 
    position: relative;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .fmenu-open .body-wrapper {
    margin-left: 0;
    right: 270px;
  }

  body {
    overflow-x: hidden;
  }

  .mobile-menu-primary ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-menu-inner .hs-menu-wrapper > ul > li > a {
    color: #ccc;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-menu-inner .hs-menu-wrapper > ul > li {
    line-height: 24px;
  }

  .mobile-menu-inner .hs-menu-wrapper > ul > li > a:hover {
    color: #fff;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  }

  .mobile-menu-primary ul ul {
    background: #222;
    padding: 10px 5px 10px 20px;
  }

  .mobile-menu-primary ul ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 5px 0;
  }

  .mobile-menu-primary ul ul li > a {
    color: #ccc;
    padding: 2px 0;
    display: block;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  }

  .mobile-menu-inner .hs-menu-wrapper > ul>li>a {
    text-transform: capitalize;
  }

  .mobile-menu-primary ul ul li > a:hover,
  .mobile-menu-primary ul ul li:hover > a {
    color: #fff !important;
  }

  .mobile-menu-primary {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
  }

  .fmenu-open .mobile-menu-primary {
    opacity: 1;
    visibility: visible;
  }

  header.header {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
  }

  .fmenu-open header.header {
    left: -270px;
  }

}

@media only screen and (max-width: 767px){
  .website-title a img {
    width: 65% !important;
  }
  section.home-design-listing-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

}
@media only screen and (max-width: 479px){
  .website-title {
    float: none;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  .header__search form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
  }
  
  /* federica
  .header__search {
    float: none;
    display: inline-block;
    width: 100%;
  }
  */

  .top_header {
    display: none;
  }

  .custom-menu-primary a.fmenuTrigger {
    float: none;
    display: inline-block;
    position: relative;
    /*left: -4px; */
  }

  .custom-menu-primary.bottom .header__container {
    text-align: center;
  }

  .custom-menu-primary a.fmenuTrigger:after {
    top: 0;
  }
  .website-title {
    max-width: 300px !important;
  }
  .home-design-listing-section .container {
    padding: 0 !important;
  }
}



@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */



.main-footer {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #9c9c9c;
  font-size: 12px;
  text-transform: uppercase;
}

footer.footer .footer__container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

.main-footer .divider {
  box-sizing: content-box;
  height: 0;
  margin: 15px 0;
  border: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #ddd;
}

.main-footer .footer-copyright {
  text-align: center;
}
.footer-copyright img {
  float: right;
  margin-left: 15px;
  text-align: right;
  height: auto;
  max-width: 100%;
}

.footer-copyright p {
  margin: 0 0 15px 0;
}

footer.footer {
  font-size: 16px;
  line-height: 24px;
}

.footer-copyright a {
  color: #336666;
  text-decoration: none;
  cursor: pointer;
}

.footer-copyright a:hover {
  color: #336666;
  text-decoration: underline;
}

.footer-menu .hs-menu-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  color: #444;
}

.footer-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1200px;
  float: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu .hs-menu-wrapper > ul > li {
  float: left;
  position: relative;
}

.footer-menu .hs-menu-wrapper ul > li {
  line-height: inherit;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  color: #444;
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
}

.footer-menu .hs-menu-wrapper > ul > li:hover > a,
.footer-menu .hs-menu-wrapper > ul > li:focus > a {
  background-color: #f5f5f5;
  color: #444;
  outline: 0;
}
.top-footer {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.top-footer .hs_cos_wrapper:before,
.top-footer .hs_cos_wrapper:after {
  display: block;
  content: "";
  clear: both;
}
.footer-menu .hs-menu-wrapper ul>li.hs-item-has-children {
  position: relative;
}

.footer-menu .hs-menu-wrapper ul>li.hs-item-has-children > ul {
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
  font-size: 1rem;
  vertical-align: top;
  padding: 15px;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  width: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  top: auto;
  bottom: 40px;
  left: 0;
}

.footer-menu .hs-menu-wrapper ul>li.hs-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-animation: uk-slide-down-fixed .2s ease-in-out;
  animation: uk-slide-down-fixed .2s ease-in-out;
}

.footer-menu .hs-menu-wrapper ul>li.hs-item-has-children > ul > li > a {
  color: #444;
  display: block;
  text-decoration: none;
  padding: 5px 15px;
  text-transform: uppercase;
  font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer-menu .hs-menu-wrapper ul>li.hs-item-has-children > ul > li:hover > a,
.footer-menu .hs-menu-wrapper ul>li.hs-item-has-children > ul > li:focus > a {
  background: #00a8e6;
  color: #fff;
  outline: 0;
}

@-webkit-keyframes uk-slide-down-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}

@keyframes uk-slide-down-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0)
  }
}


@media (min-width: 768px){
  .main-footer{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-footer{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mobile-menu-wrapper {
    display: none;
  }
}


@media (min-width: 1220px){
  footer.footer .footer__container{
    max-width: 1200px;
    padding: 0 35px;
  }

}

@media(max-width:767px){
  .fmenuTrigger {
    font-size: 18px;
    text-decoration: none;
    box-sizing: border-box;
    height: 40px;
    padding: 0 15px;
    display: block;
    float: left;
  }
  .footer  .fmenuTrigger{
    color: #444 !important; 
  }
  .footer-menu #hs_cos_wrapper_footer_nav {
    display: none;
  }

  .footer-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

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

  .fmenuTrigger:before,.fmenuTrigger:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }

  .fmenuTrigger:after {
    content: "\f0c9";
    font-family: FontAwesome;
    vertical-align: middle;
    height: auto;
    position: relative;
    top: 1px;
  }

  .top-footer .hs_cos_wrapper {
    padding-bottom: 34px;
  }

  .mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    touch-action: none;
    background: rgba(0,0,0,.1);
    display: block;
  }

  .mobile-menu-inner {
    left: auto;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #333;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    -ms-scroll-chaining: none;
  }

  .fmenu-open .mobile-menu-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .body-wrapper { 
    position: relative;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .fmenu-open .body-wrapper {
    margin-left: 0;
    right: 270px;
  }

  body {
    overflow-x: hidden;
  }

  .mobile-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .mobile-menu-inner .hs-menu-wrapper > ul > li > a {
    color: #ccc;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    cursor: pointer;
  }

  .mobile-menu-inner .hs-menu-wrapper > ul > li {
    line-height: 24px;
  }

  .mobile-menu-inner .hs-menu-wrapper > ul > li > a:hover {
    color: #fff;
  }

  .mobile-menu-inner .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  }

  .mobile-menu-wrapper ul ul {
    background: #222;
    padding: 10px 5px 10px 20px;
  }

  .mobile-menu-wrapper ul ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 5px 0;
  }

  .mobile-menu-wrapper ul ul li > a {
    color: #ccc;
    padding: 2px 0;
    display: block;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  }

  .mobile-menu-inner .hs-menu-wrapper > ul>li>a {
    text-transform: capitalize;
  }

  .mobile-menu-wrapper ul ul li > a:hover,.mobile-menu-wrapper ul ul li:hover > a {
    color: #fff !important;
  }

  .mobile-menu-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
  }

  .fmenu-open .mobile-menu-wrapper {
    opacity: 1;
    visibility: visible;
  }



}


/*======= home building guide Footer =====*/

.home-building-guide-footer .hbg-copyright {
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 1px;
}

.home-building-guide-footer .hbg-copyright p {
  color: rgb(153,153,153);
  font-size: 16px;
  text-align: center;
  font-family: Roboto;
  font-weight: 300;
  line-height: 19px;
  margin: 0;
}

.home-building-guide-footer .hbg-logo {
  max-width: 539px;
  float: none;
  box-shadow: none;
  margin: 11px auto 10px;
}

.home-building-guide-footer .hbg-logo img {
  max-width: 100%;
  width: 100% !important;
  opacity: 1;
  filter: grayscale(0%) blur(0px);
  display: block;
}

@media (max-width: 767px){
  .home-building-guide-footer .hbg-copyright p {
    font-size: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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

/*============ Blueprints Blog Listing ================*/

.blog-sidebar-archives-filter ul.l_tinynav1,
.blog-sidebar-topic-filter ul.l_tinynav2 {
  display: none;
}

.post-item {
  box-sizing: border-box;
  transition: opacity 1s ease-in-out;
  width: 100%;
  display: block;
}

.post-item .meta-data {
  font-size: 14px;
}
.post-item h3 {
  margin: 0;
  font-family: 'Lora', 'Times New Roman', Times, serif;
  color: inherit;
  text-transform: uppercase;
  line-height: 42px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 28px;
}

.post-item h3 > a {
  color: #818181;
}

.post-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.post-item p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.populer-post ul {
  margin: 0 0 15px 0;
  padding-left: 30px;
  margin-top: 15px;
  list-style: none;
}

.populer-post ul li {
  overflow: hidden;
  float: none;
  clear: both;
  margin-bottom: 16px;
  line-height: 24px;
}

.populer-post ul li a {
  color: #336666;
  text-decoration: none;
  cursor: pointer;
}

.populer-post {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
}

.blog-sidebar-archives-filter select,
.blog-sidebar-topic-filter select {
  font: initial;
  font-family: Arial;
  font-size: 13.3333px;
}

.blog-sidebar-archives-filter .widget-module,
.blog-sidebar-topic-filter .widget-module {
  font-size: 16px;
  line-height: 24px;
}

.blog-sidebar-archives-filter, .blog-sidebar-topic-filter {
  margin-bottom: 15px;
}

.blog-pagination-wrapper {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  line-height: 24px;
  color: #000;
}

.blog-pagination-wrapper a {
  color: #336666;
  text-decoration: none;
  cursor: pointer;
}

.blog-pagination-wrapper a.active {
  pointer-events: none;
  color: #000;
}

.blog-pagination-wrapper a:hover {
  color: #336666;
  text-decoration: underline;
}
.blogdetails_description h1.page-tag {
  font-size: 50px;
  font-family: 'Lora', 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 400;
  color: #000;
  text-align: left;
}
.post-item .meta-data .date {
  color: #000;
}
.post-item .view-article {
  color: #336666;
  text-decoration: none;
  cursor: pointer;
}
.post-item p {
  font-size: 16px;
  font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  line-height: 24px;
  color: #000;
}
.post-item .view-article:hover {
  color: #336666;
  text-decoration: underline;
}
a.cta_button.blueBtn {
  width:auto;
  text-align: center;
  line-height: 1.2em;
  font-size: 18px;
  box-sizing: border-box !important;
  text-decoration: none !important;
  color: #fff;
  letter-spacing: 2px;
  background-image: linear-gradient(var(--tcb-local-color-62516,rgb(19,114,211)),var(--tcb-local-color-62516,rgb(19,114,211)));
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
a.cta_button.blueBtn:hover {
  color: #fff;
}
.cta_button.orangeBtn.btntype2 {
  letter-spacing: 2px;
  background-image: linear-gradient(rgb(255,102,0),rgb(255,102,0));
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: unset !important;
  width: auto;
}
.blog-post__body .postImages h3 a {
  padding: 0;
  font-family: 'Lora','Times New Roman',Times,serif;
}
a.cta_button.darkgreenBtn {
  text-decoration: none !important;
  color: #fff!important;
  letter-spacing: 2px;
  background-image: linear-gradient(rgb(51,102,102),rgb(51,102,102));
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 18px;
  box-sizing: border-box !important;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  width: auto;
  text-align: center;
  line-height: 1.2em;
}
.greenbg blockquote {
  font-style: normal;
  margin: 0;
  border: 0!important;
  margin-bottom: 20px;
  padding: 1px;
  position: relative;
  max-width: 100%;
  margin-top: 1px !important;
  padding-top: 20px !important;
}
.blog-post__body .cta_button.greenBtn {
  font-size: 18px;
  box-sizing: border-box !important;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  width: auto;
  text-align: center;
  line-height: 1.2em;
  text-decoration: none !important;
  color: #fff;
  letter-spacing: 2px;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 5px;
  padding: 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgb(26,188,156) !important;
  box-shadow: rgb(0 0 0 / 25%) 0px 8px 12px 0px;
}

.greenbg {
  box-shadow: rgb(0 0 0 / 32%) 0px 13px 12px 0px inset;
  background-color: #366;
}

.greenbg blockquote h3 {
  font-family: Ubuntu;
  font-weight: 400;
  color: rgb(255,255,255);
  font-size: 47px;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
}
.greenbg .tve-content-box-background {
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  overflow: hidden;
  background-clip: padding-box;
  box-shadow: rgb(0 0 0 / 32%) 0px 13px 12px 0px inset;
  background-color: rgb(51,102,102);
}

.greenbg {
  position: relative;
}

.greenbg .tve-content-box-background svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
}
.blog-post__body blockquote {
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.greenbg {
  position: relative;
  margin-bottom: 30px;
}

.greenbg:after {
  content: "";
  display: inline-block;
  border-top: 0 solid #366;
  border-bottom: 26px solid #366;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  position: absolute;
  bottom: -15px;
  top: auto;
  left: 0;
  right: 0;
  transform: rotate(180deg);
  margin: 0 auto;
  width: 0px;
}

.greenbg {
  overflow: visible !important;
}
.greenbg {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 75px;
}

.greenbg blockquote {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.blogdetails_description .calendar ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.blogdetails_description .calendar ul li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  word-break: break-word;
}

.blogdetails_description .calendar ul li > div {
  position: relative;
  z-index: 1;
}

.blogdetails_description .calendar ul li > div + span {
  font-size: 18px;
  display: block;
  z-index: 0;
  line-height: 2.3em;
}

.blogdetails_description .calendar ul li > div > div {
  padding: 10px;
  margin: 0;
  box-sizing: content-box;
}

.blogdetails_description .calendar .tcb-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  box-sizing: content-box;
  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
}

.postImgWrap.calendar {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media(max-width:1023px){
  .greenbg blockquote h3 {
    font-size: 30px !important;
  }

}

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

  .ListingBanner .innerbanner-content h1 {
    font-size: 24px;
  }

  .ListingBanner .innerbanner-content h4 {
    font-size: 15px;
  }

  .blogdetails_description h1.page-tag {
    font-size: 35px;
  }

}


/*============== Testimonial Blog =============*/

.testimonial-blog-section .blog-index {
  display: block;
  padding: 0;
}

.testimonial-blog-section {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

.testimonial-blog-section .testimonial_bloginner {
  width: 100%;
  padding: 0;
}

.testimonial-blog-section .testimonial_row {
  width: calc((100% - 0px) / 1);
  position: relative;
  display: block;
  transition: opacity 1s ease-in-out;
}

.testimonial-blog-section .testimonial_row:after {
  display: block;
  background-attachment: scroll;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;
  background-color: rgba(183,183,183,0.05);
  visibility: visible;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: .3s;
  transition-timing-function: ease-out;
}

.testimonial-blog-section .testimonial_row:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.testimonial-blog-section .testimonial_row:hover:after {
  transform: scaleY(1);
}

.testimonial-blog-section .testimonial_row:hover {
  background-color: rgba(183,183,183,0.05);
}

.testimonial_bloglistings .columns {
  position: relative;
  z-index: 1;
  box-sizing: content-box;
}

.testimonial_bloglistings .columns > .columns-inner {
  margin-left: -32px;
  padding: 0px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
}

.testimonial_bloglistings .testimonial_image {
  padding-left: 32px;
  max-width: 35.5%;
  flex: 1 1 auto;
  padding-top: 0px;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  padding-right: 0;
}

.testimonial_bloglistings .featureImg {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.testimonial_bloglistings .featureImg .box-background {
  max-width: 230px;
  float: none;
  margin: 0px auto !important;
  padding: 0px;
  width: 100%;
  position: relative;
  min-height: 10px;
}

.testimonial_bloglistings .bfFeature {
  box-sizing: border-box;
  border-radius: 270px;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-clip: padding-box;
}

.testimonial_bloglistings .tve-cb {
  box-sizing: border-box;
  height: 230px;
  display: inline-block;
  vertical-align: middle;
  clear: both;
  overflow: visible;
  width: 100%;
  z-index: 1;
  position: relative;
  min-height: 10px;
}

.testimonial_bloglistings .testimonial_content {
  padding-left: 32px;
  max-width: 64.5%;
  width: 100%;
  flex: 1 1 auto;
  padding-top: 0px;
}

.testimonial_bloglistings .testinner_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.testimonial_bloglistings .testimonial-title {
  padding: 1px;
}

.testimonial_bloglistings .testimonial-title h2 {
  font-size: 20px;
  margin: 0;
  font-family: 'Lora', 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
}

.testimonial_bloglistings .testimonial-title h2 > a {
  font: inherit;
  letter-spacing: inherit;
  font-weight: 700;
  font-size: 20px;
}

.testimonial_bloglistings .title-border {
  padding: 1px;
  width: 40px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  box-sizing: content-box;
}

.testimonial_bloglistings .title-border hr.testimonialhr {
  height: 5px;
  background-size: 5px 5px;
  width: 100%;
  background-color: transparent;
  min-width: 10px;
  background-repeat: repeat-x;
  box-sizing: content-box;
  border: 0;
  display: block !important;
}

.testimonial_bloglistings .post-read-more {
  box-sizing: content-box;
}

.testimonial_bloglistings .testimonialcontentCTA {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  box-sizing: content-box;
  display: table;
  float: left;
  position: relative;
}

.testimonial_bloglistings .testimonialcontentCTA a {
  border-radius: 50px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #d7d7d7;
  color: #0a0a0a;
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  -webkit-align-items: center;
  overflow: hidden;
  width: 100%;
  text-align: center;
  line-height: 1.2em;
}

.testimonial_bloglistings .testimonialcontentCTA a:hover {
  text-decoration: none;
}

.tve-article-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 500;
}

.tve-article-cover .tcb-article-cover-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 12;
}

.testimonial-blog-section .testimonial_row:after {
  z-index: 50;
}

.hs-blog-name-testimonials .blogdetails_description ul {
  margin-left: 20px;
}

.blog-post__body {
  padding-bottom: 1px;
}

.testimonial_bloglistings .title-border hr.testimonialhr {
  margin: 0 !important;
}
.testimonial_bloginner p {
  font-size: 16px;
  line-height: 1.6em;
}

@media (min-width: 768px){
  .testimonial-blog-section{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}



@media (max-width: 1023px) and (min-width: 768px){
  .testimonial_bloglistings .testimonial_image {
    flex: 1 1 auto;
  }

  .testimonial_bloglistings .featureImg .box-background {
    max-width: 180px;
  }

  .testimonial_bloglistings .tve-cb {
    height: 180px;
  }

}

@media(max-width:767px){
  .testimonial-blog-section .testimonial_row {
    width: calc((100% - 0px) / 1);
    padding: 15px 15px 40px !important;
  }

  .testimonial_bloglistings .columns>.columns-inner {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .testimonial_bloglistings .testimonial_image {
    flex: 1 0 390px;
    flex-basis: 637px;
    width: 100%;
    max-width: 100%;
  }

  .testimonial_bloglistings .featureImg .box-background {
    max-width: 270px;
  }

  .testimonial_bloglistings .bfFeature {
    border-radius: 270px;
  }

  .testimonial_bloglistings .tve-cb {
    height: 270px;
  }

  .testimonial_bloglistings .testimonial_content {
    max-width: 100%;
  }

  .testimonial_bloglistings .title-border hr.testimonialhr {
    margin: 0 !important;
  }

}

@media(max-width:480px){
  .testimonial_bloglistings .tve-cb {
    height: 200px;
  }

  .testimonial_bloglistings .featureImg .box-background {
    max-width: 200px;
  }

}

.sidebar-search .hs-search-field form .hs-search-field__input {
  border: 0;
  text-rendering: auto;
  color: -internal-light-dark(black, white);
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  appearance: auto;
  box-sizing: border-box;
  padding: 2px 3px;
  border-radius: 2px;
}

.sidebar-search .hs-search-field form [type=submit] {
  border: 1px solid;
  border-radius: 2px;
}
/* ******************************************************************************
*********************************************************************************
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 0;
}
.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: 'Lora','Times New Roman',Times,serif;
  font-size: 1.25rem;
  color: #000;
  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: #000;
}

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

/*======== Error Page =======*/

.error-banner {
  background: #f2f2f2;
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.error-body-content{
  padding-top: 20px;
  padding-bottom: 20px;
}
.error-body-content .error-body:before,.error-body-content .error-body:after {
  display: block;
  content: "";
  clear: both;
}

.error-body-content .left-col {
  box-sizing: border-box;
  width: 100%;
  padding-left: 25px;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0;
  float: left;
}

.error-body-content .error-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  padding: 0;
  list-style: none;
}

.error-body-content .right-col {
  box-sizing: border-box;
  width: 100%;
  padding-left: 25px;
}
.error-body-content h2 {
  margin-bottom: 0;
  font-size: 30px;
}

@media (min-width: 768px){
  .error-banner,
  .error-body-content{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .error-body-content .left-col{
    width: 75%;
  }
  .error-body-content .right-col{
    width: 25%;
  }
}

@media (min-width: 1220px){
  .error-body-content .error-body{
    margin-left: -35px;
  }
  .error-body-content .left-col,
  .error-body-content .right-col{
    padding-left: 35px;
  }
}

/*========== Search Page ===========*/
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 500;
  text-align: left;
  background: #fff;
  padding: 15px;
}

.hs-search-field--open .hs-search-field__suggestions a {
  padding: 10px;
}

.search-banner {
  position: relative;
}

.search-banner .search-content {
  position: absolute;
  bottom: 0;
  padding: 150px 0 50px;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #fff;
}

.search-banner:before {
  position: absolute;
  z-index: 2;
  content: '';
  top: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.search-banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.search-banner .search-content h1 {
  position: relative;
  line-height: 1em;
  color: #fff;
}

.search-banner .search-content:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.search-banner .search-content h2 {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0;
  position: relative;
  color: #fff;
}

.hs-search-results ul.hs-search-results__listing li:not(:first-child) {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.hs-search-results ul.hs-search-results__listing li {
  margin-bottom: 15px;
}

.hs-search-results .hs-search-results__title {
  font-size: 28px;
  margin: 0;
  text-decoration: none;
  font-family: 'Lora', 'Times New Roman', Times, serif;
  color: #818181;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 2px;
  font-weight: 400;
}

.hs-search-results {
  margin: 0;
}

.hs-search-results .hs-search-results__title .hs-search-highlight {
  font-weight: 400;
}

.hs-search-results .hs-search-results__description {
  padding: 0;
  font-family: 'Lato', 'Helvetica Nueu', 'Helvetica', Arial, sans-serif;
  line-height: 1.5rem;
  color: #000;
}

.hs-search-results .hs-search-results__title:hover {
  text-decoration: underline;
  outline: 0;
  color: #818181;
}

@media(max-width:767px){
  .search-banner .search-content h1 {
    font-size: 24px;
  }

  .search-banner .search-content h2 {
    font-size: 15px;
  }
  .search-banner .search-content {
    padding: 20px 25px;
    top: auto;
  }

}

@media(max-width:480px){
  .search-banner {
    min-height: 300px;
  }

  .search-banner img {
    height: 300px;
    object-fit: cover;
  }

}