







/* 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: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 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: 1360px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
  letter-spacing: 0.5px;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #542e91;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */

h1 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #542E91;
  color: #231f20;
  font-size: 24px;
}

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

/* Horizontal rules */

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





/* Primary button */

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

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

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
  border-radius: 0px;
  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 #542e91;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(65, 82, 57, 1.0)

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

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

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(145, 162, 137, 100);
  border-color: #a47ee1;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #542e91;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #542e91;
  fill: #542e91;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #542e91;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

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

.button.button--secondary:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(164, 126, 225, 100);
  border: 1px solid #542e91;

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

/* Simple button */

.button.button--simple {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #542e91;
  fill: #542e91;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: normal; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

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

  padding: 45px;

/*   background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

; */
/*   border-radius: 0px; */
}

/* Form title */

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

  padding: 25px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
/*   background-color: 

  
  
    
  


  rgba(84, 46, 145, 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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; 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 #f37232;

  padding: 10px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #f37232;
}

::-moz-placeholder {
  color: #f37232;
}

:-ms-input-placeholder {
  color: #f37232;
}

:-moz-placeholder {
  color: #f37232;
}

::placeholder {
  color: #f37232;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
  color: #ffffff;
}

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

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

form .pika-button:hover {
  background-color: #542e91 !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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid #542e91;

    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
    border-radius: 0px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid #542e91;

    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(65, 82, 57, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid #542e91;

    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(145, 162, 137, 100);
    border-color: #a47ee1;
    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 #542E91;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(98, 186, 90, 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: #62ba5a;
}

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

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
  color: #231f20;
}





/* 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: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(84, 46, 145, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

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

/* Language switcher - submenu */

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

.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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  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: 'Open Sans', 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 #f37232;
  }
}

/* Menu items - top level */

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

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

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: 'Open Sans', 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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

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

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #f37232;
}

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

.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: 'Open Sans', 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: #231f20;
}





/* 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: #231f20;
}

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

/* Footer menu */

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

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

.footer .hs-menu-wrapper a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #000000;
}






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

  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: 'Open Sans', 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: #231f20;
}

/* Search template */

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

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; 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: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
}

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

.blog-listing__post-title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; 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(18, 106, 10, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(178, 255, 170, 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: #542e91;
  height: 16px;
  width: 16px;
}

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

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

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

/* Pricing card */

.pricing-card__heading {
  background-color: #542e91;
}

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(178, 255, 170, 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;
}

/**/

.site-container {
  max-width: 1360px;
  margin: 0 auto;
}

footer#colophon {
    background: #542e91;
}

.site-top-footer-wrap .site-footer-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-social-wrap a {
color: #fff;
    border: 2px none transparent;
    border-radius: 3px;
  text-decoration: none;
  padding:12px;
}

.footer-social-wrap a svg {
    height: 30px;
    width: 30px;
}

.social-show-label-true a:not(:last-of-type) .social-label {
  display: none;
}

.social-show-label-true a:last-of-type {
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #9896C9 !important;
    border-radius: 20px !important;
    padding: 6px 18px;
}

.footer-social-inner-wrap {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.site-footer-top-section-1 h4 {
  color: #fff;  
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.site-footer-top-section-2 h3 {
  color: #fff;
  font-size: 24px;
  text-align: right;
}

.site-top-footer-wrap {
  padding-top: 70px;
    padding-bottom: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.site-middle-footer-inner-wrap {
    border-top: 1px solid #9896C9;
}

.menu-sitemap-container .menu {
    display: flex;
    justify-content: space-between;
    text-align: left;
  list-style-type: none;
  color: #fff;
  padding-left: 0;
}

.menu-sitemap-container .menu a {
  color: #fff;
  text-decoration: none
}

.menu-sitemap-container .menu a:hover {
  text-decoration: underline;
  color: #f37232;
}

.menu-sitemap-container ul.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.menu-sitemap-container ul.sub-menu li {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
    font-weight: 400;
}

.site-bottom-footer-wrap {
  background-color: #6d50a0
}

.site-bottom-footer-inner-wrap p {
  margin-bottom: 0
}

.site-bottom-footer-inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.site-bottom-footer-inner-wrap p, 
.site-bottom-footer-inner-wrap a {
  color: #fff;
  text-decoration: none
}
/*Begin menu*/

.main-wrapper {
  position: relative
}

.main-wrapper img {
  width: 100%;
  display: block;
}

.main-wrapper a {
  color: #000;
  text-decoration: none;
}

.main-wrapper ul li {
  list-style-type: none;
  margin: 0;
}

.navbar {
  /* background: #fafafa; */
  padding: 0 1rem;
  position: unset;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.brand-and-icon {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}

.navbar-brand {
  font-size: 1.8rem;
  letter-spacing: 3px;
  font-weight: 700;
}

.navbar-toggler {
  width: 1.875rem;
  height: 1.875rem;
  background-color: transparent;
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}

.navbar-toggler::before {
  content: "";
  width: 100%;
  height: 0.25rem;
  top: 50%;
  left: 0;
  margin-top: -0.125rem;
  position: absolute;
  background-color: #0e2f37;
  transform: translateY(-0.4375rem);
}

.navbar-toggler::after {
  content: "";
  width: 100%;
  height: 0.25rem;
  top: 50%;
  left: 0;
  margin-top: -0.125rem;
  position: absolute;
  background-color: #0e2f37;
  transform: translateY(0.4375rem);
}

.navbar-toggler.open::before {
  transform: rotate(45deg);
}

.navbar-toggler.open::after {
  transform: rotate(-45deg);
}

.navbar-collapse {
  overflow-y: scroll;
  display: none;
}

.navbar-nav {
  margin: 0;
}

.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 22px;
  margin: 0.2rem 0;
  position: relative;
  transition: all 0.4s ease;
  color: #333333;
}

.drop-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.navbar-nav > li > a:hover {
/*   opacity: 0.7; */
  color: #f37232;
}

.sub-menu {
  border-top: 1px solid #edece8;
  border-bottom: 1px solid #edece8;
  background-color: #f8f7f6;
  padding: 60px 0;
}

.sub-menu h4 {
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.5px;
  font-size: 17px;
  margin-bottom: 16px;
  color: #3c3d14;
}

.sub-menu a:hover h4 {
  color: #2cbfc5;
}

.sub-menu-item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}

.sub-menu ul li {
  text-transform: capitalize;
  padding: 0.2rem 0;
  margin: 0.2rem 0;
  font-size: 0.95rem;
}

.sub-menu ul li a {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.sub-menu ul li a:hover {
  padding-left: 14px;
  opacity: 0.9;
}

.sub-menu {
  display: none;
}

.sub-menu-item {
  padding-left: 1.2rem;
  width: 100%;
}

.sub-menu-item:nth-child(3) {
  background: #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sub-menu-item:nth-child(3) h2 {
  text-transform: capitalize;
  margin: 1.5rem 0;
}

.sub-menu-item:nth-child(3) .btn {
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.6rem 1rem;
  cursor: pointer;
  background: #000;
  color: #fff;
  transition: all 0.5s ease;
}

.sub-menu-item:nth-child(3) .btn:hover {
  background: transparent;
  color: #000;
}

.sub-menu-item:nth-child(4) {
  width: 50%;
  margin: 0 auto;
  padding: 2rem 0;
}

.t-box {
  background-color: #fff;
  border-radius: 4px;
  width: 420px;
}

.t-box p {
  font-size: 16px;
  line-height: 1.3;
  padding: 20px;
  font-weight: 600;
}

.t-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.t-box a {
  position: relative;
  display: inline-flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: inherit;
  font-weight: 900;
  max-width: 100%;
  padding: 0.55em 2.5em 0.6em;
  border: 0;
  border-radius: 6.25rem;
  color: #0e2f37;
  background-color: #2cbfc5;
  transition: background-color 0.15s ease;
}

.t-box img {
  max-width: 100%;
  height: auto;
}

.header button,
.header button:hover {
  background-color: transparent;
  border: none;
}

.item {
  margin: 0 1.5625rem 1.25rem 0;
}

.item p {
  font-size: 14px;
}

.contact-link-menu {
  position: relative !important;
  display: inline-flex !important;
  text-align: center !important;
  align-items: center !important;
  text-decoration: none !important;
  font-size: 1rem !important;
  line-height: inherit !important;
  max-width: 100% !important;
  padding: 0.55em 2.5em 0.6em !important;
  border: 0 !important;
  border-radius: 6.25rem !important;
  color: #0e2f37 !important;
  background-color: #2cbfc5 !important;
  transition: background-color 0.15s ease !important;
}

.navbar-nav > li > a.contact-link-menu:hover {
  background-color: #259ea2 !important;
  opacity: 1;
}

.blog-post__tag-link {
  color: #ce4b20;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.brand-and-icon img {
  width: 220px;
  padding: 35px 0;
}

.menu-sitemap-container .menu-item-has-children {
  margin-top: 30px
}

 .menu-sitemap-container ul.sub-menu {
    display: block;
    background: transparent;
    border: none;
  }
.menu-sitemap-container ul.sub-menu {
  position: initial;
  margin-top: 10px;
}

.site-header-top-section-right {
    display: flex;
    align-items: center;
    justify-content: end;
}

ul#secondary-menu {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  margin-right: 30px;
}

ul#secondary-menu li {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul#secondary-menu a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.5px;
}

.header-social-wrap a.social-button {
    width: 40px;
    text-decoration: none;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: var(--global-palette4);
    background: var(--global-palette7);
    border-radius: 3px;
    transition: all .2s ease-in-out;
    padding: 0 15px;
}

.header-social-wrap a.social-button:last-child {
  padding-right: 0;
}

.header-social-wrap a.social-button svg {
   width: 22px;
   height: 22px;
}

.site-header-row-container-inner {
  background-color: #f1f1f1;
}

@media screen and (min-width: 1200px) {
}

/* Media Queries */
@media screen and (min-width: 992px) {
 
  
  .t-box-wrapper {
    justify-content: flex-end;
    display: flex;
  }
  
  .navbar {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* border-bottom: 1px solid #ddd; */
    padding: 0;
    max-width: 1360px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: unset;
  }

  .navbar-toggler {
    display: none;
  }

  .brand-and-icon {
    flex: 0 0 146px;
    border-bottom: none;
    padding: 0;
  }

  .navbar-collapse {
    display: block !important;
    overflow-y: hidden;
    flex: 1 0 auto;
  }

  .navbar-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .main-wrapper ul li {
    margin: 0 20px;
  }
  
  .main-wrapper ul li:last-child {
    margin-right: 0;
  }

  .navbar-nav > li > a {
    padding: 38px 0;
    font-size: 14px;
  }

  .sub-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 100px;
  }

  .navbar-nav > li:hover .sub-menu {
    display: block;
    z-index: 100;
    /* grid-template-columns: repeat(2, 1fr); */
    /* padding: 0 5rem; */
  }

  .items-wrapper {
    margin: 0 auto;
    display: flex;
    left: 0;
    right: 0;
    position: relative;
    max-width: 1360px;
    justify-content: space-between;
  }

  .sub-menu-item {
    padding-left: 0;
  }

  .sub-menu-item:nth-child(3) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .item-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 992px) {
   .drop-icon {
    position: relative!important;
    right: auto!important;
    top: auto!important;
    transform: none!important;
    scale: 1!important;
  }
  .t-box {
    display: none;
  }
  ul.navbar-nav {
    padding: 0;
  }

  .brand-and-icon {
    align-items: center;
    border: none;
  }

  .navbar-nav > li > a {
    padding: 1rem 0;
    border: none;
  }

  .contact-link-menu {
    margin: 20px 0 40px !important;
  }

  .sub-menu-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .t-box {
    width: 100%;
  }
  
  .site-top-footer-wrap .site-footer-row {
    display: block;
  }
  
  .site-top-footer-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .site-footer-top-section-1 h4 {
    font-size: 20px; 
    text-align: center
  }
  
  .site-footer-top-section-1 img {
    margin: 15px auto;
    display: block;
  }
  
  .site-footer-top-section-2 h3 {
    font-size: 20px;
    text-align: center;
  }
  
  .footer-social-inner-wrap {
    display: block;
    text-align: center;
  }
  
  .social-show-label-true a:last-of-type {
    display: table;
    margin: 15px auto 0;
   }
  
   .sub-menu {
    padding: 15px 0;
  }
  
  .menu-sitemap-container .menu {
    display: block;
    text-align: center;
  }
  
 .menu-sitemap-container ul.sub-menu {
    display: block;
    background: transparent;
    border: none;
  }
  .site-bottom-footer-inner-wrap {
    display: block;
    text-align: center;
   }
  
  .site-footer-bottom-section-1 {
  margin-bottom: 15px
  }
  .site-header-row-container-inner {
    display: none;
  }
}

/* span.drop-icon {
    content: url(https://9011449.fs1.hubspotusercontent-na1.net/hubfs/9011449/dropdown-arrow.svg);
    position: absolute;
    scale: 0.7;
    right: -32px;
    top: -9px;
    bottom: 0;
} */

.drop-icon {
    position: absolute;
    right: -15px;
    top: 45%;
    transform: translateY(-50%);
    scale: 0.65;
}

/* End Menu */


div#time-elappse small {
    display: none;
}

div#time-elappse div {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 30px;
}

div#time-elappse div span {
  display: block;
  font-size:16px;
  font-weight: 600;
}

div#time-elappse {
  display: flex;
  justify-content: space-evenly;
}

/* div#time-elappse div:last-child {
  display: none;
} */

.innerdat {
  display: none;
}

.hs_submit.hs-submit input {
    width: auto;
    margin: 0 auto;
    display: block;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.counter-module-container p,
.counter-module-container h1 {
  display: none;
}

.submitted-message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 99;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation-name: hideMessage;
    animation-delay: 4s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.submitted-message:before {
  content: '';
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 600px;
  width: 100%;
  height: calc(100vh - 100px);
  max-height: 300px;
  background: #f27232;
  border-radius: 18px;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
  transform: translate3D(-50%, -50%, 0);
  z-index: 0;
}

.submitted-message * {
  max-width: 600px;    
  padding: 0 60px;
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 1;
}

.submitted-message p {
  font-size: 18px;
  line-height: 1.3;
}

@keyframes hideMessage {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: -9;
  }
}