/* Reduce Homepage Banner Background Height */
#masthead {
min-height: 345px;
}

/* Correct Headers on Truth Custom Page */
#Main423047 .CPSectionTitle {
    padding: 20px;
}

/* Reduce Homepage Banner Background Height */
#masthead {
min-height: 345px;
}

/* Correct Header Issue on NJAJ PAC Form */
#Main423051 .CPSectionTitle {
    height: 40px;
}

/* Increase Footer Height */
@media only screen and (max-width: 767px) {
.footer>img {
    height: 1200px;
}
}

/* Fix Icons on SW Catalog Page */
#Main299068 .swProgramDetails .swCatalogRightBlocks h5 i {
    position: unset;
}

/* Increase h1 Line-Height on blog Page */
#Main4993104 h1 {
    line-height: 50px;
}

/* Fix Rotated Quick Link Icon on Homepage */
.linksIn ul li:nth-child(3) a span i {
    transform: none;
}

/* Update to font-size on dropdown menus on UpdateMember Page */
#Main109879 .ui-widget {
    font-size: revert;
}
