


























































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

.dnd-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #860038;
}





html {
  font-size: 14;
}

body {
  color: #494A52;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

p {
 font-family: "Roboto", sans-serif;
  font-weight: 400
}
.dnd-section li{
  font-weight: 400
}
a {
  font-family: Roboto;
  color: rgba(134, 0, 56, 1.0);
}

a:hover,
a:focus {
 color: rgba(164, 70, 95, 1.0);
}

a:active {
  color: rgba(174, 40, 96, 1.0);
}

h1 {
  color: #494A52;
  font-family: "Roboto", sans-serif;
  font-size: 46px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h1 {
    font-size: 39.1px;
  }
}

h2 {
  color: #231F1F;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 700;
}

@media(max-width: 767px) {
  h2 {
    font-size: 30.599999999999998px;
  }
}

h3 {
  color: #231F1F;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 27.2px;
  }
}

h4 {
  color: #1b1b1b;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 23.8px;
  }
}

h5 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

h6 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

blockquote {
  border-left: 10px solid #860038;;
}





form,
.submitted-message {
  border-color: rgba(134, 0, 56, 1.0) ;
  font-family: Roboto;
}

h3.form-title {
  background-color: rgba(134, 0, 56, 1.0);
  color: rgba(134, 0, 56, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(134, 0, 56, 1.0);
  border-color: rgba(134, 0, 56, 1.0);
  border-radius: 1px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
   background-color: rgba(134, 0, 56, 1.0);
  border-color: rgba(94, 0, 16, 1.0);
   color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(174, 40, 96, 1.0);
  border-color: rgba(174, 40, 96, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(#null, 1.0);
}

.hs-form legend {
  color: rgba(#null, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
form input[type="text"],
input[type="password"], 
input[type="email"],
input[type="search"]{
  border-color: rgba(255, 255, 255, 1.0);
  color: ;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
form input[type="text"]:focus,
input[type="password"]:focus, 
input[type="email"]:focus,
input[type="search"]:focus{
  border-color: rgba(134, 0, 56, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #494A52;
}

.hs-richtext {
  font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Roboto", sans-serif;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
  background-color: rgba(134, 0, 56, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





header.header {
  background-color: rgba(134, 0, 56, 1.0);
}

.header__container {
  max-width: 960px;
}


  .navigation-primary ul li.menu-item > a{
        color: rgba(255, 255, 255, 1.0);
    }
    .navigation-primary ul li.menu-item:hover > a,
    .navigation-primary ul li.menu-item > a:hover,
    .navigation-primary ul li.menu-item > a:focus,
    .navigation-primary ul li.menu-item.active > a,
    .navigation-primary ul li.search a:hover{
      color: rgba(255, 255, 255, 1.0);
      border-color: rgba(41, 10, 15, 1.0);
    }

  .navigation-primary ul li.has-submenu ul{
    background-color: rgba(41, 10, 15, 1.0); 
  }

  .navigation-primary ul li.has-submenu ul li a{
    background-color: rgba(41, 10, 15, 1.0); 
    color: rgba(255, 255, 255, 1.0); 
  }

  .navigation-primary ul li.has-submenu ul li a:hover{
    background-color: rgba(255, 255, 255, 1.0); 
    color: rgba(75, 21, 28, 1.0); 
  }


#search_top{
 background-color: rgba(27, 27, 27, 1.0);   
}

#search_top form input.search-input{
      background-color: rgba(255, 0, 0, 0.0); 
    color: rgba(255, 255, 255, 1.0); 
}

#search_top form input.search-btn{
        background-color: rgba(131, 33, 55, 1.0); 
    color: rgba(255, 255, 255, 1.0); 
     border-color: rgba(92, 0, 38, 1.0);
}
#search_top form input.search-btn:hover,#search_top form input.search-btn:focus{
    background-color: rgba(131, 33, 55, 1.0); 
    color: rgba(255, 255, 255, 1.0); 
}

.header .link-flag{
        background-color: rgba(13, 13, 13, 1.0); 
    color: rgba(221, 221, 221, 1.0); 
}

.header .link-flag:hover,
.header .link-flag:focus{
      background-color: rgba(13, 13, 13, 1.0); 
    color: rgba(221, 221, 221, 1.0); 
}



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

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: ;
}

.footer__container {
  max-width: 960px;
}
.footer p{
    color: ;
}
.footer a {
    color: ;
}

.footer a:hover {
    color: ;
      text-decoration: underline;
}



.custom-login-group p a{
   background-color: rgba(134, 0, 56, 1.0); 
      color: #FFFFFF;
}

.custom-login-group p a:hover{
   background-color: rgba(134, 0, 56, 1.0); 
        color: #FFFFFF;
}






.content-wrapper {
  max-width: 960px;
  margin:0 auto;
}

.blog-post__date {
  border-color: #494A52;
}

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

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

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

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

.blog-pagination__link {
  color: #494A52;
}

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

.blog-post__title {
  color: #231F1F;
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: ;
}

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

#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);
}










body .icon svg {
  fill: #860038;
}

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

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

body .social-links__icon {
  background-color: #860038;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #860038;
}

.page-center {
  max-width: 960px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}