.card-grid-with-shadow .blog-post-card{
  box-shadow: 3px 3px 16px 0 #00000029;
}
.blog-post-body p:not(:last-child){
  margin-bottom: 20px;
}
.blog-post-body a{
  color: #d32027;
}
.blog-post-body img, .blog-post-body iframe{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blog-post-body ul{
  list-style-type:disc;
}
.blog-post-body ul ul{
  list-style-type:circle;
}
.blog-post-body ul ul ul{
  list-style-type:square;
}
.blog-post-body ul ul ul ul{
  list-style-type:disc;
}
.blog-post-body ul ul ul ul ul{
  list-style-type:circle;
}
.blog-post-body ul ul ul ul ul ul{
  list-style-type:square;
}
.blog-post-body ul li{
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.blog-post-body ul li p{
  margin-bottom: 0px;
}
.bg-blog-shape {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 1000 407'%3E%3Cpath d='M999.94 397.5.06 247.06V-.5h999.88v398z' style='fill:%23004e63'/%3E%3C/svg%3E");
  background-size: auto 415px
}
@media(max-width: 767px){
  .bg-blog-shape{
    background-size: auto 330px;
  }
}
.blog-pagination__next-link--disabled{
  pointer-events: none;
  opacity: 50%;
  display: none;
}
.blog-pagination__prev-link--disabled{
  pointer-events: none;
  opacity: 50%;
  display: none;
}
.blog-pagination__link--active{
  color: #E60C05;
  font-weight: 500;
}
.blog-pagination__number-link {
  padding: 12px 20px 12px 20px;
}
@media(max-width: 767px){
  .blog-pagination__number-link {
    padding: 12px;
  }
.search-header{
  max-width: 660px;
  margin: 0 auto;
}
.center-dot:before{
  background: #fff;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: -3px;
  position: absolute;
  top: 50%;
  width: 6px;
  transform: translateY(-50%);
}
.blog-post-body ol{
  list-style-type: decimal;
}
.blog-post-body ol li{
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.blog-post-body ol li p{
  margin-bottom: 0px;
}
.blog-post-body ol ol { 
  list-style-type: lower-alpha; 
}
.blog-post-body ol ol ol{
  list-style-type: lower-roman;
}
.blog-post-body ol ol ol ol{
  list-style-type: decimal;
}
.blog-post-body ol ol ol ol ol{ 
  list-style-type: lower-alpha; 
}
.blog-post-body ol ol ol ol ol ol{
  list-style-type: lower-roman;
}
.blog-post__tags {
    padding: 20px;
}
span.text-teal.font-primary.font-bold.mb-3.block.relative.pl-5 {
    padding-bottom: 15px;
}
.blog-post-body a {
  padding: 16px 0px;
}
.blog-post-body {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}