/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

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





body {
  color: #222f37;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 466px) {
  body {
    font-size: 13.99999999986px;
  }
}

a {
  color: rgba(192, 22, 52, 1.0);
}

a:hover,
a:focus {
  color: rgba(192, 22, 52, 1.0);
}

a:active {
  color: rgba(232, 62, 92, 1.0);
}

h1 {
  color: #333333;
  font-family: Source Sans Pro;
  font-size: 36px;
  font-weight: 400;
}

@media(max-width: 466px) {
  h1 {
    font-size: 27.0px;
  }
}

h2 {
  color: #333333;
  font-family: Source Sans Pro;
  font-size: 27px;
  font-weight: 400;
}

@media(max-width: 466px) {
  h2 {
    font-size: 24.99999999984px;
  }
}

h3 {
  color: #333333;
  font-family: Source Sans Pro;
  font-size: 21px;
  font-weight: 500;
}

h4 {
  color: #333333;
  font-family: Source Sans Pro;
  font-size: 18px;
  font-weight: 700;
}

h5 {
  color: #333333;
  font-family: Source Sans Pro;
  font-size: 17px;
  font-weight: 500;
}

h6 {
  color: #333333;
  font-family: Source Sans Pro;
  font-size: 14px;
  font-weight: 500;
}

blockquote {
  border-color: rgba(238, 238, 238, 1.0);
}





h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(192, 22, 52, 1.0);
  border-color: rgba(192, 22, 52, 1.0);
  border-radius: 30px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(35, 47, 56, 1.0);
  border-color: rgba(35, 47, 56, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(232, 62, 92, 1.0);
  border-color: rgba(232, 62, 92, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-width: 1px;
  border-radius: 5px;
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(176, 176, 176, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-bottom-color: rgba(192, 22, 52, 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: #222f37;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Source Sans Pro;
}

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

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

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





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

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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





.custom-header-top {
  background-color: rgba(255, 255, 255, 1.0);
}

.other-region-links p strong {
  color: rgba(192, 22, 52, 1.0);
}

.other-region-links p a {
  color: rgba(63, 63, 63, 1.0);
}

.other-region-links p a:hover {
  color: rgba(192, 22, 52, 1.0);
}

.other-region-links p a:after {
  background-color: rgba(192, 22, 52, 1.0);
}

#searchbar input[type="text"] {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(176, 176, 176, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}

#searchbar #btn {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(192, 22, 52, 1.0);
}

#searchbar #btn:hover {
  color: rgba(255, 255, 255, 1.0);
  background: linear-gradient(rgba(192, 22, 52, 1.0),rgba(35, 47, 56, 1.0));
}

.header-subscribe .cta_button {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(176, 176, 176, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}

.header-subscribe .cta_button:hover {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(176, 176, 176, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}

.translation-links,
.translation-links li:not(.init) {
  background-color: rgba(237, 237, 237, 1.0);
}

.translation-links li {
  color: rgba(35, 47, 56, 1.0);
}

.translation-links li:not(.init):hover, 
.translation-links li.selected:not(.init) {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 153, 255, 1.0);
}

.custom-header-bottom {
  background-color: rgba(33, 33, 33, 1.0);
}

.custom-header-bottom .navigation-primary > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-header-bottom .navigation-primary > ul > li:hover > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-header-bottom .navigation-primary > ul > li:hover:after {
  background-color: rgba(192, 22, 52, 1.0);
}

.custom-header-bottom .navigation-primary > ul > li.active-branch > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-header-bottom .navigation-primary > ul > li.active-branch:after {
  background-color: rgba(192, 22, 52, 1.0);
}

.custom-header-bottom .navigation-primary > ul ul {
  background-color: rgba(245, 245, 245, 1.0);
}

.custom-header-bottom .navigation-primary > ul ul li a {
  color: rgba(35, 47, 56, 1.0);
}

.custom-header-bottom .navigation-primary > ul ul li a:hover {
  color: rgba(192, 22, 52, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-header-bottom .navigation-primary > ul ul li.active-branch > a {
  color: rgba(35, 47, 56, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}





.custom-copyright {
  background-color: rgba(23, 32, 38, 1.0);
  color: rgba(178, 178, 178, 1.0);
}

.custom-copyright h5 {
  color: rgba(178, 178, 178, 1.0);
}

.custom-footer-top {
  background-color: rgba(23, 32, 38, 1.0);
}

.footer-column p {
  color: rgba(150, 152, 162, 1.0);
}

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

.footer-column a {
  color: rgba(150, 152, 162, 1.0);
}

.footer-column a:hover {
  color: rgba(150, 152, 162, 1.0);
}

.footer-menu ul li a {
  color: rgba(150, 152, 162, 1.0);
}

.footer-menu ul li a:hover {
  color: rgba(242, 148, 0, 1.0);
}

.footer-social-icons .cta_button {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(176, 176, 176, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}

.footer-social-icons .cta_button:hover {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(176, 176, 176, 1.0);
  background-color: rgba(237, 237, 237, 1.0);
}





.blog-post__date {
  border-color: #222f37;
}

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

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

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

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

.blog-pagination__link {
  color: #222f37;
}

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

.blog-post__title {
  color: #333333;
  font-family:Source Sans Pro;
  font-size: 27px;
  font-weight: ;
}

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

#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            */

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

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

.blog-post__tag-link:hover{
  color: #c01634;
}

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

.blog-post__read-more a:hover svg {
  fill: #c01634;
}

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

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

.blog-post__links {
  border-top:  2px solid rgb(218, 218, 218);
}

.blog-post__back-to-blog {
  color: #222f37;
}

.blog-post__back-to-blog:hover {
  color: #c01634;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #c01634;
}

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

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

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

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










body .icon svg {
  fill: #494A52;
}

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

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

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

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

.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 749.9999999934px;
  }
}

@media (min-width: 992px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 970.0000000002px;
  }
}

@media (min-width: 1200px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1170px;
  }
}




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