/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.portal-box-img {
  position: relative;
}

.portal-box-img a.scrim {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.portal-box-img a.scrim:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.portal-box-img a.scrim span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  text-align: center;
  transform: translate(-50%, -50%);
  display: inline-block;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 3px 7px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.nportal_box h2 {
  margin: 0;
  padding: 10px;
  margin-bottom: 10px;
  background: #f5f5f2;
  font-family: "Merriweather", serif !important;
  font-size: 18px;
  text-align: center;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: none;
  color: #454545;
}

.nportal_box h2 a {
  color: #1d1d1b;
  text-decoration: none;
}

.nportal_box h2 a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .nportal_box h2 {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  .nportal_box h2 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1200px) {
  .nportal_box h2 {
    font-size: 18px;
  }
}

.nportal_box p {
  font-size: 14px;
  margin-bottom: 2px;
}

@media only screen and (min-width: 768px) {
  .nportal_box p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .nportal_box p {
    font-size: 14px;
  }
}

.nportal_box .btn {
  border-radius: 0;
  font-family: "Source Sans Pro", sans-serif !important;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-size: 14px;
  background: #ececec;
  margin-left: 0;
}

.nportal_box .btn.btn-primary {
  background: #205493;
  color: #fff;
  border-color: #2e6da4;
}

.nportal_box .btn.btn-primary:hover {
  background: #284f78;
  text-decoration: none;
}

.nportal_box .btn-xs {
  font-size: 11px;
  padding: 1px 5px;
  line-height: 1.5;
  border-radius: 3px;
}

.nportal_box .btn-sm {
  font-size: 12px;
}

.nportal_box .btn-lg {
  font-size: 16px;
}

.dl-center {
  text-align: center;
}

.dl-justify {
  text-align: justify;
}

.dl-right {
  text-align: right;
}

.dl-left {
  text-align: left;
}

/*# sourceMappingURL=style.css.map */