/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/index.js!./node_modules/postcss-loader/lib/index.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js!./Views/Shared/Components/Tile/tile.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.tile {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.tile:active .tile__text-title:not(.clickable) {
  color: rgb(226, 0, 15);
}
.tile a.tile__text-title {
  display: inline-block;
}
.tile__image {
  position: relative;
  display: block;
  min-height: 72px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.tile__text i {
  position: relative;
  display: inline-block;
  font-size: 32px;
  top: 1px;
  color: rgb(226, 0, 15);
  line-height: 23px;
  float: left;
  margin-right: 5px;
}
.tile__text i.icon-external-link, .tile__text i.icon-download {
  left: -5px;
}
.tile__text-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: rgb(48, 56, 68);
  margin-bottom: 12px;
}
.tile__text-details_item {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 480px) {
  .tile__text-description {
    display: none;
  }
}
.tile__descriptive-text {
  color: rgb(48, 56, 68);
}
.tile__descriptive-text ul {
  list-style: none;
  margin-bottom: 0;
}
.tile__descriptive-text ul ul {
  display: inline;
}
.tile__descriptive-text ul li {
  margin-bottom: 0;
}
.tile__descriptive-text li {
  display: inline-block;
  padding-right: 15px;
  border-bottom: none !important;
}
.tile:not(:last-child) {
  border-bottom: 1px solid rgb(216, 216, 217);
}

.tile-group {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.tile-group .tile {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tile-group-wide .tile {
  display: block;
}
.tile-group-wide .tile:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.tile-group-wide .tile__image {
  position: relative;
  min-height: 0;
}
.tile-group-wide .tile__image-link {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .tile-group-wide .tile__image {
    width: 226px;
    float: left;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tile-group-wide .tile__image {
    display: block;
    width: 100%;
  }
}
.tile-group-wide .tile__image img {
  width: 100%;
}
.tile-group-wide .tile__text {
  flex-grow: 2;
  position: relative;
}
.tile-group-wide .tile__text-details {
  color: rgb(134, 144, 152);
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 480px) {
  .tile-group-wide .tile__text-details {
    margin-bottom: 12px;
  }
}
.tile-group-wide .tile__text-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(104, 104, 104);
}
@media only screen and (max-width: 768px) {
  .tile-group-wide .tile__text-description {
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.tile-group-wide .tile__text-description > :first-child {
  margin-top: 0;
}
.tile-group-wide .tile__text-description > :last-child {
  margin-bottom: 0;
}
.tile-group-wide .tile__text-contacts {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(104, 104, 104);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tile-group-wide .tile__text__location {
  max-width: 65%;
  padding-right: 20px;
}
.tile-group-wide .tile__text__location-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: rgb(48, 56, 68);
}
.tile-group-wide .tile__text__link {
  max-width: 35%;
  align-self: flex-end;
  margin-top: 24px;
}
@media only screen and (max-width: 991px) {
  .tile-group-wide .tile__text-contacts {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  .tile-group-wide .tile__text__location {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .tile-group-wide .tile__text__link {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tile-group-wide .tile__text {
    padding-top: 12px;
  }
}

.link-wrapper .paragraph-link a {
  color: rgb(226, 0, 15);
  word-break: break-all;
}

.no-touchevents .tile:hover .tile__text-title:not(.clickable),
.no-touchevents .tile .tile__text-title.clickable:hover {
  color: rgb(226, 0, 15);
}
.no-touchevents .coming-soon a:hover {
  color: rgb(182, 0, 15);
}

.tile__link.clickable {
  display: block;
  text-decoration: none;
}

.paragraph-link .clickable {
  text-decoration: none;
}

.paragraph-link .clickable:hover {
  text-decoration: underline;
}

.coming-soon {
  position: relative;
  background-color: #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 24px;
  margin-bottom: 48px;
}
@media only screen and (max-width: 480px) {
  .coming-soon {
    margin-bottom: 24px;
  }
}
.coming-soon h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.coming-soon a {
  color: rgb(226, 0, 15);
}
.coming-soon p {
  margin-bottom: 0;
}
.coming-soon p:first-child {
  margin-top: 0;
}
