

.loading-dialog {position:fixed;color:rgba(255,255,255,.5);top:0;left:0;background:rgba(0,0,0,.8);display:flex;width:100%;height:100vh;justify-content: center; align-items: center;z-index: 999999999;}
.loading-dialog h4 {
  margin-left: 30px;
  color: #fff;
}





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

img.img-rounded {border-radius:0px}


.widget-type-linked_image img, .image img {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, .0);
  -moz-box-shadow: 0 23px 40px rgba(0, 0, 0, .0);
  -o-box-shadow: 0 23px 40px rgba(0, 0, 0, .0);
  -ms-box-shadow: 0 23px 40px rgba(0, 0, 0, .0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, .0);
}






body {
  color: #00080f;
  font-size: 1rem;
}
@media only screen and (max-width:767px) {
  body {
    font-size: calc(1rem-2px);
  }
}

a {
  color: #003767;
}

a:hover,
a:focus {
  color: ;
}

a:active {
  color: ;
}

h1 {
  color: #003767;
  /*font-size: 2.375rem;*/
  font-style: ;
  font-weight: ;
  text-decoration: ;
}
h2 {
  color: #003767;
  /*font-size: 1.5rem;*/
  font-style: ;
  font-weight: ;
  text-decoration: ;
}
h3 {
  color: #003767;
  /*font-size: 1.25rem;*/
  font-style: ;
  font-weight: ;
  text-decoration: ;
}
h4 {
  color: #003767;
  /*font-size: 1.375rem;*/
  font-style: ;
  font-weight: ;
  text-decoration: ;
}
h5 {
  color: #003767;
  /*font-size: 1rem;*/
  font-style: ;
  font-weight: bold;
  text-decoration: ;
}
h6 {
  color: #003767;
  /*font-size: 1rem;*/
  font-style: ;
  font-weight: bold;
  text-decoration: ;
}

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





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

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

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

.hs-form legend {
  color: rgba(0, 55, 103, 1.0);
}

form input,
form select,
form textarea {
  border-color: rgba(#null, 0.0);
  color: ;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(#null, 0.0);
}

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

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

.hs-richtext {
  font-size: ;
}

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

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

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






.btn.button-outline,
.hs-button.primary,
.button--primary {
  background-color: rgba(0, 55, 103, 0.0);
  border: 1px solid rgba(0, 55, 103, 1.0);
  border-radius: 0px;
  color: rgba(0, 55, 103, 1.0);
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.button-outline:focus,
.btn.button-outline:hover,
.hs-button.primary:hover,
.hs-button.primary:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 55, 103, 1.0);
  border-color: rgba(0, 55, 103, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.btn.button-outline:active,
.hs-button.primary:active,
.button--primary:active {
  background-color: rgba(40, 95, 143, 0.0);
  border-color: rgba(40, 95, 143, 1.0);
  color: rgba(0, 55, 103, 1.0);
}


.btn.button-solid,
.hs-button.secondary,
.button--secondary {
  background-color: rgba(0, 55, 103, 1.0);
  border-color: rgba(0, 55, 103, 0.0);
  border-radius: px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.button-solid:hover,
.btn.button-solid:focus,
.hs-button.secondary:hover,
.hs-button.secondary:focus,
.button--secondary:hover,
.button--secondary:focus {
  background-color: rgba(0, 55, 103, 0.8);
  border-color: rgba(0, 55, 103, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.btn.button-solid:active,
.hs-button.secondary:active,
.button--secondary:active {
  background-color: rgba(40, 95, 143, 1.0);
  border-color: rgba(40, 95, 143, 0.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(#null, 0.0);
  border: 1px solid rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

thead th,
thead td {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

tfoot td {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}

table,
tbody + tbody {
  border-color: rgba(#null, 0.0);
}




.header {
  background-color: rgba(0, 55, 103, 0.0);
}


header.header {
  position: absolute;
  width: 100%;
  z-index: 10;
}


.header__container {
  max-width: 1160px;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current {
  color: #FFFFFF;
  font-size: 0.875rem
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #cdcdcd;
}



body .navigation-primary a:active,
body .header__language-switcher-label-current:active {
  color: rgba(#null, 0.0);
}

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

body .navigation-primary .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: rgba(255, 255, 255, 0.9);
  color:#003767;
}
body .navigation-primary .submenu.level-3 .menu-item .menu-link, 
body .navigation-primary .submenu.level-2 .menu-item .menu-link,
body .header__language-switcher .lang_list_class li {
  background-color: transparent;
  color:#003767;
  font-size:0.875rem!important;
  line-height:0.9625000000000001rem!important;
}

body .submenu.level-3 .menu-item:hover,
body .submenu.level-3 .menu-item:focus,
body .submenu.level-2 .menu-item:hover,
body .submenu.level-2 .menu-item:focus,
body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(0, 15, 63, 0.2);
}

.header__language-switcher-label-current {
  color: #FFFFFF;
  font-size: 0.875rem
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(#null, 0.0);
}

@media only screen and (max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

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





.sticky-header.stickit {
  color:rgba(0, 55, 103, 1);
  background-color:rgba(255, 255, 255, 1.0);
}
body .sticky-header.stickit .navigation-primary .submenu.level-1>li>label i,
body .sticky-header.stickit .navigation-primary .submenu.level-1>li>a {
  color:rgba(0, 55, 103, 1);
  font-size: 0.875rem;
}

.header__logo .logo-company-name {
  color:rgba(0, 55, 103, 1);
}

body .sticky-header.stickit .navigation-primary .submenu.level-2 {
  background-color:rgba(255, 255, 255, 0.9);
}

body .sticky-header.stickit .navigation-primary .submenu.level-2>li>a,
body .sticky-header.stickit .navigation-primary .submenu.level-2>li>label i {
  color:rgba(0, 55, 103, 1);
  font-size: {units=rem, value=0.875}rem;
}

body .sticky-header.stickit .navigation-primary .submenu.level-3 .menu-item:hover,
body .sticky-header.stickit .navigation-primary .submenu.level-3 .menu-item:focus,
body .sticky-header.stickit .navigation-primary .submenu.level-2 .menu-item:hover,
body .sticky-header.stickit .navigation-primary .submenu.level-2 .menu-item:focus {
  background-color:rgba(0, 55, 103, 0.2);
}

body .sticky-header.stickit .navigation-primary .submenu.level-1 > li:last-child {
  border: 1px solid rgba(0, 55, 103, 1);
}





.footer {
  background-color: rgba(0, 55, 103, 1.0);
  color: #ffffff
}
.footer a, .footer h5 {color: #ffffff}
.footer a:hover {color: #afafaf}
.footer__container {
  max-width: 1160px;
}





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

.blog-post__date {
  border-color: #00080f;
}

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

.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__author-name:focus {
  color: #000000;
}

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

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

.blog-pagination__link {
  color: #000000;
}

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

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

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





@media(min-width:767px){
  a[name],a[data-hs-anchor] {
    top: -100px;
    visibility:hidden;
    position: relative;
  }
}






body .icon svg {
  fill: ;
}

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

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

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

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