







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding-bottom: 0px;
  padding-top: 0px;
}
@media (max-width: 799px) {
  .dnd-section {
  padding-bottom: 0.0px;
  padding-top: 0.0px;
}
}
.dnd-section > .row-fluid,
.page-center{
  max-width: 1280px;
  margin: 0 auto;
}





html {
  font-size: 20px;
}

body {
  font-size: 20px;
  color: #282828;
  font-weight: regular;
  font-family: Lato;
}

/* Paragraphs */

p {
  font-size: 20px;
  color: #282828;
  font-weight: regular;
}
@media (max-width: 799px) {
  body, html, p {
    font-size: 14.0px;
  }
}
/* Anchors */

a {
  color: #3574E3;
}

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

/* Headings */

h1 {
  font-family: Lato;
  font-size: 40px;
  color: #282828;
  font-weight: regular;
}

h2 {
  font-family: Lato;
  font-size: 28px;
  color: #E2066F;
  font-weight: regular;
}

h3 {
  font-family: Lato;
  font-size: 24px;
  color: #282828;
  font-weight: regular;
}

h4 {
  font-family: Lato;
  font-size: 20px;
  color: #282828;
  font-weight: regular;
}

h5 {
  font-family: Lato;
  font-size: 20px;
  color: #282828;
  font-weight: regular;
}

h6 {
  font-family: Lato;
  font-size: 18px;
  color: #282828;
  font-weight: regular;
}
@media (max-width: 799px) {
   h1 {
    font-size: 38.0px;
  }
  h2 {
    font-size: 30.00000000004px;
  }
}






button,
.button {
  background-color: 

  
  
    
  


  rgba(226, 6, 111, 1.0)

;
  border: 1px solid #282828;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(186, 0, 71, 1.0);
  border-color: #000000;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(255, 46, 151, 1.0);
  border-color: #505050;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 20px;
  color: #282828;
  font-weight: regular
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(40, 40, 40, 1)

;
  color: #E2066F;
}

/* Form label */

form label {
  color: #282828;
}

/* Form help text */

form legend {
  color: #E2066F;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(226, 6, 111, 1.0);
  border-radius: 3px;
}

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=file]:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
}


/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(226, 6, 111, 1.0);
  border-color: rgba(40, 40, 40, 0.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(226, 6, 111, 1.0);
  border-color: rgba(226, 6, 111, 1.0);
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 46, 151, 1.0);
  border-color: #505050;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #282828;
}

th,
td {
  border-color: #282828;
  color: #282828;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(40, 40, 40, 1)

;
  border-bottom-color: #282828;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #282828;
}





.header-group {
  background-color: rgba(255, 255, 255, 1.0);
}
.site-header__icons button {
  color: rgba(226, 6, 111,1.0);
}
.site-header__icons button:hover {
  color: rgba(255, 153, 2,1.0);
}
.site-header-cta .btn__text {
  color: rgba(255, 255, 255,1.0);
}

.site-header-cta .cm-donate-cta svg path {
  fill: rgba(226, 6, 111, 1.0);
}
.modal-search {
  background-color: rgba(226, 6, 111, 1.0);
}
.modal-search form {
  border-color:  rgba(255, 255, 255, 1.0);
}
.modal-search .hs-search-field__input {
  background-color: rgba(255, 210, 0, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.modal-search .hs-search-field__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 1.0);
  opacity: 1;
}
.modal-search .hs-search-field__suggestions a, .modal-search .hs-search-field__suggestions #results-for {
  color: rgba(255, 255, 255, 1.0);
}
body .navigation-primary a {
  color: rgba(40, 40, 40,1.0);
}

body .navigation-primary a:hover,
body .navigation-primary a:focus {
  color: rgba(255, 255, 255,1.0);
}
body .submenu.level-1>li:hover > a,
body .submenu.level-1>li>a.active-branch:hover{
  background-color: rgba(226, 6, 111, 1.0);
}
body .submenu.level-1>li:hover > a:hover {
  color: rgba(255, 255, 255,1.0);

}
body .submenu.level-1>li > a:hover{
  background-color: rgba(255, 153, 2, 1.0);
}
body ul.submenu.level-2 {
  background-color: rgba(226, 6, 111, 1.0);
}
body .submenu.level-2>li>a {
  background-color: rgba(226, 6, 111, 1.0);  
  color: rgba(255, 255, 255, 1.0);
}
body .submenu.level-2>li>a:hover{
  background-color: rgba(255, 153, 2, 1.0);  
  color: rgba(255, 255, 255, 1.0);
}
body .submenu.level-1>li>a.active-item,
body .submenu.level-1>li>a.active-branch{
  background-color: rgba(226, 6, 111, 1.0);  
  color: rgba(255, 255, 255, 1.0);
}

body .submenu.level-2>li>a.active-item {
  background-color: rgba(226, 127, 0, 1.0);  
  color: rgba(255, 255, 255, 1.0);
}

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

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





.footer {
  background-color: rgba(233, 233, 233, 1.0);
  color: rgba(40, 40, 40, 0.0);
}
.footer .hs-menu-wrapper > ul  li  a {
  color: rgba(40, 40, 40, 1.0);
}
.footer .hs-menu-wrapper > ul  li  a:hover {
  color: rgba(226, 6, 111, 1.0);
}
.nav.nav--social li a {
  color: rgba(226, 6, 111, 1.0);
}
.nav.nav--social li a:hover {
  color: rgba(255, 153, 2, 1.0);
}
.footer-copyright p,
.footer-copyright p small a {
  color: rgba(92, 92, 92, 1.0);
}
/* Footer Content */







/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #282828;
}

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

.blog-post__title {
  color: #282828;
  font-family:Lato;
  font-size: 40px;
  font-weight: regular;
}

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

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

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

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

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

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

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

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

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

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

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

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

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

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

.blog-post__links-container {
  border-top:  2px solid rgb(206, 0, 91);
}

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(206, 0, 91);
}

.section.post-footer .hs-input {
  border-color: rgb(206, 0, 91);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Lato
    font-size: 24px;
  color: #282828;
  font-weight: regular
}