/* @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    */
/*****************************************/


/* HH Adding Hide on Mobile Option  */

.hide-mobile {margin: 0px auto; padding-top: 30px;}

@media screen and (max-width: 765px) {
.hide-mobile {display: none; line-height: 0px; margin: 0px !important; padding-top: 0 !important; padding-bottom: 0 !important;
  }
}
/* END mobile hide */

/* Round blog images */
.hhs-blog-card-inner img {
  border-radius: 15px;
}
.blog-header .post-header img {
  border-radius: 15px; 
}
.hhs-post-feat-img {
  border-radius: 15px;
}

/* END Round blog images */

/* Round top or bottom corners only */

/* TOP ONLY */
.brand-top-corner-hh {border-radius: 20px 20px 0px 0px;}
/*-moz-border-radius: 0px;
-webkit-border-radius: 20px 20px 0px 0px; */


/* BOTTOM ONLY */
.bottom-corner-hh { -moz-border-radius: 0px;
-webkit-border-radius: 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px; }

/* TOP and BOTTOM */
.brand-corners-hh {border-radius: 20px; }

/* END top and bottom corners */
ul.check {
/*list-style-image: url('https://6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/green-check-bullets-padded-55x72.png'); 
 * https://6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/green-check-bullets-padded-more-54x108.png  ///// https://6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/green-check-bullets-middle-pad.png */
list-style-image: url('https://6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/green-check-30x30.png');
margin: 0px 0px 0px 20px;
}

ul.check li {
  margin-left: 10px;
  vertical-align: middle;
}
@media only screen and (min-width: 922px) and (max-width: 1565px) {
.hhs-nav-grid__menu main-nav {
  font-size: 10px;
  }
  .hs_cos_wrapper_type_logo {max-width: 100px; width: 100px;    
  }
.hhs-nav-links li {
  font-size: 10px;
  }
}
/*tricking it */

/*margin-bottom: 10px;
vertical-align: middle;
}*/

/* Third Try
ul.check li {
position: relative;
list-style-type: none;
}

ul.check li:before {
        content: "";
        position: absolute;
        top: 8px;
        left: -16px; 
        width: 54px;
        height: 54px;
        background-image: url('https://6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/green-check-54x54.png');
    }*/
/* Second Try   background: url(https://6570616.fs1.hubspotusercontent-na1.net/hubfs/6570616/green-check-54x54.png) no-repeat 7px 7px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 1px 24px;
    vertical-align: middle;  */
/* First Try */
/* margin-bottom: 10px; Adjust this value to control the spacing between list items */
/*padding-top: 15px; */
}