  @charset "UTF-8";
/* CSS Document */

@import url("/content/dam/bc1/top-tier/css/custom-global.css");

/* REDUCE SPACING BETWEEN ROWS AND NAVIGATION */
.int-wrap .widget-section {
    margin-bottom: 15px;
}

.int-wrap .nav-content-section {
    padding-bottom: 0;
}
.int-wrap .image-content .content h3 a {
    color: #8a100b;
}

.int-wrap .image-content .image img {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.int-wrap .image-content .image:hover img{
 -webkit-transform:scale(1.03); /* Safari and Chrome */
    -moz-transform:scale(1.03); /* Firefox */
    -ms-transform:scale(1.03); /* IE 9 */
    -o-transform:scale(1.03); /* Opera */
     transform:scale(1.03);
}

.int-wrap .image-content .image:hover {
  max-width: 100%
 }
.int-wrap .image-section.left-caption .container-fluid .pull-right .content {
    color: #ffffff;
    position: absolute;
    bottom: 14px;
    top: auto;
    right: auto;
    left: 34px;
    padding: 20px;
    background: rgba(0,0,0,.5);
}
.int-wrap .image-section .container-fluid .pull-right .content h2,
.int-wrap .image-section .container-fluid .pull-right .content p{
    color: #ffffff;
}

@media screen and (max-width: 767px) {
  .int-wrap .widget-section .widget {
  margin-bottom: 25px;
}
   .int-wrap .image-content .image img {
    margin-bottom: 15px;
    display: block;
    width: auto;
}
   .int-wrap .image-section img {
    width: 150% !important;
    left: -26%;
}
}

@media screen and (max-width: 991px) {
  .int-wrap .image-section .pull-right .content {
    padding: 15px 20px;
 }
    .int-wrap .image-section.left-caption .container-fluid .pull-right .content p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}
.int-wrap .image-section.left-caption .container-fluid .pull-right .content {
    left: 34px;
    padding: 20px;
    background: rgba(0,0,0,.55);
}
}

 @media screen and (max-width: 767px){
.int-wrap .image-section img {
    position: relative !important;
    margin: 0 !important;
    height: auto !important;
    width: 150% !important;
    left: -26%;
}

.int-wrap .image-section.left-caption .container-fluid .pull-right {
    margin-top: 46%;

}
.int-wrap .image-section.left-caption .container-fluid .pull-right .content h2,
.int-wrap .image-section.left-caption .container-fluid .pull-right .content p{
    color: #fff;

}

 .int-wrap .image-section.left-caption .container-fluid .pull-right .content {
    color: #ffffff;
    position: relative;
    bottom: 14px;
    top: auto;
    right: auto;
    left: 0px;
    padding: 20px;
    background: rgba(0,0,0,1);
}
}

