









/*  Container Width */



/*  Section Horizontal Spacing */





/*  Section Vertical Spacing */






/* 1b. Colors */








/* 1c. Typography */




/* Body Text */











/* Heading One */












/* Heading Two */













/* Heading Three */













/* Heading Four */












/* Heading Five */













/* Heading Six */












/* Links */



/* 1d. Corners */





/* 1e. Buttons */







/* Filled Button  */











/* Outlined Button  */










/* 1f. Forms */








































/* 1g. Tables */













/* 1h. Site header */













/* 1i. Site footer */














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

.dnd-section > .row-fluid,
.content-wrapper {
  max-width: 1240px;
}

/* Drag and drop layout styles */

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

@media only screen and (min-width: 768px) {
  .dnd-section {
    padding: 60px 20px;
  }
}

@media only screen and (min-width: 992px) {
  .dnd-section {
    padding: 80px 20px;
  }
}







body {
  background-color: #ffffff;
}

/* Paragraphs */

body, html,p {
  font-family: Barlow, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 20px;
}
/* Anchors */

a {
  font-weight: 400; text-decoration: none; font-family: Barlow, serif; font-style: normal;
  color: #E9920C;
}


/* Headings */

h1 {
  font-weight: 400; text-decoration: none; font-family: 'DM Serif Display', sans-serif; font-style: normal;
  color: #171511;
  font-size: 40px;
  letter-spacing: 0px;
  line-height: 48px;
  text-transform: none;
}

h2 {
  font-weight: 400; text-decoration: none; font-family: 'DM Serif Display', sans-serif; font-style: normal;
  color: #171511;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 40px;
  text-transform: none;
}

h3 {
  font-weight: 400; text-decoration: none; font-family: 'DM Serif Display', sans-serif; font-style: normal;
  color: #171511;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: none;
}

h4 {
  font-weight: 400; text-decoration: none; font-family: 'DM Serif Display', sans-serif; font-style: normal;
  color: #171511;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: none;
}

h5,
.ch-blog-grid__title a,
.ch-blog__heading a,
.blog-related-posts__title-link {
  font-weight: 400; text-decoration: none; font-family: 'DM Serif Display', sans-serif; font-style: normal;
  color: #171511;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: none;
}

h6,
.ch-blog-subscribe .form-title {
  font-weight: 400; text-decoration: none; font-family: 'DM Serif Display', sans-serif; font-style: normal;
  color: #171511;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 18px;
  text-transform: none;
}

/* Typography Tablet View  */

@media only screen and (min-width: 768px) {
  body, html,p {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.1px;
  }

  h1 {
    font-size: 64px;
    line-height: 69px;
    letter-spacing: 0.5px;
  }

  h2 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.5px;
  }

  h3 {
    font-size: 40px;
    line-height: 43px;
    letter-spacing: 0.5px;
  }

  h4 {
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }

  h5,
  .ch-blog-grid__title a,
  .ch-blog__heading a,
  .blog-related-posts__title-link {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.5px;
  }

  h6,
  .ch-blog-subscribe .form-title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }

}

/* Typography Laptop View  */

@media only screen and (min-width: 992px) {

  body, html,p {
    font-size: 18px;
    letter-spacing: 0.1px;
    line-height: 29px;
  }


  h1 {
    font-size: 64px;
    letter-spacing: 0.5px;
    line-height: 69px;
  }

  h2 {
    font-size: 48px;
    letter-spacing: 0.5px;
    line-height: 52px;
  }

  h3 {
    font-size: 40px;
    letter-spacing: 0.5px;
    line-height: 43px;
  }

  h4 {
    font-size: 32px;
    letter-spacing: 0.5px;
    line-height: 35px;
  }

  h5,
  .ch-blog-grid__title a,
  .ch-blog__heading a,
  .blog-related-posts__title-link {
    font-size: 24px;
    letter-spacing: 0.5px;
    line-height: 26px;
  }

  h6,
  .ch-blog-subscribe .form-title {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 22px;
  }
}








/* Button   */

.ch-button {
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
}

.ch-button .ch-button__text {
  text-transform: uppercase;
}

/* Button Filled  */

.ch-button--filled {
  border: 2px solid #E9920C;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  background: #E9920C;
  color: #ffffff;
}

.ch-button--filled:hover,
.ch-button--filled:active {
  border: 2px solid #e7262d;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  background: #e7262d;
  color: #ffffff;
}

.ch-button--filled:focus {
  border: 2px solid #e7262d;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  background: #E9920C;
  color: #ffffff;
}

/* Button Outlined  */
.ch-button--outlined {
  border: 2px solid #E9920C;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #E9920C;
}

.ch-button--outlined:hover,
.ch-button--outlined:active {
  border: 2px solid #E9920C;

  ;
  color: #E9920C;
}

.ch-button--outlined:hover {
  background: rgba(233, 146, 12, 4%);
}

.ch-button--outlined:active {
  background: rgba(233, 146, 12,0.16);
}

.ch-button--outlined:focus {
  border: 2px solid #e7262d;

  ;
  color: #E9920C;
}







/* Form */

form {
  border: 1px none #f4f0ec;

  padding: 20px;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
}

.ch-form .ch-form--form,
.ch-donation__amount-wrap ,
.ch-donation__form-wrap {
  border-radius: 8px;
}

.form-title + div > form,
.ch-form--form > span > .form-title + div > form {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.form-title + div > form,
.ch-form--form > span > .form-title + div > form {
  border-radius: 0 0 8px 8px;
}

/* Form title */

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

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

  font-family: 'DM Serif Display', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #171511;
  font-size: 32px;
  letter-spacing: 0.5px;
  line-height: 35px;
  text-transform: none;
}

/* Labels */

form label {
  padding: 0px;

  font-family: Barlow, serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 29px;
  text-transform: none;
}

/* Help text */

form legend {
  font-family: Barlow, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #666666;
  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 rgba(255, 159, 13, 8%);

  padding: 10px;

  background-color: 

  
  
    
  


  rgba(255, 248, 236, 1.0)

;
  border-radius: 8px;
  color: #666666;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='tel']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form select:focus,
form textarea:focus {
  border-color: #E9920C;
}


/* Form fields - placeholders */

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

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

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

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

::placeholder {
  color: #666666 !important;
}

/* Form fields - date picker */

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

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

  
  
    
  


  rgba(233, 146, 12, 1.0)

;
  color: #ffffff;
}

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

form .is-selected .pika-button {
  background-color: #ffffff;
  color: #E9920C;
}

form .pika-button:hover {
  background-color: #E9920C !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: Barlow, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #666666;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Barlow, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #666666;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button,
form .hs-button.primary {
  border: 2px solid #E9920C;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  background: #E9920C;
  color: #ffffff;
}

form input[type=submit]:hover,
form .hs-button:hover,
form input[type=submit]:active,
form .hs-button:active,
form .hs-button.primary:hover {
  border: 2px solid #e7262d;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  background: #e7262d;
  color: #ffffff;
}

body form input[type=submit]:focus,
body form .hs-button:focus {
  border: 2px solid #e7262d;

  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #ffffff;
}

.hs-error-msg {
  padding-top: 10px;
padding-right: 0px;
padding-bottom: 10px;
padding-left: 0px;

  font-family: Barlow, serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #DB524E;
  font-size: 18px;
  letter-spacing: 0.1px;
  line-height: 29px;
  text-transform: none;
}

.error,
.hs-input.invalid.error {
  border: 1px solid #DB524E ;
}

.hs-error-msgs .hs-main-font-element {
  color: #DB524E;
}

.hs-form .hs-input[type="radio"]:checked:before,
.hs-form .hs-input[type=checkbox]:checked {
  background: #E9920C;
}

.hs-form .hs-input[type="radio"]:checked {
  border-color: #E9920C;
}

.hs-form .hs-input[type=checkbox]:checked {
  border: 1px solid #E9920C;
}







/* Table */

table {
  border: 1px solid #fff8ec;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 10px;
;
  color: #E9920C;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(233, 146, 12, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #E9920C;
}






.ch-header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

<givebutter-widget id="gkMONj"></givebutter-widget>

.header__top {
  background-color: rgba(233, 146, 12,1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #666666;
  font-family: Barlow;
}

.menu__link {
  color: #666666;
  font-family: Barlow;
  text-transform: uppercase;
}

.ch-header .menu .menu__wrapper .menu__child-toggle-icon {
  border-bottom: 2px solid #666666;
  border-right: 2px solid #666666;
}

.ch-header .menu__item:hover > .menu__child-toggle .menu__child-toggle-icon {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}

.ch-header .menu__item--depth-1:after,
.ch-header .menu__item--depth-1:before {
  background-color: #E9920C;
}

.ch-header .menu .menu__wrapper .menu__item .menu__submenu .menu__child-toggle-icon {
  border-color: #666666;
}
.ch-header .menu .menu__wrapper .menu__item .menu__submenu:hover .menu__child-toggle-icon,
.ch-header .menu .menu__wrapper .menu__item .menu__submenu:focus .menu__child-toggle-icon {
  border-color: #000000;
}
.ch-header .menu .menu__wrapper .menu__item .menu__submenu:hover .menu__item,
.ch-header .menu .menu__wrapper .menu__item .menu__submenu:focus .menu__item {
  color: #000000;
}

@media (min-width: 992px) {
  .menu__link {
    color: #666666;
  }
  .ch-header .menu__item--depth-1 > .menu__child-toggle .menu__child-toggle-icon {
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
  }
}

.ch-header .menu__item--depth-1:hover > .menu__link,
.ch-header .menu__item--depth-1:focus > .menu__link,
.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,
.menu__link--active-link,
.menu__link--active-branch {
  color: #000000;
}


.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #282828;
}

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}

.menu__submenu > .menu__item:hover {
  color: #000000;
}

@media (min-width: 992px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu .menu__link,
  .menu__submenu .menu__item {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .menu__submenu .menu__link:hover,
  .menu__submenu .menu__link:focus,
  .header__language-switcher .lang_list_class li:hover,
  .menu__submenu--level-2 > .menu__item:first-child:hover:before,
  .menu__submenu--level-2 > .menu__item:first-child.focus:before {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__item {
  color: #666666;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  color: #000000;
}

.menu__submenu .menu__link:hover .menu__child-toggle-icon ,
.menu__submenu .menu__link:focus .menu__child-toggle-icon {
  border-color: #000000;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Barlow;
}

.header__language-switcher-label-current:after {
  border-top-color: #666666;
}

@media(max-width: 991px) {
  .menu__submenu .menu__item:hover > .menu__link,
  .menu__submenu .menu__item:focus > .menu__link,
  .header__language-switcher .lang_list_class li:hover,
  .menu__submenu--level-2 > .menu__item:first-child:hover:before,
  .menu__submenu--level-2 > .menu__item:first-child.focus:before {
    color: #000000;
  }

  .menu__submenu .menu__item:hover .menu__child-toggle-icon ,
  .menu__submenu .menu__item:focus .menu__child-toggle-icon {
    border-color: #000000;
  }
}







/* Footer Background  */

.footer,
.footer--no-navigation {
  background: #fff8ec;
}


/* Footer Text */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer a:not(.menu__link) {
  color: #343330;
}


/* Footer menu */

.footer .menu__link {
  color: #343330;
  text-transform: uppercase;
}

.footer .menu__link:hover,
.footer .menu__link:focus {
  color: #E9920C;
}








.blog-post__social-sharing .social-links__icon svg path {
  fill: #E9920C;
}






.ch-subscription-confirmation .page-header h2,
.ch-communication-preferences h2 {
  color: #E9920C;
}

.ch-search__keyword span {
  color: #E9920C;
}

.ch-search-results .hs-search-results__listing li {
  border-radius: 8px;
}

.ch-search-results .hs-search-results__listing li a {
  color: #171511;
}

.ch-search-results .hs-search-results__listing li a:hover {
  color: #E9920C;
}

.ch-search-results .hs-search-results__pagination a {
  font-family: Barlow, serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #E9920C;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.backup-unsubscribe input[type=email] {
  border: 1px solid rgba(255, 159, 13, 8%);

  background-color: 

  
  
    
  


  rgba(255, 248, 236, 1.0)

;
  border-radius: 8px;
  color: #666666;
}







.ch-card__img-icon img,
.ch-image img,
.ch-blog-list__featured-image img,
.ch-listing-grid__image img,
.ch-team--card-dots .ch-team__card-col-img img,
.ch-portfolio-grid__item-img img,
.ch-gallery-grid__item img,
.ch-portfolio__link a,
.ch-video-popup-wrapper img,
.ch-video-popup__image--overlay,
.ch-blog-list__img-tag-link,
.ch-feature-card__img img,
.ch-feature-grid__img img,
.ch-blog-grid__image img,
.ch-team--card-slider .ch-team__card-col-img img,
.ch-team__card-col-wrap,
.ch-banner__image img {
  border-radius: 8px;
}

.ch-card__col,
.ch-listing-grid__content,
.ch-listing__tag,
.ch-listing-card__tag,
.ch-listing--items-info,
.ch-listing-card--items-info,
.ch-partner--slider .ch-partner__item,
.ch-blog-layout__columns--count,
.ch-blog-list__img-tag-link,
.ch-pricing-card,
.ch-feature-card__col,
.ch-feature-grid__col,
.ch-testimonial-card .ch-testimonial__wrapper,
.ch-icon-box__col,
.ch-team--card-slider .ch-team__card-col .ch-team__card-col-content,
.ch-subscribe,
.ch-git,
.ch-blog-grid__content {
  border-radius: 8px;
}

.ch-team__card-col-overlay {
  background: linear-gradient(180deg, rgba(233, 146, 12, 0) -16.89%, rgba(233, 146, 12, 0.88) 86.18%);
}

.ch-team .nav-btn.prev-slide, 
.ch-team .nav-btn.next-slide,
.ch-team .tns-nav button,
.ch-testimonial .nav-btn.prev-slide, 
.ch-testimonial .nav-btn.next-slide,
.ch-testimonial .tns-nav button {
  background: rgba(233, 146, 12,0.16);
}

.ch-feature-card__progress-container,
.ch-feature-grid__progress-container {
  border: 0.5px solid rgba(233, 146, 12,0.5);
}

.ch-feature-card__col:hover,
.ch-feature-grid__col:hover {
  box-shadow: 0px 16px 40px rgba(233, 146, 12,0.16);
}