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

/*********Knowledge base*****/

h6.kb-categories__item {
  font-size: 18px !important;
  font-weight: 800 !important;
}



div#hs_cos_wrapper_blog_comments_heading_ {
  display:none !important;
}

div#hs_form_target_83b79dea-b51e-45db-9543-03e0bf3297a9 {
display: none !important;
}

#hs_cos_wrapper_dnd_area-module-2 .blog-listing__post-content {
  background-color: #1a324d;
  padding: 20px;
}

.header__container--left .header__logo-col {
  flex: none !important;
}


/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 640px) {
  
.span6.widget-span.widget-type-cell.cell_17229365110903-background-layers.cell_17229365110903-vertical-alignment.dnd-column.cell_17229365110903-padding {
  padding-left: 50px !important;
}
  
}
/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 768px) {...}



/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 1024px) {...}



/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 1280px) {...}