@import url(//designers.hubspot.com/hs-fs/hub/327485/file-2054199286-css/font-awesome.css);
@import url("https://use.typekit.net/msr0cyd.css");
@import url("https://use.typekit.net/ocs5alu.css");




/* 1b. Colors */




/* @import url('http://example.com/example_style.css'); */
/*@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,900;1,400;1,900&display=swap');

<link rel="stylesheet" href="https://pro.Font Awesome 5 Pro.com/releases/v5.10.0/css/all.css">
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.menu__child-toggle-icon {
  /* border-top-color: #138072!important;*/
}
#hs_cos_wrapper_navigation-primary .menu .menu__link:hover, #hs_cos_wrapper_navigation-primary .menu .menu__link:focus {
  color: #00001f;
  background: transparent;
}
.header__logo.header__logo--main {

  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

body {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#e9fafd), to(#fff))!important;*/


}
body, p {}
html, body {
  /* overflow-x:hidden;*/
}
hr {
  border-bottom: 1px solid black;
  max-width: 100px;
  margin-bottom: 20px;
}

img {max-width:100%;
  height:auto;}
p.brow {
  /*color: #138072;*/
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus,
h5 a:hover, h5 a:focus,
h6 a:hover, h6 a:focus {
  text-decoration: none !important;
}

.row-fluid a {
  text-decoration: underline!important;
  text-underline-offset: 3px;
  font-weight: 600;
}

.row-fluid a.button {
  text-decoration: none!important;
}

.row-fluid a.arrowlinkcircle {
  text-decoration: none!important;
}

blockquote {
  /*border-left-color: #138072!important;*/
  padding-left: 40px!important;

  /* font-size: 52px!important; */
}
.bio-email:before {
  content: "\f003";
  font-family: FontAwesome;
  color: #1d77ce;
  transition: 1s ease;

}

.bio-email:hover:before {
  color: #0d2547;
}


a.bio-email {
  transition: 1s ease;
}
a.bio-email:hover {
  background: transparent;
  color: #0d2547;
  font-weight: 600;
  /* outline: 2px solid #0d2547; */
  /* outline-offset: 5px; */
  /* outline-style: auto; */
  /* padding: 4px 8px 4px 4px; */
  /* text-decoration: none!important; */
}


.lineafter {
  display: flex;
  align-items: center;
}

.lineafter::after {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: #000;
  margin-bottom: 2px;
} 

.subscribe-box input {
  max-width: 66%;
}

.blog-post {

}

img.blogimg {
  width: 100%!important;
}
.blog-post a {

  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid;
  transition: color .3s cubic-bezier(.215,.61,.355,1);
  position: relative;
  padding: 1px 3px;
  transition: all .3s ease-in-out;
}
.blog-post a:hover, .blog-post a:focus {
  background-color: #282c36;
  color:white;
}
.header__skip {background:white;
  padding:15px;}

a.header__skip  {font-weight:bold;}
/*****************************************/
/* PRESS */
/*****************************************/
.content a {

  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid;
  transition: color .3s cubic-bezier(.215,.61,.355,1);
  position: relative;
  padding: 1px 3px;
  transition: all .3s ease-in-out;
}
.content a:hover, .blog-post a:focus {
  background-color: #282c36;
  color:white;
}
.narrow {
  max-width: 900px;
  margin: 0 auto;
}

.posttopgrid {
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-gap: 25px;
  margin-bottom: 10px;

}
.posttopinfo {
  text-align: right;
  margin: 0px;
}
.posttopinfo p.brow {
  margin-bottom: 0px!important;
  margin-top: 7px;
  /* color: red; */
}
.posttopinfo p.hudb-date {
  margin-top: 5px;
}
/*****************************************/
/* BLOG */
/*****************************************/
.blog-post__body ol li{ text-align:left; 
  padding-left:20px; }

.blog-post__body ol li {
  margin-bottom: 4px!important;
}

.blog-post__body ol > li::marker {font-weight:bold!important;
}
a.blog-related-posts__post-image-wrapper {
  background: transparent!important;
}

img.blog-index__post-image.blog-index__post-image--small {
  border-radius:5px;
  margin-bottom:15px;
  transition: top ease 1s;
  position: relative;
  top: 0;
}
img.blog-index__post-image.blog-index__post-image--small:hover, img.blog-index__post-image.blog-index__post-image--small:focus {

  top: -5px;
}

img.blog-related-posts__image.readon  {border-radius:5px;
  margin-bottom:15px;
  transition: top ease 1s;
  position: relative;
  top: 0;
  width:100%;
}
img.blog-related-posts__image.readon:hover, img.blog-related-posts__image.readon:focus  {
  top: -5px;}
a.blog-index__post-title-link:hover, a.blog-index__post-title-link:focus {}
a.blog-related-posts__title-link:hover, a.blog-related-posts__title-link:focus {}

.gradient-bg-blog h1 {
}
.blog-post__timestamp {
  display: block;

}
.blog-post__body {

}

.gradient-bg .hs-form-required {color:white;}
.gradient-bg label {color:white;}

.gradient-bg {
  color:white;
}
.subscribe-box {padding: 50px;
  border-radius: 5px;margin-top:100px;}

.gradient-bg form .hs-button, form input[type=submit] {
  font-weight: 600;
}
.gradient-bg form .hs-button:hover, .gradient-bg form .hs-button:focus {

  text-decoration: none;
  background-color: #fff;}

form .hs-button:focus, form .hs-button:hover, form input[type=submit]:focus, form input[type=submit]:hover {
  background-color: #1C2332!important;
  border-color: #1C2332!important;
  color:white!important;
}

.hs-input {
  width: 100%!important;
}
/*****************************************/
/* Header   */
/*****************************************/
a.menu__link {
  border-radius: 10px;
}

.header__language-switcher-label-current, .header__language-switcher .lang_list_class li a, .header__logo .logo-company-name, .menu__link {

}
/*.menu__child-toggle-icon {
border-left: none!important;
border-right: none!important;
border-top-style: none!important;
border-top-width: none!important;
display: none!important;
height: 0!important;
margin-left: 0px!important;
width: 0!important;
}*/
.menu__submenu .menu__link, .menu__submenu .menu__link:hover, .menu__submenu .menu__link:focus {
  color: #0D2547;
  background-color: white;
}

.menu .menu__link:hover, .menu .menu__link: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: #F79A23;
  cursor: pointer;
}
.header__language-switcher-label-current, .header__language-switcher .lang_list_class li a, .header__logo .logo-company-name, .menu__link {

  /* font-weight: 600!important;*/
}



.header {
  box-shadow: 0px 4px 25px -5px rgb(0 0 0 / 15%);
  position: fixed!important;
  width: 100%!important;
  z-index: 99999999!important;
}

.menu__item--depth-1 {
  text-transform: none!important;

}

.header__container {
  align-items: center;
}

.header__logo--main {
  max-width: 160px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}

.hs_cos_wrapper_type_logo img {
  max-width: 130% !important;
  padding-top: 10px!important;
  padding-bottom: 3px!important;

}

.hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_rich_text img {
  max-width: 100% !important;
  padding-top: 10px!important;
  padding-bottom: 3px!important;

}


/*
a.menu__link:nth-last-child(2):hover {background:red!important;}
li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:nth-last-child(1) {

background: linear-gradient(162deg,#0d2547,#138072); 
border-radius: 50px;
padding: 10px 20px;
font-weight: 500;
}

li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:hover:nth-last-child(1) {
background:#138072;}
li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:focus:nth-last-child(1) {
background:#138072;}

li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:nth-last-child(1) .menu__link {
color: white!important;
background:none!important;
}
@media (max-width: 1107px)
{
li.menu__item.menu__item--depth-1.hs-skip-lang-url-rewrite:last-child {
background: linear-gradient(162deg,#0d2547,#138072);
border-radius: 50px;
font-weight: 500;
padding: 10px 20px;
border-radius: 5px;
margin-top: 4px;
border-top: 0px;
}
.header__container {padding: 0px!important;}

}
*/
@media (max-width: 1150px) and (min-width: 1107px) {
  .header__column {
    width: auto!important;
  }
}

@media (max-width: 1413px) and (min-width: 1380px) {
  header.header {
    padding: 0px 20px;
  }
}
/*****************************************/
/* FOOTER */
/*****************************************/
.gradient-block {
  border-radius: 9000px;
  opacity: 0.3;
  background: radial-gradient(50% 50% at 50% 50%, #2391f7 40%, rgba(15, 5, 65, 0.00) 100%);
  filter: blur(50px);
  height: 941px;
  transition: opacity .2s;
  position: relative;
  transform: scale(1) translateY(160px);
}
.footer-gradient {
  z-index: 0;
  height: 440px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}
.container-fluid.footer__container.content-wrapper {
  position: relative;
  z-index: 1;
}
footer.footer {
  background: #1c2332;
  position: relative;
}
footer.footer p,
footer.footer a {
  color: #fff;
}

footer .hs-menu-wrapper ul li {
  padding-left: 50px;
  float: none;
  text-align: center !important;
  margin-bottom: 10px;
}
footer .hs-menu-wrapper ul {
  display: flex!important;
  /* flex-wrap: wrap; */
  justify-content: center;
  margin-top: 0px;
}



footer .hs-menu-wrapper li a {padding: 5px;    }



footer .hs-menu-wrapper li a:hover {
  color: white;
}
footer .hs-menu-wrapper li a:hover {
  background: #2C333C;
}


@media (max-width: 1400px)
{


}

@media (max-width: 767px)
{

  footer .hs-menu-wrapper ul li {
    padding-left: 0px;
    float: none;
    text-align: right;
    text-align: center;
    padding-bottom: 10px;
  }

  .footerlinks {
    float: none;
    text-align: center;
  }
  .footerlist li {
    margin-left: 0px;
    margin-bottom:10px;}

  .footer p {
    text-align: center;}

  ul.footerlist {
    display: block;
  }

}
/*****************************************/
/* STYLES */
/*****************************************/
a.secondary.button {
  background: transparent;
  border: 3px solid #0d2547;
  color: #0d2547;
}
a.secondary.button:hover {
  background: #0d2547;
  border: 3px solid #0d2547;
  color: white;
}
a.tertiary.button {
  background: #0D2547;
}
a.tertiary.button:hover {
  background: #fff;
  color: #0d2547;
}
.gradient-bg {background: #1C2332;} 
.gradient-bg h3 {color:white;}
.page-center {
  float: none;
  max-width: 1240px!important;
  margin: 0 auto;
}
.card { background-color:#fff; box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.06);
  padding:25px;}

a.hs-search-results__next-page {
  border: 1px solid #138072;
  padding: 15px 50px;
  background-color: #138072;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  text-transform: none;
  font-weight: 600;
  text-decoration: none!important;
}

a:hover.hs-search-results__next-page, a:focus.hs-search-results__next-page
{
  background:#0D2547;
}

.hs-search-results__pagination {
  float: left;
  margin-top: 20px;
}

.hs-search-results__listing li {
  margin-bottom: 15px!important;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 6%);
  border-radius: 5px;
  padding: 25px 25px 5px 25px !important;
}

a.hs-search-results__title:hover {
  font-weight: 700;
  background: #138072;
  border-radius: 3px;
  color: white;
}

.hs-search-results__title {
  font-weight: 700;
  text-decoration: none;
  font-family: Rubik,sans-serif;
  font-style: normal;
  color: #282c36;
  padding: 1px;
  border-radius: 3px;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
  background: white;
}
.hs-search-field__suggestions li {
  line-height: 30px;}

.hs-search-field__suggestions a {
  padding: 2px;
}
.hs-search-field__suggestions a:focus, .hs-search-field__suggestions a:hover {
  padding: 2px;
}

.blue-shadow {
  -webkit-box-shadow: 0 4px 25px -5px rgb(19 128 114 / 25%);
  -moz-box-shadow: 0 4px 25px -5px rgb(19 128 114 / 25%);
  box-shadow: 0 4px 25px -5px rgb(19 128 114 / 25%);
}
.outlined {
  outline: none;}

.outlined:hover {
  outline: thick solid #138072!important;}

button, .button {;
  font-weight: 600;}

button, .button:hover, .button:focus {color: #fff;;
  font-weight: 600;
}
.button-secondary {
  background: #F79A23;
  color: #3b414a;
  border-color: #F79A23;
}
.button-secondary:hover, .button-secondary:focus 
{color:#3b414a;
  background-color: #fff;

  border-color: #fff;
}


/*****************************************/
/* TYPOGRAPHY */
/*****************************************/
.body-container-wrapper p a {
  padding: 2px 3px!important;
}
.body-container-wrapper p a:hover, .body-container-wrapper p a:focus, .body-container-wrapper p a:active {
  background: #2C333C;
  color: white;
  text-decoration:none!important;
  border-radius: 0px;
}


.shadow {  -webkit-box-shadow: 0 4px 25px -5px rgb(44 51 60 / 25%);
  -moz-box-shadow: 0 4px 25px -5px rgba(44 51 60,.25);
  box-shadow: 0 4px 25px -5px rgb(44 51 60 / 25%);}}



h1 {    line-height: 1.1em;

}
h2{line-height: 1.2em;}
h1, h2, h3, h4, h5, h6, p, li, ol, a {}
p.eyebrow {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 13px;
}

.checklist ul {list-style:none!important;}
.checklist {list-style:none!important;}
.checklist li:before {
  display: inline-block;
  height: 0px;
  font-style: normal;
  font-weight: 600;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  margin-right: 8px;
  color: #138072;
  font-size: 18px;
  margin-left: -25px;
}
ul, ol {
  margin-left: -15px;
}
li {}
p.sub {
  color: #2461a2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

i.fa {
  color: #138072;
  width: 25px;
}

/*****************************************/
/* SYSTEM PAGES */
/*****************************************/


.error-page:before {
  color: #13807212;
}
.error-page {
  padding: 15rem 0;;
}
.error-page:before {
  font-size: 26rem;
}

.systems-page {
  padding: 13rem 1.4rem;
}
/*****************************************/
/* MOBILE */
/*****************************************/
@media (max-width: 1200px)
{

  .header__navigation.open, .header__search.open, .header__language-switcher.open {
    top: 0;

    min-height: 100px;
  }

  .header__navigation--toggle.open, .header__search--toggle.open, .header__language-switcher--toggle.open {
    display: none!important;
    margin-right: 0px;
  }

  .header__search--toggle {
    display: none;
  }
  .header__container {
    align-items: center;
  }
  .header__logo {
    margin: initial; 

  }

  .page-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1107px) {
  .header__container {
    display: block;
    justify-content: space-between;
  }
  .header__logo {
    max-width: 170px;
    padding-left: 20px;
  }
  .header__navigation--toggle, .header__search--toggle, .header__language-switcher--toggle, .header__close--toggle {
    position: absolute;
    top: -52px;
    right: 20px;
    margin-right: auto;
  }

  .header__navigation--toggle {
    filter: brightness(100);
  }
  .header__close--toggle.show {
    filter: brightness(100);
  }
  .menu__item--depth-1 {
    border-top: 2px solid #474747;
    padding: 0;
    background: #2C333C;}




}

@media (max-width: 767px)
{

  .subscribe-box input {
    max-width: 100%;
  }

  .card.blue-shadow.guest {
    width: 100%;
  }

  img.blog-related-posts__image.readon.blue-shadow {
    width: 100%;
  }



  h1 {        font-size: 2.6em;

  }
  h2 {font-size:2.2em!important;}





  .blog-post__body {

  }
  .page-center {
    padding-left: 1rem;
    padding-right: 1rem;
  }


}


@media (max-width: 1109px)
{

}