







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */




@font-face {
    font-family: 'Calibri' !important;
    src: url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri-Italic.woff2') format('woff2'),
         url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


@font-face {
    font-family: 'Calibri' !important;
    src: url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri-BoldItalic.woff2') format('woff2'),
         url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri' !important;
    src: url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri.woff2') format('woff2'),
         url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri' !important;
    src: url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri-Bold.woff2') format('woff2'),
         url('https://7904620.fs1.hubspotusercontent-na1.net/hubfs/7904620/Calibri/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}





.content-wrapper, .container {
  max-width: 1200px;
}

.dnd-section {
  padding: 0px 20px;
}

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





html {
  font-size: 18px;
}

body {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #212b36;
   font-family: 'Calibri' !important;
}

/* Paragraphs */

p {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Calibri' !important;
}

/* Anchors */

a {
  color: #457FA3;
  font-family: 'Calibri' !important;
}

a:hover,
a:focus {
  color: #1d577b;
  font-family: 'Calibri' !important;
}

a:active {
  color: #6da7cb;
  font-family: 'Calibri' !important;
}

/* Headings */

h1 {
  font-family: 'Calibri' !important;
  font-weight: 700; font-family: 'Aller Standard'; text-decoration: none;
  color: #294557;
  font-size: 45px;
}

h2 {
  font-family: 'Calibri' !important;
  font-weight: 700; text-decoration: none; font-family: helvetica; font-style: normal;
  color: #222222;
  font-size: 38px;
}

h3 {
  font-family: 'Calibri' !important;
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  color: #222222;
  font-size: 30px;
}

h4 {
  font-family: 'Calibri' !important;
  font-weight: 700; text-decoration: none; font-family: helvetica; font-style: normal;
  color: #222222;
  font-size: 24px;
}

h5 {
  font-family: 'Calibri' !important;
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #222222;
  font-size: 16px;
}

h6 {
  font-family: 'Calibri' !important;
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  color: #222222;
  font-size: 14px;
}

/* Blockquote */

blockquote {
  border-left-color: #457FA3;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(69, 127, 163, 1.0)

;
  border: 1px solid #457FA3;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 15px 45px;
  font-family: 'Calibri' !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(29, 87, 123, 1.0);
  border-color: #1d577b;
  color: #FFFFFF;
  font-family: 'Calibri' !important;
}

button:active,
.button:active {
  background-color: rgba(109, 167, 203, 1.0);
  border-color: #6da7cb;
  color: #FFFFFF;
  font-family: 'Calibri' !important;
}





form,
.submitted-message {
  font-family: helvetica; font-style: normal; font-weight: normal; text-decoration: none;
  font-family: 'Calibri' !important;
}

/* Form title */

h3.form-title {
  background-color: 

  
  
    
  


  rgba(41, 69, 87, 1.0)

;
  color: #457FA3;
}

/* Form label */

form label {
  color: #294557;
  font-family: 'Calibri' !important;
}

/* Form help text */

form legend {
  color: #CCCCCC;
  font-family: 'Calibri' !important;
}

/* Form inputs */

p{color:#222222;}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=number], input[type=file], select, textarea {
    border-color: transparent;
    color: #2C2A2A;
    background: rgb(68 126 162 / 20%);
    padding: 18px 15px;
  font-family: 'Calibri' !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #294557;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #212b36;
  font-family: 'Calibri' !important;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(69, 127, 163, 1.0)

;
  border: 1px solid #457FA3;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 15px 45px;
  font-family: 'Calibri' !important;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(29, 87, 123, 1.0);
  border-color: #1d577b;
  color: #FFFFFF;
  font-family: 'Calibri' !important;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(109, 167, 203, 1.0);
  border-color: #6da7cb;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #294557;
  font-family: 'Calibri' !important;
}

th,
td {
  border-color: #294557;
  color: #294557;
  font-family: 'Calibri' !important;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(41, 69, 87, 1.0)

;
  border-bottom-color: #294557;
  color: #000000;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #294557;
}

tbody + tbody {
  border-top-color: #294557;
}





.header {
  background-color: #ffffff;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #294557;
  font-family: 'Calibri' !important;
}

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

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #516d7f;
}

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

body .submenu.level-2,
body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(41, 69, 87, 1.0)

;
  border-color: #ffffff;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #ffffff;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #ffffff;
}

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,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(41, 69, 87, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(41, 69, 87, 1.0)

;
}

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

.header__language-switcher-label-current:after {
  border-top-color: #294557;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(41, 69, 87, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #294557;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6
.footer p,
.footer a,
.footer div,
.footer span {
  color: #294557;
}





.blog-post__date {
  border-color: #212b36;
}

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

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

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

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

.blog-pagination__link {
  color: #212b36;
}

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

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

.blog-post__author {
  background-color: #457FA3;
}

#comments-listing .comment-reply-to {
  color: #457FA3;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #1d577b;
}

#comments-listing .comment-reply-to:active {
  color: #6da7cb;
}











body .icon svg {
  fill: #294557;
}

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

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

body .team-member__description {
  background-color: #457FA3;
}
/* Style for the custom bordered container */
.bordered-container {
  border: 4px solid #294557;
  border-radius: 24px;
  background-color: #ffffff;
}

/* Targets the paragraph HubSpot wraps around images to remove spacing */
.image-column-flush p {
  margin: 0;
  padding: 0;
  line-height: 0; 
}

/* DESKTOP-FIRST STYLE for the image itself.
  This applies on large screens where columns are side-by-side.
*/
.image-column-flush img {
  display: block;
  width: 100%;       
  height: 100%;      /* Fills the column height next to text */
  object-fit: cover; /* Prevents distortion by cropping */
}


/* --- Tablet & Mobile Override --- */

/* This applies to all screens 1199px wide or smaller,
  which now correctly includes most tablet portrait views.
*/
@media (max-width: 1199px) {
  
  /* This overrides the desktop style and lets the image height scale
    naturally to maintain its aspect ratio when columns are stacked.
  */
  .image-column-flush img {
    height: auto;
  }
}
#bottom_top {
  display: inline-block;
  background-color: #C8C8C8;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 32px;
  right: 91px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#bottom_top::after {
  content: "\f106";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;
  line-height: 40px;
  color: #383838;
}
#bottom_top:hover {
  cursor: pointer;
  background-color: #457fa3;
}
#bottom_top:active {
  background-color: #555;
}
#bottom_top.show {
  opacity: 1;
  visibility: visible;
}
#bottom_top:hover {
  text-decoration: none;
}
#bottom_top:hover::after {
  color: #fff;
}
@media(max-width:767px){
  #bottom_top::after {
    font-size: 1.2em;
    line-height: 35px;
    color: #fff;
  }
  #bottom_top {
    width: 36px;
    height: 37px;
    bottom: 30px;
    right: 20px;
  }
/*
  This universally forces links inside ANY Rich Text module
  to inherit the font of the surrounding text.
*/
body [class*="hs_cos_wrapper_widget_type_rich_text"] a {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important; /* This will also make the underline match */
}
  .hs-richtext a {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
}
/* Target your custom menu module */
[data-module="navigation-primary"] a,
.menu_section a {
    font-family: 'Helvetica' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}