.cat-15 { background:#DA1F26; }

.article-body img {
  max-width:100%;
  height:auto;
}

.article-body iframe {
  max-width:100%;
}

ins img {
  max-width:100%;
  height:auto;
}

.tall-ad .card-block {
    padding: .75rem 1.25rem;
    min-height: 107px;
}

.tall-ad a.card-title {
  margin-bottom:0px !important;
}

.navbar-toggleable .navbar-main .navbar-nav > .nav-item > .nav-link {
  padding:18px 0 18px 18px;
}

#mobile-nav-contact a.btn-secondary:hover {
  background:rgba(255,255,255,0.8);
}

b, strong { font-weight:bold !important; }

/**
Card hover effects 
**/

figure.snip1174 {
  color: #fff;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  text-align: left;
  width: 100%;
  border-radius: 0px;
  padding-bottom:150px;
}
figure.snip1174 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.snip1174 img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: top;
  opacity: 1.0;
}
figure.snip1174 figcaption {
  position: absolute;
  padding: 0 25px;
  left: 0;
}
figure.snip1174 h2,
figure.snip1174 p {
  margin: 0;
  padding: 0;
}
figure.snip1174 .card-title {
  font-size:19px;
  display:inline-block;
  min-height:81px;
}
figure.snip1174 h2 {
  display: inline-block;
  font-weight: 100;
  font-size: 1.8em;
}
figure.snip1174 p {
  margin-bottom: 20px;
  color: #ffffff;
  opacity: 0;
}
figure.snip1174 a.read-more {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: 0;
}
figure.snip1174 a.read-more:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
figure.snip1174:hover img,
figure.snip1174.hover img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.snip1174:hover a.read-more,
figure.snip1174.hover a.read-more,
figure.snip1174:hover p,
figure.snip1174.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
figure.snip1174:hover figcaption,
figure.snip1174.hover figcaption,
.half-card figure.snip1174:hover figcaption,
.half-card figure.snip1174.hover figcaption {
  top:25px;
}


@media (max-width: 577px) {

  figure.snip1174 figcaption {
    bottom:0;
  }
  figure.snip1174 p,
  figure.snip1174 a.read-more {
    display:none;
  }
  figure.snip1174:hover a.read-more,
  figure.snip1174.hover a.read-more,
  figure.snip1174:hover p,
  figure.snip1174.hover p {
    display:inline-block;
  }
  figure.snip1174:hover figcaption,
  figure.snip1174.hover figcaption {
    bottom:0;
  }
}

@media (min-width: 576px) {

  figure.snip1174 figcaption {
    top: 320px;
  }
  .half-card figure.snip1174 figcaption {
    top: 320px;
  }
}

@media (min-width: 768px) {

  figure.snip1174 figcaption {
    top: 205px;
  }
  .half-card figure.snip1174 figcaption {
    top: 205px;
  }
}

@media (min-width: 992px) {

  figure.snip1174 figcaption {
    top: 180px;
  }
  .half-card figure.snip1174 figcaption {
    top: 270px;
  }
}

@media (min-width: 1200px) {

  figure.snip1174 figcaption {
    top: 217px;
  }

  .half-card figure.snip1174 figcaption {
    top: 327px;
  }
}

blockquote.twitter-tweet {
  display: inline-block;
  font-family: "Helvetica Neue", Roboto, "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
}

blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

blockquote.twitter-tweet a {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}

blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}