







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */









/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */





























/* 1h. Site footer */




































.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 64px 0px;
}

.banner-section .dnd-section {
  padding: 0;
}

.banner-section .row-fluid {
  padding: 0!important;
}

.blog-banner-wraped .row-fluid{
  padding: 0!important;
  max-width: none!important;
}

.blog-banner-wraped .dnd-section{
  padding: 0!important;
}


.header__container,
.dnd-section > .row-fluid,
.footer__container,
.content-wrapper,
.page-center{
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1000px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 1425px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 90px;
  }
}

@media (max-width:999.97px) and (min-width: 690px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 600px;
  }
}

@media (max-width:689.97px) and (min-width: 480px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 420px;
  }
}

@media (max-width:479.97px){
  .header__container,
  .dnd-section > .row-fluid,
  .footer__container,
  .content-wrapper,
  .page-center{
    max-width: 320px;
  }
}







html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: #545454;
  font-weight: ;
  font-family: arial, helvetica, sans-serif;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: #545454;
  font-weight: ;
}

/* Anchors */

a {
  color: #00808B;
}

a:hover,
a:focus,
a:active {
  color: #545454;
}

/* Headings */

h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 48px;
  color: #545454;
  font-weight: ;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 42px;
  color: #545454;
  font-weight: ;
}

h3 {
  font-family: arial, helvetica, sans-serif;
  font-size: 30px;
  color: #545454;
  font-weight: ;
}

h4 {
  font-family: arial, helvetica, sans-serif;
  font-size: 24px;
  color: #545454;
  font-weight: ;
}

h5 {
  font-family: arial, helvetica, sans-serif;
  font-size: 16px;
  color: #545454;
  font-weight: ;
}

h6 {
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  color: #545454;
  font-weight: ;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





.hs-button,
.hs-button.large.primary,
button,
.button {
  background-color: 

  
  
    
  


  rgba(36, 136, 149, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 16px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 20px;
}

.hs-button:hover,
.hs-button:focus,
.hs-button.large.primary:hover,
.hs-button.large.primary:focus,
button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(36, 136, 149, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.hs-button:active,
.hs-button.large.primary:active,
button:active,
.button:active {
  background-color: ;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: ;
}





form,
.submitted-message {
  font-size: 16px;
  color: #545454;
  font-weight: 
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 75, 118, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(38, 38, 44, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(128, 130, 132, 1.0)

;
}

/* Form inputs */

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select  {
  border-color: 

  
  
    
  


  rgba(209, 208, 224, 1.0)

;
  color: #545454;
  border-radius: 4px
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: 

  
  
    
  


  rgba(209, 208, 224, 1.0)

;
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #545454;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(209, 208, 224, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(209, 208, 224, 1.0)

;
  color: 

  
  
    
  


  rgba(84, 84, 84, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 144, 149, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(209, 208, 224, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(0, 144, 149, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





.header-bg {
  background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
}
.top_header_shop a
{
  color: 

  
  
    
  


  rgba(0, 128, 139, 1.0)

;
}
.top_header_shop a:hover
{
  color: 

  
  
    
  


  rgba(95, 132, 140, 0.8)

;
}
.top_header_wrapper .top_header_donate
{
  background-color: 

  
  
    
  


  rgba(245, 127, 0, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 8px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 5px;
}
.top_header_wrapper .top_header_donate:hover
{
  background-color: 

  
  
    
  


  rgba(243, 172, 96, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.custom-menu-primary .hs-menu-wrapper>ul>li
{
  background-color: 

  
  
    
  


  rgba(221, 221, 221, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
  background-color: 

  
  
    
  


  rgba(221, 221, 221, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:active>a
{
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
  background-color: 

  
  
    
  


  rgba(221, 221, 221, 0.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li
{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li>a
{
  color: 

  
  
    
  


  rgba(49, 50, 51, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:hover>a
{
  color: 

  
  
    
  


  rgba(0, 128, 139, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>ul ul>li:active>a
{
  color: 

  
  
    
  


  rgba(0, 128, 139, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.custom-menu-primary .hs-menu-wrapper>.custom-menu-search>a>span
{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary .hs-menu-wrapper>.custom-menu-search>a>span:hover
{
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}



.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: arial, helvetica, sans-serif;
}

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(250, 250, 250, 1.0)

;
  }

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





.top_footer
{
  background-color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}
.footer-section .hs-menu-wrapper>ul>li:first-child>a, .footer-section.Find-Support .hs-menu-wrapper>ul>li:nth-child(6)>a, .footer-section.Stories-of-Inspiration .hs-menu-wrapper>ul>li:nth-child(6)>a, .footer-section.Get-Involved .hs-menu-wrapper>ul>li:nth-child(10)>a {
  color: 

  
  
    
  


  rgba(0, 144, 149, 1.0)

;
}
.top_footer_text p {
  color: 

  
  
    
  


  rgba(84, 84, 84, 1.0)

;
}
.footer-section .hs-menu-wrapper>ul>li>a,
.top_footer_text p a{
  color: 

  
  
    
  


  rgba(0, 144, 149, 1.0)

;
}
.footer-section .hs-menu-wrapper>ul>li>a:hover,
.top_footer_text p a:hover
{
  color: 

  
  
    
  


  rgba(0, 144, 149, 0.65)

;
}


.top_footer_form h3#hs_cos_wrapper_footer_form_title {
  color: 

  
  
    
  


  rgba(84, 84, 84, 1.0)

;
}
.top_footer_form h3#hs_cos_wrapper_footer_form_title {
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.top_footer_form h3#hs_cos_wrapper_footer_form_title {
  border-radius: 0px;
}
.top_footer_form h3#hs_cos_wrapper_footer_form_title {
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.top_footer_form input.hs-button.primary.large
{
  background-color: 

  
  
    
  


  rgba(0, 128, 139, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 4px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 20px;
}
.top_footer_form input.hs-button.primary.large:hover
{
  background-color: 

  
  
    
  


  rgba(36, 136, 149, 0.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.bottom_footer {
  background-color: 

  
  
    
  


  rgba(0, 128, 139, 1.0)

;
}
.bottom_footer_left p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.bottom_footer_right ul.footer-social li a i {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.bottom_footer_right ul.footer-social li a:hover i {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.bottom_footer_right ul.footer-social li a {
  background-color: 

  
  
    
  


  rgba(119, 119, 119, 0.0)

;
}
.bottom_footer_right ul.footer-social li a:hover {
  background-color: 

  
  
    
  


  rgba(119, 119, 119, 0.0)

;
}









/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

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

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

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

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #545454;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #545454;
  font-family:arial, helvetica, sans-serif;
  font-size: 48px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #545454;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #545454;
}

.blog-index__post-content--small h2 {
  font-size: 30px;
}

.blog-index__post-content a {
  color: #545454;
}

.blog-post__read-more svg {
  fill: #545454;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: #545454;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #545454;
}

.blog-post__meta a:hover {
  color: #545454;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #545454;
}

.blog-post__back-to-blog svg {
  fill: #545454;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: arial, helvetica, sans-serif
    font-size: 30px;
  color: #545454;
  font-weight: 
}

@media(max-width:340px){
  .dnd-section>.row-fluid{
    padding:0 15px;
  }
}