.cm-resources .cm-resource-post {
  background-color: #F0F0F0;
  padding-top: 45px;
  padding-bottom: 18px;
}

.gated-post {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    z-index: 1;
}

.gated-post .gated-overlay {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  height: 180px;
  width: 100%;
  left: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 1.1rem;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0.9150035014005602) 52%, rgba(255,255,255,0) 100%);
}
.gated-post .gated-overlay div.custom-subscribe-form.subscribe-form {
  margin-bottom: 0 !important;
}

@media(max-width: 767px) {
  .gated-post {
      position: relative;
      max-height: 600px;
      overflow: hidden;
      z-index: 1;
  }
  .gated-post .gated-overlay {
    height: 420px;
    width: 100%;
    font-size: 1rem;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0.94) 80%, rgba(255,255,255,0) 100%);
  }
  .gated-post .gated-overlay div.custom-subscribe-form.subscribe-form {
    margin-top: .75rem !important;
  }
}
.hero-btns { margin-top: 1rem }

.gated-overlay > div.custom-subscribe-form.subscribe-form, div.single-resource > div.inner-wrap > div > div.sidebar-col > div.custom-subscribe-form.subscribe-form {
  box-shadow: 0 2px 20px 0 rgba(15, 15, 15, 0.12);
}

/* .gated-overlay { display: none } */

.cm-resources .cm-resource-post .page-center {
  max-width: 1200px;
}
.cm-resources .cm-resource-post .cm-img {
  padding: 10px;
}
.cm-resources .cm-resource-post .cm-row {
  padding: 20px 10px;
  display: flex;
  column-gap: 20px;
}
.cm-resources .cm-resource-post .cm-left, .cm-resources .cm-resource-post .cm-right {
  width: 100%;
  padding: 10px;
}
.cm-resources .cm-resource-post .cm-left h1 {
  color: #353A3B;
  font-family: "Bitter", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 20px;
}
.cm-resources .cm-resource-post .cm-right .cm-form {
  padding: 50px 50px 50px 50px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #00CCF5 0%, #0F3B95 100%);
}
.cm-resources .cm-resource-post .cm-right .cm-form .form-title {
  margin: 0;
}
.cm-resources .cm-top {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 50px;
}

.cm-resources .cm-top h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cm-resources .cm-top p {
  text-align: center;
  color: #353A3B;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.cm-resources .cm-featured .page-center {
  padding:0 10px;
}


.cm-resources .cm-featured .cm-row { 
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.cm-resources .cm-featured .cm-item {
  width: calc(33.33% - 40px/3);
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.cm-resources .cm-featured .item-inner {
  border-top: 10px solid #F1911B;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  height: 100%;
  justify-content: start;
  position: relative;
}

.cm-resources .cm-featured .cm-img-container img {
  height: 200px;
  object-fit: cover;
  object-position: center center;
}

.cm-resources .cm-featured .video-wrapper {
  position: relative;
  padding-bottom: 200px;
}

.cm-resources .cm-featured .video-wrapper iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 191.25px;
  top: 0;
  left: 0;
}

.cm-resources .cm-featured .cm-tags {
  padding: 0px 20px 0px 20px;
  color: #F1911B;
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.cm-resources .cm-featured .cm-heading {
  padding: 0 20px;
}

.cm-resources .cm-featured .cm-heading h3 {
  font-family: "Bitter", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #151515;
  margin: 0;
}

.cm-resources .cm-featured .cm-heading h3 a {
  color: inherit;
}

.cm-resources .cm-featured .description {
  padding: 0 20px;
  margin-bottom: 77px;
}

.cm-resources .cm-featured .description p {
  margin-bottom: 0;
}

.cm-resources .cm-featured .btn-wrapper a {
  font-family: "Bitter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  fill: #353A3B;
  color: #353A3B;
}

.cm-resources .cm-featured .btn-wrapper {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.cm-resources .cm-featured .btn-wrapper svg {
  margin-left: 5px;
}

.cm-resources .cm-featured .cm-item:nth-child(even) .item-inner {
  border-color: #00AE0B;
}

.cm-resources .cm-featured .cm-item:nth-child(even) .cm-tags {
  color: #00AE0B;
}
.cm-resources .cm-featured {
  padding-bottom:30px;
}
.cm-resources .cm-lists .page-center {
  max-width: 1255px;
}

.cm-resources .cm-lists .cm-wrapper {
  padding-top: 20px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
}

.cm-resources .cm-lists  .cm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.cm-resources .cm-lists .cm-tags .tag-item {
  font-family: "Bitter", Sans-serif;
  font-weight: 600;
  line-height: 34px;
  color: #353A3B;
  font-size: 18px;
  padding: 10px;
}
.cm-resources .cm-lists .cm-tags  .tag-item.active {
  color: #353A3B;
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #00CCF5;
}
.cm-resources .cm-lists .cm-tags .tag-item:hover {
  -webkit-text-stroke-width: 1px;
  stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  stroke: #000;
  border: solid #00ccf5;
  border-width: 0 0 4px;
  color: #353a3b;
}
.cm-resources .cm-tab-content {
  max-width: 1140px;
  padding-top: 20px;
  margin: 0 auto;
}

.cm-resources .cm-tab-content h2.heading-title {
  padding-left: 10px;
  font-weight:700;
}

.cm-resources .cm-tab-content .item-lists {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}

.cm-resources .cm-tab-content .cm-item {
  max-width: 360px;
  width: 100%;
  box-shadow: 0 0 4px 0 rgba(154,154,154,.5019607843);
  position: relative;
}


.cm-resources .item-lists .cm-img-container img {
  height: 200px;
  object-fit: cover;
  object-position: center center;
}

.cm-resources .item-lists .video-wrapper {
  position: relative;
  padding-bottom: 200px;
}

.cm-resources .item-lists .video-wrapper iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.cm-resources .item-lists .cm-img-container {
  margin-bottom: 8px;
}

.cm-resources .item-lists .cm-card {
  padding: 20px;
}

.cm-resources .item-lists .cm-card .cm-tags {
  color: red;
  text-transform: capitalize;
  font-family: Montserrat;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
}

.cm-resources .item-lists .cm-card h3 {
  font-family: Bitter;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  color: #151515;
  margin-bottom: 20px;
}

.cm-resources .item-lists .cm-card h3 a {
  color: inherit;
}

.cm-resources .item-lists .cm-card p {
  font-size: 16px;
  letter-spacing: 0;
  text-align: left;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
}

.cm-resources .item-lists .cm-card {
}

.cm-resources .item-lists .cm-card .description {
  padding-bottom: 34px;
}

.cm-resources .item-lists .cm-card .btn-wrapper a {
  fill: #353a3b;
  color: #353a3b;
  font-family: Bitter,Sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}

.cm-resources .item-lists .cm-card .btn-wrapper a svg {
  margin-left: 5px;
}

.cm-resources .item-lists .cm-card .btn-wrapper {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.cm-resources .cm-tab-content .cm-item:not(.active) {
  display: none !important;
}
.cm-resources .item-lists .cm-img-container img {
  width: 100%;
}
.cm-resources .cm-lists .load-more {
  text-align: center;
  margin-top: 40px;
}

.cm-resources .cm-lists .load-more a {
  font-family: "Bitter", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 34px;
  border-radius: 0px 0px 0px 0px;
  padding: 5px 30px 5px 30px;
  background-color: #00AE08;
  color: #fff;
  display: inline-block;
}

.cm-resources .cm-lists .load-more a:hover {
  background-color: #00CCF5;
}
.cm-resources .cm-resource-post .hs-form-field > label {
  margin-bottom: 2px !important;
}

.cm-resources .cm-resource-post .hs-form-field {
  margin-bottom: 28px;
}

.cm-resources .cm-resource-post li.hs-form-checkbox > label {
  line-height: 26px !important;
}
.cm-resources .cm-resource-post  .actions {
  text-align: center;
}
.cm-resources .item-lists .ebooks .cm-card .cm-tags {
  color: #9C2AF4; 
}
.cm-resources .item-lists .infographics .cm-card .cm-tags {
  color: #A0000D;
}
.cm-resources .item-lists .white-papers .cm-card .cm-tags {
  color: #276FFF;
}
.cm-resources .item-lists .videos .cm-card .cm-tags {
  color: #19C04F;
}
.cm-resources .item-lists .case-studies .cm-card .cm-tags {

}
.cm-resources .item-lists .podcasts .cm-card .cm-tags {
  color: #F1911B;
}
.cm-resources .item-lists .webinars .cm-card .cm-tags {
  color: #FF0000;
}
.cm-resources .item-lists .press .cm-card .cm-tags {
  color: #1BF1DB;
}
.cm-resources .cm-resource-two-column {
  background-color: #072052;
  padding-top: 40px;
  padding-bottom: 20px;
}

.cm-resources .cm-resource-two-column .page-center {
  max-width: 1200px;
  padding: 20px 10px;
}

.cm-resources .cm-resource-two-column .cm-row {
  display: flex;
  column-gap: 20px;
}

.cm-resources .cm-resource-two-column .cm-left, .cm-resources .cm-resource-two-column .cm-right {
  width: 50%;
  padding: 10px;
}

.cm-resources .cm-resource-two-column .cm-left {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.cm-resources .cm-resource-two-column .cm-left h1 {
  color: #FFFFFF;
  font-family: "Bitter", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
}

.cm-resources .cm-resource-two-column .cm-left .cm-text * {
  color: #fff;
}

.cm-resources .cm-resource-two-column .cm-form {
  padding: 50px 50px 50px 50px;
  background-color: #FFFFFF;
}

.cm-resources .cm-resource-two-column .cm-form .hs-form-field > label {
  color: #072052;
  text-transform: capitalize;
}

.cm-resources .cm-resource-two-column .cm-form .hs-input {
  border: 1px solid #072052;
}

.cm-resources .cm-resource-two-column .cm-form .hs-form-checkbox label {
  color: #072052;
}
.cm-resources .cm-resource-two-column .cm-form .actions {
  text-align: center;
}
.cm-resources .cm-resource-two-column .cm-form .form-title {
  margin:0;
}
.cm-resources .cm-resource-full .custom-rbanner {
  background: linear-gradient(270deg,#0f3b95 2.04%,#071e4f 100%);
  text-align: center;
  color: #fff;
  padding-top: 69px;
  padding-bottom: 112px;
  padding-left: 10px;
  padding-right: 10px;
}

.cm-resources .cm-resource-full .custom-rbanner h1 {
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.cm-resources .cm-resource-full .single-resource {
  border-top: #9c2af4 solid 6px;
  margin-top: -56px;
  background-color: #fff;
  position: relative;
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
}

.cm-resources .cm-resource-full .single-resource .shadow-highlight {
  width: 100%;
  position: absolute;
  height: 90px;
  box-shadow: 0 0 9px 7px rgba(0,0,0,.0666666667);
  z-index: -1;
}

.cm-resources .cm-resource-full .single-resource  .inner-wrap {
  padding: 20px;
  margin-top: 2em;
}

.cm-resources .cm-resource-full .single-resource .inner-wrap h2 {
  font-family: "Bitter", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #003366;
  line-height:1.5;
}
.cm-resources .cm-resource-full .single-resource .inner-wrap .entry-content {
  text-align: center;
}

@media (max-width:1250px) {
  .cm-resources .cm-tab-content .cm-item {
    max-width: calc( 50% - 20px);
  }

  .cm-resources .item-lists .cm-img-container img {
    width: 100%;
  }
}

@media (max-width:767px) {
  .cm-resources .cm-resource-post .cm-row { 
    flex-wrap: wrap;
  }
  .cm-resources .cm-resource-post .cm-img {
    padding: 10px 30px;
  }
  .cm-resources .cm-resource-post .cm-row {
    padding: 20px;
    row-gap: 20px;
  }
  .cm-resources .cm-featured .cm-item {
    width: 100%; 
  }
  .cm-resources .cm-featured .page-center {
    padding: 0 15px;
  }
  .cm-resources .cm-top {
    padding-top: 16px;
  }
  .cm-resources .cm-featured .cm-row {
    row-gap: 20px;
  }
  .cm-resources .cm-featured {
    margin-bottom: 60px;
  }
  .cm-resources .cm-lists .cm-wrapper {
    padding: 0px 30px 10px;
  }
  .cm-resources .cm-lists .cm-tags {
    column-gap: 0;
  }
  .cm-resources .cm-lists .cm-tags {
    justify-content: space-evenly;
  }
  .cm-resources .cm-lists .cm-tags {
    row-gap: 0;
  }
  .cm-resources .cm-lists .cm-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .cm-resources .item-lists .cm-card .cm-tags {
    width: 100%;
    justify-content: start;
  }
  .cm-resources .cm-tab-content .cm-item {
    max-width: 100%;
  }
  .cm-resources .cm-lists .cm-wrapper {
    padding-bottom: 20px;
  }
  .cm-resources .cm-featured .cm-img-container img {
    width: 100%;
  }
  .cm-resources .cm-featured .cm-img-container img, .cm-resources .item-lists .cm-img-container img {
    height: auto;
    width: auto;
    margin: 0 auto;
  }
  .cm-resources .cm-resource-two-column .cm-row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .cm-resources .cm-resource-two-column .cm-left, .cm-resources .cm-resource-two-column .cm-right {
    width: 100%;
  }
  .cm-resources .cm-resource-two-column {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cm-resources .cm-resource-full .single-resource .inner-wrap h2 {
    text-align: center;
  }
}

{# Content With Sidebar #}

.cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap {
  padding: 20px;
  margin-top: 0;
}
.cm-resources .cm-resource-wt-sidebar .cm-post-row {
  display: flex;
  position: relative;
}
.cm-resources .cm-resource-wt-sidebar .custom-social-icons {
  padding-right: 20px;
}
.cm-resources .cm-resource-wt-sidebar .social_inner h4 {
  color: #353a3b;
  font-family: Montserrat,sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  white-space: nowrap;
}
.cm-resources .cm-resource-wt-sidebar .social_inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cm-resources .cm-resource-wt-sidebar .social_inner ul svg {
  fill: #276fff;
  color: #276fff;
}
.cm-resources .cm-resource-wt-sidebar .content-col {
  padding-right: 40px;
  width: 75%;
}
.cm-resources .cm-resource-wt-sidebar .sidebar-col {
  width: 27%;
}
.cm-resources .cm-resource-wt-sidebar .content-col .cm-img {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}


.cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap .entry-content {
  text-align: left;
  padding: 0 ;
}
.cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap .entry-content blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 40px 20px;
  background-color: #00AE0B;
  font-weight: 700;
  font-size: 60px;
  color: white;
  text-align: center;
  font-family: sans-serif;
}
.cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap .entry-content blockquote p {
    margin: 0;
    padding: 0;
}
.cm-resources .cm-resource-wt-sidebar .sidebar-inner {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 20px;
}
.cm-resources .cm-resource-wt-sidebar .hs-search-field {
  position: relative;
}
.cm-resources .cm-resource-wt-sidebar .hs-search-field__bar,
.cm-resources .cm-resource-wt-sidebar .widget-type-form {
  background-color: transparent;
  padding: 0;
  margin: 0;

}

.cm-resources .cm-resource-wt-sidebar .hs-search-field__bar label {
  font-weight: 600 !important;
  font-size: 20px !important;
  color: #353a3b;
  font-family: Bitter, serif;
  margin-bottom: 20px !important;
  line-height: 28px !important;
}
.cm-resources .cm-resource-wt-sidebar input.hs-search-field__input {
  border: 1.24757px solid #0f3b95;
  height: 48px;
  padding: 10px;
  padding-right:70px;
}
.cm-resources .cm-resource-wt-sidebar .hs-search-field button {
  position: absolute;
  padding: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  height: 46px;
  top: calc(77% - 2px);
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}
.cm-resources .cm-resource-wt-sidebar .hs-search-field button svg {
  fill: #00ae0b;
  display:none;
}
.cm-resources .cm-resource-wt-sidebar .hs-search-field button svg.search-icon {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  top: -3px;
  right: 1px;
}
.cm-resources .cm-resource-wt-sidebar .hs-search-field button:hover {
  background-color: transparent;
}


.cm-resources .cm-resource-wt-sidebar .side-post-fliter h3 {
  color: #353a3b;
  font-family: Bitter,serif;
  font-size: 20px!important;
  font-weight: 600!important;
  line-height: 28px!important;
  margin-bottom: 20px!important;
}
.cm-resources .cm-resource-wt-sidebar .side-post-fliter {
  margin-top: 30px;
}
.cm-resources .cm-resource-wt-sidebar .side-post-fliter ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cm-resources .cm-resource-wt-sidebar .side-post-fliter ul li {
  margin-bottom: 9px;
}
.cm-resources .cm-resource-wt-sidebar .side-post-fliter ul li a:hover {
  text-decoration: underline;
  color: #353a3b;
}
.cm-resources .cm-resource-wt-sidebar .side-post-fliter ul li a:hover .filter-link-count {
  text-decoration: none;
  color: #276fff;
}
.cm-resources .cm-resource-wt-sidebar .side-post-fliter ul li:last-of-type {
  margin: 0;
}

.cm-resources .cm-resource-wt-sidebar .subscribe-form {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 20px;
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form .title-holder h2 {
  color: #353a3b;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.cm-resources .cm-resource-wt-sidebar .subscribe-form {
  background-color: #f0f0f0;
  margin-bottom: 20px;
  padding: 20px;
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form h2 {
  color: #353a3b;
  font-size: 20px;
  margin-bottom: 20px;
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form .innerform .hs-input{
  background-color: #f5f8fa;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left:15px !important;
  padding-right:15px !important;
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form .innerform .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,.8);
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form .innerform form .hs-form-field {
  margin-bottom: 18px;
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form .innerform form input[type=submit] {
  border: none;
  border-radius: 0;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 12px 24px;
  line-height: 12px;
  font-family: helvetica;
  background: #00ae0b;
  margin-bottom: 12px;
}
.cm-resources .cm-resource-wt-sidebar .subscribe-form .innerform .hs-input::placeholder {
  color: #bfbfbf;
}

.cm-resources .cm-resource-wt-sidebar .entry-content a {
  text-decoration: underline;
}

.cm-resources .hs-search-field__suggestions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm-resources .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  position: absolute;
}
.cm-resources .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.cm-resources .hs-search-field__suggestions #results-for, .hs-search-field__suggestions a {
  display: block;
}
.cm-resources .hs-search-field .hs-search-field__suggestions li a {
  padding: 10px 5px;
  display: block;
}
.cm-resources .hs-search-field--open ul.hs-search-field__suggestions li a {
  padding: 5px 10px;
}
.cm-resources .hs-search-field--open ul.hs-search-field__suggestions li#results-for {
  padding: 0 10px;
  font-weight: 700;
}
.cm-resources .hs-search-field--open.hs-search-field .hs-search-field__suggestions li:first-child {
  margin-top: 10px;
  margin-bottom: 5px;
}
.cm-resources .hs-search-field__suggestions a:focus, 
.cm-resources .hs-search-field__suggestions a:hover {
  background-color: rgba(0,0,0,.1);
  outline: none;
}

.cm-resources-recent-post {
  position: relative;
  overflow: hidden;
  background-color: #f4f5f5;
  padding-bottom: 45px;
  padding-top: 45px;
}

.cm-resources-recent-post .page-center {
  position: relative;
  z-index: 2;
  padding: 0 10px;
  max-width: 1277px;
}

.cm-resources-recent-post .top_sec {
  margin-bottom: 20px;
  padding: 0;
}

.cm-resources-recent-post .top_sec h2.title {
  margin: 0;
  color: #151515;
}

.cm-resources-recent-post .feed-outer-wrp {
  margin: 0 -10px;
}

.cm-resources-recent-post .recent-post-item {
  position: relative;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-resources-recent-post .item_inner {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 0 4px 0 hsla(0,0%,60%,.5);
  padding: 20px;
}

.cm-resources-recent-post .feature_img-wrp {
  position: relative;
  padding-bottom: 66.5%;
}

.cm-resources-recent-post .feature_img {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cm-resources-recent-post .feature_img-wrp a.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cm-resources-recent-post .post-btm {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0;
}


.cm-resources-recent-post .tags_wrap {
  position: static;
  font-size: .875em;
  line-height: 1.42857142857;
}

.cm-resources-recent-post .tags_wrap a {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
  padding: 4px;
  background-color: #00ae0b;
  color: #fff;
}
.cm-resources-recent-post .tags_wrap a.fieldserviceindustry{
  background-color: #00ccf5;
}
.cm-resources-recent-post .tags_wrap a.marketing{
  background-color: #f25b5b;
}
.cm-resources-recent-post .tags_wrap a.financial{
  background-color: #f1911b;
}
.cm-resources-recent-post .tags_wrap a.fsmemployees{
  background-color: #00ae0b;
}
.cm-resources-recent-post .tags_wrap a.business{
  background-color: #9c2af4;
}
.cm-resources-recent-post .tags_wrap a.serathebrand{
  background-color: #276fff;
}
.cm-resources-recent-post .tags_wrap a.membershipplans{
  background-color: #8b01f4;
}
.cm-resources-recent-post .tags_wrap a.customerserviceonboarding{
  background-color: #f35b5b;
}

.cm-resources-recent-post .meta_wrap {
  margin-bottom: 16px;
  display: block;
  padding-top: 10px;
}

.cm-resources-recent-post .item-date {
  vertical-align: middle;
  line-height: 1.42857142857;
  color: #353a3b;
  display: block;
  font-family: Montserrat,Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.cm-resources-recent-post .recent-post-title {
  font-size: 20px;
  margin-bottom: 15px;
}

.cm-resources-recent-post .recent-post-title a {
  color: #353a3b;
}

.cm-resources-recent-post .item_descr {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 1.5em;
}

.cm-resources-recent-post .hs-button {
  -webkit-appearance: button;
  border: 1px solid transparent;
  cursor: pointer;
  font-family: Bitter,serif;
  font-size: 18px!important;
  font-weight: 600;
  line-height: 1.5;
  padding: 5px 22px 2px!important;
  text-transform: uppercase;
}



@media (max-width: 1100px) {
  .cm-resources .cm-resource-wt-sidebar .cm-post-row {
    flex-wrap: wrap;
  }
  .cm-resources .cm-resource-wt-sidebar .custom-social-icons {
    order: 3;
    width: 100%;
  }
  .cm-resources .cm-resource-wt-sidebar .content-col {
    order: 1;
  }
  .cm-resources .cm-resource-wt-sidebar .sidebar-col {
    order: 2;
    width: 25%;
  }
  .cm-resources .cm-resource-wt-sidebar .social_inner h4 {
    text-align: center;
  }
  .cm-resources .cm-resource-wt-sidebar .social_inner ul {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }
  .cm-resources .cm-resource-wt-sidebar .social_inner ul li {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .cm-resources .cm-resource-wt-sidebar .content-col {
    padding-right: 0;
    width: 100%;
  }
  .cm-resources .cm-resource-wt-sidebar .sidebar-col {
    width: 100%;
  }
  .cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap .entry-content {
    margin-bottom: 30px;
  }
  .cm-resources-recent-post .feed-outer-wrp {
    margin: 0;
    row-gap: 20px;
  }
  .cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap .sidebar-col h2 {
    text-align: left;
  }
  .cm-resources .cm-resource-wt-sidebar .single-resource .inner-wrap .entry-content blockquote {
    font-size: 22px;
    padding: 40px 10px;
  }
}
