







/* 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 25px 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: 1200px;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #ffffff;
  color: #777777;
  font-size: 18px;
}

/* Paragraphs */

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

/* Anchors */

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

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

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

/* Headings */

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

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

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

h4 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #585858;
  font-size: 22px;
  text-transform: uppercase;
}

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

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

span.textgradient {
background-image: linear-gradient(to right,#01afaa 0%,#c53093 100%);
    -webkit-background-clip: text;
    background-clip: text;
  -webkit-text-fill-color: transparent;}

/* Blockquotes */

blockquote {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border-left-color: #92d500;
  color: #777777;
  font-size: 24px;
}

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

/* Horizontal rules */

hr {
  border-bottom-color: #7a2682;
}





/* Primary button */

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

  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(0, 178, 169, 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 #00b2a9;

  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 #00b2a9;

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

/* Secondary button */

.button.button--secondary {
  border: 1px solid #00b2a9;

  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: #00b2a9;
  fill: #00b2a9;
  text-transform: none;
}

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

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

  
  
    
  


  rgba(0, 178, 169, 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(80, 255, 249, 100);
  border: 1px solid #00b2a9;

  border-color: #50fff9;
  color: #ffffff;
  fill: #ffffff;
}
/* Secondary button */

.button.button--secondary {
  border: 1px solid #00b2a9;

  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: #00b2a9;
  fill: #00b2a9;
  text-transform: none;
}

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

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

  
  
    
  


  rgba(0, 178, 169, 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(80, 255, 249, 100);
  border: 1px solid #00b2a9;

  border-color: #50fff9;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

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

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

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



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

  padding: 25px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}

/* Form title */

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

  padding: 25px;

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

  
  
    
  


  rgba(0, 178, 169, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  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: #777777;
  font-size: 16px;
}

/* Help text */

form legend {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #777777;
  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 #cbd6e2;

  padding: 10px;

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

  
  
    
  


  rgba(245, 248, 250, 1.0)

;
  border-radius: 3px;
  color: #777777;
  font-size: 18px;
}

/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #7a2682;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(0, 178, 169, 1.0)

;
  color: #ffffff;
}

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

form .is-selected .pika-button {
  background-color: #92d500;
  color: #777777;
}

form .pika-button:hover {
  background-color: #00b2a9 !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: #777777;
}

/* 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: #777777;
  font-size: 14px;
}

/* Submit button */



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

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

  
  
    
  


  rgba(0, 178, 169, 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 #00b2a9;

  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 #00b2a9;

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





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

  font-size: 18px;
}



/* Inline thank you message */

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

  padding: 25px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(119, 119, 119, 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: #777777;
}

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

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #7a2682;

  padding: 10px;

  color: #777777;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 178, 169, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(146, 213, 0, 1.0)

;
  color: #777777;
}





/* Header container */

.header {
  background-color: #fff0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  transition: .3s all ease;
  border-bottom: 1px solid #ffffff6b;
}

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

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(146, 213, 0, 1.0)

;
}

/* Language switcher */

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

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

/* Language switcher - submenu */

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

.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: 700; text-decoration: none;
  color: #777777;
  font-size: 18px;
  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: #fff0;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #777777;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    box-shadow:0px 3px 18px 9px rgb(0 0 0 / 7%);
  }
}

/* Menu items */

.header__menu-link {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

@media (max-width: 767px) {
  .mobile-hide {display:none!important;}
  .header__menu-item--depth-1 {
    border-top: 1px solid #7a2682;
  }
}

/* Menu items - top level */
@media (min-width: 768px) {
  .header__menu-item--depth-1 > .header__menu-link:not(.button) {
    color: #ffffff;
  }
  .small-header .header__menu-item--depth-1>.header__menu-link:not(.button) {
    color: #777777;
  }

  .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: 600; text-decoration: none;
    color: #ffffff;
    background: none !important;
  }

  .header__menu-item--depth-1 > .header__menu-link:active {
    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; 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: 600; text-decoration: none;
    color: #000000;*/
    color:#3b3b3b!important;
  }
  .small-header .header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
    color: #777777!important;
  }
  .header__menu-item--depth-1 > .header__menu-link--active-link:not(.button):after {
    transform: none;
    opacity: .99;
    bottom: 1px;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 5px;
    transform-origin: bottom;
    width: calc(100% - 0px);
    background: linear-gradient(to right, #00b0aa 0%, rgba(0,176,170,0.7) 100%);
  }
}
.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #ffffff;
}
.small-header .header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #777777;
}
/* Menu items - submenus */

.header__menu-submenu {
  border: none;
}

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

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





/* Footer container */

.footer {
  background-color: #edeff3!important;
}
.footer-row-0-background-color {
    background-color: #edeff3!important;
}
/* 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: #777777;
}
.footer h1, 
.footer h2, 
.footer h3, 
.footer h4, 
.footer h5, 
.footer h6 {
  margin: 0 !important;
  color: #000 !important;
}
.footer hr {
  border-bottom-color: #777777 !important;
}

/* Footer menu */
.footer a {
  border: none;
}
.footer a:hover {
  background: none;
}
.footer .hs-menu-wrapper a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #777777;
  font-size: 18px;
  text-transform: none;
  border: 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;
  background: 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 #777777;

  background-color: 

  
  
    
  


  rgba(119, 119, 119, 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 #7a2682;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

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





/* Error templates */

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

/* System templates */

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

/* Search template */

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

/* Backup unsubscribe template */

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





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 22px;
}

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

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

/* Blog listing, recent posts, related posts, and blog post */
.blog-listing__post:nth-of-type(odd) .button {
  background: #7a2682;
  border: 1px solid #7a2682;
}

.blog-listing__post:nth-of-type(odd) .button:hover {
  background: #551a5b;
}

a.blog-listing__post-button.button {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px 0px 0px 0px;
  font-size: 13px;
  padding: 15px 30px;
}
span.blogarrow {
  font-size: 40px;
  font-weight: 100;
  line-height: 0px;
  margin-top: -9px;
  margin-left: 10px;
}
a.blog-listing__post-button.button {
  position: absolute;
  bottom: 0;
  right: 0;
}

article.blog-listing__post
{transition: all .2s ease-in-out;
}
article.blog-listing__post:hover {
  transform: rotate(-1deg) scale(1.02);
}

.blog-listing__post-title {
  text-transform: none;
  font-size: 22px!important;
  font-weight: 600;
  color: #373737!important;
  margin: 1px 0 13px!important;
}

.blog-listing__post-content{
  padding: 29px 15px 32px;
}
.blog-listing__post{
  box-shadow: 0px 1px 15px 0px rgb(33 33 33 / 16%);
  width: 47.7%;
  position: relative;
  transition: transform .5s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow .5s;
  transform-origin: 50% 50%;
  margin-bottom: 63px; }

.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: #585858;
  font-weight: 600!important;
}

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

.blog-listing__post-title-link:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #a8a8a8;
}
.blogsidebar {
  width: 30%;
  height: fit-content;
  position: sticky;
  top: 10%;
  margin-left:50px;
}

.blogmain {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;

}

.blogmain,
.blogsidebar {
  /*border: 5px solid #222;*/
  background-color: white;
  border-radius: 10px;
  color: #222;
  /*padding: 15px;*/
}

.blogcontainer {
  display: flex;
  justify-content: space-between;
}




.blog-listing__post-tag {
  color: #777777;
}

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

.blog-listing__post-tag:active {
  color: #c7c7c7;
}
.blog-post__body {margin-bottom:100px;}
.blog-post__author {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-gap: 20px;
  padding: 25px 0px 0px 0px;
}
.blog-post__author-image {
  min-width: 150px!important;
  min-height: 150px!important;
  border-radius: 100%!important;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-right: 1em !important;
  margin-bottom: 1em;
}
h3.author {
  border-top: 1px solid rgba(0,0,0,.2);
  padding-top: 1em;
  /* margin-bottom: 1em; */
  font-weight: normal;
  font-size: 30px;
  color: #777;
}




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

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

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

/* Image gallery */

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

.image-gallery__close-button-icon:active {
  background-color: rgba(199, 199, 199, 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: #00b2a9;
  height: 18px;
  width: 18px;
}

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

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

.pagination__link--active {
  border-color: #7a2682
}

/* Pricing card */

.pricing-card__heading {
  background-color: #00b2a9;
}

/* Social follow and social sharing */

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

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(199, 199, 199, 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: #777777;
  color: #777777;
}

/* Mobile Audit */
@media (max-width: 1200px) {
  .header__menu-link {
    text-transform: capitalize !important;
  }
}

@media (max-width: 900px) {
  .footer .row-fluid {
    display: block !important;
  }
}

@media (max-width: 768px) {

  .blogcontainer {
    display: block;}

  .blogsidebar {width:100%;
    margin-left:0px;}
  .blogmain {margin-bottom:25px;
    width:100%;}
  .blog-post__author {
    display: block;}

  .subbox {display:block!important;}

  .stuck {position:relative!important;}
  .content {
    margin-top: 20px;
  }
  .card-grid {
    grid-template-columns: 1fr!important;
    grid-row-gap: 1rem!important;
  }
  .gpsgrid {
    grid-template-columns: 1fr!important;
  }



  .footer,
  .footer p {
    text-align: center !important;
  }
  .footer-contact address a {
    display: initial !important;
  }
  .footer .widget-type-logo img {
    width: 190px !important;
    margin: 0 auto;
    margin-bottom: 32px;
  }
  .footer-contact {
    margin-bottom: 32px;
  }
  .footer-buttons {
    margin-top: 12px;
  }
  .hs-menu-wrapper li {
    margin-bottom: 0.4rem;
  }
  .top-nav {
    display: none;
  }
  ul.header__menu-wrapper li:nth-last-child(1), 
  ul.header__menu-wrapper li:nth-last-child(2) {
    display: block;
  }
  .header__menu-toggle svg {
    fill: #ffffff !important;
  }
  .small-header .header__menu-toggle svg {
    fill: #777777 !important;
  }
  .small-header {
    transform: translateY(0px) !important;
  }
  .header__menu-item--depth-1 .header__menu-child-toggle svg {
    fill: #777 !important;
  }
  .header__menu-item--depth-1>.header__menu-link:not(.button) {
    color: #777;
  }
  .small-header .header__bottom {
    padding:10px 20px!important;
  }


  .dnd-section {
    padding: 40px 20px!important;
  }
  .pre-footer-full {
    padding: 40px 0px!important;
  }
  h2 {
    font-size: 30px !important;
  }

  blockquote p {
    margin-bottom:0;
  }

  [role="tablist"] {
    flex-wrap: wrap;
  }
  [role="tabpanel"] {
    padding:20px!important;
  }
  .hs-gradient.sal-animate {
    display: none;
  }
  .tabs button:before {
    display:none!important;
  }








.hero .main {margin-top:50px!important; }

}

/* A11y Audit */

/* Mobile AUdit */






a.button,
form input[type='submit'],
form .hs-button {
  display: inline-block;
  text-align: center;
  font-weight: 700 !important;
  border-radius: 5px;
  opacity: 1 !important;
  transition:.15s;
}
a.button:hover {
  border-color:#792682;
  background-color:#792682;
}

form input[type='submit']:hover, form input[type='submit']:focus, form .hs-button:hover, form .hs-button:focus {
  border-color:#792682;
  background-color:#792682;
}






/*===== Common-Css =====*/

/* * { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } */
.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 20px; padding-right: 20px; float: none; box-sizing: border-box }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table }
.row { margin-right: -20px; margin-left: -20px }


.standard-inner-page.new .form-title { color: #585858; background: transparent; padding: 15px 0; }
.hero{overflow: unset !important;}

@media(max-width:767px){
.body-wrapper.hs-content-id-135538748570.hs-site-page.page h2 {margin: 65px 0 0 0 !important;}
.body-wrapper.hs-content-id-135538748570.hs-site-page.page h2 { padding: 0 20px !important; }
.body-wrapper.hs-content-id-135538748570 .cont { padding: 20px !important; }  
}


@media(min-width:768px){
    .container,.row-fluid .container[class*="span"] { width:100%; }
}
@media(min-width:992px){
    .container,.row-fluid .container[class*="span"] { width:100%; }
}
@media(min-width:1280px){
    .container,.row-fluid .container[class*="span"] { width:1240px; }
}


/* ================================================ */