/* remove padding */
/* .training-card-container .row .block-card:first-child {
  padding-left: 0;
}

.training-card-container .row .block-card:last-child{
  padding-right: 0;
} */
#listings-result .training-card-container,#listings-result .container {padding:0}

/* Filter dropdown */
.filter-select {
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.filter-by {
  width: 30%;
}
.dropdown-filter-by-blog {
  width: 70%;
}
.dropdown {
  margin: 0;
}
.dropdown dd, .dropdown dt {
  margin: 0px;
  padding: 0px;position: relative;
}
.dropdown dt a {
  display: block;
  padding: 8px 20px 6px 10px;
  min-height: 25px;
  line-height: 24px;
  overflow: hidden;
  border: 0;
  width: 100%;
  border: 1px solid #dfe1e5;
  border-radius: 8px;
  background: white;
  position: relative;
}

.dropdown a, .dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #383b41;
}
.dropdown dt a span, .multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 0 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #383b41;
}
.dropdown dt a p {
  margin: 0;
}
.dropdown dt.arrow-active a:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -8px;
  right: 18px;
}
.dropdown dt a:after {
  content: '';
  display: block;
  height: 9px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-image: url(//f.hubspotusercontent10.net/hubfs/6880519/Master-Dentist-Images/arrow-filter.svg);
  background-repeat: no-repeat;
  width: 14px;
}

.dropdown dd ul.active-dd-ul {
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.dropdown dd ul {
  background-color: #4f6877;
  border: 0;
  color: #fff;
  display: none;
  right: 0px;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  list-style: none;
  min-height: auto;
  overflow: auto;
  background: #fff;
  box-shadow: 0px 1px 3px rgb(56 59 65 / 21%);
  border-radius: 8px;
  max-height: 300px;
  overflow: auto !important;
  z-index: 99999999;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;
  transition: all .2s cubic-bezier(0.5,0,0,1.25),opacity .15s ease-out;
}
.dropdown ul {
  margin: -1px 0 0 0;
}
.dropdown dd ul li {
  padding-left: 12px;
  padding-right: 12px;
}

.dropdown dd ul li {
  padding-left: 12px;
  padding-right: 29px;
  -webkit-transition: all .2s;
  transition: all .2s;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mutliSelect label {
  margin-bottom: 0;
  font-weight: 300;
}
.filter-select label {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #383b41;
  margin-bottom: 8px;
  display: block;
}

.dropdown dd ul li input {
  margin-right: 8px;
}
/* End filter dropdown */
a#load-more {
  width: fit-content;
  margin: auto;
  display: block;
}
a#load-more:hover {
  text-decoration: none;
}
div#listings-result {
  position: relative;
  z-index: 1;
}
.wrap-articles-all-blog{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;margin-bottom:3rem;width:100%;
}
.training-card-container {
  margin: auto;
}
#css-loader{
  display:none;
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background: rgba(255, 255, 255, 0.41);
  z-index: 9999;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
  top: 5%;
  left: 0;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #272727;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.blog-hidden{display: none}

.hhs-blog-post-v2 .wrap-blog {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;margin-bottom:2rem
}
.hhs-blog-post-v2 .topic-list {
  padding-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 0;
}
.hhs-blog-post-v2 a.topic-link {
  padding: 4px 0px;
  -webkit-border-radius: 12px 12px 12px 12px;
  border-radius: 12px 12px 12px 12px;
  margin-right: 4px;
  vertical-align: top;
  white-space: normal;
  margin-bottom: 0;
  display: inline-block;
  text-transform: capitalize;
  width: auto !important;
}
.hhs-blog-post-v2 #hubspot-topic_data span.topics {
  display: flex;
  column-gap: 1rem;
  flex-wrap: wrap;
  margin-left: 0;
}
.select-wrapper {
  position: relative;
  width: 350px;
  // Dropdown icon
  &::after {
    color: black;
    content: '▾';
    margin-right: 10px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 20px;
  }
}


.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  font-size: 18px;
  &:focus {
    color: black;
  }
  // Hack for IE 11+
  &::-ms-expand {
    display: none;
  }
}
.hhs-post-meta h6{
  color: #979cac;  font-weight: 500;
  font-size: 14px;margin-top: 10px!important;
}
.hhs-post-meta .author{
  color: #474A57;  font-weight: 500;
  font-size: 14px;
}
.circle{
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 3px;
    margin: 1px 5px;
    background: #969BAB;
    border-radius: 50%;
  }
.hhs-img-text-mod {position: relative;}
.hhs-blog-post-mod {position: relative; z-index: 1;}
.hhs-blog-post-mod .row {position: relative; z-index: 2;}
.hhs-blog-post-mod {position: relative;}
.hhs-blog-post-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-post-feat-img {
  min-height:100%;
  height:auto;
}

.hhs-post-summary p {
 font-size: 0.95em; 
}

.hhs-blog-post-card{
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 25px;
}

.hhs-blog-post-card:hover .hhs-post-content h4 {
  color:#67C7D7;
}

.hhs-blog-post-card h3,
.hhs-blog-post-card h4,
.hhs-blog-post-card h5 {
  margin-bottom: 0px 
}

.hhs-post-meta {
 opacity: 0.7;
 margin-top: 10px;
}

.hhs-row-overlay {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hhs-video-player {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  z-index: 0;
}
  
.hhs-blog-post-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}
@media (max-width: 769px) {
  .wrap-articles-all-blog {
    align-items: flex-start;
    flex-direction: column;
  }
  .filter-select {
    width: 100%;
  }
  .recent-articles h4 {
    margin-bottom: 2rem;
  }
  .dropdown dd ul {
    width: 100%;
  }
  .filter-by {
    width: 20%;
  }
  .dropdown-filter-by-blog {
    width: 80%;
  }
}
@media (max-width: 575px) {
	/* remove padding */
	.training-card-container .row .block-card:first-child {
		padding-left: 15px;
	}

	.training-card-container .row .block-card:last-child{
		padding-right: 15px;
	}
  .hhs-blog-post-v2 .hhs-blog-post-card {
    max-width: 100%;margin-bottom: 25px;
  }
  .hhs-blog-post-v2 .wrap-blog {
    flex-direction: column;align-items: flex-start;
  }
  .title-blog {
    margin-bottom: 1.5rem;
  }
  .select-wrapper {
    position: relative;
    width: 100%;
  }
  .filter-by-topic span {
    margin-bottom: 10px;
    display: block;
  }
}
