.searchIcon {background: url(/common/images/search.png) no-repeat center center}.searchCancelIcon {background: url(/common/images/remove.png) no-repeat center center}a.toolbarButtonDark {background: #eee url(/common/images/navBarMenuHoverBG.png) center center repeat-x !important;}.attachToRight {margin-right: -8px;}.noLeftRound a {-moz-border-radius: 0 3px 3px 0 !important;}.menuWarning {background: white !important}.fontSmaller {background: url(/common/images/fontSmaller.png) center center no-repeat}.fontBigger {background: url(/common/images/fontBigger.png) center center no-repeat}.stickyTab{background-repeat: no-repeat;width:35px;height:120px;position:fixed;top:85px;right:0;border-radius: 5px 0 0 5px;-moz-box-shadow: 0 0 5px ##555;-webkit-box-shadow: 0 0 5px ##555;box-shadow: 0 0 5px ##555;}.volunteer-white-georgia{background-image: url(/common/images/stickyTab/volunteer_sprite.png);background-position: -73px 12px;}.volunteer-black-georgia{background-image: url(/common/images/stickyTab/volunteer_sprite.png);background-position: -45px 12px;}.volunteer-white-arial{background-image: url(/common/images/stickyTab/volunteer_sprite.png);background-position: -18px 12px;}.volunteer-black-arial{background-image: url(/common/images/stickyTab/volunteer_sprite.png);background-position: 9px 12px;}      .donate-white-georgia{background-image: url(/common/images/stickyTab/donate_sprite.png);background-position: -73px 27px;}.donate-black-georgia{background-image: url(/common/images/stickyTab/donate_sprite.png);background-position: -45px 27px;}.donate-white-arial{background-image: url(/common/images/stickyTab/donate_sprite.png);background-position: -18px 27px;}.donate-black-arial{background-image: url(/common/images/stickyTab/donate_sprite.png);background-position: 9px 27px;}.contact-white-georgia{background-image: url(/common/images/stickyTab/contact_sprite.png);background-position: -73px 27px;}.contact-black-georgia{background-image: url(/common/images/stickyTab/contact_sprite.png);background-position: -45px 27px;}.contact-white-arial{background-image: url(/common/images/stickyTab/contact_sprite.png);background-position: -18px 27px;}.contact-black-arial{background-image: url(/common/images/stickyTab/contact_sprite.png);background-position: 9px 27px;}.staffContainer {background:#efF6fc;width: 43%;display: inline-block;padding: 10px;margin: 10px;border-radius: 5px;vertical-align: top;}.avatar-circle {width: 100px;height: 100px;background-color: gainsboro;text-align: center;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;float: left;margin-right: 3%;}.initials {position: relative;top: 25px; /* 25% of parent */font-size: 50px; /* 50% of parent */line-height: 50px; /* 50% of parent */color: #fff;font-family: "Courier New", monospace;font-weight: bold;}.staff-image-cropper {width: 100px;height: 100px;position: relative;overflow: hidden;border-radius: 50%;float: left;margin-right: 3%;display: flex;justify-content: center;align-items: center;}div.staff-image-cropper img {display: inline;margin: 0 auto;height: 100%;width: auto;}@media only screen and (max-width: 600px) {.staffContainer {width: 100%;}}.staffInfo {font-weight: bold;}ul.leftNav.horizontalMenu {display:flex;flex-direction:column;}/* this css makes the pulse animation globally accessible */.pulse {background-color: #CB0101;color: #FFFFFF;animation-name: pulse_animation;animation-duration: 3000ms;animation-iteration-count: infinite;animation-timing-function: linear;}@keyframes pulse_animation {0% { transform: scale(1); }50% { transform: scale(1.25); }100% { transform: scale(1); }}