/* Date */

  @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body{
  font-family: Roboto,"Roboto Fallback" !important;
}

h1{
  font-size:48px !important;
  font-weight: 700;
  font-style: normal;
  font-family: Roboto,"Roboto Fallback" !important;
}
h2,h3,h4,h5,h6,p{
  font-family: Roboto,"Roboto Fallback" !important;
}
p, a, p span{
line-height: 1.7 !important;
letter-spacing: initial !important;
font-size: 16px !important;
font-family: Roboto,"Roboto Fallback" !important;
color: #000 !important;
font-weight: 300 !important;
}
a{
color: #f47820 !important;
  text-decoration:none !important;
}
.header__bottom .hidden-phone a{
 color:white !important; 
}
form .hs-button, form input[type=submit] {
    background-color: #f58320 !important;
    border: 1px solid #f58320 !important;
    border-radius: 15px !important;
    color: #fff;
    font-family: Roboto,"Roboto Fallback" !important;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    /* border-radius: 10px; */
}
form .hs-button, form input[type=submit] {
  width: 130px !important;
}
ul li{
font-family: Roboto,"Roboto Fallback" !important;
  font-size:16px !important;
  font-weight:300 !important;
  line-height: 1.2 !important;
}
.button-wrapper a{
  color:white !important;
}

.blog-post__timestamp {
  display: block;
  margin-bottom: 0.7rem;
}
.hs-menu-flow-horizontal ul li a{
 color: #231f20 !important;
  font-size:18px !important;
  text-decoration:none;
  font-weight:700 !important;
  border:none !important;
}
nav ul li a{
 color: #231f20 !important;
  font-size:18px !important;
  text-decoration:none;
  font-weight:700 !important;
  border:none !important;
}
nav ul li a:hover{
  text-decoration: underline;
  color:#f47820 !important;
  border:none !important;
}
.header-row-0-padding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
nav ul .header__menu-item--button a{
    color: #fff !important;
}
.header__menu-item--button a : hover{
    color: #fff !important;
}
#hs_cos_wrapper_widget_1703692213191 .button{
 border:none !important; 
}
.hs-menu-flow-horizontal ul li a:hover{
  text-decoration: underline;
  color:#f47820 !important;
}
.header__wrapper {
    max-width: 1200px !important;
}
/* Logo in center */
#hs_cos_wrapper_widget_1701964241451{
 text-align:center; 
}

/* Author */

.blog-post__author {
  display: flex;
  margin-bottom: 1.4rem;
  align-items: center;
}

.blog-post__author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  text-decoration: none;
}

/* Content */

.blog-post__body img {
  height: auto;
  max-width: 100%;
}

/* Comments */

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
  background-color: transparent;
  text-decoration: underline;
}

.hs-blog-featured-image{
  width: 100% !important;
}