

header.blue23{
  background:#121A47;
  padding:20px 0px;
}

.logo-color{
display:none;
}

.header__logo img{
max-width:170px;
}





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

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

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





h1{
color:red;
}

body, h1, h2, h3, h4, p, a {
font-family: 'Outfit', sans-serif !important;
}

html {
  font-size: 24px;
}

body {
  color: #2B5392;
  font-family: Lato;
  font-size: 24px;
}

p {
  font-family: Lato;
}

a {
  color: #0270e0;
}

a:hover,
a:focus {
  color: #0048b8;
}

a:active {
  color: #2a98ff;
}

h1 {
  color: #2B5392;
 font-family: Merriweather; */
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

h2 {
  color: #2B5392;
  font-family: Merriweather;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

h3 {
  color: #2B5392;
  font-family: Merriweather;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

h4 {
  color: #2B5392;
  font-family: Merriweather;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

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

h5 {
  color: #2B5392;
  font-family: Merriweather;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  color: #2B5392;
  font-family: Merriweather;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}
*/

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





form,
.submitted-message {
  border-color: rgba(248, 250, 252, 1.0) ;
  font-family: Lato;
}

h3.form-title {
  background-color: rgba(43, 83, 146, 1.0);
  color: rgba(248, 250, 252, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(43, 83, 146, 1.0);
  border-color: rgba(43, 83, 146, 1.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 53px;
  padding-right: 53px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(3, 43, 106, 1.0);
  border-color: rgba(3, 43, 106, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(83, 123, 186, 1.0);
  border-color: rgba(83, 123, 186, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form label {
  color: rgba(255, 255, 255, 1.0);
}

form legend {
  color: rgba(43, 83, 146, 1.0);
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: rgba(255, 255, 255, 1.0);
  color: #2B5392;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(43, 83, 146, 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: #2B5392;
}

.hs-richtext {
  font-size: 24px;
}

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

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

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

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





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

thead th,
thead td {
  background-color: rgba(43, 83, 146, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(43, 83, 146, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(43, 83, 146, 1.0);
}





.header {
  background-color: rgba(248, 250, 252, 1.0);
}

.header__container {
  max-width: 1280px;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(43, 83, 146, 1.0);
}

body .navigation-primary a:hover,
body .navigation-primary 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 {
  color: rgba(3, 43, 106, 1.0);
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(83, 123, 186, 1.0);
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #2B5392;
}

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: rgba(248, 250, 252, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(208, 210, 212, 1.0);
}

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

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

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

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





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

.footer__container {
  max-width: 1280px;
}





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

.blog-post__date {
  border-color: #2B5392;
}

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

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

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

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

.blog-pagination__link {
  color: #2B5392;
}

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

.blog-post__title {
  color: #2B5392;
  font-family: Merriweather;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

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

#comments-listing .comment-reply-to {
  color: rgba(2, 112, 224, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(0, 72, 184, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(42, 152, 255, 0.0);
}










body .icon svg {
  fill: #2B5392;
}

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

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

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

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(0, 72, 184, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(42, 152, 255, 0.0);
}

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