/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*****************************************/
/**/
/*  Variables  */
/**/
/*****************************************/



















/*****************************************/
/**/
/*  Base Styles  */
/**/
/*****************************************/

body {
  background: #171818;
  color: #f5f5f7;
}

p {
  margin-bottom: 0;
  padding-bottom: 1rem;
  color: #f5f5f7;
}

path {
  fill: #5c5f64;
}

.v-blog {
  margin-top: 3rem;
  margin-bottom: 2rem;
  overflow: auto;
}

/* Search Bar */
.v-blog-header--container {
  padding-top: 108px;
  padding-bottom: 8px;
  margin-top: -30px;
  position: fixed;
  border-bottom: rgba(37,40,42,0.5) solid 1px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(5px);
  z-index: 1;
}

.v-blog-header--sub-container {
  display: flex !important;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  flex-wrap: wrap;
  width: 100% !important;
  padding: 0 2rem;
}

.v-blog-header--offset {
	padding-top: 0px;
} 

.hs-search-results__title {
  font-weight: 500;
}

.hs-search-field__bar>form {
  display: flex;
}

.hs-search-field__bar>form>input {
  width: 12rem;
  border-radius: .5rem;
  border-width: 0;
  padding-left: .5rem;
}

.hs-search-field__bar>form>button {
  width: 2.5rem;
  display: none;
}

.hs-search-field__suggestions {
  display: none;
}

.v-blog-search-results {
  margin: 1rem 0 !important;
}

.v-search-result-container {
  display: flex;
  margin-bottom: .5rem;
}

/* Header is relative in mobile */
@media (max-width: 45rem) {
  .v-blog-header--container {
    position: relative;
  }
/*  .v-header--offset {
    padding-top: 0;
  } */
  
  .v-blog-header--offset {
    padding-top: 16px;
  }
  
  .v-press {
    margin-top: 0;
  }
}

/* Typography */

h1 {
  margin-bottom: 1rem;
  color: #f5f5f7;
}

.post-header>h1 {
  margin-top: 0;
}

h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #f5f5f7;
}

p {
  font-size: 1.15rem;
  color: #f5f5f7;
}

.span10>p {
  font-size: 1rem;
}

.span2>img {
  padding-bottom: 1rem;
}

.blog-listing-title {
  text-align: center;
}

.post-header h2 a {
  color: #5c5f64;
}

.hubspot-editable p {
  font-size: .9rem;
}

#hubspot-name {
  color: #5c5f64;
}

#hubspot-topic_data {
  bottom: 0;
  font-size: .9rem;
}

.v-blog-nav-link {
  color: 'red';
  margin-top: 1.5rem;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-pagination__link {
 
  align-items: center;
  margin: 0 .5rem;
  color: #f5f5f7;
    fill: #f5f5f7;
      display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.blog-post-wrapper .blog-pagination__link {
    width: 150px;
}

.blog-post-wrapper .blog-pagination__link svg {
    position: relative;
    top: 5px;
}
.blog-pagination__prev-link {
    margin-right: 5% !important;
}
.blog-pagination__next-link {
    margin-left: 5% !important;
}
.blog-pagination__link--active{
  font-weight:bold;
}  
.blog-pagination__prev-link img {
    transform: rotate(180deg);
}
.blog-pagination__link--active {
    color: #171818 !important;
    background-color: #f5f5f7;
    border-radius: 16px;
  font-weight:bold;
}
/**
 * BLOG POST
 **/

.hs-blog-social-share .hs-blog-social-share-item {
  height: 20px;
  line-height: 0;
  margin-right: 10px !important;
}

.blog-content {
  padding-left: 10vw;
  padding-right: 10vw;
}

.post-body {
  padding: 1rem 0;
}

.blog-section {
  padding-bottom: 1rem;
}

.about-author-sec img {
    max-width: 100%;
    height: auto;
}

.about-author-sec h4 {
  margin-top: 0;
}

@media (max-width: 45rem) {
  .v-author-profile {
    flex-wrap: wrap-reverse;
  }
  
  .hs-author-bio {
    padding-bottom: .5rem;
  }
   .v-blog {
  margin-top: 5rem;
   
}
}

.widget-type-blog_subscribe h3 {
  margin: 0 0 1rem;
  font-size: 20px;
}

.hs-form-field {
  margin-bottom: 1rem;
}

.vidyard-player-container {
  padding: 1rem 0rem 2rem;
}

@media (max-width: 45rem) {
  .blog-content {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/**
 * BLOG LISTING
 **/
.hs-author-avatar {
  margin-bottom: 1rem;
}

.hs-social-twitter {
  background-image: url(https://1984131.fs1.hubspotusercontent-na1.net/hubfs/1984131/Social%20Icons/twitter-color.png) !important;
}

.hs-social-facebook {
  background-image: url(https://1984131.fs1.hubspotusercontent-na1.net/hubfs/1984131/Social%20Icons/facebook-color.png) !important;
}

.hs-social-linkedin {
  background-image: url(https://1984131.fs1.hubspotusercontent-na1.net/hubfs/1984131/Social%20Icons/linkedin-color.png) !important;
}

.hs-author-name {
  color: #f5f5f7;
}

.v-blog-author {
  margin: 0 1vw;
}

.v-author-profile-component {
  max-width: 40rem;
  background: ;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 2px;
}

.v-author-profile {
  display: flex;
  flex-direction: row;
}

.v-author-profile-left {
  flex: 0 0 200px;
  padding-right: 1rem;
}

/* .listing-body {
  padding: 0 1rem;
} */

.post-listing {
  display: flex;
  flex-wrap: wrap;
}

.hs-featured-image {
  width: 100%;
  max-width: 1920px;
  margin: 0 0 1rem;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
} 

.post-content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 1rem 2rem;
}

.post-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 500px;
  margin: 0 1rem 2rem;
  border-radius: .5rem;
  border: 1px solid #f5f5f7;
}

.listing-featured-image-wrapper {
/*   height: 56.25%; */
  overflow: hidden;
  position: relative;
  PADDING-BOTTOM: 56%;
}

.listing-featured-image-wrapper img {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
      POSITION: ABSOLUTE;
}

.post-item:first-child {
  width: 100%;
}

@media (max-width: 45rem) {
  .blog-content {
  }
  
  .post-item {
    width: 100%;
    margin: 0 1rem 1rem;
  }
  
  h1 {
    1.75rem
  }
  
  .post-content {
    padding: 1rem 1rem 0;
  }
}
@media(max-width: 479px){
  .v-blog{
    margin-top: 2rem;
  }
}
.v2-header-container{
padding-top:0 !important;
}