/* sets the margin for first media object so they align */
.media:first-child {margin-top: 15px;}

/* adjusted margin for horizontal line on find a lawyer page so it's smaller */
#Main7918954 hr {margin: 0px;}

/* adjusted margin for Button in table so it aligns better*/
#Main7918970 .Highlight .BCBAButton {
    margin-right: 0px;
}
/* Member Benefits Layout */
#Main7920605 #MemberBenefits > div .media {max-width: 30%; margin-top: 0; padding-left: 30px;}
#Main7920605 #MemberBenefits > div .media, #Main7920605 .media-body {overflow: visible;}

/* Member Resources Layout */
#Main8887887  .media {max-width: 50%; margin-top: 0; padding-left: 30px;}
#Main8887887  .media, #Main8887887 .media-body {overflow: visible;}

/* removed padding on bullets on member resources page */
#Main8887887 > div > div:nth-child(1) > div > div {padding-left:0}
#Main8887887 > div:nth-child(1) > div:nth-child(2) > div > div {padding-left:0}

/*Pullquote */
 .PullQuote p {font-family: 'DIN Condensed';
    font-weight: 300;
    font-size: 30px;
    line-height: 1.24;
    color: #ffffff;}

/* New Member Resources Page */
#Main8887887 .Highlight, #Main8888796 .Highlight {margin: 10px; padding: 15px; width: 265px;}

/* Correcting body font */
body {font-family:  'Crimson Text', serif;}
