:root{
    --highlight-red:#fa0000;     /* DNOW highlight red */
    --medium-red:#aa0000;
    --dark-red:#730000;
    --metal-gray:#3d4744;

    --black:#000;
    --dark-gray:#1e1e1e;
    --mid-gray:#8c8c8c;
    --light-gray:#c8c8c8;
    --lightest-gray:#ebebeb;
    --bg:#fff;
    
  /* ----------------
     Brand Core
     ---------------- */
  --color-brand-primary: #fa0000;   /* Highlight Red (PMS 485) */
  --color-brand-secondary: #3d4744; /* Metal Grey (PMS 446) */
  --color-brand-accent: #aa0000;    /* Medium Red (PMS 484) */
  --color-brand-deep: #730000;      /* Dark Red (PMS 483) */

  /* ----------------
     Neutrals
     ---------------- */
  --color-white: #ffffff;
  --color-black: #000000;

  --color-gray-900: #1e1e1e; /* Dark Grey */
  --color-gray-700: #3d4744; /* Metal Grey */
  --color-gray-500: #8c8c8c; /* Medium Grey */
  --color-gray-300: #c8c8c8; /* Light Grey */
  --color-gray-100: #ebebeb; /* Lightest Grey */

    /* other */
  --link-visited: #A3044C;
    
  /* ----------------
     Focus / Accessibility
     ---------------- */
  --color-focus-ring: rgba(250, 0, 0, 0.35);
  --focus-ring: 0 0 0 3px var(--color-focus-ring);
    
   /* ----------------
     Navigation
     ---------------- */
   --color-submenu: #F8F8FF; /* GhostWhite */
  }






/* Containers */







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

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

@media (min-width:576px){
    .dnd-section>.row-fluid,.page-center{
        max-width:767.9999999979999px
    }
}
@media (min-width:768px){
    .dnd-section>.row-fluid,.page-center{
        max-width:991.999999998px
    }
}
@media (min-width:992px){
    .dnd-section>.row-fluid,.page-center{
        max-width:1199.999999996px
    }
}
@media (min-width:1200px){
    .dnd-section>.row-fluid,.page-center{
        max-width:1400px
    }
}

'px') if theme.spacing.vertical_spacing else '3rem' %}


/*new layout settings*/






.content-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  padding: 0 60px;
}

@media (max-width: 1200px) { .content-section { padding: 0 40px; } }
@media (max-width: 991px) {
  .content-section { width: 100%; padding: 20px; }
}

.content-block {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  line-height: normal;
  color: var(--highlight-red);
  margin: auto 0;
  padding: 20px 30px 0 30px;
}
@media (max-width: 991px) {
  .content-block {
    width: 100%;
    padding: 30px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.accent-heading,
.heading-with-marker,
.lead,
.section-header {
  color: var(--color-brand-primary);
  font-size: clamp(1.1rem, 2.5vw, 1.25rem);
  font-style: normal;
  font-weight: 700;
  line-height: 162.5%;
  letter-spacing: 0.48px;
}

.heading-with-marker {
  align-self: start;
  display: flex;
  padding-bottom: 5px;
}

.section-marker,
.pre-box {
  display: inline-block;
  width: 10px;
  height: 25px;
  background-color: var(--color-brand-primary);
  margin-right: 15px;
  vertical-align: middle;
}

.section-cta { margin-top: 20px; }






.header-group {
  background-color: var(--color-gray-100););
}

.nav-search form .hs-search-field__input {
  color: var(--color-brand-secondary);
  border-color: var(--color-gray-100);
  background: var(--color-white);
}
.nav-search form .hs-search-field__input:focus {
  outline: none;
  border-color: var(--color-brand-primary);
  box-shadow: var(--focus-ring);
}

.nav-search form button.search-submit {
  color: var(--color-brand-primary);
}
.nav-search form button.search-submit:hover {
  color: var(--color-brand-accent);
}

.header__container {
  max-width: 1400px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.header-menu ul li a {
  color: rgba(30, 30, 30, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus,
.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,
.header-menu ul li a:hover,
header-menu ul li a:focus{
  color: rgba(250, 0, 0, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(30, 30, 30, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(0, 0, 0, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus{
  background-color: rgba(0, 0, 0, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(30, 30, 30, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:hover{
  color: rgba(250, 0, 0, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(30, 30, 30, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(33, 47, 54, 1.0);
}

body .custom-menu-primary .submenu.level-2{
  background-color: var(--color-submenu);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: var(--color-submenu);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(250, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(33, 47, 54, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
}

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

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

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

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





.footer-group {
  background-color: rgba(33, 47, 54, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-group h5,
.footer-menu .hs-menu-wrapper > ul > li > a,
.footer-menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-group a,
.footer-menu .hs-menu-wrapper ul ul li.hs-menu-item.active a{
  color: rgba(135, 209, 230, 1.0);
  background-image: linear-gradient(to top, rgba(135, 209, 230, 1.0) 1px,transparent 0);
}

.footer-group a:hover {
  color: rgba(135, 209, 230, 1.0);
  background-image: linear-gradient(to top, rgba(135, 209, 230, 1.0) 1px,transparent 0);
}

.copyright {
  border-color: rgba(0, 0, 0, 0.25);
}


.social-footer-icon-wrap a{
  color: rgba(135, 209, 230, 1.0);
}

.social-footer-icon-wrap a:hover{
  color: rgba(255, 255, 255, 1.0);
}




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

.blog-post__date {
  border-color: ;
}

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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: ;
  font-family:;
  font-size: px;
  font-weight: ;
}

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

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

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

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

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

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

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




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