







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}
.divider {
  height: 1px;
  background: #ec9b48;
  width: 40px;
  display: block;
  margin-bottom: 28px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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





html {
  font-size: 16px;
}

body {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #444444;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Anchors */

a {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #0a8bc9;
}

a:hover,
a:focus {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ec9b48;
}

a:active {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #32b3f1;
}

/* Headings */

h1 {
  font-weight: 600; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 54px;
  text-transform: none;
}

h2 {
  font-weight: 600; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 30px;
  text-transform: none;
}

h3 {
  font-weight: 300; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 50px;
  text-transform: none;
}

h4 {
  font-weight: 400; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 18px;
  text-transform: none;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #f8991d;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li p {
  margin: 0;
}
ul.list-check li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0 5px 40px;
  font-weight: 400;
}
ul.list-check li::before {
  content: "\f00c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
}




button,
.button {
  border: 1px solid #ec9b48;

  padding-top: 13px;
padding-right: 29px;
padding-bottom: 13px;
padding-left: 29px;

  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #f89820;
  border-radius: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.secondary_btn {
  border-radius: 2px 2px 2px 2px;
  background: #008bca;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 29px;
}
.secondary_btn:hover {
  background: #1e4874;
  color: #fff;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(208, 112, 0, 1.0);
  border-color: #c47320;
}

button:active,
.button:active {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 192, 72, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: Mulish, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* Form title */

.form-title {
  color: #f8991d;
}

/* Labels */

form label {
  color: #114779;
}

/* Help text */

form legend {
  color: #114779;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #114779;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #114779;
}

::-moz-placeholder {
  color: #114779;
}

:-ms-input-placeholder {
  color: #114779;
}

::placeholder {
  color: #114779;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #114779;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #ec9b48;

  padding-top: 13px;
padding-right: 29px;
padding-bottom: 13px;
padding-left: 29px;

  font-family: Mulish, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: #f89820;
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(208, 112, 0, 1.0);
  border-color: #c47320;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 192, 72, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #114779;

  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

/* Table cells */

td,
th {
  border: 1px solid #114779;

  padding: 18px;

  border-color: ;
  color: #114779;
}

/* Table header */

thead th {
  background-color: {color=#114779, opacity=100, rgba=rgba(17, 71, 121, 1), rgb=rgb(17, 71, 121), hex=#114779, css=#114779};
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  color: #114779;
}





.header {
  background-color: {color=#F8FAFC, opacity=100, rgba=rgba(248, 250, 252, 1), rgb=rgb(248, 250, 252), hex=#F8FAFC, css=#F8FAFC};
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #114779;
  font-family: Mulish;
}

.menu__child-toggle-icon {
  border-top-color: #114779;
}

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

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #001f51;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #396fa1;
}

.menu__child-toggle-icon:active {
  border-top-color: #396fa1;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #114779;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #114779;

    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #114779;

    background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #114779;
  background-color: {color=#FFFFFF, opacity=100, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

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

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: {color=#F8FAFC, opacity=100, rgba=rgba(248, 250, 252, 1), rgb=rgb(248, 250, 252), hex=#F8FAFC, css=#F8FAFC};
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: {color=#F8FAFC, opacity=100, rgba=rgba(248, 250, 252, 1), rgb=rgb(248, 250, 252), hex=#F8FAFC, css=#F8FAFC};
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: {color=#F8FAFC, opacity=100, rgba=rgba(248, 250, 252, 1), rgb=rgb(248, 250, 252), hex=#F8FAFC, css=#F8FAFC};
  }

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





.footer {
  background-color: {color=#F8FAFC, opacity=100, rgba=rgba(248, 250, 252, 1), rgb=rgb(248, 250, 252), hex=#F8FAFC, css=#F8FAFC};
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #114779;
}





/* .blog-post, */
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #444444;
}

.blog-post__tag-link {
  color: #444444;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1c1c1c;
}

.blog-post__tag-link:active {
  color: #6c6c6c;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 600; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #114779;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #001f51;
}

.blog-related-posts__title-link:active {
  color: #396fa1;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0a8bc9;
}

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

#comments-listing .comment-reply-to:active {
  color: #32b3f1;
}





.hs-search-results__title {
  font-weight: 600; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
}




/* SECTIONS */
.ibi_cta_section {
  background-attachment: fixed;
}
/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 600; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #114779;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #001f51;
}

.blog-index__post-title-link:active {
  color: #396fa1;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #444444;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #444444;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1c1c1c;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6c6c6c;
}

.pagination__link-icon svg {
  fill: #444444;
}

/* Pricing card */

.card__price {
  font-weight: 300; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 50px;
}

.card__body svg {
  fill: #114779;
}

/* Social follow */

.social-links__icon {
  background-color: #114779;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #001f51;
}

.social-links__icon:active {
  background-color: #396fa1;
  font-weight: 300; text-decoration: none; font-family: Mulish, sans-serif; font-style: normal;
  color: #114779;
  font-size: 50px;
}





.inner-newsletter {
    width: 100%;
  }

.filtration {
  padding: 25px;
}
.resources--hubdb:not(.single-research) {
  background: #e8e8e8;
}
.resources--hubdb:not(.single-research) .inner-resources {
  display: flex;
  flex-direction: column;
}
.resources--hubdb .inner-resources form .cat-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.resources--hubdb .inner-resources form .cat-wrapper label {
  margin-left: 5px;
  margin: 0;
  font-size: 14px;

}
.resources-template .features-resources_grid {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.resources-template .features-resources_grid:not(.module) .resource {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.resources-template .features-resources_grid .resource .featured_image {
  height: 193px;
  overflow: hidden;
  position: relative;
}

.resources-template .features-resources_grid .resource .featured_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent linear-gradient(180deg, #76777B7B 0%, #4E4E4E 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
}
.resources-template .features-resources_grid .resource .featured_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .3s ease-in-out;
}
.resources-template .features-resources_grid .resource .featured_image .date {
    position: absolute;
    bottom: 10px;
    left: 21px;
    font-size: 13px;
    color: #fff;
    z-index: 2;
}
.resources-template .features-resources_grid .resource .featured_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.resources-template .features-resources_grid .resource:hover .featured_image img {
    transform: scale(1.2);
}
.resources-template .features-resources_grid .resource .info {
    padding: 21px;
    background: #fff;
}
.resources-template .features-resources_grid .resource .info p {
    font-size: 13px;
    color: #76777B;
    margin: 0;
    margin-bottom: 30px;
}
.resources-template .features-resources_grid .resource .info .read-more {
    margin: 0;
    position: absolute;
    bottom: 15px;
}
.resources--hubdb.single-research .related-posts h2,
.resources--hubdb.single-research .related-posts h3,
.resources--hubdb.single-research .related-posts h4,
.resources--hubdb.single-research .related-posts p {
    margin-bottom: 5px;
}
.resources--hubdb.single-research .single-research-inner {
  background: #104879;
  padding: 68px 20px;
}
.resources--hubdb.single-research .single-research-inner .header {
  text-align: center;
}
.resources--hubdb.single-research .single-research-inner .header h1 {
  color: #fff;
  font-size: 36px;
  margin: 0;
}

.resources--hubdb .related-resources {
    padding: 50px;
    background: #E8E8E8;
}
.resources--hubdb .related-resources .inner-section .headline {
    text-align: center;
    margin-bottom: 50px;
}
.resources--hubdb .related-resources .inner-section .headline hr {
    border: 1px solid #F89820;
    max-width: 180px;
    margin: auto;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid {
    display: flex;
    flex-direction: column;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource {
    flex: 1 1 0%;
    max-width: 260px;
    cursor: pointer;
    background: #fff;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource:nth-of-type(2) {
    margin: 25px 0;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .featured_image {
    height: 193px;
    overflow: hidden;
    position: relative;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .featured_image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent linear-gradient(180deg, #76777B7B 0%, #4E4E4E 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .featured_image .date {
    position: absolute;
    bottom: 10px;
    left: 21px;
    font-size: 13px;
    color: #fff;
    z-index: 2;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .featured_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .3s ease-in-out;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource:hover .featured_image img {
    transform: scale(1.2);
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .info {
    padding: 21px;
    background: #fff;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .info p {
    font-size: 13px;
    color: #76777B;
    margin: 0;
    margin-bottom: 25px;
}
.resources--hubdb .related-resources .inner-section .features-resources_grid .rosource .info .read-more {
    margin: 0;
}
.resources--hubdb.single-research .resource-item .resource-inner-item .document-image img {
    width: 100%;
    margin-bottom: 30px;
  }
@media (min-width: 768px) {
  .resources-template .features-resources_grid {
      flex-direction: row;
  }
  .resources--hubdb.single-research .resource-item .resource-inner-item .document-image {
    text-align: center;
  }
  .resources--hubdb.single-research .resource-item .resource-inner-item .document-image img {
    width: 50%;
  }
  .features-resources_grid:not(.module) .resource {
      width: calc(33% - 25px);
      margin: 12.5px 12.5px;
  }
  .resources--hubdb .related-resources .inner-section .features-resources_grid {
      flex-direction: row;
      justify-content: center;
  }
  .resources--hubdb .related-resources .inner-section .features-resources_grid .rosource:nth-of-type(2) {
      margin: 0 25px;
  }
  .resources--hubdb.single-research .resources-template .resource-content .resource-single-categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;      
  }
  .resources--hubdb.single-research .resources-template .resource-inner-item {
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .resources--hubdb .related-resources .inner-section .features-resources_grid .rosource:nth-of-type(2) {
      margin: 0 58px;
  }
  .resources--hubdb:not(.single-research) .inner-resources {
    
    display: flex;
    flex-direction: row-reverse;
  }
  .filtration {
    padding: 80px 50px;
  }
  .resources--hubdb:not(.single-research) .inner-resources .filtration {
    width: 35%;
  }
  .inner-newsletter {
    width: 100%;
  }
  .resources--hubdb:not(.single-research) .inner-resources .resources-template {
    width: 65%;
  }
  .resources--hubdb.single-research .resources-template {
    padding: 20px 0;
  }
  .resources--hubdb.single-research .resource-item .resource-inner-item {
    display: flex;
    align-items: row;
  }
  .resources--hubdb.single-research .resource-item .resource-inner-item .document-image {
    padding: 90px 0 20px 0;
    text-align: center;
    width: 40%;
  }
  .resources--hubdb.single-research .resource-item .resource-inner-item .resource-content {
    width: 60%;
  }
  .resources--hubdb.single-research .share.resource-single-categories {
    margin-bottom: 60px;
  }  
}
@font-face { 
  font-family: "icomoon"; 
  src: url("//8926463.fs1.hubspotusercontent-na1.net/hubfs/8926463/IBI_March2021/fonts/icomoon.eot") format("embedded-opentype"), 
  url("//8926463.fs1.hubspotusercontent-na1.net/hubfs/8926463/raw_assets/public/ibi-2021-theme/css/icomoon.ttf") format("woff"), 
  url("//8926463.fs1.hubspotusercontent-na1.net/hubfs/8926463/raw_assets/public/ibi-2021-theme/css/icomoon.woff") format("truetype");
  font-style: normal; 
  font-weight: normal; 
  font-display: block; 
}

.past-events-aivilo__calendar {
  display: none;
}

#document_form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0, 0.5);
  left: 0;
  top: 0;
}
#document_form .inner-document-form {
  opacity: 0;
  position: relative;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
  transition-delay: 1s;
  transition: all 0.5s ease-in-out;
}
#document_form .inner-document-form i.fal {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
}
#document_form .inner-document-form i.fal:hover {
  cursor: pointer;
}
#document_from .hs-fieldtype-text .hs-input, .input textarea {
    background: #ebebeb;
    border: solid 1px #b2b4b2;
    padding: 14px;
    font-size: 14px;
    color: black;
}
#document_from .hs_submit .hs-button {
  color: white;
  border: solid 4px #002855;
    background-color: #00338e;
}
#document_form .inner-document-form .hbspt-form iframe {
  width: 100% !important;
}
.show-modal {
  display: block !important;
  z-index: 9999;
}
.show-modal .inner-document-form {
  opacity: 1 !important;
}



@media (min-width: 1280px) {
  .row-fluid .span2 {
    width: initial;
  }
}