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

@font-face {
  font-family: 'icomoon';
  src:  url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/Website/font_icon/icomoon.eot');
  src:  url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/Website/font_icon/icomoon.eot') format('embedded-opentype'),
    url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/Website/font_icon/icomoon.ttf') format('truetype'),
    url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/Website/font_icon/icomoon.woff') format('woff'),
    url('https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/Website/font_icon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tip-sheet:before {
  content: "\e907";
  color: #02216e;
  font-size: 30px;
}
.icon-ebook:before,
.icon-e-book:before {
  content: "\e908";
  color: #02216e;
  font-size: 30px;
}
.icon-brochures:before {
  content: "\e900";
  color: #02216e;
  font-size: 30px;
}
.icon-case-study:before {
  content: "\e901";
  color: #02216e;
  font-size: 30px;
}
.icon-industry-insight:before {
  content: "\e903";
  color: #02216e;
  font-size: 30px;
}
.icon-video:before {
  content: "\e904";
  color: #02216e;
  font-size: 30px;
  
}
.icon-webinar:before {
  content: "\e905";
  color: #02216e;
  font-size: 30px;
}
.icon-white-paper:before {
  content: "\e906";
  color: #02216e;
  font-size: 30px;
}
.icon-blog-post::before {
  content: "" !important;
  display: inline-block !important;
  width: 36px !important;
  height: 36px !important;
  background: url("https://20552164.fs1.hubspotusercontent-na1.net/hubfs/20552164/blog%20post%202.svg") no-repeat center !important;
  background-size: contain !important;
}