/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
 
h2, h3, h4, h5 {
    font-family: Inter, sans serif !important;
    margin: 0 0 0.5em;
}

h1 {
    font-size: 62px;
    line-height: 1.3em;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
    font-size: 24px;
    font-weight: 800;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h1 em, h2 em, h3 em, h4 em, blockquote em {
    font-style: normal;
    text-decoration-color: #ee7625;
    text-decoration-line: underline;
    text-decoration-style: solid;
}

h1 em {
    text-decoration-thickness: 9px;
    text-underline-offset: 5%;
}

h2 em {
    text-decoration-thickness: 4px;
    text-underline-offset: 5%;
}

h3 em {
    text-decoration-thickness: 4px;
    text-underline-offset: 5%;
}

h4 em {
    text-decoration-thickness: 3px;
    text-underline-offset: 5%;
}

blockquote em {
    text-decoration-thickness: 3px;
    text-underline-offset: 5%;
}

td, th {
    border: 1px solid;
    border-color: #e5e5e5;
    color: #000;
    padding: 18px;
}

thead th {
  background-color: #325C8C;
}

img {
  width: unset;
}

kbd {
    border-radius: 3px;
    padding: 1px 2px 0;
    border: 1px solid #969696;
    background-color: #f2f2f2;
}

.callout {
    font-size: 21px;
    padding: 1em 2em;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.cta-btn a {
    align-items: center;
    background-color: #325c8c;
    border: 2px solid #325c8c;
    border-radius: 8px;
    color: #fff;
    font-family: Inter, sans serif;
    font-size: 16px;
    height: 44px;
    padding: 0 32px;
}

.cta-btn a:hover, .cta-btn a:active {
    background-color: #325c8c;
    border-color: #ee7625;
}

.cta-btn-outline a {
    background-color: transparent;
    border: 2px solid #325c8c;
    color: #fff;
}

.cta-cell {
  width: 100%;
  max-width: 285px;
  margin: 1rem;
  background-color: #325C8C;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.cta-cell:hover, .cta-cell:active {
  background-color: #182640;
  cursor: pointer;
  position: relative;
}

.cta-cell-card {
  padding: 1em;
}

.cta-cell-card h3, .cta-cell-card p {
  color: #fff;
}

.cta-cell-card .text-area {
  min-height: 150px;
}

.cta-cell-card .arrow {
   color: #fff;
   text-align: right;
}

.cta-cell-card.text-area strong {
  font-weight: 400;
}

.cta-cell-card .text-area h3, .cta-cell-card .text-area h3 a {
  color: #fff !important;  
  font-size: 18px !important;
  font-weight: bold; 
}

.cta-cell-card .text-area h3 a span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.cta-cell .cta-cell-card .text-area p {
  font-size: 15px;
  margin-bottom: 24px;

}

.codeblock {
  display: block;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 0.75em 1.5em;
}
.codeblock code {
  font-size: 0.9em;
  color: #188038;
}
.codeblock p {
  color: #666;
  margin-top: 0;
}

body form .hs-richtext a {
    color: #ee7625 !important;
}
body .legal-consent-container a, body form .hs-richtext p {
    color: #283754;
}

.blog-post-wrapper .post-header h1 {
    font-size: 64px;
}
.blog-post-wrapper .post-header {
    max-width: 1024px;
    margin: 0 auto;
}

.row-fluid .blog-press.single-blog-post .blog-section .post-body {
    padding-top: 20px;
}

.row-fluid .blog-press .blog-section .post-body ul li, .row-fluid .blog-press .blog-section .post-body ol li {
    margin-bottom: 1em;
}

/* CUSTOMS SECTIONS */
  /* announcement 20250213 */
/*
  .container-announcement-20250213 {
    background-image: url('https://23945802.fs1.hubspotusercontent-na1.net/hubfs/23945802/announcement-20250213-background-textless-1024x350.jpg'); 
    background-repeat: no-repeat; 
    min-height: 350px; 
    max-height: 350px; 
    position: relative; 
    border-radius: 8px;
  }
  .content-announcement-20250213 {
    max-width: 450px; 
    padding: 16px 32px;
    position: absolute; 
    border-radius: 8px; 
    top: 15%; 
    right: 7%;
  }
  .content-announcement-20250213 p {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0.5em;
  }
  */
/* /announcement 20250213 */

@media (max-width: 1176px) {
    /* announcement 20250213 */  
    /* .container-announcement-20250213 {
      background-image: url('https://23945802.fs1.hubspotusercontent-na1.net/hubfs/23945802/announcement-20250213-background-textless-logoless-1024x350.jpg'); 
    }
    .content-announcement-20250213 {
      background-color: rgba(24,38,64,0.8);
    } */

@media (max-width: 991px) {
    .new-container .row {
        padding: 0 84px;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .new-container .row {
        padding: 0 24px;
        width: 100%;
    }
@media (max-width: 838px) {
    body h1 {
        font-size: 48px;
    }
}
@media (max-width: 576px) {
    .new-container .row {
      flex-wrap: wrap;  
      padding: 0 24px;
      width: 100%;
    }
    /* announcement 20250213 */
    /* .container-announcement-20250213 {
      background-position-x: 10%;
    }
    .content-announcement-20250213 {
      width: 100%;
      max-width: unset;
      height: 100%;
      min-height: 350px;
      top: 0;
      right: 0;
      padding: 16px 24px;
    }
    .content-announcement-20250213 p {
      font-size: 28px;
    } */
  }