







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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





html {
  font-size: 14px;
}

body {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #224;
  font-size: 14px;
}

/* Paragraphs */

p {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 45px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 36px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 28px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 16px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #002e5b;

  padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 46, 91, 1.0)

;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  background-color: rgba(40, 86, 131, 1.0);
  border-color: #285683;
}





form,
.submitted-message {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Poppins; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 28px;
  color: #224;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #224;
}

/* Help text */

form legend {
  color: #224;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #224;
  border-radius: 3px;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #224;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #222244;
;
  padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;
;
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(34, 34, 68, 1.0)

;
  border-radius: 3px;
  text-transform: none;
}

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

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 86, 131, 1.0);
  border-color: #285683;
}





/* Table */

table {
  border: 1px solid #222244;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

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

  padding: 18px;

  color: #224;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(34, 34, 68, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #224;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

.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: #00001c;
}

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

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

.menu__child-toggle-icon:active {
  border-top-color: #4a4a6c;
}

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #224;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* 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: #224;
}





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

/* Blog post */

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

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

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #00001c;
}

.blog-post__tag-link:active {
  color: #4a4a6c;
}

/* 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: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  text-transform: none;
}

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

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #00001c;
}

.blog-related-posts__title-link:active {
  color: #4a4a6c;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0270E0;
}

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

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #224;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #00001c;
}

.hs-blog-post-listing__post-title-link:active {
  color: #4a4a6c;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #224;
}

/* Blog pagination */

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

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #00001c;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #4a4a6c;
}

.hs-pagination__link-icon svg {
  fill: #224;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 28px;
}

.card__body svg {
  fill: #224;
}

/* Social follow */

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

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #00001c;
}

.social-links__icon:active {
  background-color: #4a4a6c;
  font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
  color: #224;
  font-size: 28px;
}


/* INT Style Overrides */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.body-wrapper > div:first-of-type {
  position: sticky;
  top: -50px;
  z-index: 9999;
}

header {
  background-color: #fff !important;
  position: relative;  
  box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

header > div.content-wrapper:first-of-type {
  width: 100%;
  max-width: 100%;
  background-color: #002e5b;
}

header > div.content-wrapper:first-of-type > div {
  max-width: 1140px;
  margin: 0px auto;
  padding: 10px 0px;
}

.header__container {
  padding: 10px 0px;
}

.header-top-row-0-vertical-alignment > div {
  justify-content: right;
}

.cell_1692977788517-vertical-alignment {
  width: auto !important;
}

li.menu__item--depth-1 {
  text-transform: none;
}

li.menu__item--depth-1 a {
  font-weight: bold;
  transition: .5s all;
}

li.menu__item--depth-2 a {
  font-weight: 300;
  font-size: 1em;
}

.menu__submenu--level-2 {
  transform: translateX(0%)!important;
}

li.menu__item--depth-1:hover > a, .menu .menu__link:hover {
  color: #6c98e1;
}

li.menu__item--depth-2: > a {
  
}

li.menu__item--depth-2:hover > a {
  background-color: #224 !important;
  color: #fff !important;
}

  li.menu__item--depth-1 > button {
    transform: scale(0.7) !important;
     margin-top: -10px !important;
  }

@media (max-width: 768px) {

  header .row-number-1 > .row-fluid {    
    flex-wrap: nowrap;
  }

}  
  
@media (min-width: 768px) {
  
  .menu .menu__submenu {
    border: 0px !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
  }
  
  .menu__submenu--level-2>.menu__item:first-child:before {
   display: none !important; 
  }
  
  li.menu__item--depth-1 > button {
    display: none;
  }
  
}

body .menu__link {
  font-size: 18px;
  font-weight: 700;
  font-family: 'trebuchet ms';
  letter-spacing: -0.68px
}

h1:after, .h2:after, .h3:after, .h4:after, .h5:after, .h6:after, h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #743998;
    border-radius: 3px;
    margin: 4px 0 0;
}

footer.footer {
  background-color: #002e5b;
  color: #fff;
}

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

.footer p {
  font-size: .9em;
  font-weight: 300;
}

footer h1:after, footer .h2:after, footer .h3:after, footer .h4:after, footer .h5:after, footer .h6:after, footer h1:after, footer h2:after, footer h3:after, footer h4:after, footer h5:after, footer h6:after {
  display: none;
}


/* Blog styling */
.hs-breadcrumb-menu, .hs-breadcrumb-menu a {
  color: #fff;
}

.hs-breadcrumb-menu::before {
  content: "Home\00a0\00a0\00a0› ";
  
    float: left;
    padding: 10px 0px 10px 0px;
}

h1.INT-BlogHeader::after {
  background-color: #fff;
}

#hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post-image {
    aspect-ratio: 300/157 !important;
}

body .hs-blog-post-listing__post-button, body .hs-blog-post-listing__post-button:hover {
  color: #000;
  background-color: transparent;
  padding: 0px;
  text-transform: uppercase;
  border: 0px;
  font-size: 13px;
  font-weight: 500;
  vertical-align: middle;
  font-family: 'Poppins';
}

body .hs-blog-post-listing__post-button::after, body .hs-blog-post-listing__post-button:hover::after {
  content: "›";
  display: inline;
  font-size: 22px;
  vertical-align: middle;
}

h2.hs-blog-post-listing__post-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 7px !important;
}

h2.hs-blog-post-listing__post-title::after {
  display: none !important;
}

h2.hs-blog-post-listing__post-title::before
{
    content: '';
    display: block;
    width: 35px;
    height: 6px;
    background: #743998;
    border-radius: 3px;
    margin: 4px 0 15px;
}

.INT-post-title {
  font-weight: bold;
  margin-bottom: 2px;
  display: block;
  background: #f2f2f2;
  padding: 15px;  
}

.INT-post-title a {
  font-family: 'trebuchet ms';
  font-weight: bold !important;
  color: #224;
}

.INT-blog-sidebar {
  padding-top: 80px;
}

.INT-post-tags {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  padding-inline-start: 0px;
}

.INT-post-tags li {
  display: inline-block;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 5px 8px 6px;
  font-size: 13px !important;
  color: #777;
  margin: 0 6px 7px 0;
}

.INT-post-tags li a {
  color: #777;  
}

.INT-featured-image {
  max-width: 100%;
  height: auto;
}

.INT-blog-title {
  font-size: 36px;
  line-height: 45px;
}

@media (min-width: 1000px) {
  #hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post--3 {
      width: calc(33.3% - 1.33rem) !important;
  }
  
  #hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post--3:nth-child(3n+1), #hs_cos_wrapper_dnd_area-module-5 .hs-blog-post-listing__post--3:nth-child(3n+2) {
    margin-right: 2rem !important;
  }
  
}

@media (max-width: 1150px) {
 div.header__logo {
   padding-left: 10px;
  }
}

@media (max-width: 830px) {
 .menu__item--depth-1 {
   padding: 0.7rem 0.5rem !important;
  }
}


@media (max-width: 767px) {
  header {    
    display: flex;
    flex-direction: column-reverse;
  }
  
  .body-wrapper > div:first-of-type {
    position: static;  
  }
  
  body .header__container {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  
  .header__search--toggle {
    display: none;
  }
  
  .header__row-2 {
    justify-content: right !important;
    padding-right: 10px;
  }
  
  .header__navigation--toggle {
    margin-right: 0px;
  }
  
  .header__logo {
    margin: 0px !important;  
    width: auto !important;
  }
  
  .header__logo--main {
    padding-top: 0px;
  }
  
  header .row-number-1 > .row-fluid {
    flex-direction: row-reverse;    
    justify-content: space-between;
  }
  
  header .row-fluid .span6 {
    width: 50%;
  }
  
  .header__navigation.open { 
    left: auto;
    right: auto;
    width: 96vw;
  }
  
  .header__navigation--toggle:after {
    display: none !important;
  }
  
  #hs_cos_wrapper_widget_1692977788377_ > span {
    padding-top: 4px;
  }
  
}