/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */


  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  .dnd-section {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  .body-container__homepage .dnd-section:nth-child(odd) {
    background-color: #F8FAFC;
  }
  .page-center {
    max-width: 1140px;
  }
  @media (min-width: 1200px){
    .dnd-section > .row-fluid {
      max-width: 1140px;
    }
  }
  
  
  
  
  
  
  body {
    color: #844c00;
    font-family: roc-grotesk-regular,sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  
  body {
    
     color: rgba(132, 76, 0, 1.0);
    
  }
  
  
  a {
    color: rgba(237, 139, 0, 1.0);
  }
  
  a:hover {
    color: rgba(237, 139, 0, 1.0);
  }
  
  
  
  h1 {
    color: #ed8b00;
    font-family: roc-grotesk-wide;
    font-size: 40px;
    font-weight: 600;
  }
  
  h1 {
    
    color: rgba(237, 139, 0, 1.0);
    
  }
  
  
  h2 {
    color: #ed8b00;
    font-family: roc-grotesk-wide;
    font-size: 36px;
    font-weight: 600;
  }
  
  h2 {
    
    color: rgba(237, 139, 0, 1.0);
    
  }
  
  h3 {
    color: #ed8b00;
    font-family: roc-grotesk-wide;
    font-size: 30px;
    font-weight: 600;
  }
  
  h3 {
    
    color: rgba(237, 139, 0, 1.0);
    
  }
  
  h4 {
    color: #ed8b00;
    font-family: roc-grotesk-wide;
    font-size: 26px;
    font-weight: 600;
  }
  
  h4 {
    
    color: rgba(237, 139, 0, 1.0);
    
  }
  
  h5 {
    color: #ed8b00;
    font-family: roc-grotesk-wide;
    font-size: 20px;
    font-weight: 600;
  }
  h5 {
    
    color: rgba(237, 139, 0, 1.0);
    
  }
  
  h6 {
    color: #ed8b00;
    font-family: roc-grotesk-wide;
    font-size: 18px;
    font-weight: 600;
  }
  h6 {
    
    color: rgba(237, 139, 0, 1.0);
    
  }
  
  
  
  
  
  
  
  form,
  .submitted-message {
    border-color: rgba(#null, 0.0) ;
    font-family: roc-grotesk-regular,sans-serif;
  }
  
  h3.form-title {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(237, 139, 0, 1.0);
  }
  
  .hs-button,
  .button--primary {
    background-color: rgba(0, 59, 92, 1.0);
    border-color: rgba(0, 59, 92, 1.0);
    border-radius: 0px;
    border-width: 0px;
    color: rgba(255, 255, 255, 1.0);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .hs-button:hover,
  .hs-button:focus,
  .button--primary:hover,
  .button--primary:focus {
    background-color: rgba(0, 59, 92, 1.0);
    border-color: rgba(0, 59, 92, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  
  
  
  .hs-form label {
    color: rgba(0, 59, 92, 1.0);
  }
  
  .hs-form legend {
    color: rgba(0, 59, 92, 1.0);
  }
  
  form input,
  form select,
  form textarea,
  .hs-input {
    border-color: rgba(4, 59, 92, 1.0);
    color: rgba(0, 59, 92, 1.0);
    border-radius: 0px;
  }
  
  form input:focus,
  form select:focus,
  form textarea:focus,
  .hs-input:focus {
    border-color: rgba(4, 59, 92, 1.0);
  }
  
  .fn-date-picker .pika-table thead th {
    color: rgba(255, 255, 255, 0.0);
  }
  
  .hs-input:-moz-placeholder,
  .hs-input::-webkit-input-placeholder,
  .hs-field-desc,
  .hs-dateinput:before,
  .hs-richtext {
    color: #844c00;
  }
  
  .hs-richtext {
    font-size: 16;
  }
  
  .hs-default-font-element,
  .hs-main-font-element {
    font-family: roc-grotesk-regular,sans-serif;
  }
  
  .fn-date-picker td.is-today .pika-button {
    color: #494a52;
  }
  
  .fn-date-picker td.is-selected .pika-button {
    background: #494a52;
  }
  
  .fn-date-picker td .pika-button:hover {
    background-color: #F8FAFC !important;
  }
  
  
  
  
  
  th,
  td {
    background-color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(119, 119, 119, 1.0);
    color: rgba(119, 119, 119, 1.0);
  }
  
  thead th,
  thead td {
    background-color: rgba(73, 74, 82, 1.0);
    color: rgba(255, 255, 255, 1.0);
  }
  
  tfoot td {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(119, 119, 119, 1.0);
  }
  
  table,
  tbody + tbody {
    border-color: rgba(119, 119, 119, 1.0);
  }
  
  
  
  
  
  .custom_header {
    background-color: rgba(255, 255, 255, 1.0);
  }

  @media only screen and (min-width : 992px) {
      .custom_header {
      align-content: flex-end;
    }
  }
  
 
  
  body .custom-menu-primary a,
  .header__logo .logo-company-name,
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    color: rgba(0, 59, 92, 1.0);
  }
  
  body .custom-menu-primary .submenu.level-1 > li:hover > a,
  body .custom-menu-primary .submenu.level-1 > li:focus > a,
  .header__language-switcher-label-current:hover,
  .header__language-switcher-label-current:focus,
  .header__language-switcher .lang_list_class li:hover a,
  .header__language-switcher .lang_list_class li a:focus {
    color: rgba(0, 59, 92, 1.0);
  }
  
  
  body .custom-menu-primary a.active-branch,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li a:active {
    color: rgba(0, 59, 92, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 > li.active-branch,
  body .header__language-switcher-label-current:active,
  body .header__language-switcher .lang_list_class li:active {
    background-color: rgba(255, 255, 255, 0.0);
  }
  body .custom-menu-primary .submenu.level-1 > li {
    background-color: rgba(#null, 0.0);
  }
  body .custom-menu-primary .submenu.level-1 > li:hover,
  body .custom-menu-primary .submenu.level-1 > li:focus {
    background-color: rgba(255, 255, 255, 0.0);
  }
  body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
    color: rgba(0, 59, 92, 1.0);
  }
  body .club_header .custom-menu-primary .submenu.level-1 > li > a.active-branch {
    color: inherit;
  }
  body .custom-menu-primary .submenu.level-1 > li > a:before{
    background-color: rgba(0, 59, 92, 1.0);
  }


  body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
    color: rgba(0, 59, 92, 1.0);
  }
body  .club_header .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
    color: inherit;
  }
  body .custom-menu-primary .submenu.level-2 > li > a {
    color: rgba(0, 59, 92, 1.0);;
  }
  body .custom-menu-primary .submenu.level-2 {
    background-color: rgba(255, 255, 255, 1.0);;
  }
  body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
    background-color: rgba(255, 255, 255, 1.0);
  }
  
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 59, 92, 1.0)
  }
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
    color: rgba(0, 59, 92, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  
  
  .header__language-switcher-label-current,
  .header__language-switcher .lang_list_class li a {
    font-family: roc-grotesk-regular,sans-serif;
  }
  
  .header__language-switcher-label-current:after {
    border-top-color: rgba(0, 59, 92, 1.0);
  }
  
  @media(max-width: 767px) {
    .header__navigation {
      background-color: rgba(255, 255, 255, 1.0);
    }
  
    .header__navigation-toggle svg,
    .menu-arrow svg {
      fill: rgba(0, 59, 92, 1.0);
    }
  }

  @media (min-width: 992px) {
    .mobile-trigger + .form-select {
      display: none !important;
    }
  }
  
  
  
  
  
  .footer {
    background-color: rgba(255, 255, 255, 1.0);
    color: rgba(132, 76, 0, 1.0);
  }
  .footer a{
    color: rgba(0, 59, 92, 1.0);
  }
  .footer a:hover{
    color: rgba(132, 76, 0, 1.0);
  }
  footer h3{
    color: rgba(132, 76, 0, 1.0);
    border-color: rgba(132, 76, 0, 1.0);
  }
  .footer strong{
    color: rgba(237, 139, 0, 1.0);
  }
  .footer .cpyright{
    background-color: rgba(254, 242, 232, 1.0);
  }
  
  
  
  

@media (min-width: 1200px){
  .content-wrapper {
    max-width: 1140px;
  }
}
.blog-post__date {
	border-color: #844c00;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #844c00;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #5c2400;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #ac7428;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #494a52;
}

.blog-pagination__link {
	color: #844c00;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #494a52;
}

.blog-post__title {
	color: #ed8b00;
	font-family:roc-grotesk-wide;
	font-size: 36px;
	font-weight: ;
}

.blog-post__author {
	background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  margin-top: 8px;
	background-color: #fef2e8;
}

.hs-blog-listing,
.hs-blog-post {
	background-color: #FFFFFF;
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
	color: #ed8b00;
}

.blog-post__read-more svg {
	fill: #844c00;
}

.blog-post__read-more a:hover svg {
	fill: #ed8b00;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
	color: #844c00;
}

.blog-sidebar a:hover {
	color: #ed8b00;
}

.blog__subscription-block {
	/*background-color: rgb(245, 245, 245);*/
  background-color:#fef2e8;
}
.blog__subscription-block .container{
  max-width: 1140px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
.blog__subscription-block .row {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.blog__subscription-block .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align:left;
}
.blog__subscription-block .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  /*padding-right: 15px;*/
  padding-left: 15px;
  text-align:left;
}
@media only screen and (max-width: 767px) {
  .blog__subscription-block .col,
  .blog__subscription-block .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blog__subscription-block label{
    text-align:left;
}
.blog__subscription-block p.title {
  font-family: roc-grotesk-condensed,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align:left;
  line-height: 0.9;
  letter-spacing: 0.3px;
  color: #ed8b00;
}
.blog__subscription-block input {
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
    .blog__subscription-block .hs-input{
    font-size:0.6rem;
  }
}
.blog__subscription-block .inputs-list:first-child{padding-top:unset;}
.blog__subscription-block .btn {
  align-self: center;
}
.blog__subscription-block .hs-form-required {
  margin-left: 0px !important;
}
.blog__subscription-block .hs-submit {
  position: absolute;
  /* right: 4px; does not fit for the newsletter form */
  right: 20px;
  top: 25px;
}
@media (min-width: 992px) {
  .blog__subscription-block .hs-submit {
    /* right: 4px; does not fit for the newsletter form */
    right: 20px;
    top: 26px;
  }
}
.blog__subscription-block .hs-submit input {
  color: #fff;
  font-size: 0.74rem;
  font-family: roc-grotesk-wide,sans-serif;
  font-weight: 600;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  background-color: #003b5c;
  padding: 0.8rem 1rem;
  margin:0px;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
}
.blog__subscription-block .hs_email {
  display: flex;
  flex-direction: column;
}
.blog__subscription-block .bkgrnd-color {
  padding: 2rem 3rem;
  background-color: #fef2e8;
}

.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
	color: #844c00;
}

.blog-post__body, .blog-post__tags a {
	color: #844c00;
}

.blog-post__meta a:hover {
  color: #ed8b00
}

.blog-post__links {
	border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
	color: #844c00;
}

.blog-post__back-to-blog:hover {
	color: #ed8b00;
}

.blog-post__back-to-blog svg {
	fill: #844c00;
}

a.blog-post__back-to-blog:hover svg {
	fill: #ed8b00;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
	border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
	border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
	background-color: rgb(245, 245, 245);
}

.color-box{
  color: #844c00;
  background-color: #fef2e8;
  padding: 2rem 2rem 1rem 2rem;
}


.blog-index__club-2022-body {
  background-color: #FFF2E9;
}
.blog-index__club-2022-title {
  margin: 2em auto;
  text-align: center;
  display: block;
  position: relative;
  width: fit-content;
}
.blog-index__club-2022-title h1 {
  color: #003b5c;
}
.blog-index__club-2022-title::after {
  display: block;
  position: absolute;
  content: "";
  width: 3em;
  height: 5px;
  background-color: #ed8b00;
  bottom: 0;
  right: calc(50% - 1.5em);
}
.blog-index__club-2022 {
  max-width: 800px; 
}
.blog-index__club-2022 .blog-index {
  padding: 0 20px;
}
.blog-index__club-2022 .blog-index__post {
  flex: 0 0 50%;
  padding: 1.3rem;
}
.blog-index__club-2022 .blog-index__post-inner-card {
  box-shadow: unset;
  border-radius: 15px;
}
.blog-index__club-2022 .blog-index__post-image {
  aspect-ratio: 1 / 1;
  border-radius: 15px;
  width: 100%;
}
.blog-index__club-2022 .blog-index__post-content h2 {
  text-transform: unset;
  margin: 0;
}
.blog-index__club-2022 .blog-index__post-content h2 a {
  color: ##ed8b00;
}
.blog-index__club-2022 .blog-index__post-content h2 a:hover {
  color: ##ed8b00;
}
.blog-index__club-2022 .blog-index__post-timestamp {
  color: #ed8b00;
  font-weight: bold;
  margin-top: 1em;
}
.blog-index__club-2022 .blog-post__excerpt {
  color: #003b5c;
}
.blog-index__club-2022 .blog-post__read-more a,
.blog-index__club-2022 .blog-pagination__link {
  background-color: #ed8b00;
  color: white;
  padding: .5em 2.5em;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
.blog-index__club-2022 .blog-post__read-more a:hover
.blog-index__club-2022 .blog-pagination__link:hover {
  box-shadow: 0 0 5px #ed8b00;
  text-decoration: none;
}
.blog-index__club-2022 .blog-pagination__number-link {
  padding: .5em .7em;
}

.blog-index__club-2022 .blog-pagination__number-link:active,
.blog-index__club-2022 .blog-pagination__number-link.blog-pagination__link--active {
  opacity: .8;
}
.blog-index__club-2022 .blog-pagination {
  gap: .7em;
  margin: 20px auto;
}
.blog__follow-us-wrapper {
  width: 100%;
  background-color: #ed8b00;
}
.blog__follow-us {
  background-color: #ed8b00;
  padding: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
.blog__follow-us-text h2 {
  color: white;
  font-family: roc-grotesk-wide;
  font-size: 36px;
  font-weight: 600;
}
.blog-post__read-more {
 margin: auto; 
}
  
  
  
  
  
  
  
  
  
  body .icon svg {
    fill: #494a52;
  }
  
  body .tns-nav button.tns-nav-active {
    background-color: #494a52;
  }
  
  body .tns-nav button:hover,
  body .tns-nav button:focus {
    background-color: #494a52;
  }
  
  body .social-links__icon {
    background-color: #494a52;
  }
  
  body .social-links__icon:hover svg,
  body .social-links__icon:focus svg {
    fill: rgba(#null, 0.0);
  }
  
  body .social-links__icon:active svg {
    fill: rgba(#null, 0.0);
  }
  
  body .team-member__description {
    background-color: #F8FAFC;
  }
  
  .page-center {
    max-width: 1140px;
    margin: 0 auto;
  }
  
  
  
  
  .body-container__website .dnd-section:nth-child(odd) {
    background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
  }
  

  
  
  
.hs-form-booleancheckbox {
  margin: 16px 0;
}
.hs-form-booleancheckbox .hs-form-required {
  display: none;
}

.hs-form-booleancheckbox label {
  position: relative;
}

.hs-form-booleancheckbox label span {
  display: inline-block;
  margin-left: 40px;
  /* Width of the new radio select and any additional spacing on the left */
  margin-right: 16px;
  /* Additional spacing on the right */
}

/* Hide the original checkbox */
.hs-form-booleancheckbox label input {
  height: 24px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px;
}

/* Add new checkbox */
.hs-form-booleancheckbox label span::before {
  border: 2px solid;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 24px;
  background-color: white;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* Style new checked item */
.hs-form-booleancheckbox label span::after {
  content: "";
  border: 4px solid;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 2px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
}

/* Show when checked */
.hs-form-booleancheckbox label input:checked + span::after {
  opacity: 1;
}

/* Style when focused */
.hs-form-booleancheckbox label input:focus + span::after {
  outline: 3px solid transparent;
  /* For Windows high contrast mode. */
}

/* Custom HS Button */
.hs-submit input {
  color: #fff;
  font-size: 0.74rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 0.8rem 1rem;
  background-color: #003b5c;
  padding: 6.5px 9.5px;
}

.hs-form-booleancheckbox label span {
  margin-left: 34px !important;
}

.hbspt-form {
  display: flex;
  justify-content: center;
}
.hbspt-form ul {
  margin-bottom: 0rem;
  padding-left: 0 !important;
}
.hbspt-form label {
  color: #003b5c;
  font-size: 0.9rem;
  margin-bottom: 0rem;
  letter-spacing: 0.24px;
  font-family: roc-grotesk-condensed, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.hbspt-form label span {
  line-height: 1.38;
}
.hbspt-form label span p {
  font-family: roc-grotesk-regular, sans-serif;
  text-transform: none;
  color: #003b5c;
  font-size: 0.8rem;
  line-height: 1.38;
  letter-spacing: 0.13px;
}
@media only screen and (max-width: 767px) {
    .hbspt-form label span p {
    font-size:0.6rem;
    line-height: normal;
  }
}
.hbspt-form label span:before {
  top: 0px;
}
.hbspt-form li {
  margin-left: 0 !important;
  margin-bottom: 0rem;
  list-style-type: none;
}
.hbspt-form li:before {
  display: none !important;
}
.hbspt-form fieldset:first-of-type {
  padding-top: 0rem !important;
}
.hbspt-form fieldset {
  padding: 0.6rem 0rem !important;
}
.hbspt-form select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  color: #003b5c !important;
  text-transform: uppercase !important;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M5,0l5,6H0Z' transform='translate(10 6) rotate(180)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 10px 6px;
  border: 1px solid #003b5c;
  /* get rid of default appearance for IE8, 9 and 10*/
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-padding-start: calc(10px - 3px);
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
}
.hbspt-form select,
.hbspt-form option {
  font-size: 0.8rem;
  padding: 0.5rem;
  font-family: roc-grotesk-wide, sans-serif;
  font-weight: 600;
  color: #fff !important;
  background-color: #003b5c;
  text-transform: uppercase !important;
}
.hbspt-form select:focus,
.hbspt-form option:focus {
  background-color: #003b5c !important;
}
.hbspt-form .hs-fieldtype-file div input {
  padding-top: 8px;
}
.hbspt-form .hs-form-required {
  margin: 0px;
}
.hbspt-form .hs-datenschutzbestimmung .hs-form-booleancheckbox label {
  display: flex;
  flex-direction: row;
  font-size: 0.8rem;
  letter-spacing: 0.24px;
  text-transform: none;
  font-family: roc-grotesk-regular, sans-serif;
}
.hbspt-form .hs-datenschutzbestimmung input[type=checkbox] {
  max-width: 30px;
  margin-right: 8px;
}
.hbspt-form .hs-datenschutzbestimmung span {
  color: #003b5c;
  font-size: 0.8rem;
  line-height: 1.38;
  letter-spacing: 0.13px;
}
.hbspt-form .hs-error-msgs {
  line-height: normal;
}
.hbspt-form .hs-error-msgs label {
  color: #ed8b00;
  font-size: 1rem;
}
@media only screen and (min-width: 481px) {
  .hbspt-form .hs-fieldtype-file div input,
.hbspt-form textarea {
    width: 100% !important;
  }
}
.hbspt-form .required-info {
  color: #003b5c;
  font-size: 0.8rem;
  padding-bottom: 0px !important;
  margin-bottom: 0rem;
}
.hbspt-form .hs_recaptcha {
  margin-top: 1rem;
}
.hbspt-form .grecaptcha-badge {
  box-shadow: unset !important;
}
.hbspt-form .rc-anchor-invisible {
  display: block !important;
}

/* START Checkbox */
.hs-input-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 30px;
  height: 30px;
  top: -4px;
  left: 0;
}

.popmake .hs-input-checkbox input[type=checkbox] + span:before {
  top: -4px;
}

.hs-input-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 30px;
  width: 30px;
  top: -6px;
  left: 0px;
  border: 1px solid #ed8b00;
  border-radius: 0rem;
  -webkit-border-radius: 0rem;
  -moz-border-radius: 0rem;
  -ms-border-radius: 0rem;
  -o-border-radius: 0rem;
}

.hs-input-checkbox input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "✓";
  height: 30px;
  width: 30px;
  top: -4px;
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
}

.hs-input-checkbox input[type=checkbox]:checked + span:before {
  background: transparent;
}

.hs-input-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.hs-input-list-item-label {
  margin-left: 40px;
  display: inline-block;
}

/* END Checkbox */
.hs-input .hs-input-validation-errors {
  color: #fff !important;
  border: 1px solid #e9ecef !important;
  background-color: #dc3545 !important;
}

div.hs-input-mail-sent-ok {
  color: #fff !important;
  border: 2px solid #398f14 !important;
  background-color: #398f14 !important;
}

.hs-input .hs-input-form textarea {
  max-height: 150px;
}

.hs-input-form .message,
.hs-input-acceptance .hs-input-list-item {
  margin-bottom: 2rem;
}

.hs-input form .hs-input-response-output {
  margin: 1em 0.5em 1em;
  margin-top: 80px;
  padding: 1.6rem !important;
  height: 100% !important;
}

.usable-area input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.usable-area .square-meters {
  line-height: 38px;
  max-height: 38px;
  padding-left: 0px;
  padding-right: 1rem;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.usable-area input,
.construction-year input {
  text-align: center;
}
.usable-area select,
.construction-year select {
  text-align: center;
}

.body-wrapper:not(.hs-content-id-45087114062) #hs-button_back-to-home{display:none!important;}

@media(max-width: 767px) {
  .hs-blog-post h1 span,
  .hs-blog-post h2 span,
  .hs-blog-post h3{
    hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
  }
}
.cta_button{
  font-size: 1rem!important;
  padding: 14px 18px!important;
}

.mobile-menu .submenu.level-1 li{
  padding:15px 0px!important;
  }

.screen-reader-text, .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
  white-space: nowrap;
}
.footer_links .nav-link i{font-style: normal;}

.custom-menu-primary{
  justify-content: center;
  display: flex;
  flex-direction: column;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

header #meta-navigation .hs-menu-item a{
  padding-left: .5rem ;
  padding-right: .5rem ;
  font-size: 10px;
  letter-spacing: .3px;
  font-weight: 600;
  font-family: roc-grotesk-wide,sans-serif;
  text-transform: uppercase;
  color: #001f31;
}
#hs_cos_wrapper_navigation-primary .menu-link{
  letter-spacing: .3px;
  font-weight: 600;
  font-family: roc-grotesk-wide,sans-serif;
  text-transform: uppercase;
  color: #ed8b00;
}
#hs_cos_wrapper_navigation-primary-mobile .menu-link[target="_blank"],
#hs_cos_wrapper_navigation-primary .menu-link[target="_blank"]{
  color: #fff;
  padding: 10px 16px !important;
  background-color: #ed8b00;
}
#hs_cos_wrapper_navigation-primary-mobile .menu-link[target="_blank"]{
  max-width: 104px;
  text-align: center;
  margin-left:2rem;
}
#hs_cos_wrapper_navigation-primary,
#hs_cos_wrapper_navigation-primary .submenu.level-1{
  background-color:white;
  /* z-index:10; */
}

#hs_cos_wrapper_navigation-primary .submenu.level-1 > .has-submenu > a:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
#hs_cos_wrapper_navigation-primary .has-submenu .submenu{
  box-shadow: 0 0 30px #00000017;
  z-index:-1;
  padding-top: 10px;
  /* visibility:hidden; */
}

.club_header .has-submenu .submenu{
  
  z-index:9 !important;
}

#hs_cos_wrapper_navigation-primary .has-submenu .submenu li:hover {
  background-color: #f1f0f0;
}

#hs_cos_wrapper_navigation-primary .has-submenu .submenu a{
  font-family: roc-grotesk-wide,sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  color: #844c00;
}
.footer a{
  color: #ed8b00;
}
.footer_row .hs-menu-item a{
  padding:0px;
}
.policy_links ul li a{
  font-weight: 600;
}
.footer_links {
  margin-top: 0rem;
}
.footer_links .nav-link{
  padding:0px;
}
.mobile-menu .submenu.level-1 a{
  color: #ed8b00;
}
.mobile-menu .meta-menu-container ul{
  flex-direction: column;
}
.mobile-menu .meta-menu-container ul a{
  padding: 1rem;
  padding-left:2rem;
  letter-spacing: .3px;
  font-weight: 600;
  font-family: roc-grotesk-condensed,sans-serif;
  text-transform: uppercase;
  color: #003b5c;
  display: block;
}

.mobile-menu .has-submenu > .menu-link:after{
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.child-trigger {
  left: 0px!important;
  right:unset!important;
  width: 100%!important;
  height: 30px!important;
  top: 9px!important;
}

@media only screen and (min-width : 768px) {
  .child-trigger {
  right: 0px !important;
  width: 26px !important;
  height: 30px !important;
  top: 9px !important;
}
}

.mobile-menu .submenu.level-2{
  margin-top:1rem;
}

.mobile-menu .submenu.level-2 a.menu-link{
  color:#003a5c;
  padding-left: 1rem;
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2, .submenu.level-1 > li.has-submenu.focus .submenu.level-2{
  transition:unset!important;
}
.mobile-menu-wrapper{
  max-width: 540px;
  margin: auto;
}
@media (min-width: 768px){
  .mobile-menu-wrapper{
    max-width: 720px;
  }
}
.custom-menu-primary .submenu.level-1 > li{
    font-size: .8rem !important;
  }
@media (max-width: 1199.98px){
  .custom-menu-primary .submenu.level-1 > li{
    font-size: .7rem !important;
  }
}

@media (max-width: 767px){
  .policy_links ul{
    flex-direction: column;
  }
  .policy_links ul li a{
    line-height: 2rem;
  }
}
.custom-menu-primary .submenu.level-2{
  display:none;
  }

@media (min-width: 768px){
   .club_header .custom-menu-primary .submenu.level-2 .menu-item:nth-child(1){
    display:block;
  }
  .custom-menu-primary .submenu.level-2 .menu-item:nth-child(1){
    display:none;
  }
  
  .custom-menu-primary .submenu.level-1 li:nth-child(2) .submenu.level-2 li{min-width:245px;}
}