.home-swiper-container .related-content-wrapper {
height: auto;
}
.ModDispatchDashboardC {
  z-index: 1000;
  position: relative;
}
.main-container .home-swiper-container {
min-height: 500px;
  height: auto;
}

.ModDispatchDashboardC label[for="ThumbnailImage"]::after {
  content: " / Download File";
}

.ModDispatchDashboardC label[for="ThumbnailImage"] br {
  display: none;
}

.ModDispatchDashboardC div[ng-show="article.ThumbnailImage == undefined"] {
  text-indent: -9999px;
  line-height: 0;
}

.ModDispatchDashboardC div[ng-show="article.ThumbnailImage == undefined"]::after {
  content: "No thumbnail image / download file selected.";
  text-indent: 0;
  line-height: initial;
  display: block;
}

.ModDispatchDashboardC div[on-success="onUploadSuccessThumbnail(response)"] ~ a {
  display: none;
}

.dispatch-article-wrapper .dispatch-article.downloads-new .article-content a, .dispatch-article-wrapper .dispatch-article.downloads-new .article-content a:hover {
	line-height: 30px;
    font-size: 20px;
}

.stencil-template.document-download-listing .listing-card .section-card-title .topic-name {
	max-width: 300px;
    line-height: 25px;
}

.stencil-template.document-download-listing .listing-card .section-card-content .topic-description {
	padding-top: 25px;
}

#AfmeEventRegistration-ReactApp iframe[name="threeDChallengeIFrame"] {
    height: 500px;
}




