/*****************************************/
/* 
* 
* This is the CSS for all HubDB-generated pages and content.
* Editing this file will affect the entire directory. Proceed with caution! 
* 
* */
/*****************************************/




/*INDIVIDUAL PAGES ========================*/
#single-listing {
  background-color:#f9fafb;
}
.meta { 
  border-bottom:2px solid #dfe3eb;
  grid-template-columns:5fr 2fr;
  grid-row-gap: 1rem;
  display: grid;
  grid-column-gap: 1rem;
  align-items: end;
  margin-bottom: 25px;
  margin-top:10px;
}
.meta p.categories-and-tags {
  align-content: flex-start;
  margin-top: 0;
  font-size:.95rem;
}
p.claim-this-listing {
  text-align: right;
  margin-top:0;
  font-size: 1rem;
}
.edit-enhance { 
  border-top:2px solid #dfe3eb;
  grid-template-columns: 2fr 2fr;
  grid-row-gap: 1rem;
  display: grid;
  grid-column-gap: 1rem;
  align-items: end;
}
.edit-enhance p {
  font-size: 1rem;
}
.respond-comment { 
  /*border-top:2px solid #dfe3eb;*/
  grid-template-columns: 2fr 2fr;
  grid-row-gap: 1rem;
  display: grid;
  grid-column-gap: 1rem;
  align-items: end;
}
.respond-comment p {
  font-size: 1rem;
  text-align: right;
}
.enhance-this-listing {
  text-align:right;
  display: none; /* Hiding Enhance link and offering enhancements for free*/

}
.enhance-this-listing i.fas.fa-external-link-alt {
  font-size: .8rem;
  position: relative;
  top: -2px;
  color: #bac4d5;
}

.single-left {
  margin-bottom: 100px;
}
.border-on-right { 
  border-right: 2px solid #243642;
  padding-right:50px;
}
.border-on-left { 
  border-left: 2px solid #243642;
  padding-left:50px;
}
.border-on-top { 
  border-top: 2px solid #243642;

}
.single-two-col { 
  grid-template-columns: 4fr 2fr;
  grid-row-gap: 4rem;
  display: grid;
  grid-column-gap: 50px;
}
.single-left-outer { }
.single-right-outer { }
.single-right { }


/*affecting listings in the sidebar*/
.related-services { 
  margin-bottom:50px; 
}
.single-right h3 {
  padding-left: 1rem;
  margin-left:5px;
  font-size: 1.75rem;
  margin-bottom: 0;
}
.resourceTitleDescription {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left:5px;
  font-size: 1.1rem;
  margin-top: 0;
}

h3.panel-title a {
  color: #243642 !important;
  border-bottom: none !important;
  margin-top: 1rem;
}

h3.panel-title a:focus {
  background: none !important;
}
h3.panel-title {
    margin-top: 3rem;
}

.single-right .listing-element p.description-short {
  font-weight: 400;
  font-size: 1rem;
  margin-top: 5px;
  line-height: 1.6rem;
}
p.related-stars {
  font-weight: 400;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-right .listing-element p.tags,
.single-right .listing-element p.categories {
  font-size: .8rem;
}
.listingCounter:nth-child(-n+8) {
  display: block;
}
.listingCounter {
  display: none;
}
/*.tagBox {
padding: 8px 16px;
width: fit-content;
color: #fff;
background: #243742;
margin: 0 5px 5px 0;
font-weight: 700;
display: inline-block;
font-size: .8rem;
}
.tagBoxSide {
padding: 5px 9px;
width: fit-content;
color: #fff;
background: #243742;
margin: 0 3px 3px 0;
font-weight: 700;
display: inline-block;
font-size: .6rem;
}*/
/*jeff restyled these two tag styles on 09/17/20*/
.tagBox {
  padding: 2px 12px;
  width: fit-content;
  color: #243642;
  background: #eaeef4;
  border: solid 1px #dfe3ea;
  border-radius: 5rem;
  margin: 0 3px 5px 0;
  font-weight: 700;
  display: inline-block;
  font-size: .8rem;
  text-transform: capitalize;
}
.tagBoxSide {
  padding: 1px 8px;
  width: fit-content;
  color: #243642;
  background: #eaeef4;
  border: solid 1px #dfe3ea;
  border-radius: 5rem;
  margin: 0 3px 5px 0;
  font-weight: 700;
  display: inline-block;
  font-size: .8rem;
  text-transform: capitalize;
  letter-spacing: .02rem;
}
.tagBoxSideWrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
/* Services Tag Filter Box */
.serviceFilterBox li,
.serviceFilterBox button {
  padding: .75rem 1rem;
  width: fit-content;
  color: #253442;
  border: 3px solid #dfe3ea;
  list-style: none;
  margin: 0 0 5px;
  font-weight: 500;
  transition: .3s;
  width: 100%;
  box-sizing: border-box;
  background: #dfe3e9;
  text-align: left;
  text-transform: capitalize;
}

.no-results strong {
  text-transform: capitalize;
}

.browse-by-category li { 
  list-style:none;
}
.browse-by-category a {
  color: #253442!important;
  text-decoration: none!important;
  font-weight: 500!important;
  padding: .75rem 1.25rem;
  width: fit-content;
  color: #000;
  border: 3px solid #dfe3ea!important;
  list-style: none;
  margin: 0 0 5px;
  transition: .3s;
  width: 100%;
  box-sizing: border-box;
  display:block;
  background-color: transparent;
}
.browse-by-category a:hover, 
.browse-by-category a:focus {
  border: 3px solid #243742!important;
  cursor: pointer;
  background-color: transparent;
}
.browse-by-category a.active {
  background: #243742!important;
  color: #fff!important;
  border: 3px solid #243742!important;
}
.browse-by-category a: before { display:none; }
.serviceFilterBox ul,
.browse-by-category ul {
  padding: 0px;
}
.serviceFilterBox li:hover, .serviceFilterBox li.allActive:hover,
.serviceFilterBox button:hover, .serviceFilterBox button.allActive:hover,
.serviceFilterBox li:focus, .serviceFilterBox li.allActive:focus,
.serviceFilterBox button:focus, .serviceFilterBox button.allActive:focus {
  border: 3px solid #243742;
  cursor: pointer;
}
.serviceFilterBox li.active:hover,
.serviceFilterBox button.active:hover,
.serviceFilterBox li.active:focus,
.serviceFilterBox button.active:focus {
  border: 3px solid #3f525d;
  cursor: pointer;
}
.serviceFilterBox li.active,
.serviceFilterBox button.active{
  background: #243742;
  color: #fff;
  border: 3px solid #243742;
}
.serviceFilterBox li.active:after,
.serviceFilterBox button.active:after,
.browse-by-category a.active:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 600; 
  content: "\f00c \A \A";
  float:right;
  color:#3ebda8;
  margin-left:5px;
}
.serviceFilterBox li.allActive:after,
.serviceFilterBox button.allActive:after{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 600; 
  content: "\f00c \A \A";
  float:right;
  color:#3ebda8;
  margin-left:5px;
}
.serviceFilterBox li.allActive,
.serviceFilterBox button.allActive{
  background: #dfe3ea;
  color: #243742;
  border: 3px solid #dfe3ea;
}
/* End Services Tag Filter Box */

.sidebar-section.browse-by-category {
  margin: 0px 0 60px 0!important;
}
.single-right .listing-element h4.name {
  margin: 0 0 5px 0;
  font-size: 1.25rem;
  line-height: 1.9rem;
}
.single-right .founding,
.single-right .premium,
.single-right .featured {
  margin: 10px 0!important;
}
.single-right .basic {
  margin: 0 0 10px 0!important;
  padding: 0 5px;
}
.single-right .basic:last-of-type {
  /* border-bottom: none;*/
}
.single-right .sidebar-section {
  padding:1rem;
}
.single-right .founding:hover,
.single-right .premium:hover,
.single-right .featured:hover,
.single-right .basic:hover,
.single-right .founding:focus,
.single-right .premium:focus,
.single-right .featured:focus,
.single-right .basic:focus {
  cursor: pointer;
}
.single-right .basic {
  /*border-bottom: solid 4px #dfe3eb;*/
}
.single-right .listing-element {
  grid-template-columns: auto;
  grid-row-gap: 0;
  display: grid;
  grid-column-gap: 0;
}
.single-right .listing-element p.reviews {
  margin: 0;
  font-size: .8rem;
  font-weight: 900;
}
.single-description-outer {
  border: 8px solid #dfe3eb;
  background-color: #fff;
  border-radius: 2px;
  padding: 2rem;
}



.fpdescription .logo {
  max-width: 400px;
  margin-top: -208px;
  min-height: 150px;
  padding: 20px;
  border: solid 1px #777;
  background-color: white;
}

.fpdescription .logo img {
  max-height: 200px;
  margin: auto;
}

.single-description .logo {
  max-width: 400px;
  min-height: 150px;
  /* height: auto; */
  grid-template-columns: 1fr;
  padding: 20px;
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  text-align: center;
  border: solid 1px #777777;
}
.single-description .logo img {
  max-height: 200px;
  margin: auto;
}
.single-contact-links { line-height: 1.7rem;}
.single-contact-social a {
  border-bottom:none;
  font-size: 1.5rem;
  margin-right: 15px;
}
.single-contact-social a:before {
  display:none;
}
.single-contact-social a:hover ,
.single-contact-social a:focus {
  color:#253542
}
.videos-wrapper .videoElement:not(:last-child) {
  border-bottom: solid 2px #dfe3eb;
  padding-bottom: 0;
  margin: 30px 0;
}
.twitter-tweet.twitter-tweet-rendered {
    padding-bottom: 50px;
}
.tweet-elements {
    margin: auto;
    display: table;
}
.articles-wrapper, .videos-wrapper, .tweet-wrapper {
  margin-top: 50px;
  padding-top: 50px;
  border: 8px solid #dfe3eb;
  background-color: #fff;
  border-radius: 2px;
  padding: 2rem;
}
.videos-wrapper h4, .tweet-wrapper h4 {
  font-size: 1.4rem;
}
.articles-wrapper h3, .videos-wrapper h3, .tweet-wrapper h3 {
  margin: 0 0 30px;
}
.articles-wrapper .article h4 {
  font-size: 1.2rem;
  line-height: 1.8rem
}
.articles-wrapper .article q {
  font-size: 2rem;
  font-family: aktiv-grotesk-extended, sans-serif;
  line-height: 2.9rem;
}

.articles-wrapper p {
  margin-top: 5px;
}
.articles-wrapper .article p:before {
  content: '“';
}
.articles-wrapper .article p:after {
  content: '”';
}
.articles-wrapper .article:not(:last-child) {
  border-bottom: solid 2px #dfe3eb;
  padding-bottom: 30px;
  margin: 30px 0;
}

.fpnews h3 {
  line-height: .5;
  padding-top: 15px;
}
.fpnews {
  padding-bottom: 10px}

.reviews-wrapper {
  border-top: 6px solid #243642;
  margin-top: 50px;
  padding-top: 50px;
}
.reviews-heading-wrapper {
  grid-template-columns: 3fr 1fr;
  grid-row-gap: 4rem;
  display: grid;
  grid-column-gap: 1rem;
  margin-bottom:25px;
}
.listing-form-embed {
  border: 8px solid #dfe3eb;
  background-color:#fff;
  border-radius: 2px;
  padding: 2rem;
  margin-bottom:40px;
}
.listing-form-embed h3 {
  margin: 0;
  padding: 0;
}
.listing-form-embed p {
  font-weight:500;
}
.review-form {
  border: 8px solid #dfe3eb;
  background-color:#fff;
  border-radius: 2px;
  padding: 2rem;
  margin-top:50px;
}
.review-form h3,
.reviews-heading h3 {
  margin: 0;
}
.review-form p {
  font-weight:500;
}
.review-form .social {
  margin: 1rem 0;
}
.review-form .social i {
  padding: 10px;
  margin: 0;
}
.social {
  font-size: 30px;
  margin: 1rem 0;
}
.review-element {
  padding: 2rem;
  border: solid 1px #dfe3eb;
  background-color: #fff;
  border-radius: 0px;
  margin-bottom: 25px;
}
.review-element:first-of-type {
  border-top:none!important;
}
.review-element .reviewer {
  font-weight: 400;
  display: inline-block;
  margin: 10px 0 0 0;
  font-size: .9rem;
}
.review-element h4 {
  margin: 10px 0;
  font-size: 1.5rem;
}
.review-element .review-body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  /*line-height: 1.5rem;*/
}



.response-element {
  padding: 2rem;
  border: solid 1px #dfe3eb;
  background-color: #fff;
  border-radius: 0px;
  margin-top: 25px;
}
.response-element .responder {
  font-weight: 400;
  display: inline-block;
  margin: 10px 0 0 0;
  color:#767676;
  font-size: .9rem;
}
.response-element h4 {
  margin: 10px 0;
  font-size: 1.5rem;
}
.response-element .response-body {
  margin: 0;
  font-weight: 400;
  font-size: .9rem;
  /*line-height: 1.5rem;*/
}






.star-rating-wrapper {
  display:inline-block;
  font-size: 1.25rem;
  position: relative;
  top: -2px;
}
/*.star-rating-wrapper span {
font-weight:700;
color:#febd1c;
margin-left:10px;
display:none;
}*/
.reviews-wrapper i  {
  color:#ffc107;
}

.formFeedbackWarning {
  padding: 10px 16px;
  background: #e9fffa;
  border: 1px solid #b9e2d9;
  margin-bottom: 20px;
}
.formFeedbackWarning p {
  padding: 0;
  margin: 0;
  font-size: .9rem;
  color: #243742;
}
.formFeedbackWarning p i {
  padding-right: 6px;
  color: #009272;
}
i.far.fa-star.greyed {
  /*color: #dfe3eb;*/
}
.verification { position:relative }

.verification .fa-check-circle {
  color:#009272;
}
p.claimed-listing span { 
  background-color: #f9fafb;
  border: solid 1px #dfe3eb;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  color: #293b47;
  margin: 0;
  float: right;
}
.meta p.claimed-listing { 
  margin-top: 0;
} 

.accordionDrop,
.accordionDropEdit {
  position: relative;
  top: -27px;
  margin-bottom: 25px;
  padding: 2rem;
  border: solid 2px #dfe3eb;
  border-radius: 1px;
  opacity:0;
}
.accordionDrop-inner p {
  font-weight: 500;
}
.claimed-listing a {
  margin-top: 0;
  font-size: .85rem;
  text-align: right;
}
.accordionDrop h4,
.accordionDropEdit h4 {
  font-size: 1.25rem;
  margin-top: 0;
}
.flip {
  transform: rotate(90deg);
}
.reviews-score {
  font-weight: 800;
  font-size: 2.5rem;
  margin: 0;
  display: block;
  line-height: 3rem;
}
span.reviews-based-on {
  font-weight: 400;
  font-size: .9rem;
}
.community-sentiment {
  margin-bottom: 60px;
  background: #fff;
}
.community-sentiment p {
  margin-bottom: 5px;
}
.community-sentiment i {
  color: #ffc107;
}
.stars-1 h4, .stars-0-5 h4, .stars-0 h4 {color: #d93120;}
.stars-2 h4, .stars-1-5 h4 {color: #f16630;}
.stars-3 h4, .stars-2-5 h4 {color: #c14c8c;}
.stars-4 h4, .stars-3-5 h4 {color: #6447d4;}
.stars-5 h4, .stars-4-5 h4 {color: #0170da;}

.stars-0 {
    font-weight: 900;
    color: #808080;
}
.community-sentiment-stars-1, .community-sentiment-stars-0-5, .community-sentiment-stars-0 {
  border: 8px solid #d93120;
  padding: 1.5rem;
}
.community-sentiment-stars-2, .community-sentiment-stars-1-5 {
  border: 8px solid #f16630;
  padding: 1.5rem;
}
.community-sentiment-stars-3, .community-sentiment-stars-2-5 {
  border: 8px solid #c14c8c;
  padding: 1.5rem;
}
.community-sentiment-stars-4, .community-sentiment-stars-3-5 {
  border: 8px solid #6447d4;
  padding: 1.5rem;
}
.community-sentiment-stars-5, .community-sentiment-stars-4-5 {
  border: 8px solid #0170da;
  padding: 1.5rem;
}
.community-sentiment-stars-1 h3, .community-sentiment-stars-0-5 h3, .community-sentiment-stars-0 h3, .community-sentiment-stars-2 h3, .community-sentiment-stars-1-5 h3, .community-sentiment-stars-3 h3, .community-sentiment-stars-2-5 h3, .community-sentiment-stars-4 h3, .community-sentiment-stars-3-5 h3, .community-sentiment-stars-5 h3, .community-sentiment-stars-4-5 h3 {
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
}
.community-sentiment-description {
  margin-left: 0;
  font-size: 1.1rem;
  margin-top: 0;
}
.overlayWarning { 
  border: 8px solid #d93120;
  padding: 1.5rem;
  margin-bottom: 40px;
  margin-top: -100px;
  background: #fff;
}
p.overlayWarningText {
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0;
    line-height: 2.4rem;
}
span.verified-review {
  background-color: #e9fffa;
  border: solid 1px #b9e2d9;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  color: #009272;
  margin: 0 10px;
  position: relative;
  top: -1px;
}
.verified-review i { 
  color: #009272;
}
span.verified-pending {
    background-color: #fff9e9;
    border: solid 1px #ffc108;
    padding: 2px 8px;
    border-radius: 100px;
    font-size: .7rem;
    font-weight: 700;
    color: #243642;
    margin: 0 10px;
    position: relative;
    top: -1px;
}
a.founding-partner-badge-link {
  margin-top: -65px;
  border-bottom: none;
}
.meta p.verification span {
  background-color: #e9fffa;
  border: solid 1px #b9e2d9;
  padding: 2px 8px;
  border-radius: 100px;
  font-size: .7rem;
  font-weight: 700;
  color:#009272;
  margin: 0;
  float: right;
}
.meta p.verification span i {
  color:#009272;
}
div#single-listing.section {
  padding-bottom: 125px;
}
.back-to-directory {
  position: relative;
  line-height: 0;
  padding-left: 2rem;
  top: 25px;
  margin-left:5px;
  line-height: 1rem;
}
.back-to-directory i {
  margin-right: 3px;
}

/*Mobile Audit on Single Page*/


@media (max-width:1024px) {
  .single-two-col { /*full width column*/
    grid-template-columns: 1fr;
  } 
  .border-on-right {   /*removing border for sidebar*/
    border-right: none;padding-right: 0;
  } 
  div#single-listing.section { /*tightening up padding at bottom of page*/
    padding-bottom: 50px;
  } 
  .sidebar-section {   /*ctas 50% width, side by side*/
    max-width: 49%;margin: 0!important;
    width: 49%;
    display: inline-block;
    padding: 0!important;
    vertical-align: top;
  } 
  .community-sentiment {
    display: none;
  }
  .overlayWarning { 
    padding: 1.5rem;
    margin-top: 0px;
  }
  p.overlayWarningText {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

} /*end of 1024*/


@media (max-width:565px) {
  .reviews-heading-wrapper {/*adjustment to the Reviews/score heading*/
    grid-template-columns: 1fr!important;
    grid-row-gap: 1rem!important;
    padding:0 2rem;
  } 
  .meta { /*adjustment to the Categories/tags heading*/
    grid-template-columns: 1fr;
    grid-row-gap: 0;
  }
  .meta img { /*Founding Partner badge*/
    max-width: 125px;
    margin-bottom: 10px;
  }
  .meta p.verification, 
  .meta p.claimed-listing { /*allowing badges to be left-aligned*/
    margin-top: 0;
  } 
  .meta p.verification span, 
  .meta p.claimed-listing span { /*allowing badges to be left-aligned*/
    float:none; 
  } 
  .claim-this-listing {
    margin-top: 0;
    text-align: left;
  }
  .sidebar-section {/*ctas full width*/
    max-width: 100%;
    margin: 0!important;
    width: 100%;display: inline-block;
    padding: 0!important;
    vertical-align: top;
  } 
  .review-element h4 {
    margin: 10px 0;
    font-size: 1.15rem;
  }

}



/*LISTING PAGES     i.e. https://www.inclusionhub.com/digital-accessibility ========================*/

.body-container-wrapper {
  background-color: #f9fafb;
}
.pagination {
  padding: 1rem;
  text-align: center;
  display: block;
  border-top: solid 2px #dfe3eb;
  margin-bottom: 50px;
  margin-top: 25px;
}
.page-count {
  display: inline-block;
}
a.button.next-button {
  float: right;
}
a.button.previous-button {
  float: left;
}
.listings-left { 
  margin-top:10px;
}
.listings-left .sidebar-section {
  margin:0 0 35px 0;
}
.sidebar-section img {
  max-width:350px;
  width:100%;
}
.basic {
  background-color: #fff;
  margin-bottom: 25px;
  border: solid 1px #dfe3eb;
}

.listings-left h2 {
    font-size: 1.5rem;
    padding-top: 40px;
}
.listings-left p {
  font-size: 1rem;
  padding-bottom: 1rem;
}
.listings-left .cta-text {
  padding: 1.5rem;
}
input#filter-by-tags,
input#filter-by-category {
  margin-right: 10px;
}

.listings-right { margin-bottom:100px; }

fieldset {
  border: 0!important;
  margin: 0!important;
  padding: 0!important;
}

.cat-filter { 
  padding-left:1rem;
  margin-left:5px;
}
.no-results,
.yes-results {
  padding-left:1rem;
  margin-left:5px;
  margin-bottom:50px;
}
.search-results {
  padding-left:1rem;
  margin-left:5px;
  margin-bottom:25px;
}
input#submit-button {
  font-weight: 700;
  border-radius: 5px;
  background: #0075e3;
  border: 3px solid #0075e3;
  color: #fff;
  padding: 10px 22px 12px;
  transition: .3s;
  display: inline-block;
  width: auto;
  margin-top: 5px;
}
input#submit-button:hover,
input#submit-button:focus {
  color: #fff;
  border: 3px solid #253442;
  background-color: #253442;
}

.cat-filter:after {
  /*content: "\f0d7";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 7px;
  transition: .3s all ease;
  font-size: 18px;*/
}
.services-directory-listing-wrapper { 
  margin-top:50px;
}
.listing-element {
  padding: 1rem;
}
.listing-element-wrapper {
  padding: 1rem;
}
.listing-element { 
  grid-template-columns: 1fr 4fr;
  grid-row-gap: 4rem;
  display: grid;
  grid-column-gap: 2rem;
}
.listing-element .right-col {
  /*max-width: 80%;
  display: inline;*/
}
.listing-element .left-col {
  /*width: 20%;
  display: inline;
  float: left;
  margin: 0 20px 0 0;*/
}
.left-col, .right-col {
  align-content: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.listing-element .left-col .logo-helper {
  width: 100%;
  max-width: 175px;
  border: 3px solid #eaf0f6;
  border-radius: 2px;
  margin: 0;
  box-sizing: border-box;
  display: grid;
  grid-column-gap: 1rem;
  align-items: center;
  text-align: center;
  min-height: 150px;
}
.listing-element .left-col .logo-helper img { }

.listing-element.ad img {
  border: none;
  max-width: 140px;
  margin: 0 auto;
}
.listing-element.ad p {
  margin: 0;
  font-weight: 900;
  font-size: 1.1rem;
}
.featured {
  background: #fff;
  border: 8px solid #dfe3eb;
  border-radius: 2px;
  position: relative;
  margin-bottom: 25px;
}
.featured:before {
  content: "Enhanced";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .7rem;
  letter-spacing: 1px;
  background: #dfe3eb;
  padding: 6px 12px;
  position: absolute;
  top: -8px;
  right: .75rem;
}
.founding.featured:before {
  content: "Founding Partner";
  background:#3fbca8;
  background: #028570;
  color:#fff;
}
.founding.featured {
  border: 8px solid #3fbca8;
  border-radius: 2px;
  position: relative;
  margin-bottom: 25px;
  background-color:#fff;
}
.listing-element.ad {
  border: 8px solid rgb(37,52,66);
  border-radius: 2px;
  align-items: center;
  margin-top:50px;
  background-color:#fff;
}
.listing-element h4.name {
  margin: 0;
  font-size: 1.8rem;
}
.listing-element p.categories {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
}
.listing-element p.tags {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  text-transform: capitalize;
}



.listing-element p.tags a:hover,
.listing-element p.tags a:focus,
.listing-element p.categories a:hover,
.listing-element p.categories a:focus,
.listing-element p.reviews a:hover,
.listing-element p.reviews a:focus {}
.listing-element p.reviews {
  margin: 5px 0;
  font-size: .9rem;
  font-weight: 900;
}
.listing-element p.reviews .fa-star { 
  margin-right:5px;
}
.listing-element p.description-short {
  margin: .2rem 0;
  font-size: 1rem;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;  
}
.listing-link {
  text-align: right;
  margin: 15px 0 0 0;
}
.composite-score-wrapper {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.composite-score-wrapper i {
  color:#ffc107;
}

.reviews {
  margin: 5px 0;
  font-size: .9rem;
  font-weight: 500;
}

/* Styling founding partner/premium listing Rich Content */
.enhanced-description table {
  border: none!important;
  border-color: transparent!important;
}

.enhanced-description table p {
  margin: 0!important;
}
.enhanced-description table td {
  padding-bottom: 15px;
  vertical-align: top;
  width: 50%;
}
.enhanced-description {
  font-size: 1.125rem;
  line-height: 1.8;
}
.enhanced-description h2,
.enhanced-description h3,
.enhanced-description h4,
.enhanced-description h5 {
  font-size: 1.45rem!important;
  line-height: 1.3!important;
  margin-top:50px!important;
}

.enhanced-description h6 {
  font-size: 1rem !important;
  padding: 0 10px;
}
.enhanced-description fieldset.form-columns-1,
.enhanced-description fieldset.form-columns-2,
.enhanced-description fieldset.form-columns-3,
.enhanced-description .hs-input {
  max-width: inherit!important;
}
.enhanced-description .actions {
  margin-top: 0!important;
  margin-bottom: 25px!important;
  padding: 0px 0px 25px 0!important;
}



/*Mobile Audit on Listing Page*/
@media (max-width:1024px) {
  .span3.listings-left {
    width: 100% !important;
  }
  .span9.listings-right {
    width: 100% !important;
    margin: 0 !important;
  }
  .cat-filter {
    padding-left: 0;
    margin-left: 0;
  }
  .no-results, .yes-results {
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .mobile-hide[hidden] {
    display: block;
  }
}

@media (max-width:767px) { /*drops to one col*/

  .fp-mobile-align {
    display: block;
  }

  .fp-mobile-align .single-right-outer { display: table-header-group; }
  .fp-mobile-align .single-left-outer { display: table-footer-group;  }

  .founder .single-right-outer .section {
    padding-top: 40px;
}

  .fpdescription .logo {
    margin-top: 0;
  }
  .border-on-left,
  .border-on-right {
    border: none;
    padding: 0!important;
    margin: 0!important;
  }
  .border-on-top {
    margin-top: 20px;
    padding-top: 20px;
  }


  .serviceFilterBox ul, .browse-by-category ul {
    margin: 0;
  }
  .enhanced-description td {
    width: 100%;
    display: block;
  }
  .no-results, .yes-results {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .listings-right {
    margin-bottom: 0px;
  }
  .listing-element .left-col .logo-helper {
    max-width: 125px;
    min-height: 100px;
    margin-bottom: 1rem;
  }
  .listings-left h2 {
    font-size: 1rem;
    margin-bottom: 0;
    padding: 1%;
  }
  span.icon {
    font-size: 1.5rem;
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .directory-search {
    margin-bottom: 60px;
    padding: 1%;
  }
  .listings-left {
    background-color: #ffffff;
    margin-top: -5px;
    border: solid 1px #dfe3ea;
    padding: 0.5rem 1rem;
  }
  h2.cat-filter.sans-serif {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 3rem;
  }
}