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

/* Test */
















.tbcs-blank-template-section {
  margin-top: 80px;
}

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

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #061D4E;
}
.page-center {
  max-width: 1200px;
}





body {
  color: rgba(6, 29, 78, 1.0);
  font-family: Lexend Deca;
  font-size: 18px;
  font-weight: 400;
}

p {
  font-family: Lexend Deca;
  font-weight: 400
}

a {
  color: rgba(6, 29, 78, 1.0);
}

a:hover,
a:focus {
  color: rgba(6, 29, 78, 1.0);
}

a:active {
  color: rgba(46, 69, 118, 1.0);
}

h1 {
  color: rgba(0, 120, 238, 1.0);
  font-family: Lexend Deca;
  font-size: 38px;
  font-weight: 400;
}

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

h2 {
  color: rgba(6, 29, 78, 1.0);
  font-family: Lexend Deca;
  font-size: 30px;
  font-weight: 400;
}

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

h3 {
  color: rgba(6, 29, 78, 1.0);
  font-family: Lexend Deca;
  font-size: 30px;
  font-weight: 400;
}

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

h4 {
  color: rgba(6, 29, 78, 1.0);
  font-family: Lexend Deca;
  font-size: 24px;
  font-weight: 400;
}

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

h5 {
  color: rgba(6, 29, 78, 1.0);
  font-family: Lexend Deca;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: rgba(6, 29, 78, 1.0);
  font-family: Lexend Deca;
  font-size: 14px;
  font-weight: 400;
}

blockquote {
  border-left: 5px solid #061D4E;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Lexend Deca;
}

h3.form-title {
/*   background-color: rgba(255, 255, 255, 1.0); */
  color: rgba(0, 120, 238, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(22, 186, 134, 1.0);
  border-color: rgba(6, 29, 78, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 98, 246, 1.0);
  border-color: rgba(6, 29, 78, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:focus,
.button--primary:focus{
  outline-color: rgba(6, 29, 78, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(62, 226, 174, 1.0);
  border-color: rgba(46, 69, 118, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(6, 29, 78, 1.0);
}

.hs-form legend {
  color: rgba(6, 29, 78, 1.0);
}

form input,
form select,
form textarea,
input#hs-pwd-widget-password,
.hs-input {
  border-color: rgba(201, 201, 201, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(6, 29, 78, 1.0);
}

form input:hover,
form select:hover,
form textarea:hover,
.hs-input:hover {
  border-color: rgba(131, 131, 131, 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: #7994af;
}

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lexend Deca;
}

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

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

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





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

thead th,
thead td {
  background-color: rgba(6, 29, 78, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(221, 221, 221, 1.0);
  color: rgba(6, 29, 78, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(6, 29, 78, 1.0);
}





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

.header__container {
  max-width: 1200px;
}

body .custom-menu-primary a{
  color: rgba(121, 148, 175, 1.0);
}
.custom-menu-primary .navigation-primary > ul > li > a[href="javascript:;"]:hover,
.custom-menu-primary .navigation-primary > ul > li:hover > a[href="javascript:;"]{
 color: rgba(121, 148, 175, 1.0) !important;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a {
  color: rgba(0, 120, 238, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:not(.contact) > a.active-branch{
  color: rgba(0, 120, 238, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch{
  background-color: rgba(255, 255, 255, 0.0);
}


body .custom-menu-primary .submenu.level-2{
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(6, 29, 78, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 120, 238, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(0, 120, 238, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.splide__controls {
  display: none !important; 
}
.splide__track { /* FIX FOR EXCESS HEIGHT */
  height: fit-content !important;
}
@media(max-width: 767px) {
  .tbcs-blank-template-section {
  margin-top: 70px;
  }

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(121, 148, 175, 1.0);
  }
  body {
    font-size: 16px;
    line-height: normal;
/*       Zoom: 1.3; */
  }


}





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(6, 29, 78, 1.0);
}
.footer-menu .hs-menu-wrapper ul li a{
  color: rgba(0, 120, 238, 1.0);
}
.footer-menu .hs-menu-wrapper ul li a:hover{
  color: transparent;
}
.footer__container {
  max-width: 1200px;
}
.footer-content p a{
  color: rgba(6, 29, 78, 1.0);
}
.footer-content p a:hover{
  color: rgba(6, 29, 78, 1.0);
}





.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post__date {
  border-color: #7994af;
}

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

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

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

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

.blog-pagination__link {
  color: #7994af;
}

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

.blog-post__title {
  color: #061D4E;
  font-family:Lexend Deca;
  font-size: 30px;
  font-weight: ;
}

.blog-post__author {
  background-color: #061D4E;
}

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

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

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

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

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

.page-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}
.splide__slide--image__wrapper > a { /* This removes links from client sliders*/
  pointer-events: none;
}
@media (max-width: 980px) and (min-width: 768px)
.vendor_risk .assessment-page .banner-image-sec {
    max-width: 60%;
    width: 400px;
    margin-top: 50px;