@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Regular.woff2") format("woff2"), url("./font/webfont/AvertaStd-Regular.woff") format("woff"), url("./font/desktop/AvertaStd-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Semibold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Semibold.woff") format("woff"), url("./font/desktop/AvertaStd-Semibold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Bold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Bold.woff") format("woff"), url("./font/desktop/AvertaStd-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Averta";
  src: url("./font/webfont/AvertaStd-Extrabold.woff2") format("woff2"), url("./font/webfont/AvertaStd-Extrabold.woff") format("woff"), url("./font/desktop/AvertaStd-Extrabold.otf") format("opentype");
  font-style: normal;
  font-weight: 900;
}
.resources h1 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 30px;
}
.resources .view-empty {
  text-align: center;
}
.resources .res {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.resources .res:last-child {
  border-bottom: 0;
}
.resources .res .image {
  padding-right: 20px;
}
.resources .res .image > div {
  background-color: #cfacfa;
  height: 36px;
}
.resources .res .image img {
  display: block;
  margin: auto;
  max-height: 120px;
}
@media only screen and (max-width: 767px) {
  .resources .res .image img {
    max-width: 100px;
  }
}
.resources .res .title {
  flex: 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .resources .res .title {
    display: contents;
    word-wrap: break-word;
  }
}
.resources .res .title a {
  color: #00a2d9;
  font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
  .resources .res .title a {
    font-size: 1em;
  }
}
.resources .res .title .button {
  margin-left: 20px;
}
.resources .res .button {
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
}
.resources .res .button:hover {
  opacity: 0.8;
  transform: scale(1.5);
}
.resources .res .button > div {
  width: 30px;
  height: 24px;
  background-image: url("../img/briefcase_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.resources .res-grid-row {
  display: flex;
  flex-wrap: wrap;
}
.resources .res-grid-row .resources-grid {
  padding: 30px 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  height: 360px;
  display: flex;
  flex-direction: column;
}
.resources .res-grid-row .resources-grid .image {
  margin-top: auto;
  margin-bottom: 10px;
}
.resources .res-grid-row .resources-grid .image img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.resources .res-grid-row .resources-grid .title {
  text-align: center;
  padding-bottom: 38px;
  margin-top: auto;
}
.resources .res-grid-row .resources-grid .btn-wrapper {
  position: absolute;
  width: calc(100% - 40px);
  bottom: 0;
}
.resources .res-grid-row .resources-grid .btn-wrapper .button {
  display: block;
  margin: 20px auto;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
  width: 40px;
  padding: 0;
}
.resources .res-grid-row .resources-grid .btn-wrapper .button:hover {
  opacity: 0.8;
  transform: scale(1.5);
}
.resources .res-grid-row .resources-grid .btn-wrapper .button > div {
  width: 40px;
  height: 28px;
  background-image: url("../img/briefcase_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}/*# sourceMappingURL=resources.css.map */