







/* 1a. Containers */









/* 1b. Colors */







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


.content-wrapper,
.header__wrapper,.container {
  max-width:1290px;
  padding:0 20px;
  margin: 0 auto;
}
.btn a {
  background: #15a6a6;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 28px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700 !important;
}

.btn a:hover {
  background-color: #1e1e1e;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
form input[type=email], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form select, form textarea {
  outline: none;
}
form .hs-button, form input[type=submit] {
  width: fit-content;
  padding: 14px !important;
  border-radius: 5px !important;
  background-color: #15A6A6 !important;
  box-shadow: 0px 10px 30px 0px rgba(21, 166, 166, 0.20);
  border: 0 !important;
  margin-top: 8px; 
}
form .hs-button, form input[type=submit]:hover {
  background-color: #1e1e1e !important;
}




html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
}

/* Anchors */

a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: underline;
  color: #15a6a6;
}

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: underline;
  color: #1e1e1e;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: underline;
  color: #6e6e6e;
}

/* Headings */

h1 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 48px;
  text-transform: none;
}

h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 36px;
  text-transform: none;
}

h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 18px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #f6f8fa;
  color: #1e1e1e;
  font-size: 24px;
}

blockquote > footer {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 1px none #15A6A6;

  padding-top: 13px;
padding-right: 21px;
padding-bottom: 13px;
padding-left: 21px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(21, 166, 166, 1.0)

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

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px none #15A6A6;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 30, 30, 1.0)

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

button:active,
.button:active,
.hs-button:active {
  border: 1px none #15A6A6;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(110, 110, 110, 100);
  border-color: #65f6f6;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary,
.hs-delete-data__button,
.hs-download-data__button {
  border: 1px none #15A6A6;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(21, 166, 166, 1.0)

;
  border-radius: 5px;
  color: #333333;
  fill: #333333;
  text-transform: uppercase;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active,
.hs-delete-data__button:hover,
.hs-delete-data__button:focus,
.hs-delete-data__button:active,
.hs-download-data__button:hover,
.hs-download-data__button:focus,
.hs-download-data__button:active {
  border: 1px none #15A6A6;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 30, 30, 1.0)

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

.button.button--secondary:active,
.hs-delete-data__button:active,
.hs-download-data__button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(110, 110, 110, 100);
  border: 1px none #15A6A6;

  border-color: #65f6f6;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: underline;
  color: #15a6a6;
  fill: #15a6a6;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: underline;
  color: #1e1e1e;
  fill: #1e1e1e;
}

.button.button--simple:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: underline;
  color: #6e6e6e;
  fill: #6e6e6e;
}

/* Button sizing */

.button.button--small {
  padding-top: 13px;
padding-right: 21px;
padding-bottom: 13px;
padding-left: 21px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 13px;
padding-right: 21px;
padding-bottom: 13px;
padding-left: 21px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #FFFFFF;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}

/* Form title */

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

  padding: 0px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Labels */

form label {
  padding: 0px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #1e1e1e;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1e1e1e;
  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 solid #BDBDBD;

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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 5px;
  color: #1e1e1e;
  font-size: 16px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #7B7B7B;
}

::-moz-placeholder {
  color: #7B7B7B;
}

:-ms-input-placeholder {
  color: #7B7B7B;
}

:-moz-placeholder {
  color: #7B7B7B;
}

::placeholder {
  color: #7B7B7B;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  color: #ffffff;
}

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

form .is-selected .pika-button {
  background-color: #f6f8fa;
  color: #139393;
}

form .pika-button:hover {
  background-color: #333333 !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: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1e1e1e;
}

form .hs-richtext a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1e1e1e;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #1e1e1e;
  font-size: 14px;
}

/* Submit button */



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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(21, 166, 166, 1.0)

;
  border-radius: 5px;
  color: #ffffff;
  text-transform: uppercase;
}

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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(30, 30, 30, 1.0)

;
  color: #ffffff;
}

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

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(110, 110, 110, 100);
  border-color: #65f6f6;
  color: #ffffff;
}





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

  font-size: 16px;
}



/* Inline thank you message */

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

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(132, 171, 183, 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: #84ABB7;
}

/* 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 #E0E0E0;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #139393;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(246, 248, 250, 1.0)

;
  color: #139393;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #139393;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(246, 248, 250, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #139393;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

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

/* Language switcher - submenu */

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #139393;
  font-size: 16px;
  text-transform: none;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
  font-size: 48px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

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

/* Menu items - top level */

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

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

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

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #E0E0E0;
}

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

.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 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #139393;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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: #139393;
}

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

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #139393;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}
.footer .hs-menu-wrapper .active > a{
    text-decoration: none !important;
}
.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

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

  background-color: 

  
  
    
  


  rgba(19, 147, 147, 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 #E0E0E0;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

.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: #139393;
}





/* Error templates */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #1e1e1e;
}

/* Search template */

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

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding-top: 10px!important;
padding-right: 12px!important;
padding-bottom: 10px!important;
padding-left: 12px!important;
;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 24px;
}

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

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

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

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

.blog-listing__post-title-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #1e1e1e;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #6e6e6e;
}

.blog-listing__post-tag {
  color: #1e1e1e;
}

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

.blog-listing__post-tag:active {
  color: #6e6e6e;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #1e1e1e;
}

.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: #6e6e6e;
}

/* Image gallery */

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

.image-gallery__close-button-icon:active {
  background-color: rgba(212, 251, 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: #15a6a6;
  height: 16px;
  width: 16px;
}

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

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

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

/* Pricing card */

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

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(212, 251, 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: #1e1e1e;
  color: #1e1e1e;
}

body,
body p,
h1,
h2,
h3,
h4,
h5,
h6,
a, a:focus, a:hover{
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: normal;
}


body .btn {
  display: block;
}

/************************** Footer Css ********************************/

.footer_inner_top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_left a img {
  max-width: 220px;
}
.footer_left p {
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
}
.footer_left p {
  margin: 20px 0;
}
.footer_right a {
  background-color: #15a6a6;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 15px;
  border-radius: 5px;
  text-decoration: none;
}
.footer_right a img {
  vertical-align: middle;
  max-width: 15px;
  margin-right: 5px;
}
.footer_right {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer_right a:nth-child(2) {
  font-weight: 600;
}
.top__title h6 {
  font-weight: 700;
  color: #1E1E1E;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 10px;
}
.top__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
}
.footer_inner_bottom .col {
  width: calc(25% - 15px);
  padding-right: 20px;
  position: relative;
  margin-right:20px;
}
.footer_inner_bottom .col:before {
  position: absolute;
  content: '';
  border-right: 1px solid #7b7b7b80;
  width: 1px;
  height: calc(100% - 95px);
  right: 0;
}
.footer_inner_bottom .col.col4:before {
  display:none; 
}
.footer_inner_bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 60px;
}
.footer_inner_bottom .col:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.footer__menu ul li a {
  color: #1E1E1E !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: inline-block;
  padding: 10px 0;
  transition:.2s ease-in-out;
}
.footer__menu ul li a:hover {
  color: #15A6A6 !important;

}
/*.footer__menu ul li:first-child a {
  font-weight: 500 !important;
  color: #1E1E1E !important;
  cursor: default; Vincent Fixed
}*/
.footer_inner_bottom .col .block__one {
  margin-bottom: 50px;
}
.social_icons ul {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social_icons ul li a {
  transition:.2s ease-in-out;
}
.social_icons ul li a i {
  color: #1E1E1E;
  transition:.2s ease-in-out;
}
.social_icons ul li a:hover i {
  color: #15A6A6;
}
.footer {
  padding: 30px 0 30px;
  border-top: 5px solid #15A6A6;
}
.footer_right a {
  transition: .2s ease-in-out;
}
.footer_right a:hover {
  background-color: #1E1E1E;
}
.btn a {
  text-align: center;
  cursor: pointer;
}
.social_icons p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 500;
  margin:10px 0;
  text-align: center;
  display:block !important; 
}

.social_icons .privacy_content ul li a{
  color: #1e1e1e;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  transition: .2s ease-in-out;
}
.social_icons .privacy_content ul li:hover a{
  color:#15a6a6;
}

@media (max-width:1100px){
  .top__title h6 {
    font-size: 16px;
  }  
}

@media (max-width:992px){
  .footer_inner_bottom .col {
    width: calc(50% - 40px);
    padding-right: 50px;
    margin-right: 80px;
  } 
  .footer_inner_bottom .col.col2 {
    margin-right: 0;
    padding-right: 0;
  }
  .footer_inner_bottom .col.col2:before {
    display:none;
  } 
  .col.col1, .col.col2 {
    margin-bottom: 50px;
  }
  .footer_right {
    gap: 10px;
  } 
  .footer_left {
    padding-right: 20px;
  } 
  .blog-post-section {
    padding: 60px 0;
  } 
  .post_scroll_inner .left_scroll_sec {
    padding:25px;
    width: 100%;
    max-width: 100% !important;
  } 
  .post_scroll_inner article.blog-post {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }  
}


@media (max-width:767px){
  h1{
    font-size: 28px!important;
  }
  h2{
    font-size: 24px!important;
  }
  h3{
    font-size: 20px!important;
  }
  h4{
    font-size: 18px!important;
  }
  h5{
    font-size: 16px!important;
  }
  h6{
    font-size: 14px!important;
  }
  .mobile_buttons ul li a {
    font-size: 12px!important;
  }
  .desktop_footer{
    display:none;
  }
  .mobile_footer{
    display:block !important; 
  }
  .footer_inner_bottom.mobile_footer .col.col1:before{
    display:none; 
  }
  .footer_inner_top {
    justify-content: center;
  } 
  .footer_left p {
    display: none;
  }
  .footer_inner_bottom.mobile_footer .col.col1 ul li a {
    font-size: 16px !important;
    display: block;
    text-align: left;
    text-transform: uppercase;
  } 
  .footer__menu ul li:first-child a {
    font-weight: 600 !important;
  } 
  .footer_inner_bottom.mobile_footer .col.col1 ul li {
    margin-bottom: 5px;
  }
  .footer_inner_bottom.mobile_footer .col.col1 {
    width: 100%;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .footer_inner_bottom {
    margin: 30px 0;
  }
  .footer_inner_top {
    display: block;
    text-align: center;
  }
  .footer_right {
    justify-content: center;
  }
  .footer_left {
    padding-right: 0;
    margin-bottom: 20px;
  } 
  .footer_right .subscribe_btn {
    display:block !important;
  }
  .footer_right a.subscribe_btn {
    background-color: transparent;
    border: 1px solid #15a6a6;
    color: #15a6a6 !important;
  }
  .btn a {
    font-size: 14px;  
  }
  .footer__menu ul li a { 
    padding: 7px 0;
  }
}

@media (max-width:480px){
  .footer_right a {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }
  .footer_right {
    gap: 20px;
  }
  .post_scroll_inner .left_scroll_sec ul li a {
    font-size: 14px;
  }
}

.go471583506 {
    right: 30 !important;
    top: 30 !important;
}
 

.hs-form-8effc20b-dbd0-4474-8672-eba52ce4dab0 .hs-form__actions__submit {
 text-transform: uppercase;
}

.hs-form-8effc20b-dbd0-4474-8672-eba52ce4dab0 .hs-form__actions__submit:hover[
background: #000;
  border-color: #000;
}

#hs_cos_wrapper_widget_1728379575057_, #hs_cos_wrapper_widget_1728379575057_, #hs_cos_wrapper_dnd_area-module-4_, #hs_cos_wrapper_dnd_area-module-4_{
line-height:17px; 
}

#hs_cos_wrapper_dnd_area-module-4_{
text-align:center;
}