

/* Table of contents

  1. Variables
    1a. Containers
    1b. Breakpoints
    1c. Colors
    1d. Typography
    1e. Borders
    1f. Corner Radius
    1g. Lists
    1h. Horizontal Rule
    1i. Blockquote
    1j. Buttons
    1k. Forms
    1l. Tables
    1m. Site Header
    1n. Site Footer
  2. Containers / Grid / DnD Areas
  3. Typography
  4. Buttons
  5. Forms
  6. Tables
  7. Site Header
  8. Site Footer
  9. Blog
  10. System Pages
  11. Modules

*/

/* ************************************************************************* */
/* ****************************  1. Variables   **************************** */
/* ************************************************************************* */

  /* 1a. Containers */

  
  
  

  /* 1b. Breakpoints */

  
  
  
  
  

  /* 1c. Colors */

  
  
  
  
  
  
  
  
  

  /* 1d. Typography */

  
  
  
  
  
  
  
  
  

  /* 1e. Border */

  

  /* 1f. Corner Radius */

  

  /* 1g. Lists */

  
  
  
  
  

  /* 1h. Horizontal Rule */

  

  /* 1i. Blockquote */

  
  

  /* 1j. Buttons */

  
  

  
  

  
  

  
  
  
  
  

  
  
  

  
  
  
  
  

  
  
  

  
  
  

  
  

  
  

  /* 1k. Forms */

  
  
  
  
  

  
  
  

  
  

  
  

  
  
  
  
  
  

  

  
  
  
  
  
  
  
  

  

  

  

  
  

  
  

  /* 1l. Tables */

  
  
  
  
  

  
  
  
  
  

  /* 1m. Site Header */

  
  
  

  
  
  
  
  
  

  
  
  
  
  
  

  /* 1n. Site Footer */

  
  
  

  
  
  
  
  
  

/* ************************************************************************* */
/* *****************   2. Containers / Grid / DnD Areas   ****************** */
/* ************************************************************************* */

.content-wrapper {
  max-width: 1000px;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  max-width: 890px;
}

@media screen and (min-width: 800px) {
  .content-wrapper--narrow {
    padding: 0;
  }
}

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

.dnd-section > .row-fluid {
  max-width: 1000px;
}

/* ************************************************************************* */
/* **************************   3. Typography   **************************** */
/* ************************************************************************* */

html {
  font-size: 16px;
}

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

/* Paragraphs */

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

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #e0b108;
}

a:hover, a:focus {
  font-weight: normal; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #e0b108;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  color: #ffff58;
}

a.button:disabled {
  background-color: #E6E6E6;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  text-transform: none;
}



h1 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #583119;
  font-size: {units=px, value=45}px;
  letter-spacing: 0px;
  text-transform: none;
}

h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #583119;
  font-size: 30px;
  letter-spacing: 0px;
  text-transform: none;
}

h3 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 24px;
  letter-spacing: 0px;
  text-transform: none;
}

h4 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 20px;
  letter-spacing: 0px;
  text-transform: none;
}

h5 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
}



/* Lists */

ul {
  list-style-type: disc;
}



ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  margin: 0.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Blockquote */

blockquote {
  border-left: 10px solid #583119;
  padding-left: 3.125rem;
}

/* Horizontal Rules */
hr {
  border-bottom-color: rgba(44, 50, 50, 0.25);
}

/* ************************************************************************* */
/* ***************************   4. Buttons   ****************************** */
/* ************************************************************************* */

/* Primary Button */

button,
.button {
  font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 1.0)

;
  border: 2px solid #fdc600;
  border-radius: 2px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  padding: 10px 10px;
  text-transform: uppercase;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(88, 49, 25, 1.0)

;
  border: 2px solid #583119;
  color: #ffffff;
}

button:active,
.button:active {
  font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
  background-color: rgba(168, 129, 105, 100);
  background-color: #a88169;
  border: 2px solid #583119;
  border-color: #a88169;
}


/* Secondary Buttons */

.button.button--secondary {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #fdc600;
  border-radius: 2px;
  color: #583119;
  fill: #583119;
  padding: 10px 10px;
  text-transform: uppercase;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid #583119;
  color: #583119;
  fill: #583119;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #583119;
  border-color: #a88169;
  color: #a88169;
  fill: #a88169;
}

.button.button--secondary:disabled {
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* Simple Buttons */

.button.button--simple {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #583119;
  fill: #583119;
  text-transform: uppercase;
}



  .button.button--simple:after {
    background-color: #fdc600;
    bottom: -5px;
    content: '';
    height: 2px;
  }



.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 800; text-decoration: none;
  color: #fdc600;
  fill: #fdc600;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    background-color: #583119;
    bottom: -5px;
    content: '';
    height: 2px;
  }



.button.button--simple:active {
  color: #ffff50;
  fill: #ffff50;
}

.button.button--simple:disabled {
  color: #E6E6E6;
}

.button.button--simple:disabled:after {
  background-color: #D0D0D0;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 10px 8px;
}

.button.button--large {
  font-size: 18px;
  padding: 10px 8px;
}

/* ************************************************************************* */
/* *****************************   5. Forms   ****************************** */
/* ************************************************************************* */

form {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px 10px;
}

.hs-form-field {
  margin-bottom: 1.55rem;
}

.submitted-message {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 10px 10px;
}

/* Form Title */

.form-title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(204, 2, 1, 0.0)

;
  border: 1px none #CC0201;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #FFFFFF;
  font-size: 24px;
  padding: 0px 45px;
  text-transform: none;
}

/* Labels */

.hs-form-field > label,
.hs-form-field > label span {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 16px;
  padding: 10px 0px;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 14px;
}

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  font-family: arial, helvetica, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border: 1px solid #583119;
  border-radius: 2px;
  color: #583119;
  font-size: 14px;
  padding: 15px 15px;
}

input::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

 !important;
}

input::-moz-placeholder {
  color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

 !important;
}

input::-ms-placeholder {
  color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

 !important;
}

input:-ms-input-placeholder {
  color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

 !important;
}

input::-ms-input-placeholder {
  color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

 !important;
}

input::placeholder {
  color: 

  
  
    
  


  rgba(117, 117, 117, 1.0)

 !important;
}

form .in-focus select {
  color: #583119;
}

/* Inputs - Checkbox/Radio */

form ul.inputs-list li input + span:before {
  border: 1px solid #D0D0D0;
  border-radius: 2px;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #fdc600;
}

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 12px;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid ;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button:hover {
  background-color: #fdc600 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #dfa800 !important;
}

.hs-datepicker .is-today button.pika-button {
  color: #dfa800;
}

/* Validation */

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #EF6B51 !important;
}

.hs-error-msgs li a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form Rich 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: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
}

/* GDPR Text */

.legal-consent-container,
.legal-consent-container .hs-richtext,
.legal-consent-container .hs-richtext p {
  font-family: arial, helvetica, sans-serif, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-size: 16px;
}

/* Submit */



  form input[type='submit'],
  form .hs-button {
    font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
    background-color: 

  
  
    
  


  rgba(253, 198, 0, 1.0)

;
    border: 2px solid #fdc600;
    border-radius: 2px;
    color: #ffffff;
    fill: #ffffff;
    padding: 10px 10px;
    text-transform: uppercase;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
    background-color: 

  
  
    
  


  rgba(88, 49, 25, 1.0)

;
    border: 2px solid #583119;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    font-weight: bold; text-decoration: none; font-family: arial, helvetica, sans-serif; font-style: normal;
    background-color: rgba(168, 129, 105, 100);
    border: 2px solid #583119;
    border-color: #a88169;
}





  form input[type='submit'],
  form .hs-button {
    font-size: 16px;
  }



/* Inline Thank You Message */

.submitted-message {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}

/* ************************************************************************* */
/* ****************************   6. Tables   ****************************** */
/* ************************************************************************* */

table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

th,
td {
  border: 1px solid #000000;
  padding: 12px 12px;
}

tr:nth-child(odd) {
  background-color: rgba(88, 49, 25, 0.5);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(88, 49, 25, 1.0)

;
  border: 1px none #000000;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

thead th {
  border-bottom: 1px none #000000;
}

tbody + tbody {
  border-top: 1px none #000000;
}

/* ************************************************************************* */
/* **************************   7. Site Header   *************************** */
/* ************************************************************************* */

.header {
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 1.0)

;
  border-bottom: 1px none #ffffff;
}

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header label,
.header span,
.header li,
.header blockquote {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header .form-title {
  color: #FFFFFF;
}

.header .profile__name {
  color: #583119;
}

.header .profile p {
  color: #583119;
}

/* Header Container */

.header__container {
  max-width: 1000px;
}

/* Navigation Menu */

.navigation-primary .menu-item a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #583119;
  font-size: 14px;
  text-transform: none;
}

.navigation-primary .menu-item a:hover,
.navigation-primary .menu-item a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 0.0)

;
  color: #FFFFFF;
}

.navigation-primary .menu-item a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 0.0)

;
  color: #583119;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after,
.navigation-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #fdc600;
}

/* Child Menus */

.navigation-primary .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: #ffffff;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #583119;
  font-size: 16px;
  text-transform: uppercase;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:hover,
.navigation-primary .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover {
  font-weight: 500; text-decoration: underline; font-family: Poppins, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 0.0)

;
  color: #ffffff;
}

.navigation-primary .submenu.level-2 .menu-item .menu-link:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(88, 49, 25, 1.0)

;
  color: #583119;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(253, 198, 0, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #583119;
  }
}

/* ************************************************************************* */
/* **************************   8. Site Footer   *************************** */
/* ************************************************************************* */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top: 1px solid #CCCCCC;
}

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer blockquote {
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.footer__container--static,
.footer__container--dnd .dnd-section {
  max-width: 1000px;
}

.footer .hs-menu-wrapper a,
.footer .logo-company-name {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #583119;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 0.0)

;
  color: #fdc600;
}

.footer .hs-menu-wrapper a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(253, 198, 0, 0.0)

;
  color: #583119;
}

.footer .form-title {
  color: #FFFFFF;
}

.footer .profile__name {
  color: #583119;
}

.footer .profile p {
  color: #583119;
}

/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Blog Meta - Author/Avatar/Timestamp */

.blog-meta__author {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

.blog-meta__timestamp {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Tags/Topics */

.blog-tag {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Listing */

.blog-navigation .blog-navigation__text {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
}

/* Blog Postcard */

.blog-postcard__post-details h2 {
  color: #583119;
  font-family: Poppins;
  font-weight: 700;
}

/* Blog Pagination */

.blog-pagination__link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
}

/* Blog Post */

.blog-post__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
  font-weight: 700;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  color: #583119;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

/* Recent Posts */

.blog-recent-posts .content-wrapper > h2 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-weight: 700;
}

/* Blog Links */

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #583119;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #080000;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #a88169;
}


/* ************************************************************************* */
/* *************************   10. System Pages   ************************** */
/* ************************************************************************* */

/* Error Pages - Global */

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

/* System Pages - Global */

.hs-search-results__title {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #583119;
}

.hs-search-results__title:hover {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Forms in System Pages */

#email-prefs-form h3 {
  font-size: 20px;
}

/* Password Prompt */

.password-prompt input[type='password'] {
  margin-bottom: 1.55rem;
}

/* Backup Unsubscribe */

.backup-unsubscribe input[type='email'] {
  margin-bottom: 1.55rem;
  padding: 15px 15px !important;
}

/* ************************************************************************* */
/* ***************************   11. Modules  ****************************** */
/* ************************************************************************* */

/* Blog Post Listing */

body .blog-post-listing__article {
  background-color: #583119;
}

body .blog-post-listing__title a,
body .blog-post-listing__date {
  color: #583119;
}

/* Icon */

body .icon svg {
  fill: #fdc600;
}

/* Social Follow */

body .social-links__icon {
  border-radius: 2px;
}

body  .social-links__icon svg {
  fill: #fdc600;
}

body  .social-links__icon:hover svg,
body  .social-links__icon:focus svg,
body  .social-links__icon:active svg {
  fill: #fdc600;
}

/* Team Member */

body .profile__description {
  background-color: #583119;
}

/* Testimonial Slider */

body .tns-nav button {
  background-color: #D0D0D0;
}

body .tns-nav button.tns-nav-active,
body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #fdc600;
}