







/* 1a. Containers */


  


:root {
	--container-width: 1337px;
}


  


/* 1b. Colors */







/* Upper Menu Colors */




/* Language Menu */





/* Lower Menu Colors */












/* Footer colors */






:root {
	--primary: #000000;
  --secondary: #ee7203;
  --body-bg: #ffffff;
  --accent1: ;
  --accent2: ;

  --upperBg: #1d1d1d;
  --upperMenuText: #F2F2F2;
  --upperMenuTextHover: #FFFFFF;

  --langColor: #FFFFFF;
  --langColorHover: #FFFFFF;
  --langDropdownColor: #000000;
  --langDropdownColorHover: rgba(0, 0, 0, 80%);

  --lowerMenuBg: #000000;
  --lowerMenuText: #FFFFFF;
  --lowerMenuTextHover: #FFFFFF;

  --lowerMenuDropdownText: #000000;
  --lowerMenuDropdownBg1: #FFFFFF;
  --lowerMenuDropdownBg2: #f2f2f2;
  --lowerMenuDropdownLink: #000000;
  --lowerMenuDropdownLinkHover: #ee7203;
  --lowerMenuDropdownLinkHoverBg: #FFFFFF;

  --footerBg: #000000;
  --footerText: #FFFFFF;
  --footerLink: #FFFFFF;
  --footerLinkHover: #FFFFFF;
  --footerLinkActive: #FFFFFF;

  --black: #000000;
  --white: #ffffff;
  --grey: #f2f2f2;
}

/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

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

/* Padding on blog post sections */

.blog-post-section {
  padding: 80px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1337px;
}





html {
  font-size: 18px;
}

body {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 18px;
  line-height:30px;
}

/* Paragraphs */

p {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* Anchors */

a {
  font-weight: 300; text-decoration: none; font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal;
  color: #000000;
}

a:hover,
a:focus {
  font-weight: 300; text-decoration: underline; font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal;
  color: #ee7203;
  text-decoration: none!important;
}

a:active {
  font-weight: 300; text-decoration: underline; font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal;
  color: #ffc253;
  text-decoration: none!important;
}

/* Headings */

h1 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 45px;
  text-transform: none;
}

h2 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 32px;
  text-transform: none;
  font-size: 30px!important;
  margin-bottom: 22px;
}

h3 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  border-left-color: #ee7203;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  font-size: 18px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #f2f2f2;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #000000;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 50px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #000000;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #000000;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(80, 80, 80, 100);
  border-color: #505050;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 0px none #000000;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 50px;
  color: #000000;
  fill: #000000;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 0px none #000000;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: rgba(80, 80, 80, 0);
  border: 0px none #000000;

  border-color: #505050;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 300; text-decoration: none; font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal;
  color: #000000;
  fill: #000000;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 300; text-decoration: underline; font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal;
  color: #ee7203;
  fill: #ee7203;
}

.button.button--simple:active {
  font-weight: 300; text-decoration: underline; font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal;
  color: #ffc253;
  fill: #ffc253;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #ee7203;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(238, 114, 3, 0.0)

;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #000000;

  padding: 25px;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 18px;
}

/* Help text */

form legend {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #f2f2f2;

  padding: 10px;

  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
  font-size: 18px;
  min-height: 47px;
}

/* Form fields - placeholders */



/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #ee7203;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #000000 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: white;
  text-decoration: underline;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p,
.legal-consent-container .hs-form-booleancheckbox-display p{
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 0px none #000000;

    font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-radius: 50px;
    color: #000000;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 0px none #000000;

    font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 0px none #000000;

    font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
    background-color: rgba(80, 80, 80, 0);
    border-color: #505050;
    color: #ffffff;
  }





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #ee7203;

  padding: 0px;

  background-color: 

  
  
    
  


  rgba(238, 114, 3, 0.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #ffffff;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #f2f2f2;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #f2f2f2;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(238, 114, 3, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: ;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(29, 29, 29, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  ;
  color: ;
  font-size: ;
  text-transform: ;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  ;
  color: ;
}

.header__language-switcher-child-toggle svg {
  fill: ;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #f2f2f2;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  ;
  color: ;
  font-size: ;
  text-transform: ;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: ;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 45px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

  .dnd-section {
    padding: 50px 32px;
  }
}

/* Menu items */

.header__menu-link {
  ;
  font-size: ;
  text-transform: ;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #f2f2f2;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  ;
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  ;
  color: ;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  ;
  color: ;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: ;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: #f2f2f2;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #000000;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  ;
  color: #ee7203;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: ;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #FFFFFF;
}

.footer hr {
  border-bottom-color: #FFFFFF !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  ;
  color: ;
  font-size: ;
  text-transform: ;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  ;
  color: ;
}

.footer .hs-menu-wrapper a:active {
  ;
  color: ;
}

.footer .hs-menu-wrapper .active > a {
  ;
  color: ;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #f2f2f2;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

.error-page:before {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 18px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: ff-tisa-sans-web-pro, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #000000;
  height: 18px;
  width: 18px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #ee7203;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #505050;
}

.pagination__link--active {
  border-color: #f2f2f2
}

/* Pricing card */

.pricing-card__heading {
  background-color: #000000;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}

h1, h2, h3, h4, h5, h6, p{
  margin-bottom: 22px;
  line-height: 1.3;
}

.oembed_custom-thumbnail_icon {
  align-items: center!important;
  cursor: pointer!important;
  display: flex;
  justify-content: center;
  background-color: #EE7203!important;
  width: auto!important;
  padding: 24px!important;
  border-radius: 100%!important;
  transition: 0.15s ease-in-out;
}

.oembed_custom-thumbnail_icon svg {
  fill: white!important;
  width: 24px!important;
  height: 24px!important;
}


.oembed_custom-thumbnail:hover .oembed_custom-thumbnail_icon {
  transform: scale(1.2);
}

/* form input[type='text']{
  color: #EE7203!important;
}

form input[type='email']{
  color: #EE7203!important;
}

input::placeholder{
  color: #EE7203!important;
}

form select{
  color: #EE7203!important;
} */


form input[type='submit'], form .hs-button {
  width: 40%;
}


form input[type='submit']:hover, form .hs-button {
  background-color: black;
  color: white;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  margin-top: 5px;
}
 form input[type='text'], form input[type='email'], form input[type='password'], form input[type='tel'], form input[type='number'], form input[type='search'], form select, form textarea {
  color: #EE7203!important;
}


a{}

.isotope-pager {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  width: 100%;
}

a.pager{
  text-decoration: none;
  font-size: 16px;
}

a.pager.active{
  background-color: var(--secondary);
  color: white;
  padding: 4px 12px;
  text-decoration: none;
}

.mobile-all-link{
  display:none;
}

a.mobile-all-link{
  color: var(--secondary)!important;
}



form .hs-error-msg, form .hs-error-msgs {
  color: white;
  margin-top: 0.35rem;
}


.filters-wrapper{
  background-color: #f2f2f2;
  margin-bottom: 32px;
}

.filters-wrapper .content-wrapper{
  padding: 32px 0px;
}


.filters{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.category{
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
}

.filters-select{
  width: 400px;
  border-radius: 32px;
  background-color: white;
  padding: 8px 16px;
  border: 0px;
  border-right: 20px solid transparent!important;
}

.black-cta{
  background-color: black;
  border: 2px solid black;
  color: white;
  line-height: 24px;
   border-radius: 32px;
   font-family: ff-tisa-sans-web-pro, sans-serif;
   padding: 8px 32px 8px 32px;
   font-size: 16px;
   text-decoration: none;
   transition: 0.15s ease-in-out;
   display: inline-flex!important;
   justify-content: center;
   margin-bottom: 8px;
}

.black-cta:hover{
  background-color: transparent;
  border: 2px solid black;
  color: black;
  text-decoration: none;
}

.white-cta{
  background-color: white;
  border: 2px solid white;
  color: black!important;
  line-height: 24px;
   border-radius: 32px;
   font-family: ff-tisa-sans-web-pro, sans-serif;
   padding: 8px 32px 8px 32px;
   font-size: 16px;
   text-decoration: none;
   transition: 0.15s ease-in-out;
   display: inline-flex!important;
   justify-content: center;
   margin-bottom: 8px;
}

.bordered-cta{
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #EE7203;
  color: black;
  line-height: 24px;
   border-radius: 32px;
   font-family: ff-tisa-sans-web-pro, sans-serif;
   padding: 8px 32px 8px 32px;
   font-size: 16px;
   text-decoration: none;
   transition: 0.15s ease-in-out;
   display: inline-flex!important;
   justify-content: center;
   margin-bottom: 8px;
}

.bordered-cta:hover{
  background-color: #EE7203;
  color: white;
  text-decoration: none;
}


.white-cta:hover{
  background-color: rgba(255, 255, 255, 0)!important;
  border: 2px solid white!important;
  color: white!important;
  text-decoration: none;
}

.white-cta:visited{
  color: white;
}


.white-cta:active{
  color: white;
}


.white-cta:focus{
  color: white;
}


.pillar-link{
  display: block;
  margin-bottom: 0px;
  line-height: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.orange-cta,
.cm-cta-btn {
 background-color: var(--secondary);
 border: 2px solid var(--secondary)!important;
 line-height: 24px;
  border-radius: 32px;
  font-family: ff-tisa-sans-web-pro, sans-serif;
  padding: 8px 32px 8px 32px;
  font-size: 16px;
  text-decoration: none;
  transition: 0.15s ease-in-out;
  color: white;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: white!important;
  margin-bottom: 8px;
}

.orange-cta:visited,
.cm-cta-btn:visited {
  color: white;
}


.orange-cta:active,
.cm-cta-btn:active {
  color: white;
}


.orange-cta:focus,
.cm-cta-btn:focus {
  color: white;
}


.orange-cta:hover,
.cm-cta-btn:hover {
  border: 2px solid var(--secondary) !important;
  color: var(--secondary) !important;
  background-color:rgba(255, 255, 255, 0) !important;
  text-decoration: none !important;
}

.orange-cta:hover a
.cm-cta-btn:hover a {
  text-decoration: none!important;
}

.white-list li{
  color: white;
}

.white-list li::marker{
  color: white;
}

p.introduction-subtitle{
  font-size: 30px;
  margin-bottom: 32px;
}

.legal-consent-container .hs-error-msgs label {
  color: white!important;
  text-decoration: underline;
}

.cn-map{
  position: relative;
}

.cn{
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: rgba(0, 0, 0, 0.625);
  color: white;
  padding: 64px;
  text-align: center;
}

.cn h3{
  font-size: 32px;
  color: white;
}

.cn p{
  margin-bottom: 0px;
}

.cn a{
  color: #EE7203;
}

.cn .orange-cta{
  color: white;
}

p a {
  color: #EE7203;
  text-decoration: none;
}

h2 a{
  color: #EE7203;
  text-decoration: none;
}

.tabber_content li a{
  color:#EE7203!important;
}

.hs_cos_wrapper_type_rich_text a{
  color: #EE7203;
  text-decoration: none;
}

.hs_cos_wrapper_type_rich_text a:hover{
  color: #EE7203;
  text-decoration: underline!important;
}

.cn-map .gm-style-iw-d span{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}


.blog-post-section .content-wrapper p + h1,
.blog-post-section .content-wrapper  p + h2,
.blog-post-section .content-wrapper p + h3,
.blog-post-section .content-wrapper p + h4,
.blog-post-section .content-wrapper p + h5,
.blog-post-section .content-wrapper p + h6 {
  margin-top: 60px;
}

ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
  margin-top: 60px;
}

.rep-card p + h1,.rep-card p + h2,.rep-card p + h3,.rep-card p + h4,.rep-card p + h5,.rep-card p + h6 {
  margin-top: 0px;
}


.ccs-content p + h1, .ccs-content p + h2, .ccs-content p + h3, .ccs-content p + h4, .ccs-content p + h5, .ccs-content p + h6 {
  margin-top: 0px!important;
}

.featured-content p + h1, .featured-content p + h2, .featured-content p + h3, .featured-content p + h4, .featured-content p + h5, .featured-content p + h6 {
  margin-top: 0px!important;
}

.image-gallery-container .left p + h1, .image-gallery-container .left p + h2, .image-gallery-container .left p + h3, .image-gallery-container .left p + h4, .image-gallery-container .left p + h5, .image-gallery-container .left p + h6{
  margin-top: 0px!important;
}

/*update*/

form input[type='text'], 
form input[type='email'],
form input[type='password'], 
form input[type='tel'], 
form input[type='number'], 
form input[type='search'], 
form select, 
form textarea {
    color: #45606c !important;
}
/* ::-webkit-input-placeholder {
  color: #EE7203!important;
}

::-moz-placeholder {
  color: #EE7203!important;
}

:-ms-input-placeholder {
  color: #EE7203!important;
}

:-moz-placeholder {
  color: #EE7203!important;
}

::placeholder {
  color: #EE7203!important;
}
 */

@media screen and (max-width: 1200px){
  .related-content-title a{
    display: initial!important;
}

a.mobile-all-link{
  display: none!important;
}

}


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

  .related-content-title{
    margin-bottom: 0px!important;
  }

  .related-content-title h2{
    margin-bottom: 40px!important;
  }


  .related-content-wrapper .content-wrapper{
    padding: 0px!important;
    display: flex!important;
    flex-direction: column!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
}

  .mobile-all-link{
    display: flex;
  }

  .black-cta{
     display:flex!important;
     justify-content: center;
     margin-bottom: 8px;
  }

  .cn h3{
    font-size: 20px;
    margin-bottom: 0px;
  }

  .cn p{
    font-size: 12px;
    line-height: 1.2;
    margin: bottom 0px;
  }

  .cn .orange-cta{
    font-size: 12px;
    padding: 0px;
  }

  .cn{
    padding: 32px;
  }

  .orange-cta{
    width: 100%;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
  }


  .white-cta{
    width: 100%;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
  }

  .bordered-cta{
    width: 100%;
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
  }


  li.list__item{
    margin-bottom: 16px!important;
  }

  .hs_cos_wrapper_type_rich_text p{
    width: 100%!important;
  }

  .category{
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .category:first-of-type{
    margin-bottom: 16px;
  }

  .filters-wrapper{
    margin-bottom: 32px!important;
  }

.filters-wrapper .content-wrapper{
    padding: 32px 32px;
}

.filters{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 32px;
  }

.filters-select{
width: 90vw;
color: black;
padding: 8px 16px;
}



.blog-feed-wrapper a.mobile-all-link {
  color: var(--secondary) !important;
  position: absolute;
  bottom: -22px;
  width: 100%;
  text-align: center;
  display: inline;
}


}