/* =============== Custom Menu Primary =============== */
/* requires .custom-desktop class */

/* Parent List */
.main-nav{
  text-align: right;
}

.header-nav-wrapper {
  background: transparent;
}

.custom-logo {
  margin-left: 0 !important;
}

.custom-logo.span2 {
  width: 15%;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
}

.custom-menu-primary,
.custom-menu-primary .hs-menu-wrapper > ul,
.custom-menu-primary .hs-menu-wrapper > ul li,
.custom-menu-primary .hs-menu-wrapper > ul li a {
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  margin: 0;
  background-image: none;
  border: 0;
  max-width: none;
  width: auto;
  height: auto;
  line-height: 1;  
  font-weight: normal;
  text-decoration: none;
  text-indent: 0;
  text-align: left;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.custom-menu-primary .hs-menu-wrapper > ul {
    width: auto;
    max-width: calc( 100% - 37px ); 
}

.mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
    width: auto;
    max-width: calc( 100% - 0px ); 
    overflow-x: hidden;
}

/* modify to set menu 1st level height to center with logo height */
.custom-menu-primary .hs-menu-wrapper > ul li {
    padding: 10px; 
}
.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children {
    padding-right: 0px; 
}
/* set a down arrow after menu item if wanted (this is all items) */
/* items with children are later */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    content:"\f078";
    bottom: calc( 50% + 10px );
    left: calc( 100% - 30px);
    height: 0;
    position: absolute;
    width: 0;
    font-family: 'FontAwesome';
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a {
    padding-right: 30px !important; 
}

.mobile-open .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    padding-right: 0;  
    width: calc( 100% - 0px);
}
/* Hover Style */

.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
    margin-bottom: 0;
    -webkit-transition: all 300ms ease 0s;
         -o-transition: all 300ms ease 0s;
            transition: all 300ms ease 0s;
}

/* Mobile Menu Button */
.mobile-trigger{
  max-width: 50px;
}

.mobile-open .mobile-trigger{
  
}

.fa-navicon:before, 
.fa-reorder:before, 
.fa-bars:before {
  content: "\f0c9"; /* Burger menu bars */
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.mobile-open .child-trigger {
  display: block !important; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 5px;
  right: 0;
  width: 45px !important; 
  min-width: 45px !important;
  height: 45px !important; 
  padding: 0 !important;
/*  border-left: 1px solid rgba(255, 255, 255, .20); */
}

.mobile-open ul li ul li .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 12px;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
  /*  border-left: 1px solid rgba(255, 255, 255, .20); */
}

.mobile-open .child-trigger:hover{
  text-decoration: none;
}

.mobile-open .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);
}

.mobile-open .child-trigger i:after{
  position: absolute;
  content: '';
}

.mobile-open .child-trigger i, 
.mobile-open .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* Icon line height */
  background-color: #ffffff; /* Icon color */
  display: block;
}

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

.mobile-open .child-trigger.child-open i{}

.mobile-open .child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}  
.mobile-open .close-trigger {
  text-align: center;
  line-height: 20px;
  height: 41px;
  padding: 0 40px;
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.6);
}

.mobile-open .close-trigger a.mm-title {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 10px 0;
}

.mobile-mm-navbar {
  height: 42px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  line-height: 20px;
  left: 0;
  right: 0;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 0px;
  z-index: 999999;
  background: #333333;
}

.mobile-menu-socials {
  display: block;
  padding: 10px 0;
}  

.overlay {
  background: transparent;
  position: fixed;
  width: 100%;
  float: right;
  top: 0;
  left: auto;
  z-index: 10;
  display: none !important;
  height: 100%;
}

.mobile-open .overlay {
  display: block !important;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a {
  border-bottom: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;  
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  margin-right: 0;
  outline: 0;
  display: inline-block;
  float: left;
  position: relative;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

 .mobile-open .custom-menu-primary .hs-menu-wrapper > ul {
    float: left;  
}
 /* 2nd Level */
.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper {
  top: 40px;
  font-size: 18px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 0;
  z-index: 1308;
  text-align: left;
  text-transform: none;
  visibility: hidden;
  min-width: 100px;
  height:0;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li:hover ul.hs-menu-children-wrapper {
  display: block;
  -webkit-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
  -os-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
  -ms-box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;  
  box-shadow: rgba(0, 0, 1, 0.025) 8px 16px 5px 1px;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  float: left;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:first-child {
  padding-top: 13px;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
  height:auto;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:last-child {
  padding-bottom: 13px;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a {
  display: block;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 1.2em;
  padding: 10px 20px 10px 10px !important;
  margin: 0 10px 0 0 !important;
  width: auto;
  white-space: normal;
  word-break: break-word;
}
.main-nav.custom-desktop .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
    width: calc(100% + 30px) !important;
}
.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li.menu-item-has-icon > a:before {
  margin-right: 0;
  content: "";
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > a:before {
  width: 18px;
  font-size: 18px;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left {
  left: -281px;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper.left ul {
  left: -281px;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li {
  margin-bottom: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* 3rd level */

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul {
  top: 0;
  padding: 0;
  background: none;
  left: 281px;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li:hover > ul {
  /* display: block; */
  height:auto;
  opacity:1;
  visibility:visible;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li {
  background: #efefef;
  background: rgba(239,239,239,0.94);
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:first-child,
.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
  padding: 0;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li > ul.hs-menu-children-wrapper.left {
  right: 80px;
  left: auto;
}

.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 13px;
  -webkit-transition: all 300ms ease 0.00ms;
  -o-transition: all 300ms ease 0.00ms;
  transition: all 300ms ease 0.00ms;
}
/* other level */
.custom-menu-primary .hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper > li > ul ul{
  top: 0;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  /* overflow: visible !important;
  max-width: none !important;
  width: auto !important; */
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  padding-right: 20px !important;
}

/* Search */
.search-trigger {
    display: inline;
    cursor: pointer;
    width: 37px;
    float: right;
  	margin-left: 0;
    line-height: 37px;
}

.mobile-open .search-trigger {
    display: block;
    visibility: visible;
    background-color: rgba(,.85);
    cursor: pointer;
    height: 52px;
    width: 100% !important;
    margin:0px !important;
    text-align: center !important;
    padding: 0px !important;
}

#search-toggle {
    margin-left: 30px;
    position: relative;
}

#search-toggle:after {
    content: ' ';
    position: absolute;
    top: -20px;
    right: -30%;
    display: block;
    width: 160%;
    height: 60px;
}

#search-form-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 120px;
    padding: 11px 20px 0;
    font-size: .8em;
    text-align: center;
    z-index: 999;
}

#search-form-wrapper label{
    display: none;
}

#search-form-wrapper .hs-button.primary{
    visibility: hidden;
}

#search-form-wrapper input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    padding: 0 0 0 70px;
    font-weight: 300;
    text-align: left;
    background: url('https://www.kayakmarketing.com/hubfs/images/k4/global-images/icon-search-large.png') left 20px center no-repeat transparent;
    background-size: 30px 30px;
    border: none;
    border-radius: 0;
}

#search-form-wrapper input[type="text"]:focus{
    box-shadow: none;
  
}
.billboard-wrapper {
  background: #ececec;
}
.billboard-content {
  z-index: 100; 
}
.billboard-content /* .page-header
,
.billboard-content .billboard-ctas */ {
  padding-left: 20px;
  padding-right: 20px;
}

.parallax-hero-container,
.parallax-hero-background {
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
}

.parallax-hero-background {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.billboard-wrapper.tall-background, 
.tall-background .billboard-content, 
.template-internal .billboard-wrapper.tall-background, 
.template-internal .tall-background .billboard-content,
.template-internal .tall-background .parallax-hero-container,
.template-internal .tall-background .parallax-hero-background {
  height: calc(75vh - 120px);
  max-height: 820px;
  min-height: 810px;
}

.template-home .billboard-wrapper.tall-background, 
.template-home .tall-background .billboard-content,
.template-home .tall-background .parallax-hero-container,
.template-home .tall-background .parallax-hero-background,
.template-landingpage .billboard-wrapper.tall-background, 
.template-landingpage .tall-background .billboard-content,
.template-landingpage .tall-background .parallax-hero-container,
.template-landingpage .tall-background .parallax-hero-background {
  height: calc(90vh - 120px);
  max-height: 1028px;
  min-height: 810px;
}

.billboard-wrapper.medium-background, 
.medium-background .billboard-content, 
.template-internal .billboard-wrapper.medium-background, 
.template-internal .medium-background .billboard-content,
.template-internal .medium-background .parallax-hero-container,
.template-internal .medium-background .parallax-hero-background  {
  height: calc(65vh - 120px);
  max-height: 620px;
  min-height: 480px;
}

.template-home .billboard-wrapper.medium-background, 
.template-home .medium-background .billboard-content,
.template-home .medium-background .parallax-hero-container,
.template-home .medium-background .parallax-hero-background,
.template-landingpage .billboard-wrapper.medium-background, 
.template-landingpage .medium-background .billboard-content,
.template-landingpage .medium-background .parallax-hero-container,
.template-landingpage .medium-background .parallax-hero-background  {
  height: calc(80vh - 120px);
  max-height: 720px;
  min-height: 520px;
}

.template-system .billboard-wrapper.medium-background, 
.template-system .medium-background .billboard-content,
.template-system .medium-background .parallax-hero-container,
.template-system .medium-background .parallax-hero-background  {
  height: calc(40vh - 120px);
  max-height: 560px;
  min-height: 420px;
}


.billboard-wrapper.short-background, 
.short-background .billboard-content, 
.template-internal .billboard-wrapper.short-background, 
.template-internal .short-background .billboard-content,
.template-internal .short-background .parallax-hero-container,
.template-internal .short-background .parallax-hero-background  {
  height: calc(40vh - 120px);
  max-height: 420px;
  min-height: 360px;
}

.template-home .billboard-wrapper.short-background, 
.template-home .short-background .billboard-content,
.template-home .short-background .parallax-hero-container,
.template-home .short-background .parallax-hero-background,
.template-landingpage .billboard-wrapper.short-background, 
.template-landingpage .short-background .billboard-content,
.template-landingpage .short-background .parallax-hero-container,
.template-landingpage .short-background .parallax-hero-background {
  height: calc(60vh - 120px);
  max-height: 480px;
  min-height: 320px;
}

.template-system .billboard-wrapper.short-background, 
.template-system .short-background .billboard-content,
.template-system .short-background .parallax-hero-container,
.template-system .short-background .parallax-hero-background  {
  height: calc(50vh - 120px);
  max-height: 420px;
  min-height: 320px;
}

.template-blog .billboard-wrapper.short-background, 
.template-blog .short-background .billboard-content,
.template-blog .short-background .parallax-hero-container,
.template-blog .short-background .parallax-hero-background  {
  height: 400px;
}

.template-internal .billboard-wrapper .billboard-content.content-align-middle, 
.template-landingpage .billboard-wrapper .billboard-content.content-align-middle, 
.template-internal .billboard-wrapper .billboard-content.content-align-middle_center, 
.template-landingpage .billboard-wrapper .billboard-content.content-align-middle_center {
  padding-top: 100px;
  padding-bottom: 30px;
}

.billboard-wrapper > .container-fluid,
.billboard-wrapper > .container-fluid > .row-fluid {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}

.billboard-wrapper > .container-fluid > .row-fluid [class*="span"] {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  float:none;
}
.template-blog .billboard-wrapper > .container-fluid > .row-fluid [class*="span"] {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  float: left;
}
.template-blog .billboard-wrapper > .container-fluid > .row-fluid .span12 {
  width: 100%;
}
.template-blog .billboard-wrapper > .container-fluid > .row-fluid .span8 {
  margin-left: .85%;
  width: 65.8%;
}
.template-blog .billboard-wrapper > .container-fluid > .row-fluid .span4 {
  margin-left: 2.5%;
  width: 29%;
}

.billboard-wrapper > .container-fluid > .row-fluid .span6 {
  display: inline-flex;
  flex-direction: column;
  width: 49%;
  height: 100%;
  margin: 0 auto;
}

.billboard-wrapper > .container-fluid > .row-fluid {
  height: 100%;
  position: relative;
}

.billboard-wrapper .billboard-content .span12 {
  margin: 0 auto;
}

.billboard-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.billboard-content.content-align-bottom,
.billboard-content.content-align-bottom_middle,
.billboard-content.content-align-bottom_right {
  justify-content: end;
  padding-bottom: 60px;
}

.billboard-content.content-align-top_left,
.billboard-content.content-align-top_middle,
.billboard-content.content-align-top_right {
  justify-content: start;
  padding-top: 120px;
}

.billboard-content.content-align-bottom_middle,
.billboard-content.content-align-middle_center,
.billboard-content.content-align-top_middle {
  text-align: center;
}

.billboard-content.content-align-middle_center .span6 {
  width: 100%;
}

.billboard-content.content-align-middle_center .secondary-header {
  width: 85%;
  margin-left: 7.5%;
  margin-right: 7.5%;
} 

.billboard-ctas{
  margin-top: 15px;
}

.page-actions a.cta_button {
    font-size: 20px;
    padding: 0;
    transition: background 0.2s ease;
}

.billboard-ctas .button-cta{
  width: auto;
  display: inline-block;
}

.billboard-ctas .button-cta.primary{
  margin-right: 10px;
}

.fs-background {
  overflow: hidden;
  position: relative
}

.fs-background,.fs-background-container,.fs-background-media {
  -webkit-transition: none;
  transition: none
}

.fs-background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden
}

.fs-background-media {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0
}

.fs-background-media.fs-background-animated {
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear
}

.fs-background-media img,.fs-background-media video,.fs-background-media iframe {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-user-drag: none;
  object-fit: cover;
}

.fs-background-media.fs-background-native,.fs-background-media.fs-background-fixed {
  width: 100%;
  height: 100%
}

.fs-background-media.fs-background-native img,.fs-background-media.fs-background-fixed img {
  display: none
}

.fs-background-media.fs-background-native {
  background-position: center;
  background-size: cover
}

.fs-background-media.fs-background-fixed {
  background-position: center;
  background-attachment: fixed
}

.fs-background-embed.fs-background-ready:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ''
}

.billboard-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.fs-background-embed.fs-background-ready iframe {
  z-index: 0
}

@media only screen and (max-width: 600px){
  .template-internal .billboard-wrapper,
  .template-internal .billboard-wrapper .billboard-content.content-align-middle, 
  .template-internal .billboard-wrapper .billboard-content.content-align-middle_center, 
  .template-landingpage .billboard-wrapper .billboard-content.content-align-middle, 
  .template-landingpage .billboard-wrapper .billboard-content.content-align-middle_center {
    padding-top: 0;
  }
  
  .parallax-hero-background {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 110vh;
    background-position:center center;
  }
  
  .billboard-wrapper > .container-fluid > .row-fluid [class*="span"] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 90vw;
    margin: 0 auto;
 }

  [class^="template-"] [class*="-background"].billboard-wrapper, 
  [class^="template-"] [class*="-background"] .billboard-content {
    max-height: 90vh;
    height: 90vh;
    min-height: fit-content;
  }
  
  [class^="template-"] [class*="-background"] .billboard-content {
    margin-top: 80px; 
  }
  
  .template-blog [class*="-background"] .billboard-content {
    margin-top: 0; 
  }
  .billboard-overlay, .fs-background-embed.fs-background-ready:after {
    height: calc( 80vh + 80px );
  }
  
  [class^="template-"] [class*="-background"] .parallax-hero-container {
    min-height: 90vh; 
    max-height: 90vh; 
    height: 90vh;
    overflow:hidden;
  }
  [class^="template-"] [class*="-background"] .parallax-hero-background {
    min-height:  100vh;
    max-height:  100vh;
    height: 100vh;
  }
  [class^="template-"] .billboard-wrapper.short-background, 
  [class^="template-"] .short-background .billboard-content,
  [class^="template-"] .short-background .parallax-hero-container,
  [class^="template-"] .short-background .parallax-hero-background  {
    height: 60vh;
    max-height: 520px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 320px) and (orientation: portrait) {
  [class^="template-"] [class*="-background"] .billboard-content { 
    margin-top: 100px; 
    zoom: 0.9;
  }
}
@media only screen and (max-height: 639px) and (orientation: portrait) {
  [class^="template-"] [class*="-background"] .billboard-content { 
    margin-top: 135px;
    zoom: 0.8;
  }
}
}

.hs-search-field--open .hs-search-field__suggestions {
  background-color:#fff !important;
  border: 0px solid #000 !important;
  padding: 2% !important;
}

.hs-search-field--open .hs-search-field__suggestions li {
  border-bottom: 1px solid #ddd !important;
  padding: 2px 0 !important;
}

.hs-search-field--open .hs-search-field__suggestions li:first-child, .hs-search-field--open .hs-search-field__suggestions li:last-child {
  border-bottom: 0px solid #ddd !important;
  padding: 0px 0 2px !important;
}
