.application-list {
  padding-left: 0;
  margin: 0;
  margin: -10px -10px 10px -10px;
}
.application-item {
  position: relative;
  padding: 10px 10px 50px 175px;
  margin-bottom: 0px;
  border-radius: 3px;
}
.application-item:hover {
  background-color: #eee;
}
.application-item .heading {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.application-item img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 150px;
  border: 1px solid #00000069;
  border-radius: 4px;
  padding: 5px;
}
.application-item .description {
  font-size: 12px;
  margin-bottom: 0;
  min-height: 12px;
}
.application-item .btn-group {
  position: absolute;
  top: 9px;
  right: 10px;
}
@media (max-width: 991px) {
  .application-item .btn-group {
    display: none;
  }
}
.application-list.reordering .application-item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  cursor: move;
}
.application-list.reordering .application-item .handle {
  display: block;
  position: absolute;
  color: #888;
  left: -31px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
.application-list.reordering .application-item .handle:hover {
  text-decoration: none;
}
.application-list.reordering .application-item:hover .handle {
  background-color: #eee;
}
.application-list.reordering .application-item.ui-sortable-helper {
  background-color: #eee;
  border: 1px solid #187794;
}
.application-list.reordering .application-item.ui-sortable-helper .handle {
  background-color: #eee;
  border-color: #187794;
  color: #333;
}
.application-item .handle {
  display: none;
}
/* Application Page */
.home-tools-list2 {
  list-style: none;
  width: 100%;
  margin: 0 0 40px 0;
  padding: 0;
}
.home-tools-list2 .tool-wrapper {
  margin-top: 40px;
}
.home-tools-list2 .tool-wrapper:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .home-tools-list2 .tool-wrapper {
    float: left;
    margin-top: 80px;
    margin-right: 4%;
    width: 48%;
  }
  .home-tools-list2 .tool-wrapper:nth-child(n) {
    margin-top: 0;
  }
  .home-tools-list2 .tool-wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
.tool {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.tool *,
.tool *::before,
.tool *::after {
  box-sizing: inherit;
}
.tool-media {
  vertical-align: top;
}
.tool-media {
  margin-bottom: 20px;
}
.tool-media-screenshot {
  position: relative;
  display: block;
  min-height: 160px;
  background: #f5f6f8;
  box-shadow: 0 4px 16px 2px rgba(0, 34, 68, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.tool-media-screenshot::before {
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 40px;
  background: url(/images/layout/window-buttons.svg) 8px center no-repeat #f5f6f8;
  content: '';
  speak: none;
  color: rgba(0, 0, 0, 0.16);
  padding: 0 5px;
}
.tool-media-screenshot::after {
  -webkit-border-radius: 4px 4px 2px 2px;
  -moz-border-radius: 4px 4px 2px 2px;
  border-radius: 4px 4px 2px 2px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  content: '';
  border-radius: 4px;
}
a.tool-media-screenshot {
  transition: all 0.16s ease 0s;
}
a.tool-media-screenshot:hover {
  transform: translate(0, -5px);
}
.tool-header {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tool-header {
    margin-bottom: 20px;
  }
}
.tool-title {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 24px;
}
.tool-title a:link,
.tool-title a:visited {
  color: inherit;
}
.tool-title a:hover {
  color: #009fda;
}
@media (min-width: 768px) {
  .tool-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.tool-subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #838b8f;
  text-transform: uppercase;
}
.tool-body {
  width: 100%;
  margin-bottom: 20px;
  color: #7a8c9e;
  font-size: 14px;
  line-height: 24px;
}
.tool-body > *:last-child {
  margin-bottom: 0;
}
.grid {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-evenly;
}
.cell {
  display: flex;
  flex-direction: column;
  background-color: white;
  border: 1px solid lightgray;
}
.cell .cell-link img {
  object-fit: cover;
  width: 100%;
}
.cell .card {
  height: 100px;
}
.cell .topic {
  display: table-caption;
  vertical-align: top;
  line-height: normal;
  padding: 20px 15px 0px 15px;
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  text-transform: uppercase;
  color: #35A7DD;
}
.topic i {
  float: right;
}
.card {
  display: table;
  line-height: 10px;
}
.card .title {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  padding: 10px 15px 10px 15px;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
.popup-container {
  background: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.popup-container .popup-body {
  display: inline-block;
  visibility: hidden;
  position: fixed;
  width: 65%;
  background-color: white;
  color: #000;
  text-align: left;
  z-index: 1;
  opacity: 0;
  margin-top: -9em;
  margin-bottom: -9em;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.popup-container .show-popup {
  visibility: visible;
  opacity: 1;
  /* @include susy-breakpoint(0 $breakpoint-tablet-landscape, 8) {
		width: 350px;
	} */
}
.popup-bottom {
  left: 17%;
}
.article-media {
  overflow: hidden;
}
.background-image {
  width: 100%;
}
.article-media .article-image {
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 150px 25px 150px;
}
.tool-copy {
  padding: 10px 30px 30px 30px;
}
.app-image-container {
  height: 400px;
  text-align: center;
}
.app-image-container > img {
  height: 100%;
  max-width: 100%;
}
.app-thumb {
  height: 100%;
}
.thumb-container {
  height: 200px;
  overflow: hidden;
}
.tile-container {
  height: 400px;
}
.app-topics {
  text-transform: uppercase;
  color: #009fda;
  font-size: 10px;
  margin-right: 8px;
}
.app-header {
  font-size: 2rem;
  font-weight: 700;
}
.app-body-container {
  height: 120px;
  background-color: white;
  padding: 2rem;
}
.modal-header {
  background: linear-gradient(40deg, #009fda, transparent);
}
.modal-title-header {
  font-weight: 700;
}
.modal-footer {
  border-top: none;
}
@media (min-width: 992px) {
  .control-order-by {
    float: right;
    margin-left: 15px;
  }
}
.application-search-form {
  border-bottom: 1px dotted #ddd;
}
