.menu_widget_categories {
    margin-bottom: 10px !important;
    padding-bottom: 10px!important;
    border-bottom: 1px solid #e5e7e9!important;
}
/* Home Page cards */
.fl-post-grid-post {
        -webkit-transition: all 0.0s ease;
        transition: all 0.0s ease;
        border-radius: 3px !important;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-box-shadow: 0 1px 1px rgb(9 30 66 / 25%), 0 0 1px 0 rgb(9 30 66 / 31%);
        -moz-box-shadow: 0 1px 1px rgb(9 30 66 / 25%), 0 0 1px 0 rgb(9 30 66 / 31%);
        box-shadow: 0 1px 1px rgb(9 30 66 / 25%), 0 0 1px 0 rgb(9 30 66 / 31%);
        overflow: hidden;
        min-height:220px !important;
        max-height: 220px !important;
}
.fl-post-grid-post:hover {
        -webkit-transition: all 0.0s ease;
        transition: all 0.0s ease;
        /*-webkit-transform: translate3D(0, -1px, 0);
        transform: translate3D(0, -1px, 0);*/
        border-radius: 3px !important;
        -webkit-box-shadow: 0 8px 10px -4px rgb(9 30 66 / 25%), 0 0 1px rgb(9 30 66 / 31%);
        -moz-box-shadow: 0 8px 10px -4px rgb(9 30 66 / 25%), 0 0 1px rgb(9 30 66 / 31%);
        box-shadow: 0 8px 10px -4px rgb(9 30 66 / 25%), 0 0 1px rgb(9 30 66 / 31%);
        -webkit-text-decoration: none;
        text-decoration: none;
}
.fl-post-grid-post a,
.fl-post-grid-post a:hover {
text-decoration: none;
}

#site-header #logo img {
    max-width: 55%;
    height: auto;
}
li {
  margin-bottom: 7px;
  color: #172b4d;
}
ul {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
body,p {
    color: #172b4d;
    -webkit-tap-highlight-color: #b2d4ff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.006em;
    line-height: 1.42857143;
}
/* note p */
 .Note {
   background-color: #e6e6e6;
    padding-top: 0.38rem;
    padding-right: 0.38rem;
    padding-bottom: 0.38rem;
    padding-left: 0.6rem;
    border-radius: 7px;
    font-size: 0.95rem;
    margin-top: 0.38rem;
    margin-bottom: 0.38rem;
 }
 
 /*footer button */
 .hkb_widget_exit__btn {
    background: #b30838;
}

#page-header.ph-bg {
    background: #ffffff;
    /* background-image: url(https://resources.goaderant.com/wp-content/uploads/sites/3/2021/09/2021-09-resources-2400x900-1.jpg); */
    background-image: url(https://resources.goaderant.com/wp-content/uploads/sites/3/2022/01/2021-11-itk-hero-2000.jpg)!important;
}
#page-header #page-header-title {
    color: #1F3C4F;
    color: rgba(31,60,79,1.0);
}
#page-header-breadcrumbs {
    background: #ffffff;
    padding: 10px 0;
}