.buyer-guide {
    display: flex;
    justify-content: space-between;
}

.pbm-guide-menu,
.buyers-guide-header-sub-menu {
    display: flex;
    align-items: center;
}

.buyers-guide-header-sub-menu a {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin: 0 10px;
    font-weight: 600;
}

.page-id-190917 .buyers-guide-header-sub-menu li:first-child a,
.page-id-190918 .buyers-guide-header-sub-menu li:nth-child(2) a,
.page-id-190919 .buyers-guide-header-sub-menu li:last-child a,
.buyers-guide-header-sub-menu a:hover,
.pbm-guide-product-item h3 a:hover {
    color: #0b4e6f;
}

.buyers-guide-header-sub-menu li:first-child a {
    margin-left: 0;
}

.buyers-guide-header-sub-menu li:last-child a {
    margin-right: 0;
}

.pbm-guide-block {
    padding: 30px 42px !important;
    background-color: #fff !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 5px;
    margin-bottom: 20px;
}

.pbm-guide-block:last-child {
    margin-bottom: 0;
}

.pbm-guide-wrapper .pbm-guide-search.pbm-guide-block {
    padding: 0 !important;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pbm-guide-wrapper #search-company {
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #737373;
    font-size: 19px;
    /* font-style: italic; */
    height: 70px;
    line-height: 1.26;
    padding: 0 10px 0 42px;
    width: 100%;
    -webkit-appearance: none;
}

.pbm-guide-wrapper #search-company:focus-visible {
    outline: none;
}

.pbm-guide-wrapper .pbm-guide-search button {
    background: transparent;
    border: 0;
    border-radius: 5px;
    height: 70px;
    padding: 0;
    width: 70px;
}

.pbm-guide-wrapper .pbm-icon.search-icon {
    height: 25px;
    width: 25px;
}

.page-template-template-buyers-guide .river-heading {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-top: 0;
    font-weight: 500 !important;
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #dbdbda;
}

.page-template-template-buyers-guide .pbm-guide-products.pbm-guide-block {
    display: block !important;
}

.pbm-guide-wrapper .pbm-guide-categories ul {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pbm-guide-wrapper .pbm-guide-categories ul li {
    flex: 1 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 20px;
    padding-right: 16px;
}

.pbm-guide-wrapper .pbm-guide-categories ul a {
    color: #0b4e6f;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s;
    font-size: 18px;
}

.pbm-guide-wrapper .pbm-guide-categories ul a:hover {
    color: #191818;
}

.pbm-guide-categories__more,
.pbm-guide-categories {
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    padding: 3px 0;
}

.pbm-guide-categories__more .js-toggle--expanded,
.more-categories .pbm-guide-categories__more .js-toggle--hidden,
.pbm-guide-categories__more .js-toggle--hidden:hover {
    color: #0b4e6f;
}

.js-toggle-content,
.pbm-guide-categories__more .js-toggle--expanded,
.more-categories .js-toggle--hidden {
    display: none;
}

.more-categories .js-toggle--expanded,
.more-categories .js-toggle-content {
    display: block !important;
}

.pbm-guide-categories__more .button-text,
.pbm-guide-categories .button-text {
    text-decoration: underline;
}

.pbm-guide-company-item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-direction: row;
}

.pbm-guide-content {
    flex: 1;
}

.pbm-guide-content .sub-title {
    font-size: 18px;
    line-height: 1.38;
    margin: 0;
}

.pbm-guide-content .sub-title a {
    color: #191818;
    font-weight: 700;
    text-decoration: none;
}

.pbm-guide-company-item p {
    margin: 0;
    font-size: 18px;
    line-height: 1.55;
}

.pbm-guide-company-item p span {
    color: #737373;
}

.pbm-guide-company-item a {
    color: #0b4e6f;
    text-decoration: underline;
    font-weight: 700;
    word-break: break-word;
}

.pbm-guide-company-item__image {
    flex: 1 0 145px;
    margin-bottom: 0;
    max-width: 145px;
}


/*  */

.pbm-guide-products .gallery__image {
    display: block;
    margin-bottom: 8px;
    opacity: 1;
    transition: opacity 0.2s;
    position: relative;
}

.pbm-guide-products .gallery__image:focus,
.pbm-guide-products .gallery__image:hover {
    opacity: 0.8;
}

.pbm-guide-products .gallery__image:before {
    padding-bottom: 100%;
    content: "";
    display: block;
    width: 100%;
}

.pbm-guide-product-item__content h3 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.32;
    color: #191818;
    display: inline-block;
    margin: 5px 0;
}

.pbm-guide-products .aspect-ratio__element {
    display: block;
    height: 100%;
    max-width: none;
    object-fit: cover;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.pbm-guide-product-item h3 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px !important;
    color: #191818;
    margin: 10px 0 !important;
    display: inline-block;
}


/* -----------------------page-template-buyer-guide-static-page-template--------------------- */

.pagination.pagination--top .style-cta {
    color: #191818;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.2s;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}

.pagination.pagination--top .style-cta:before {
    content: "";
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #191818;
    border-bottom: 2px solid #191818;
    transform: rotate(45deg);
    position: absolute;
}

.pagination.pagination--top .chevron-left.left {
    display: inline-block;
    fill: #221f20;
    height: 13px;
    width: 7px;
    margin-right: 16px;
}

.pagination.pagination--top .style-cta {
    font-weight: 500;
}

.pagination.pagination--top .style-cta:hover,
.pagination.pagination--top .style-cta:hover .chevron-left.left,
.pagination.pagination--top .style-cta:hover::before {
    fill: #0b4e6f;
    color: #0b4e6f;
    border-color: #0b4e6f;
}

.page-template-buyer-guide-static-page-template .pbm-guide-title {
    margin: -30px -42px 34px;
    padding: 16px 42px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #191818;
}

.page-template-buyer-guide-static-page-template .pbm-guide-title .title {
    font-size: 20px;
    line-height: 1.45;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content {
    padding-top: 5%;
    position: relative;
    font-size: 18px;
    line-height: 1.55;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content p a {
    color: #191818;
    font-weight: 600;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content .text-center a {
    color: #191818;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content .text-center {
    margin-top: 1rem;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content .post-content-wrap a {
    font-size: 18px;
    color: #191818;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content .post-content-wrap a em {
    text-transform: uppercase;
    margin-bottom: 13px;
    display: inline-block;
}


/* faqs */

.page-template-buyer-guide-static-page-template .pbm-guide-content h3 {
    font-size: 20px;
    line-height: 1.45;
    margin: 1rem 0;
    text-transform: uppercase;
}

.page-template-buyer-guide-static-page-template .pbm-guide-content h3 a em {
    color: #191818;
}


/* /edit-add-free-listing/ */

.post-content.edit-add-free-listing .gform_wrapper ul li.gfield label {
    word-break: break-all;
    font-size: 16px;
}

.gform_wrapper .top_label .gfield_label,
.gform_wrapper legend.gfield_label {
    line-height: 1.3;
    font-size: 16px;
    font-weight: 400;
}

input#gform_submit_button_2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background: #0b4e6f;
    border: none;
    padding: 12px 23px;
}

.gf_browser_chrome.gform_wrapper input#gform_submit_button_2:hover {
    background-color: #191818;
}

.gf_browser_chrome.gform_wrapper input {
    margin-top: 0 !important;
    line-height: 1.15;
}

.gf_browser_chrome.gform_wrapper select {
    padding: 4px 0 4px 3px !important;
}


/* /companies/accent-furniture/ */

.pbm-guide-categories .js-toggle-expanded,
.more-categories .pbm-guide-categories .js-toggle-hidden,
.pbm-guide-categories .js-toggle-hidden:hover {
    color: #0b4e6f;
}

.js-toggle-content,
.pbm-guide-categories .js-toggle-expanded,
.more-categories .js-toggle-hidden {
    display: none;
}

.more-categories .js-toggle-expanded,
.more-categories .js-toggle-content {
    display: block;
}

.pbm-guide-categories .river-heading {
    line-height: 32px !important;
    padding-bottom: 15px !important;
    margin-bottom: 25px !important;
    border-bottom: 1px solid #dbdbda;
}


/* /company/planned-furniture-promotions-2/ */

.pbm-guide-companies .pbm-guide-title {
    margin: -30px -42px 34px;
    padding: 16px 42px;
    background-color: #221f20;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}

.term-accent-furniture .pbm-guide-companies .pbm-guide-title {
    background-color: #0b4e6f;
}

.pbm-guide-companies h2.title {
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 0;
}


/* .pbm-guide-companies .event-item__image {
  max-width: 300px;
  position: relative;
}
.pbm-guide-companies .event-item__image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 55.55%;
}
.pbm-guide-companies .event-item__image img.aspect-ratio__element {
  display: block;
  height: 100%;
  max-width: none;
  width: 100%;
  object-fit: scale-down;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
} */

.pbm-guide-companies img.aspect-ratio__element:hover {
    opacity: 0.8;
}

.pbm-guide-companies .btn-custom {
    background: #0b4e6f;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    padding: 3px 10px;
    z-index: 999;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pbm-guide-companies .post-content-wrap p {
    font-size: 18px;
    line-height: 1.55;
}

.pbm-guide-companies .post-content-wrap p a {
    color: #191818;
    font-weight: 500;
}

.pbm-guide-companies .pbm-guide-company-item--location {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 27px 35px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    background-color: #fbfbfb;
    margin-bottom: 15px;
    align-items: center;
}

.pbm-guide-companies .pbm-guide-company-item--location .button {
    background-color: #0b4e6f;
    border: 0;
    border-radius: 70px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    padding: 12px 23px;
    text-align: center;
    text-decoration: none;
    width: max-content;
}

.pbm-guide-companies .pbm-guide-company-item--location .button:hover {
    background-color: #191818;
}

.pbm-guide-companies .pbm-guide-company-item__content h3 {
    text-transform: uppercase;
    margin-bottom: 3px;
}

.pbm-guide-locations__more {
    background-color: #fbfbfb;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #0b4e6f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px;
    padding: 14px 0;
    text-align: center;
    transition: color 0.2s;
    width: 100%;
}

.pbm-guide-locations__more:hover {
    color: #191818;
}

.pbm-guide-companies .row {
    margin-left: -15px;
    margin-right: -15px;
}

.pbm-guide-companies .row .col-sm-4 {
    padding: 0 15px;
    position: relative;
}

.pbm-guide-companies .row .col-sm-4 img.aspect-ratio__element:not( .pbm-guide-companies .row .col-sm-4:last-child img.aspect-ratio__element) {
    padding-bottom: 30px;
}

.pbm-guide-companies .pbm-guide-wrapper a {
    word-break: break-word;
}

.pbm-guide-companies .pbm-gallery figure.pbm-col {
    padding-left: 0;
    padding-right: 0;
}

.pbm-guide-companies .aspect-ratio {
    position: relative;
}

.pbm-guide-companies .gallery__image {
    display: block;
    margin-bottom: 30px;
    opacity: 1;
    transition: opacity 0.2s;
}

.pbm-guide-companies .aspect-ratio--1-1:before {
    padding-bottom: 100%;
}

.pbm-guide-companies .aspect-ratio:before {
    content: "";
    display: block;
    width: 100%;
}

.pbm-guide-companies .pbm-row-products .aspect-ratio:before {
    padding-bottom: 55.55%;
}

.pbm-guide-companies .pbm-gallery figure.pbm-col img,
.pbm-guide-companies .post-item--video-gallery img {
    object-fit: contain;
    display: block;
    height: 100%;
    max-width: none;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.pbm-guide-companies .pbm-gallery figure.pbm-col img:hover {
    opacity: 0.8;
}

.single-pbm-company .pbm-guide-product-item__content,
.gallery__image-description {
    display: none;
}

.pbm-guide-companies .post-item {
    /* margin-bottom: 40px; */
    position: relative;
}

.pbm-guide-companies .post-item__image-category {
    align-items: center;
    background-color: #221f20;
    display: flex;
    height: 36px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
    z-index: 2;
}

.pbm-guide-companies .post-item__image-play {
    align-items: center;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}

.pbm-guide-companies .video-click.post-item__image img {
    padding-bottom: 0 !important;
    background: #f2f2f2;
}

.pbm-guide-companies .post-item__image-play .play-icon {
    fill: #fff;
    height: 70px;
    max-height: 50%;
    max-width: 50%;
    width: 70px;
    background: url(../images/play-button.png) no-repeat;
    background-size: contain;
}

.pbm-guide-companies .post-item__image-category .play-icon {
    height: 17px;
    width: 17px;
    fill: #fff;
    background: url(../images/play-button.png) no-repeat;
    background-size: contain;
}

.video-gallery-landing-page .post-item--video-gallery .post-item__image:hover:after {
    content: "";
    bottom: 0;
    box-shadow: inset 0 0 0 6px #191818;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pbm-row-products h2.h4.post-item__title {
    margin-bottom: 0;
}

.pbm-row-products a.video-click {
    font-size: 18px;
    line-height: 23px;
    color: #191818;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}

.pbm-row-products .post-item__excerpt.body-text.post-content p {
    margin-bottom: 5px;
}

.pbm-row-products .post-item__content p.dateline.lead.tail {
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #191818;
    display: block;
}

.pbm-guide-more {
    text-align: center;
}

.pbm-guide-more .button {
    background-color: #0b4e6f;
    border: 0;
    border-radius: 70px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    padding: 12px 23px;
    text-align: center;
    text-decoration: none;
}

.pbm-guide-companies .pbm-row-products .aspect-ratio:hover:after {
    bottom: 0;
    box-shadow: inset 0 0 0 6px #242021;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}


/* modal */

.video-modal {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.videobg-background {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.video-content {
    background: #fff;
    display: block;
    margin: 60px auto 0;
    padding: 15px;
    position: relative;
    width: 80%;
    width: 700px;
}

.video-modal .modal-body {
    min-height: 392px;
}

.video-modal iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

button.video-close {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAAABHNCSVQICAgIfAhkiAAAASdJREFUSEut1m0NAjEMgOEXBSggAQMECUgABYAEnOAAJIASwAEJBpBAmtxgN7a2u7FfcB99ct3adMR3LYAX8IiutfzsxRt1kU7ApoP2gPxvWXG8HXAWSORrElVuDsUCEkJKhmYCTYEbMP4DliIS8gKsQuq2wDGTq5ovyyF3YClbEiAxWjAVkeAxNBQzkRxUi7mQEuTF3IgGWZhssNRdvD4bnyvAdI/SZ0oHJH1ORawvCsEszES8kJbGJzDvWpfasqzUhZdzGx/uuYraA2mIG7OgHCLpmtS2Kw3S6mRV2xtLkKcYq3pjDvIg1tH/OSApVINUYTE0BHFj6czg7l2ZU1fas7U2M7jaihMrzgxDkVIaezOD1MWhG1IkBTLftayfeFZnaMF6774B5G5sG9BPgwgAAAAASUVORK5CYII=);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -16px;
    top: -15px;
    width: 30px;
}

.pbm-guide-companies .article-detail-listing a.tag.tag--category {
    background-color: #0b4e6f;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 13px;
    margin-bottom: 15px;
    width: max-content;
}

.pbm-guide-companies .article-detail-listing a.tag.tag--sponsored {
    background-color: #191818;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-right: 13px;
    margin-bottom: 15px;
    width: max-content;
}

.pbm-guide-companies .article-detail-listing .content-section span {
    display: inline-block;
    /* margin-bottom: 12px; */
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #191818;
}

.pbm-guide-companies .article-detail-listing h2.desktop-show {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}

.pbm-guide-companies .article-detail-listing .content-section h2 a {
    display: inline-block;
}

.pbm-guide-companies .article-detail-listing .category-title {
    display: flex;
    /* margin-bottom: 15px; */
}

.pbm-guide-companies .article-detail-listing .image-section img {
    width: 269px;
    height: auto;
}

.pbm-guide-companies .article-detail-listing {
    margin-bottom: 29px;
}

.dailyImg p img {
    width: 100%;
}


/* mobile */

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .video-modal .modal-body {
        min-height: 300px !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .heading-section {
        margin-bottom: 30px;
    }
    .buyer-guide {
        display: unset;
    }
    .buyer-guide .page-heading {
        margin-bottom: 10px;
    }
    .pbm-guide-wrapper #search-company {
        padding-left: 20px;
    }
    .pbm-guide-wrapper .pbm-guide-categories ul li {
        max-width: 50%;
        flex: 1 0 50%;
    }
    .pbm-guide-company-item {
        flex-direction: column-reverse;
    }
    .pbm-guide-company-item__image {
        flex: unset;
        margin-bottom: 10px;
    }
    .page-template-template-buyers-guide .river-heading {
        font-size: 24px !important;
    }
    .pbm-guide-content .sub-title {
        font-size: 14px;
    }
    .pbm-guide-company-item p {
        font-size: 16px;
    }
    .pbm-guide-company-item:last-child {
        margin-bottom: 0;
    }
    .page-template-template-buyers-guide .post-river {
        margin-bottom: 20px;
    }
    .pbm-guide-block {
        padding: 20px !important;
    }
    .pbm-guide-products .col-sm-4 {
        max-width: 360px;
        margin: auto;
    }
    /* get listed */
    .pbm-guide-companies .pbm-guide-title {
        margin: -20px -21px 34px;
        padding: 15px 20px;
    }
    .pbm-company-list .pbm-guide-companies img {
        width: 100%;
        margin-bottom: 10px;
    }
    .page-template-buyer-guide-static-page-template .pbm-guide-content .post-content-wrap a {
        word-break: break-word;
    }
    .pbm-guide-block:last-child {
        margin-bottom: 20px;
    }
    /* company/planned-furniture-promotions-2/ */
    .pbm-guide-companies .article-detail-listing {
        flex-direction: column;
    }
    .pbm-guide-companies .article-detail-listing .category-title {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .pbm-guide-companies .article-detail-listing .content-section span {
        margin-top: 0;
        margin-bottom: 0;
    }
    .pbm-guide-companies .pbm-guide-company-item--location {
        flex-direction: column;
        align-items: unset;
        padding: 20px;
    }
    .pbm-guide-companies .pbm-guide-company-item--location .button {
        margin-top: 30px;
    }
    .pbm-guide-companies .pbm-guide-company-item__content h3 {
        font-size: 14px;
        font-weight: 500;
    }
    .pbm-guide-companies .row .col-sm-4 {
        max-width: 380px;
        margin: auto;
    }
    .pbm-guide-companies .row .col-sm-4 {
        max-width: 380px;
        width: 100%;
        margin: auto;
    }
    .pbm-guide-companies .row.pbm-gallery {
        margin-bottom: 30px;
    }
    .pbm-guide-more {
        margin-bottom: 50px;
    }
    .pbm-guide-companies .article-detail-listing .image-section img {
        width: 100%;
    }
    .video-content {
        width: 80% !important;
    }
    .video-modal .modal-body {
        min-height: 170px;
    }
    .pbm-guide-companies h2.river-heading.section-title__heading {
        margin-top: 20px;
    }
    .pbm-guide-locations__more {
        margin-bottom: 10px;
    }
    .dailyImg {
        float: unset;
        width: 100%;
        margin-right: unset;
        margin-left: unset;
    }
    .dailyCopy {
        width: 100%;
        float: unset;
    }
}

.pbm-guide-companies .pbm-row-products .row .col-sm-4 {
    display: none;
}

.pbm-guide-companies .pbm-row-products .row .col-sm-4.display {
    display: block;
}

.followus-company {
    font-size: 18px;
    line-height: 1.55;
}

.followus-links p:not(.post-content-wrap p) {
    display: inline-block;
}

.followus-links .pipe-line {
    margin: 0 10px;
    font-size: 18px;
}

.followus-links p a {
    color: #0b4e6f;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
    text-decoration: underline;
}


/* .followus-links p a:hover {
  color: #191818;
} */