







/* 1a. Containers */




/* 1b. Colors */







/* 1c. Typography */


























/* 1d. Buttons */






























/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */


























/* 1h. Website footer */










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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
}

.dnd-section > .row-fluid,
.header__wrapper{
  max-width: 1440px;
}





html {
  font-size: 16px;
}

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

/* Paragraphs */

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

main p:last-child{
  margin-bottom: 0px;
}

/* Anchors */

a {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
}

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

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

/* SVGs
svg {
  fill: #00548f;
}
*top header*
.p svg{
  fill: #ffffff!important;
} */

/* Headings */

h1,
.h1,
.footer h1{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 38px;
  text-transform: none;
}

h2,
.h2,
.footer h2{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 35px;
  text-transform: none;
}

h3,
.h3,
.footer h3{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4,
.footer h4{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5,
.footer h5{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #271651;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6,
.footer h6{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 18px;
  text-transform: none;
}

@media (max-width: 1139px) {

  h1,
  .h1,
  .footer h1{
    font-size: 28px;
  }

  h2,
  .h2,
  .footer h2{
    font-size: 27px;
  }

  h3,
  .h3,
  .footer h3{
    font-size: 24px;
  }

  h4,
  .h4,
  .footer h4{
    font-size: 20px;
  }

}

@media (max-width: 767px) {

  h1,
  .h1,
  .footer h1{
    font-size: 26px;
  }

  h2,
  .h2,
  .footer h2{
    font-size: 27px;
  }

  h3,
  .h3,
  .footer h3{
    font-size: 26px;
  }

}

/* Blockquote */

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





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #CD163F;

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

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

  
  
    
  


  rgba(205, 22, 63, 1.0)

;
  border-radius: 20px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 14px;
  text-transform: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #00548F;

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

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #00548F;

  font-family: Arimo, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 164, 223, 100);
  border-color: #ff668f;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #CD163F;

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

  
  
    
  


  rgba(0, 84, 143, 0.0)

;
  border-radius: 20px 0;
  color: #00548F;
  fill: #00548F;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #CD163F;

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

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(80, 164, 223, 100);
  border: 1px solid #CD163F;

  border-color: #ff668f;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  fill: #00548F;
}

.button.button--simple:hover,
.button.button--simple:focus {
  ;
  color: ;
  fill: ;
}

.button.button--simple:active {
  ;
  color: ;
  fill: ;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 20px;
padding-right: 50px;
padding-bottom: 20px;
padding-left: 50px;

  font-size: 18px;
}

/* Search Button */
.header__search-col .button.button--small{
  padding-top: 10px;
padding-right: 30px;
padding-bottom: 10px;
padding-left: 30px;

  font-size: 14px;
}
.header__search-col .button.button--large{
  font-size: 18px;
}




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

/* Form title */

.form-title {
  color: #CD163F;
}

/* Labels */

form label {
  color: #00548F;
}

/* Help text */

form legend {
  color: #00548F;
}

/* 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 {
  border: 1px solid #cccccc;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #00548F;
  border-radius: 20px 0;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #00548F;
}

::-moz-placeholder {
  color: #00548F;
}

:-ms-input-placeholder {
  color: #00548F;
}

::placeholder {
  color: #00548F;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

/* Submit button */









/* Table */

table {
  border: 1px solid #00548F;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #00548F;

  padding: 18px;

  color: #00548F;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #00548F;
}
/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  padding: 100px 0px 100px 0px;
}

.testimonial-style-two .testimonial-content .inner-box{
  position: relative;
  display: block;
}

.testimonial-style-two .testimonial-content .inner-box .text{
  position: relative;
  display: block;
  padding: 37px 40px 54px 40px;
  border: 1px solid #cdd8e6;
  border-radius: 10px;
  margin-bottom: 45px;
  transition: all 500ms ease;
}

.testimonial-style-two .testimonial-content .inner-box .text:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 29px;
  height: 29px;
  left: 54px;
  bottom: -14px;
  transform: rotate(45deg);
  box-shadow: 1px 1px #cdd8e6;
}

.testimonial-style-two .testimonial-content .inner-box .text i{
  position: absolute;
  right: 25px;
  bottom: 20px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.testimonial-style-two .testimonial-content .inner-box .text p{
  line-height: 28px;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info{
  position: relative;
  margin-left: 30px;
  padding: 14px 0px 20px 100px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box{
  position: absolute;
  left: -50px;
  top: 0px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .image-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-style-two .testimonial-content .inner-box .author-info h5{
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #222;
  margin: 0px;
}

.testimonial-style-two .testimonial-content .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}


.testimonial-style-two .sec-title{
  margin-bottom: 60px;
}

.testimonial-style-two .owl-theme .owl-dots{
  display: none;
  text-align: center;
  margin-top: 45px;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  box-shadow: 0 0 40px -20px rgb(0 0 0 / 25%);
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #00548F;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(205, 22, 63, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #271651;
}

.header__language-switcher-child-toggle svg {
  fill: #00548F;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #00548F;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
  color: #00548F;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 38px;
  text-transform: none;
}

/* Menu */

@media (max-width: 991px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
  }
}

/* Menu items */
@media (max-width: 991px) {
  .header__menu-item--depth-1 > .header__menu-link:not(.button) {
    color: #FFFFFF!important;
  }
}

.header__menu-link {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 17px;
  text-transform: none;
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #50a4df;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill:  #000000;
}
@media (max-width: 991px) {
  .header__menu-item--depth-1 .header__menu-child-toggle svg{
    fill:  #ffffff;!important;
  }
}
/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
  border-color: #00548F;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #FFFFFF;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(205, 22, 63, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(0, 84, 143, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #000000;
}





.footer {
  background-color: #0d375d;
}

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

.footer a{
  text-decoration: none;
  font-weight: 400;
  color: #FFFFFF;
}

.footer a:hover,
.footer a:focus{
  color: #00548F;
}





.blog-post,
.blog-header__inner {
  padding: 40px 0;
}

.blog-author_social_link{
  background-color: #CD163F;
}

.blog-author_social_link:hover,
.blog-author_social_link:focus{
  background-color: rgba(255, 102, 143, 100);
}

.blog-author_social_link svg{
  fill: #fff;
}

/* Blog post */

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

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

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

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

.blog-post_featured-image-wrapper{
  border-radius: 20px 0;
  background-color: #CD163F;
}

/* Blog related posts */

.related-blog-post__item-title-link{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
}
.related-blog-post__item-title-link:hover,
.related-blog-post__item-title-link:focus,
.related-blog-post__item-title-link:active {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #CD163F;
}

/* Blog comments */

.blog-comments {
  margin-top: 20.0px;
}

#comments-listing .comment-reply-to {
  color: #00548F;
}

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

#comments-listing .comment-reply-to:active {
  color: #287cb7;
}





.systems-page{
  padding: 20.0px 0;
}

.subscriptions-confirmation .page-header h2,
#email-prefs-form .page-header h2{
  color: #CD163F;
  border-bottom-color: #CD163F;
}

.email-prefs .item .item-inner{
  border-radius: 20px 0;
  border-color: #CD163F;
}

.email-prefs .item .item-inner .checkbox-row span.fakelabel span{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #271651;
}

.hs-search-results__title {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
}

.custom_search-results .hs-search-results__listing li {
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #CD163F;
  border-radius: 20px 0;
}

.hs-search-results__featured-image img {
  max-width: 250px;
  height: 150px;
  margin-right: 30px;
  border-radius: 20px 0;
}

.hs-search-results__title {}

.hs-search-results__title:focus,.hs-search-results__title:hover {}

@media (max-width: 768px) {
  .custom_search-results .hs-search-results__listing li {
    flex-wrap:wrap;
    padding: 20px;
  }

  .hs-search-results__featured-image img {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}





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

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

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

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

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

/* Blog pagination */

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

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

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

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

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: #CD163F;
}

/* Pricing card */

.card__price {
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 30px;
}

.card__body svg {
  fill: #CD163F;
}

/* Social follow */

.social-links__icon {
  background-color: #00548F;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #002c67;
}

.social-links__icon:active {
  background-color: #287cb7;
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00548F;
  font-size: 30px;
}






.heading-wrapper{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.heading-title-text :is(h1, h2, h3, h4, h5, h6){
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
}

.heading-accent-one-line {
  z-index: 0;
  border-color: #00548F;
  border-width: 1px;
  border-style: solid;
  max-width: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-radius: 20px 0;
}

.heading-secondary-line {
  z-index: 0;
  border-color: #CD163F;
  border-width: 5px;
  border-style: solid;
  max-width: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  border-radius: 20px 0;
}

.supporting-line{
  font-family: Arimo, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #CD163F;
  padding-bottom: 10px;
}

.content{}

.card_icon{
  display: inline-block;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 20px 0;
}

@media screen and (max-width: 1024px){
  .heading-title-text{
    max-width: 500px;
  }
}

@media screen and (max-width: 991px){
  .blog-post,
  .blog-header__inner {
    padding: 20.0px 0;
  }
}

@media screen and (max-width: 767px){
  .heading-title-text{
    max-width: 300px;
  }
}

@media screen and (max-width: 479px){
  .heading-accent-one-line{display: none;}
  .heading-wrapper {
    flex-wrap: wrap;
  }
  .heading-title-text {
    display: flex;
    flex: 0 0 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}





.flex{
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  flex-wrap: wrap;
}

.flex .col {
  flex: 1;
  padding: 0 20px;
}

.col img{
  border-radius: 20px 0;
}

.form-wrapper{
  border-radius: 20px 0;
}

.button-wrapper{
  margin-top: 20px;
}

.inner-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.inner-wrapper .wrapper-col.image img{
  width: 120px;
  height: 120px !important;
  border-top-left-radius: 20px ;
  border-bottom-right-radius: 20px ;
  object-fit: cover;
  object-position: center;
  margin-right: 20px;
}

.inner-wrapper .wrapper-col.content .heading *{
  margin-bottom: 0px;
}

.flex-align-start{
  align-items: flex-start;
}

.flex--left{
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .flex--left {
    flex-wrap: wrap;
  }
  .flex .col {
    flex: 0 0 100%;
  }
  .flex .col:not(:first-child) {
    padding-top: 20px;
  }
}





div#hs-eu-cookie-confirmation{
  font-family: Arimo !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner{
  max-width: 100% !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording{
  font-family: Arimo !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p{
  font-family: Arimo !important;
  margin: 0 0 12px !important;
}