.p-t-20 {padding-top: 20px;}
.p-b-20 {padding-bottom: 20px;}
.p-t-0{padding-top: 0px;}
/* Executive Team page CSS */
.margin-bottom-true {
  margin-bottom: 1rem;
}
.people-components.card-with-border {
  border-width: 1px;
  border-style: solid;
  border-color:  #8F8F8F;
}
.support-component .people-components:hover {
  box-shadow: 0 5px 9px 0 #8f8f8f;
}
.support-component .people-components:hover .image-container {
  border-bottom-color: #51b5df;
}
.support-component .people-components:hover .image-cta {
  color: #51b5df;
}

/* Floating Widget Styling Starts Here written by SSGP */
.floating-widget {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 1;
}

.floating-widget .contact-widget {
  position: relative;
  background: #EEEEEE;
  padding: 1.4375rem 4rem;
}

@media screen and (min-width: 834px) and (max-width: 1024) {
  .floating-widget .contact-widget {
    padding: 1.4375rem 2rem;
  }
}

@media screen and (max-width: 834px) {
  .floating-widget .contact-widget {
      padding: 0;
  }
}

.floating-widget .contact-widget .img {
  position: absolute;
  left: 0;
  height: 4.5rem;
  width: 4.5rem;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0.375rem 0 0.625rem rgba(0, 0, 0, 0.1);
  box-shadow: 0.375rem 0 0.625rem rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .floating-widget .contact-widget .img {
      position: fixed;
      left: unset;
      right: 0;
      top: unset;
      height: 3.5rem;
      width: 3.5rem;
      bottom: 1.56rem;
  }
}

.floating-widget .contact-widget--expanded .img {
  background: #868686;
}

.floating-widget .contact-widget--collapsed .img {
  background: #fff;
}

.floating-widget .contact-widget-text,
.floating-widget .contact-widget-link {
  margin: 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1875rem;
  color: #000000;
  letter-spacing: 0.13em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .floating-widget .contact-widget-text {
      display: none;
  }
}

.floating-widget .contact-widget-link {
  margin-left: 0.625rem;
  width: 13.125rem;
}

@media screen and (max-width: 834px) {
  .floating-widget .contact-widget-link {
      width: 100%;
      padding: 1.25rem;
      text-align: right;
  }
}

.floating-widget .contact-widget-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .floating-widget .contact-widget-link-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 30%;
      margin-right: 0.625rem;
  }
}

.d-none,
.event-result--0 {
  display: none !important;
}

/* Floating Widget Styling Ends Here written by SSGP */

.add-padding-top-bottom {
    padding: 5rem 0;
}

/* Social Icons Styling Starts Here written by SSGP */
.footer-icons {
  display: flex;
}


.product-title {
font-family: "Uni Sans Book Semibold";
}
/* Social Icons Styling Ends Here written by SSGP */

  /* Education & Traning CME Style Starts Here written by SB */
  
  .guides_container{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .guides_Wrapper {
    max-width: 1320px;
    /*margin: 3.96rem 4rem;*/
  }
  .guides_row_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .guides_row_top .heading{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    margin:0px;
    letter-spacing:1.5px;
  }
  .clinical-publication .coh-view-contents{
      display: flex;
    flex-wrap: wrap;
  }
  
  .guides_cards{
    display: flex;
    flex-wrap: wrap;
    margin-right: -1.6%;
  }
  /*.guides_card{
    margin-right: 1.6%;
    margin-top: 30px;
  }
  .guides_article_content{
    padding: 2.5rem;
    margin: 0 auto;
  }
  */
  .clinical-publication article{
      margin-right: 1.7%;
  }
  .clinical-publication article .guides_card{
      margin-right: 0%;
  }
  .guides_content_heading:hover {
    color: #000000;
  }
  .guides_content_description{
    font-size: 1.125rem;
    line-height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .guides_article_content p{
    margin: 0px;
  }
  .mobileVersionCTA{
    display: none;
  }
  .guides_2card_width50{
    flex-basis: 48.25%;
  }
  
  .guides_3card_width33{
    flex-basis: 31.6%;
    overflow: hidden;
  }
  .guides_2card_width50{
    padding: 2.5rem;
  }
    .desktopVersionCTA {
        line-height:1.5rem;
    }
  
  @media screen and (max-width: 768px) {
    .guides_Wrapper{
      width: 89.3%;
      margin: 0px;
      margin-bottom: 50px;
      margin-top:3.125rem;
    }
    .guides_content_heading{
	    min-height:0px;
  	}
    .guides_row_top .heading{
      margin: 0 auto;
    }
    .guides_cards{
        margin-top: 2px;
    }
    /*
    .guides_card{
      margin-bottom: 22px;
      margin-top: 22px;
    }
    .guides_article_content{
      width: 100%;
      padding: 1.25rem;
    }
    */
    .guides_cards{
	    margin-right: 0%;
    }
    .clinical-publication article , .guides_card{
      margin-right: 0%;
    }
    .guides_2card_width50{
      padding: 1.25rem;
    }
    .guides_2card_width50,.guides_3card_width33{
      flex-basis: 100%;
    }
    .mobileVersionCTA{
      display: block;
      text-align: center;
      margin-top: 12px;
    }
    .desktopVersionCTA{
      display: none;
    }
    .guides_card .guides_article_content .non-gated.guides_content_heading {
    -webkit-line-clamp: 2;
  }
  #edit-reason-for-visiting-today {
    margin-left: 0 !important;
    width: 100% !important;
  }
  #edit-overall-satisfaction label::after,
  #edit-experience-with-verathon label::after,
  #edit-overall-satisfaction label::before,
  #edit-experience-with-verathon label::before {
    top: 0.5rem !important;
    left: 25% !important;
  }
  .fieldset-wrapper .field-prefix, .fieldset-wrapper .field-suffix {
    padding-top: 1rem !important;
    margin: 0 auto !important;
    padding-right: 3rem !important;
  }
  #edit-areas-we-could-improve {
    padding: 0 !important;
  }
  /** For Survey Popup **/
  .survey-feedback-modal #drupal-modal form .form-item-survey-header h1 {
    text-align: center;
  }
  .survey-feedback-modal .form-item-reason-for-visiting-today .form-select {
    width: auto;
  }
  .survey-feedback-modal #drupal-modal .webform-options-display-buttons label.webform-options-display-buttons-label {
    height: auto;
  }
  .survey-feedback-modal #drupal-modal .edit-overall-satisfaction label::before,
  .survey-feedback-modal #drupal-modal .edit-overall-satisfaction label::after,
  .survey-feedback-modal #drupal-modal .edit-experience-with-verathon label::before,
  .survey-feedback-modal #drupal-modal .edit-experience-with-verathon label::after {
    top: 0.25rem !important;
    left: 3rem !important;
  }
  form.feedback-survey-nps div.form-item.form-type-range :is(input),
  form.feedback-survey-nps div.form-item.form-type-range .field-prefix {
    width: 100%;
  }
  form.feedback-survey-nps .js-form-type-number.form-type-number.js-form-item-overall-satisfaction-range__output.form-item-overall-satisfaction-range__output {
    left: 49%;
    bottom: 21px;
  }
  form.feedback-survey-nps div.form-item.form-type-range .field-suffix {
    left: 94%;
  }
  form.feedback-survey-nps #overall_satisfaction_range__output {
  	padding-top: 0.3125rem;
  }
  .comparison-header {
    display: grid;
    grid-template-columns: 45% 45% !important;
    gap: 20px;
    justify-content: center;
	}
}
  
  /* Education & Traning CME Style Ends Here written by SB */


/*.coh-container .coh-wysiwyg p {*/
/*  font-size: inherit;*/
/*  font-weight: inherit;*/
/*  line-height: inherit;*/
/*  margin-bottom: inherit;*/
/*  color: inherit;*/
/*}*/

/*.coh-container .coh-wysiwyg :is(p, h1, h2, h3, h4, h5, h6) {*/
/*  font-size: inherit;*/
/*  font-weight: inherit;*/
/*  line-height: inherit;*/
/*  margin-bottom: inherit;*/
/*  color: inherit;*/
/*}*/

.coh-container .coh-wysiwyg::before, .coh-container .coh-wysiwyg::after {
  display: none;
}

.coh-container .coh-wysiwyg sup, sup {
  vertical-align: super;
  font-size: small;
  line-height: 0;
}

.coh-container .coh-wysiwyg sub, sub {
  vertical-align: sub;
  font-size: small;
  line-height: 0;
}

/* Hero Banner Alignment Styles */

@media screen and (min-width: 1024px) {
  .hero-banner .left-align {
    left: 10%;
    right: unset;
  }
  .hero-banner .right-align {
    right: 10%;
    left: unset;
  }
  .hero-banner .center-align {
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 50%;
  }
  .hero-banner .center-align p,.hero-banner .center-align h1, .hero-banner .center-align a {
    text-align: center;
  }
}

/* Search Results Page */


.coh-style-search-result-container .views-field {
	margin-bottom: 0.75rem;
  line-height: 1.5rem;
}

.search-results-container .views-field-type span {
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  color: #7F7F7F;
  padding: 0.125rem 0.25rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
}

.search-results-container .views-field-title a {
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  color: #333333;
  line-height: 1.125rem;
}

.search-results-container .views-field-created span {
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1rem;
  color: #7F7F7F;
}

.search-results-container .views-field-body span {
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.search-results-container .search form {
  border: none;
}

.search-results-container .search form .form-type-select {
  display: block;
  border: 1px solid;
  border-right: none;
  width: auto;
  position: relative;
}

.search-results-container .search form .form-type-select::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  right: 15px;
  pointer-events: none;
}

.search-results-container .search form .form-type-select select {
  border: none;
  padding-right: 2.5rem;
}

.search-results-container .coh-style-search-block .button.form-submit {
  padding: 1rem 2rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  text-align: center;
  color: #fff;
  background-color: #51B5DF;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
	.coh-style-search-block input.form-text.form-autocomplete.ui-autocomplete-input {
  background-position: 3% center !important;
}
.nav-search-bar .coh-style-search-block .form-actions {border-radius: 0px 4px 4px 0px;border:2px solid rgb(182,182,182);}

.nav-search-bar .coh-style-search-block form .form-item .form-text {border-radius: 4px 0px 0px 4px;}
  .search-results-container .coh-style-search-block .button.form-submit {
    width: 100%;
  }
}

.search-results-container .coh-style-search-block .button.form-submit:hover {
  background-color: #0078AB;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}

.search-results-container .coh-style-facet-accordion .facet-item {
  padding: 0;
}

.search-results-container .coh-style-facet-accordion .facet-item input.facets-checkbox {
  margin-right: 0.25rem;
}

.search-results-container .filters h2 {
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.375rem;
  margin-bottom: 0.625rem;
}

/*.search-results-container .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1.25rem;
}*/

.search-results-container .facet-item__count {
  color: #7F7F7F;
}


.chips .chip {
  display: inline-block;
  width: auto;
  background-color: #0078AB;
  color: #fff;
  border-radius: 0.25rem;
  margin: 0.125rem;
  overflow: hidden;
}

.chips .chip {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chips .chip .chip-button {
  padding: 0px 0.3125rem;
  padding-bottom: 0.1875rem;
  cursor: pointer;
  font-size: small;
  background-color: white;
  display: inline-block;
  line-height: 1;
  color: #0078AB;
  border-radius: 50%;
  margin-right: 0.625rem;
}

.chips .chip .chip-text {
  padding: 0.3125rem 0.75rem;
  cursor: text;
  display: inline-block;
  pointer-events: none;
  max-width: 250px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#https\:\/\/verathoncommediaservices-usw22\.streaming\.media\.azure\.net\/755572a4-5c2d-4b00-aa16-58a0552e84d5\/VID-0022_Rev-00_GS_Convissar_DLT_608x1080_AACAudio_2592\.mp4 .coh-style-modal-layout {
  width: auto;
}
#https\:\/\/verathoncommediaservices-usw22\.streaming\.media\.azure\.net\/755572a4-5c2d-4b00-aa16-58a0552e84d5\/VID-0022_Rev-00_GS_Convissar_DLT_608x1080_AACAudio_2592\.mp4 .mejs__container {
  height: 550px !important;
  width: 100% !important;
  min-width: 320px !important;
}
#https\:\/\/verathoncommediaservices-usw22\.streaming\.media\.azure\.net\/755572a4-5c2d-4b00-aa16-58a0552e84d5\/VID-0022_Rev-00_GS_Convissar_DLT_608x1080_AACAudio_2592\.mp4 #html5_video_tm78286q0i_html5 {
  width: 320px !important;
  height: 550px !important;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px){
  /*
  .guides_article_content {
    padding: 0.5rem;
  }
  */
}
ol li ol li {
	list-style-type: lower-alpha;
}

/*for ticket VER2-2893 jumping issue due to scroll*/
body{
   width: 100vw;
   overflow-x: hidden;
}
@supports(overflow-x: clip) {
   body {
       overflow-x: clip;
   }
}
/*for ticket VER2-2893*/
.eco-highlight {
  color: green !important;
}
.product-section ul li a .megamenu-eco-highlight {
  color: green;
  font-weight: bold;
  font-weight: 700;
  font-size: 17px !important;
  line-height: 24px !important;
  padding-left: 5px;
}
ul li a:hover span,
ul li a span:hover {
	color: rgb(112,195,233) !important;
	transition: color 300ms;
}






/*.ajax-progress-fullscreen {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 100% !important;*/
/*    height:100% !important;*/
    /* background-color: rgba(255, 255, 255, 0.3); */
/*    background-color: rgba(0,0,0,0.5) !important;*/
/*    overflow: hidden !important;*/
/*}*/
/*.ajax-throbber .sk-circle-fade-dot::before {*/
/*  background-color: #fff !important;*/
/*}*/
.ajax-progress .message {
	display: none;
}

.coh-style-search-block input.form-text.form-autocomplete.ui-autocomplete-input.ui-autocomplete-loading {background-position: 1% center !important; background-image: url(/themes/contrib/stable_bk/images/core/throbber-active.gif) !important;}
.coh-style-search-block input.form-text.form-autocomplete.ui-autocomplete-input {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  font-size: 16px;
  background-color: white;
  background-image: url('/sites/default/files/2024-02/search-icon.png');
  background-position: 1% center; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
}

.ui-widget.ui-widget-content{
  width: 100% !important;
  max-width: 31.25rem;
  z-index: 9999;
}
.footer-note-wrapper .views-row {
	padding: 0;
}
.media-library-widget-modal.ui-widget.ui-widget-content {
	max-width: 80% !important;
}

