/* Update Bulleted Link Hover Text to Default Link Colors */
#C1530092 ul li a:hover {
    color: #C3CA7D !important;
    text-decoration: underline;
transition: all 0.2s ease-in;
}

/* BodyText_blak Hyperlink Color and Underline */
.BodyText_black a {
    color: #005C82;
    text-decoration: underline;
}

.custom-content a {
   color: #005C82;
    text-decoration: underline;
}
.btn.btn-primary {
  color: #C3CB7D;
}

.socialIconWrap li, .socialIconWrapFooter li {
    padding: 5px;
}

ul.list-login li a {
    padding: 10px 10px 10px;
}

/* Primary Navigation shrinking padding */
ul.navigation > li a {
    font-size: 12pt;
    padding: 3px 8px 7px;
}

.box-logo {
    margin-top: 20px;
}

.footerRow {
    margin-bottom: 10px;
}

.socialIconWrap {
    padding-top: 4px!important;
}

/* Correct Nashville Bar Journal Image Cut-off */
#Main1530148 .box-nashvilleBarImg {
margin-left: 0px;
}

/* Update to Events sub-title h4 */
#Main1495261 h4 {
    color: #999;
    line-height: 28px;
}

/* Update body text font-size */
body {
    font-size: 12pt;
}

/*Contributions Title Text Color*/
#Main18759500 h2.title-blue {
   color: #fff;
}
