a.elementor-top-column {
  text-decoration: none !important; }

.elementor-social-icon:not([href]) {
  display: none !important; }

.elementor-share-btn {
  border-radius: 10px; }

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

/* clears the 'X' from the Elementor search form in Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

ul.sub-menu.elementor-nav-menu--dropdown {
  padding-left: 15px; }
  @media (min-width: 768px) {
    ul.sub-menu.elementor-nav-menu--dropdown {
      min-width: 100% !important; } }

.researcher-cited-paper {
  margin-bottom: 1rem; }

.term-link-list {
  padding: 0 0 0 1rem;
  margin: 0; }
  .term-link-list li {
    padding: 0.25rem 0;
    margin-left: 1rem; }

.article-pdf-repeater .article-pdfs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%; }
  .article-pdf-repeater .article-pdfs .article-pdf-reader {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .article-pdf-repeater .article-pdfs .article-pdf-reader div {
      text-align: center;
      width: 100%; }
      .article-pdf-repeater .article-pdfs .article-pdf-reader div iframe {
        max-width: 800px;
        width: 100%;
        min-width: 100%; }

.webinar-registration-listing-link {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 15px; }
  .webinar-registration-listing-link .webinar-registration-link {
    text-decoration: none; }
    .webinar-registration-listing-link .webinar-registration-link .webinar-registration-text {
      padding-right: 5px; }

.webinar-registration-inline-link {
  font-size: 18px;
  font-weight: 500; }

.article-pdf-wrapper {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-top: 5px;
  margin-bottom: 5px; }
  .article-pdf-wrapper i {
    color: #2C90D2; }
  .article-pdf-wrapper .article-pdf-link {
    display: inline-block;
    width: 100%;
    word-wrap: break-word; }

.mw-breadcrumb li {
  text-decoration: none;
  display: inline-block; }

.mw-breadcrumb ol {
  padding: 0; }

.jet-listing-dynamic-link__link {
  word-break: break-word; }

.gform_wrapper .gform_footer input[type=submit] {
  background-color: var(--e-global-color-secondary) !important;
  font-family: var(--e-global-typography-text-font-family), Roboto, Sans-serif, serif !important;
  font-weight: var(--e-global-typography-text-font-weight) !important;
  line-height: var(--e-global-typography-text-line-height) !important;
  color: var(--e-global-color-54e8c64e) !important;
  border-radius: 30px 30px 30px 30px !important;
  padding: 10px 40px 10px 40px !important; }
  .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: var(--e-global-color-accent) !important; }

.gform_wrapper .ginput_address_country {
  width: 100% !important; }

.block-teachonline-ratings {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  max-width: 500px;
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 5px 5px 10px gray;
  border-radius: 15px; }

.block-teachonline-ratings.hidden {
  display: none; }

.block-teachonline-ratings .ratings__title {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px 0;
  text-align: left; }

.ratings-container {
  display: flex;
  justify-content: space-between; }

.ratings {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  width: 100%; }

.ratings .fa {
  background: none; }

.ratings .thumb {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0 30px; }
  .ratings .thumb:hover {
    background: none; }
  .ratings .thumb:focus {
    background: none; }

.ratings .thumb i {
  border: 2px solid #000;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 5px;
  font-size: 21px; }

.ratings .thumbs-up i {
  border-color: green;
  color: green; }

.ratings .thumbs-down i {
  border-color: red;
  color: red; }

.ratings .thumb-desc {
  display: block;
  color: black; }

.ratings .close {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  color: lightgray;
  border: 0;
  border-radius: 0;
  padding: 0; }
  .ratings .close:hover {
    background: none;
    color: darkgray; }
  .ratings .close:focus {
    color: darkgray;
    background: none; }

.ratings .close .hidden {
  display: none; }

.ratings .close i {
  background: none;
  padding: 5px 10px;
  font-size: 21px; }

.elementor-heading-title {
  text-wrap: pretty; }

a:has(> i:only-child), a span:has(> i:only-child) {
  display: inline-block !important;
  text-decoration: none !important; }

.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon i:before {
  top: 2px;
  position: relative !important; }
