/* BOF Elementor Customizations */
#home-latest-research h5 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
}

#home-latest-research .recent-posts {
  margin: 0 -40px 0 -20px;
}

#home-latest-research .recent-posts li {
  float: left;
  margin: 20px;
  padding: 10px 0;
  width: calc(100% - 60px);
}
@media(min-width: 767px){
  #home-latest-research .recent-posts li {
    width: calc(33% - 40px);
  }
  #home-latest-research .recent-posts li:nth-of-type(4n){
    clear: left;
  }
}

#home-latest-research .recent-posts li .post-format-standard .wf-td a {
  margin: 0;
  height: 200px;
  max-width: 100%;
}

#home-latest-research .recent-posts li .post-format-standard .wf-td a img {
  margin: 0;
  height: 100%;
  width: auto;
  max-width: none;
}

#home-latest-research .recent-posts li .post-format-standard .post-content {
  width: 100%;
  padding-top: 20px;
  display: inline-block;
}

#home-latest-research .recent-posts li .post-format-standard .post-content a {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  color: #1caee5;
  text-decoration: underline;
}

#home-latest-research .recent-posts li .post-format-standard .post-content a:hover {
  text-decoration: none;
}
/* EOF Elementor Customizations */

/* BOF Hide alt header for trial section */
#ontrialheader,
#basicheader,
#enterpriseheader,
#rschonlyheader,
#platformonlyheader {
  display: none;
}
/* EOF Hide alt header for trial section */

/* BOF Demo Video Sweet Alert Popup */
iframe.yt {
  height: 140px;
  width: 250px;
}
@media (min-width: 639px){
  iframe.yt {
    height: 279px;
    width: 500px;
  }
}
@media (min-width: 767px){
  iframe.yt {
    height: 335px;
    width: 600px;
  }
}
@media (min-width: 1023px){
  iframe.yt {
    height: 447px;
    width: 800px;
  }
}
/* EOF Demo Video Sweet Alert Popup */