







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1h. Tables */













/* 1i. Website header */



















/* 1j. Website footer */













/* Drag and drop layout styles */

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

/* Padding on blog post sections */

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





html {
  font-size: 16px;
}

body {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  background-color: #ffffff;
  color: #231f20;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
}

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0082ca;
}

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

a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #8da2ab;
}

/* Headings */

h1 {
  font-weight: 400; font-family: 'Antique Olive Compact';
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  border-left-color: #231f20;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #0082ca;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px none #5bb3ef;

  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, 130, 202, 1.0)

;
  border-radius: 5px;
  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 none #5bb3ef;

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

  
  
    
  


  rgba(91, 179, 239, 0.85)

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

button:active,
.button:active,
.hs-button:active {
  border: 1px none #5bb3ef;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(171, 255, 255, 85);
  border-color: #abffff;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px none #5bb3ef;

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

  
  
    
  


  rgba(61, 82, 91, 1.0)

;
  border-radius: 5px;
  color: #0082ca;
  fill: #0082ca;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px none #5bb3ef;

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

  
  
    
  


  rgba(61, 82, 91, 0.85)

;
  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(141, 162, 171, 85);
  border: 1px none #5bb3ef;

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

/* Simple button */

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

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

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

/* 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: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
}

/* Form title */

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

  padding: 25px;

  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(0, 130, 202, 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: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 16px;
}

/* Help text */

form legend {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  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 #0082ca;

  padding: 10px;

  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

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

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #0082ca;
}

::-moz-placeholder {
  color: #0082ca;
}

:-ms-input-placeholder {
  color: #0082ca;
}

:-moz-placeholder {
  color: #0082ca;
}

::placeholder {
  color: #0082ca;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(0, 130, 202, 1.0)

;
  color: #ffffff;
}

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

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

form .pika-button:hover {
  background-color: #0082ca !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-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
}

form .hs-richtext a {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



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

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

  
  
    
  


  rgba(0, 130, 202, 1.0)

;
    border-radius: 5px;
    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 none #5bb3ef;

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

  
  
    
  


  rgba(91, 179, 239, 0.85)

;
    color: #ffffff;
  }

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

    font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(171, 255, 255, 85);
    border-color: #abffff;
    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 #ffffff;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(239, 239, 239, 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: #efefef;
}

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

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #0082ca;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 130, 202, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  color: #231f20;
}





/* Header container */

.header__container .header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

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

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
}

/* Header bottom */

.header__logo-wrapper,
.header__logo-wrapper:after {
  background-color: #ffffff;
}

/* .header__nav-wrapper {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
} */

/* Logo */

.header__logo-company-name {
  font-weight: 400; font-family: 'Antique Olive Compact';
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  
  .header__menu--mobile:has(.header__box-menu-item) {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  
  .header__menu--mobile:has(.header__box-menu-item) .header__button {
    border-color: #231f20 !important;
    color: #231f20 !important;
  }
}

/* Menu items */

.header__menu-link, .header__contact-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: 768px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #0082ca;
  }
}

@media (min-width: 768px) {
  .header__menu-link, .header__contact-link {
    font-size: 12px;
  }
  
  .header__menu-wrapper>.header__box-menu-item-level-1 {
    margin: 0 0.4rem !important;
  }
}

@media (min-width: 1000px) {
  .header__menu-link, .header__contact-link {
    font-size: 14px;
  }
  
  .header__menu-wrapper>.header__box-menu-item-level-1 {
    margin: 0 1rem !important;
  }
}

@media (min-width: 1200px) {
  .header__menu-link, .header__contact-link {
    font-size: 16px;
  }
  
  .header__menu-wrapper>.header__box-menu-item-level-1 {
    margin: 0 1.5rem !important;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button),
.header__box-menu-item-level-1 > .header__menu-link:not(.button),
.header__search--desktop .header__search-input,
.header__search--desktop .header__search-input::placeholder {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus,
.header__box-menu-item-level-1 > .header__menu-link:hover,
.header__box-menu-item-level-1.open-link > .header__menu-link:hover{
  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,
.header__box-menu-item-level-1.open-link > .header__menu-link{
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.header__box-menu-item-level-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-toggle svg,
.header__menu-item--depth-1 > .header__menu-child-toggle svg {
  fill: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover + .header__menu-child-toggle svg,
.header__menu-item--depth-1 > .header__menu-link:focus + .header__menu-child-toggle svg{
  fill: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active + .header__menu-child-toggle svg{
  fill: #505050;
}

@media (max-width: 768px) {
  .header__menu--mobile:has(.header__box-menu-item) .header__menu-item--depth-1 > .header__menu-link:not(.button),
  .header__menu--mobile:has(.header__box-menu-item) .header__box-menu-item-level-1 > .header__menu-link:not(.button),
  .header__menu--mobile:has(.header__box-menu-item) .header__search--desktop .header__search-input,
  .header__menu--mobile:has(.header__box-menu-item) .header__search--desktop .header__search-input::placeholder {
    color: #231f20;
  }
  
  .header__menu--mobile:has(.header__box-menu-item) .header__menu-item--depth-1 > .header__menu-link:hover,
  .header__menu--mobile:has(.header__box-menu-item) .header__menu-item--depth-1 > .header__menu-link:focus,
  .header__menu--mobile:has(.header__box-menu-item) .header__box-menu-item-level-1 > .header__menu-link:hover,
  .header__menu--mobile:has(.header__box-menu-item) .header__box-menu-item-level-1.open-link > .header__menu-link:hover{
    color: #000000;
  }

  .header__menu--mobile:has(.header__box-menu-item) .header__menu-item--depth-1 > .header__menu-link:active,
  .header__menu--mobile:has(.header__box-menu-item) .header__box-menu-item-level-1.open-link > .header__menu-link{
    color: #505050;
  }

  .header__menu--mobile:has(.header__box-menu-item) .header__box-menu-item-level-1 > .header__menu-link--active-link:not(.button) {
    color: ;
  }
  
  .header__menu--mobile .header__menu-wrapper:has(.header__box-menu-item),
  .header__menu--mobile .header__menu-wrapper:has(.header__box-menu-item)+.header__menu-item--button,
  .header__menu--mobile .header__box-menu-item-level-1 > .header__box-menu-submenu-wrapper > .header__box-menu-submenu,
  .header__menu--mobile .header__box-menu-relative--level-2 {
    border-top-color: rgba(35, 31, 32, 0.1) !important;
  }
}

/* Menu items - submenus */

.header__menu-submenu,
.header__box-menu-item-level-1.open-link > .header__menu-link:after,
.header__box-menu-item-level-1 > .header__box-menu-submenu-wrapper,
.header__search--desktop .header__search-suggestions {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #0082ca;
}

.header__menu-submenu .header__menu-link:not(.button),
.header__box-menu-submenu-wrapper .header__menu-link:not(.button),
.header__search--desktop .header__search-suggestions li,
.header__search--desktop .header__search-suggestions li * {
  color: #231f20;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus,
.header__box-menu-submenu-wrapper .header__menu-link:hover,
.header__box-menu-submenu-wrapper .header__menu-link:focus
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus,
.header__box-menu-submenu-wrapper .header__menu-link:hover,
.header__box-menu-submenu-wrapper .header__menu-link:focus,
.header__contact-link:hover, .header__contact-link:focus,
.header__search--desktop .header__search-suggestions li *:hover,
.header__search--desktop .header__search-suggestions li *:focus,
.header__search--desktop .header__search-suggestions li > a .hs-search-highlight{
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.header__menu-submenu .header__menu-link:active,
.header__box-menu-submenu-wrapper .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)

;
}

.header__menu-submenu .header__menu-link + .header__menu-child-toggle svg{
  fill: #231f20;
}

.header__menu-submenu .header__menu-link:hover + .header__menu-child-toggle svg,
.header__menu-submenu .header__menu-link:focus + .header__menu-child-toggle svg{
  fill: #000000;
}

.header__menu-submenu .header__menu-link:active + .header__menu-child-toggle svg{
  fill: #505050;
}

/* Menu icons */

.header__search-trigger svg,
.header__box-menu-item-level-1 > .header__menu-child-toggle svg,
.header__search--desktop .header__search-bar svg {
  fill: #231f20;
}

.header__box-menu-item-level-2.header__box-menu-item--has-submenu > .header__menu-link:after {
  background-color: #231f20;
}

.header__menu-close-icon:before,
.header__menu-close-icon:after {
  background-color: #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;
}





/* 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-weight: 400; font-family: Commissioner, arial, sans-serif;
  font-size: 24px;
}

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

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

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

.poeta-blog__content-title {
  text-transform: none;
}

.poeta-blog__content-title a {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #231f20;
}

.poeta-blog__content-title a:hover,
.poeta-blog__content-title a:focus {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #000000;
}

.poeta-blog__content-title a:active {
  font-weight: 400; font-family: Commissioner, arial, sans-serif;
  color: #736f70;
}

.poeta-blog-post__content-header:after{
  color: #0082ca;
}

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

.poeta-blog-post__tag .tag:before{
  background: #0082ca;
}

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

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

.poeta-blog__content-author,
.poeta-blog__content-author .author{
  color: #736f70;
}

.poeta-blog__content-author .author:hover,
.poeta-blog__content-author .author:focus {
  color: #000000;
}

.poeta-blog__content-author .author:active {
  color: #736f70;
}

.poeta-blog__button,
.poeta-related-post__button-link{
  color: #231f20;
}

.poeta-blog__button:hover,
.poeta-blog__button:focus,
.poeta-related-post__button-link:hover,
.poeta-related-post__button-link:focus{
  color: #0082ca
}

.poeta-blog__filter .block h5:after{
  border-color: #0082ca;
}

.poeta-related-post__card-title-tag,
.poeta-blog__title-tag{
  border-color: #0082ca;
}

/* Image gallery */

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

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

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

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

/* Pagination */

.pagination__link-icon svg {
  fill: #0082ca;
  height: 16px;
  width: 16px;
}

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

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

.pagination__link--active {
  border-color: #0082ca
}

/* Social follow and social sharing */

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

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

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

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

/* Tabs */

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

/* Page listing */
.page-listing__search > svg {
  fill: #231f20; 
}

.page-listing__search > input::placeholder {
  color: #231f20;
}