@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap');
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

  [id] {
      scroll-margin-top: 80px; /* Adjust this value to match your sticky nav height */
    }

p.eyebrow {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
  color: #D52D25;
}

body, p, h1, h2, h3 ,h4, h5, h6, a, li , ul, blockquote {
font-family: "Onest", sans-serif!important;
}
body, p {color:#333;}
.hs_cos_wrapper_type_rich_text ul, .checklist ul {
    list-style: none !important;
    padding-left: 0; /* Ensure there's no default padding */
}
h1 {

  color: #333;}
.hs_cos_wrapper_type_rich_text ul li, .checklist ul li {
    position: relative; /* Relative positioning for the before pseudo-element */
    padding-left: 25px; /* Add padding to make space for the custom bullet */
  color: #333;
  margin:0;
}


.hs_cos_wrapper_type_rich_text ul li:before, .checklist ul li:before {
display: inline-block;
    font-style: normal;
    height: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E2210E;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 18px;
    margin-left: -25px;
    margin-right: 8px;
}
body.hubspot.player-iframed.player-with-utk {
    background: #ffffff00 !important;
}



a {
    text-decoration: underline;
    text-underline-offset: 5px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    margin: 0 0 1.3rem;
}

a.button {
    box-shadow: none !important;
    border-radius: 5px !important;
    letter-spacing: 2px;
  background: #d52d25;
    border-color: #d52d25;
  text-decoration: none;
}


.rb-gradient {
    background-image: linear-gradient(to right, rgba(0, 31, 67, 1), rgba(225, 49, 40, 1)) !important;}

.shift {
  transition: 0.3s;}

.shift:hover {
  transform: translate(0, -5px);
}
.shadow {
-webkit-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11);
    -moz-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11);
    box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11);
}
.card {
-webkit-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11);
    -moz-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11);
    box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11);
  background:white;
  border-radius:5px;
  padding:25px;
}
/************************* Resources ***************************/
.case-study img {
    margin-bottom: 20px;
    border-radius: 5px;
}
.case-study {

    background: #fff !important;
    border-radius: 5px;
    padding: 1.5rem 1.5rem 3.9rem 1.5rem !important;

    -webkit-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
}
a.case-read {
    padding: 10px 35px;
    /* margin-top: 30px; */
}
.case-read {
    border-radius: 5px 0 0 0!important;
    background: #f0f0f0!important;
}
/************************* Header ******************************/
.header__skip {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.header__skip:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
}
/************************* BLog ******************************/

img.related-post__image {
    border-radius: 5px 5px 0 0;
    height: 320px;
    object-fit: cover;
    object-position: 20% 0;
    width: 100%;
}

section.blog-index__post-content.blog-index__post-content--card a.button {
    position: absolute;
    bottom: 0px;
}

.blog-index__post.blog-index__post--card p {
  padding-bottom:150px;}

.blog-index__post.blog-index__post--card {
    border-radius: 5px;
}
.blog-index__post.blog-index__post--card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
  box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);}
.blog-listing-wrapper {
    padding-top: 0px ! Important;
    max-width: 100% !important;
}
.featured_image img {
    -webkit-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1) !important;
    border-radius: 5px;
}
h1.blog-title-old {
    display: none !important;
}
h1.blog-post__title {
    color: #333 !important;
    padding-top: 40px;
}
section.blog-related-posts {
    margin-bottom: 80px;
  margin-top: 130px;
}

.related-post {
    border: none !important;
    margin-bottom: 1.5rem;
    padding: 0 0 1.5rem;
    width: calc(50% - 1.5rem);
    -webkit-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    -moz-box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    box-shadow: 0 0 8px -2px rgba(51, 51, 51, .1);
    border-radius: 8px;
}
.blog-related-posts__title {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
a.blog-post__author-name {
    color: #de1401;
    text-decoration: underline;
    text-underline-offset: 5px !important;
    font-weight: 700;
    text-transform: uppercase;
}
img.related-post__image {
    border-radius: 5px 5px 0px 0px;
}
a.blog-post__author-name:hover {
    font-weight: 600;
}
.related-post__tags {

  display: none;}

.blog-index__post-button.blog-index__post-button--card {
    position: absolute!important;
    bottom: 10px!important;
    padding: 10px 20px!important;
    margin: 0!important;
    color: #044087!important;
    font-weight: 400!important;
    background-color: #ffffff!important;
    border: none!important;
  right:auto!important;
}
/* blog listing */
a.blog-index__post-button.blog-index__post-button--card.button {
    font-weight: 700 !important;
}
.blog-index__post-post-summary.blog-index__post-post-summary--card {
    padding-bottom: 30px;
}

/************************* Footer ******************************/
footer .hs-form-field > label span, footer form .inputs-list:not(.no-list) label > span {

  font-size: 15px;}

footer .hs-menu-depth-1>a {
    font-weight: 600 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #d52d25 !important;
      padding: 3px !important;
  
}
.footer .hs-menu-wrapper ul {margin:0px;}
footer .hs-menu-depth-2 > a {
    text-decoration: underline!important;
  padding: 3px!important;

}
footer .hs-menu-depth-2 > a:hover, footer .hs-menu-depth-2 > a:focus {
background: white!important;
  color: black!important;
  text-decoration: none!important;
  border-radius: 3px!important;
}
.footer .hs-menu-wrapper ul, .footer .hs-menu-wrapper li {
 
    padding-right: 20px;
}
footer form {
    padding: 20px;
}
footer .form-title {
    padding: 30px 20px 0px 0px;
}

footer .social-links__icon {
    padding: 4px 10px;
}
footer {
    background-image: linear-gradient(to bottom, rgba(0, 36, 75, 1), rgba(0, 17, 29, 1)) !important;
}

/************************* Landing Pages *************************/
.calculator-header {
    max-width: 700px!important;
    margin: 0px!important;
    position: relative!important;
      -webkit-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11)!important;
    -moz-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11)!important;
    box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11)!important;
}

.calculator-footer {
    margin: 0px!important;
    border-radius: 5px;!important
    background: white!important;
    -webkit-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11)!important;
    -moz-box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11)!important;
    box-shadow: 0 0 15px -2px rgba(51, 51, 51, .11)!important;
    border: none !important;
}

/************************* Mobile ******************************/

@media (max-width: 767px) {
  .calculator-wrapper iframe {
    max-width: 100%!important;}
  
  .footer-links-bottom p {
    text-align: left !important;
}
  footer .card {
    margin-top: 20px;
}
  footer ul.active-branch {
    display: none !important;
    /* margin-bottom: 100px; */
    /* height: 10000px; */
}
.page-center {
    padding-left: 20px!important;
  padding-right: 20px!important;}
  
  
  footer {
    padding:20px;
}
  
  
  
}