#t4-footer h2,
#t4-footer h3 {
    color: white;
}

.contacts .categories-list h1 {
    font-size: 2rem;
}

.acm-hero.style-1 .hero-item > div:nth-child(2):before {
    left: 198%;
    bottom: -55%;
}

.view-search #t4-masthead,
.view-search #Mod133{display:none}

 
#navbar125 > ul {display: block!important}

.item-page .share-social .txt {
    display:none
    }

.available-videos .module-ct {
    height: 850px;
    padding: 0;
    overflow-y: auto;
}

/*FontAwesome icons*/
/*Auto add new icon to new window opens article links in content areas*/
.t4-main-body a[target="_blank"]::after {
    content: "\f0c1";
    font-family: fontawesome;
    padding-left: 5px;
    white-space: nowrap;
}
.t4-main-body a[target="_self"]::before {
    content: "\f0a4";
    font-family: fontawesome;
    padding-right: 5px;
    white-space: nowrap;
}
/*Auto add icon to email address' listed in content area*/
.t4-main-body a[href^="mailto"]::before {
    content: "\f0e0";
    font-family: fontawesome;
    padding-right: 5px;
    white-space: nowrap;
}
/*Auto add icon to telephone listed in content area*/
.t4-main-body a[href^="tel:"]::before {
    content: "\f095";
    font-family: fontawesome;
    padding-right: 5px;
    white-space: nowrap;
}

/*eNews signup form*/
#t4-footer .acym_module input[type=email],
#t4-footer .acym_module input[type=text] {
    height: 2rem;
    padding: 5px;
}

.acym_module .acym_introtext {
    font-size: inherit;
    font-weight: 300;
    margin-bottom: inherit;
    color: #ffffff;
    line-height: inherit;
}

/*Home image adjustment*/
.acm-hero.style-1 .hero-content {padding-left: 0;}
.acm-hero.style-1 img {max-width: 16rem}
 
.home-page .blog-item-content h1 small {color:darkred}
.home-page .blog-item-content h1 {margin-top: 4rem;}

@media only screen (max-width: 991px) {
	.contacts .category li {
      width: 48%;
    }
    .item-content img {
        max-width: 50%
    }
}


@media only screen (min-width: 992px) {
    .contacts .t4-main-body {
        padding-top: 1.5rem;
    }
	.contacts .category li {
      width: 32%
    }
    .item-content img {
        max-width: 100%
    }
}