@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
* Transforms a given palette color to the transparent version of it
*/
/* stylelint-disable */
/**
* InviteFamilyMembers widget
*/
.incentivizerRow {
  margin-top: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #E8E8E8;
  width: 178px;
}

.InviteFamilyMembersHomePortrait,
.AddFamilyEventsHomePortrait,
.InviteFamilyMembersHomeDetails,
.AddFamilyEventsHomeDetails {
  float: right;
}

.InviteFamilyMembersHomeDetails,
.AddFamilyEventsHomeDetails {
  margin-right: 5px;
}

.InviteFamilyMembersHomeDetails {
  width: 127px;
}

.AddFamilyEventsHomeDetails {
  width: 128px;
}

.AddFamilyEventsHomePortrait .PK_Silhouette,
.AddFamilyEventsHomePortrait .PK_ProfileImage {
  display: block;
  margin-bottom: 5px;
}
.AddFamilyEventsHomePortrait .PK_Silhouette:last-child,
.AddFamilyEventsHomePortrait .PK_ProfileImage:last-child {
  margin-bottom: 0;
}

.incentivizerOKRow {
  margin-top: 8px;
  float: left;
}
.incentivizerOKRow .qButton-dnaSmallSite {
  float: left;
  margin-left: 1px;
}

.InviteFamilyMembersHomeName,
.AddFamilyEventsHomeName,
.InviteFamilyMembersHomeRelationship,
.AddFamilyEventsHomeRelationship {
  padding-right: 1px;
  padding-left: 15px;
  line-height: 13px;
}

.InviteFamilyMembersHomeRelationship,
.AddFamilyEventsHomeRelationship {
  margin: 3px 0;
  color: #89A2B3;
}

.InviteFamilyMembersHomeEmail {
  padding-top: 2px;
}

.InviteFamilyMembersHomeEmail INPUT {
  border: solid 1px #DEDFDE;
  width: 118px;
  height: 20px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
  line-height: 16px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.InviteFamilyMembersHomeEmailField {
  font-size: 11px;
  color: #89A2B3;
}

.InviteFamilyMembersHomeError {
  display: none;
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
  line-height: 12px;
}

.InviteFamilyMembersLoading,
.AddFamilyEventsLoading {
  margin: 4px 4px 3px;
  display: none;
}

.InviteFamilyMembersEvents {
  width: 180px;
}

.InviteFamilyMembersHomeClose {
  float: left;
}
.InviteFamilyMembersHomeClose img {
  display: block;
  margin-top: 1px;
}

.InviteFamilyMembersHomeSeparator {
  background-color: #E8E8E8;
}

.InviteFamilyMembersHomeSeparatorDark {
  background-color: #99AAB7;
}

.InviteFamilyMembersHomeSeparator img,
.InviteFamilyMembersHomeSeparatorDark img {
  display: block;
}

.incentivizerSuccessRow {
  background-color: #E8E8E8;
}

.incentivizerSuccessRow img.NotificationIcon {
  margin: 3px 4px;
  float: right;
}

.incentivizerSuccessRow .incentivizerSuccessText {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  float: right;
  width: 145px;
}

/**
* AddFamilyEvents widget
*/
.AddFamilyEventsRowDeleted {
  display: none;
}

.AddFamilyEventsRowToBeDisplayed {
  display: none;
}

.dateEntryDay {
  height: 20px;
  color: black;
  width: 43px;
  border: 1px solid #DEDFDE;
}

.dateEntryMonth {
  height: 20px;
  color: black;
  width: 53px;
  border: 1px solid #DEDFDE;
}

.dateEntryYear {
  height: 20px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  color: black;
  width: 36px;
  border: 1px solid #e4e4e4;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}

.AddFamilyEventsHomeError {
  padding-top: 2px;
  padding-left: 1px;
  padding-right: 1px;
  line-height: 12px;
}

.AddFamilyEventsHome a.FL_LinkSmall {
  white-space: nowrap;
}

.AddFamilyEventsForm {
  margin-top: 4px;
}
.AddFamilyEventsForm.AddFamilyEventsUseLinks {
  display: none;
}
.AddFamilyEventsForm .dateEntryDay {
  width: 40px;
}
.AddFamilyEventsForm .dateEntryMonth {
  width: 51px;
}
.AddFamilyEventsForm .dateEntryYear {
  width: 28px;
}
.AddFamilyEventsForm .select-replace {
  padding: 1px 4px;
  height: 19px;
}

.AddEventHint,
.incentivizerOKRow .FL_LinkSmall {
  display: none;
}
.AddFamilyEventsUseLinks .AddEventHint,
.AddFamilyEventsUseLinks .incentivizerOKRow .FL_LinkSmall {
  display: block;
}

.incentivizerOKRow .FL_LinkSmall {
  margin: 4px 4px 0;
}

.AddFamilyEventsUseLinks .incentivizerOKRow {
  float: right;
  width: 100%;
}
.AddFamilyEventsUseLinks .incentivizerOKRow .qButton-dnaSmallSite,
.AddFamilyEventsUseLinks .incentivizerOKRow .FL_LinkSmall {
  float: right;
}
.AddFamilyEventsUseLinks .incentivizerOKRow .AddFamilyEventsLoading {
  float: left;
}

.SidePanelPadding {
  padding: 0px 12px 0px;
}

/*****************   */
/* navigation box */
/*****************   */
/**
* NavigationBox separators
*/
.NavigationBoxSeparator {
  background-color: #e8e8e8;
}

.NavigationBoxSeparatorDark {
  background-color: #99aab7;
}

.NavigationBoxContainer img {
  display: block;
}

/**
* NavigationBox link icon classes
*/
.NavigationBoxNewLabel {
  position: relative;
  top: -2px;
}

.NavigationBoxNewPrompt {
  font-size: 9px;
  color: #fe5a00;
}

.NavigationBox {
  background-image: url("/FP/Assets/Images/Common/NavigationBox.png?v=36");
  background-repeat: no-repeat;
  width: 19px;
  height: 17px;
  cursor: pointer;
}

.NavigationBoxInviteLTR {
  background-position: 0 0;
}

.NavigationBoxInviteRTL {
  background-position: -20px 0;
}

.NavigationBoxTaggingLTR {
  background-position: 0 -18px;
}

.NavigationBoxTaggingRTL {
  background-position: -20px -18px;
}

.NavigationBoxEventsLTR {
  background-position: 0 -36px;
}

.NavigationBoxEventsRTL {
  background-position: -20px -36px;
}

.NavigationBoxWebmasterLTR {
  background-position: 0 -54px;
}

.NavigationBoxWebmasterRTL {
  background-position: -20px -54px;
}

.NavigationBoxVideosLTR {
  background-position: 0 -72px;
}

.NavigationBoxVideosRTL {
  background-position: -20px -72px;
}

.NavigationBoxPhotosLTR {
  background-position: 0 -90px;
}

.NavigationBoxPhotosRTL {
  background-position: -20px -90px;
}

.NavigationBoxMembershipLTR {
  background-position: 0 -108px;
}

.NavigationBoxMembershipRTL {
  background-position: -20px -108px;
}

.NavigationBoxTreeLTR,
.NavigationBoxTreeRTL {
  background-position: 0 -126px;
}

.NavigationBoxGiftsLTR,
.NavigationBoxGiftsRTL {
  background-position: -20px -126px;
}

.NavigationBoxFamilyBookLTR,
.NavigationBoxFamilyBookRTL {
  background-position: -40px -18px;
}

.NavigationBoxAddressbookLTR {
  background-position: 0 -144px;
}

.NavigationBoxAddressbookRTL {
  background-position: -20px -144px;
}

.NavigationBoxFTBChartLTR {
  background-position: 0 -162px;
}

.NavigationBoxFTBChartRTL {
  background-position: -20px -162px;
}

.NavigationBoxSlideshowLTR,
.NavigationBoxSlideshowRTL {
  background-position: 0 -180px;
}

.NavigationBoxEmailUploadLTR,
.NavigationBoxEmailUploadRTL {
  background-position: -20px -180px;
}

.NavigationBoxTimelineLTR,
.NavigationBoxTimelineRTL {
  background-position: -40px 0;
}

.NavigationBoxPencilLTR,
.NavigationBoxPencilRTL {
  background-position: -40px -36px;
}

.NavigationBoxTimebookLTR,
.NavigationBoxTimebookRTL {
  background-position: -40px -54px;
}

.NavigationBoxBackupLTR,
.NavigationBoxBackupRTL {
  background-position: -60px -18px;
}

.NavigationBoxPrintLTR,
.NavigationBoxPrintRTL {
  background-position: -40px -72px;
}

.NavigationBoxRemindLTR,
.NavigationBoxRemindRTL {
  background-position: -40px -90px;
}

.NavigationBoxSiteLogoLTR,
.NavigationBoxSiteLogoRTL {
  background-position: -40px -108px;
}

.NavigationBoxConnectLTR {
  background-position: -60px -36px;
}

.NavigationBoxConnectRTL {
  background-position: -60px -54px;
}

.NavigationBoxSiteLogoBackLTR,
.NavigationBoxSiteLogoBackRTL {
  background-position: -60px -72px;
}

.NavigationBoxRemoveFromSiteLTR,
.NavigationBoxRemoveFromSiteRTL {
  background-position: -40px -126px;
}

.NavigationBoxReviewRequestLTR {
  background-position: -60px -126px;
}

.NavigationBoxReviewRequestRTL {
  background-position: -60px -144px;
}

.NavigationBoxFormLTR,
.NavigationBoxFormRTL {
  background-position: -40px -144px;
}

.NavigationBoxGearLTR,
.NavigationBoxGearRTL {
  background-position: -40px -162px;
}

.NavigationBoxPadlockLTR,
.NavigationBoxPadlockRTL {
  background-position: -40px -180px;
}

.NavigationBoxPublicLTR,
.NavigationBoxPublicRTL {
  background-position: -60px 0;
}

.NavigationBoxMemoryGameLTR,
.NavigationBoxMemoryGameRTL {
  background-position: -60px -162px;
}

.NavigationBoxFamilyConnectLTR,
.NavigationBoxFamilyConnectRTL {
  background-position: -80px -72px;
}

.NavigationBoxMyHeritageAppLTR,
.NavigationBoxMyHeritageAppRTL {
  background-position: -80px -90px;
}

.NavigationBoxDNATestLTR,
.NavigationBoxDNATestRTL {
  background-position: -80px -108px;
}

.NavigationBoxFamilyCalendarLTR,
.NavigationBoxFamilyCalendarRTL {
  background-position: -80px -126px;
}

.NavigationBoxPrivacyPreferencesLTR,
.NavigationBoxPrivacyPreferencesRTL {
  background-position: -80px -144px;
}

.NavigationBoxFamilyMapLTR {
  background-position: -100px 0;
}

.NavigationBoxFamilyMapRTL {
  background-position: -120px 0;
}

.SmInfoBoxPendingMatchesToConfirm {
  display: block;
  background-position: -60px -180px;
}

.SmInfoBoxMatchesToReview {
  display: block;
  background-position: -60px -108px;
}

.SmInfoBoxConfirmedMatchesOnWhite {
  background-position: -80px 0px;
}

.SmInfoBoxNewMatchesOnWhite {
  background-position: -80px -18px;
}

.SmInfoBoxTotalMatchesOnWhite {
  background-position: -80px -36px;
}

.SmInfoBoxPendingMatchesOnWhite {
  background-position: -80px -54px;
}

.RmInfoBoxIcon {
  background-position: -80px -180px;
}

.HomeCenterPanel {
  width: 499px;
}

.HomeLeftPanel,
.HomeRightPanel {
  width: 198px;
}

.HomeSidePanel {
  background-color: #f6f6f6;
  width: 197px;
}

#SmartMatchesInfoBox img {
  display: block;
}

.NewsFeedContent {
  background-color: #fff;
  padding: 10px;
}
.NewsFeedContent img.ClickableDelete,
.NewsFeedContent img.ClickableDeleteRoll {
  display: block;
}

.NewsFeedMainHeader {
  font-size: 15px;
  color: #438ecb;
  font-weight: bold;
}

.NewsFeedTextBold {
  font-weight: bold;
}

a.NewsFeedBoldLink a,
.NewsFeedBoldLink {
  font-weight: bold;
  text-decoration: none;
}

a.NewsFeedBoldLink:hover {
  text-decoration: underline;
}

a.NewsFeedSmallMemberLink {
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}

a.NewsFeedSmallBoldMemberLink {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

a.NewsFeedSmallMemberLink:hover {
  text-decoration: underline;
}

a.NewsFeedMemberLink,
a.NewsFeedIndividualLink {
  text-decoration: underline;
  font-weight: normal;
}

a.NewsFeedIndividualLinkHighlighted {
  color: #00a54d;
  text-decoration: none;
  font-weight: normal;
}

a.NewsFeedMemberLink:hover {
  text-decoration: underline;
}

.NewsFeedDateSeperator {
  width: 100%;
  size: 1px;
  color: #e2e4e2;
}

.NewsFeedDayTitle {
  color: #8a98a5;
  border-bottom: 1px solid #e2e4e2;
  margin-bottom: 6px;
  margin-top: 20px;
  padding-bottom: 6px;
}

.NewsFeedWidgetHeader {
  font-weight: bold;
  padding: 5px;
}

.NewsFeedCalendarBigText {
  font-weight: bold;
}

.NewsFeedProfileHeader {
  font-weight: bold;
  padding: 0;
}

table.NewsFeedMemberProfileTable {
  border-left: #3b97da solid 5px;
  background-color: #fff;
}

table.NewsFeedMemberProfileTableRTL {
  border-right: #3b97da solid 5px;
  background-color: #fff;
}

.NewsFeedInnerFrame {
  border: #fff solid 2px;
}

.NewsFeedDeceasedFrame {
  border: #424242 solid 2px;
}

.NewsFeedEventCalendarCell {
  font-weight: regular;
  text-align: center;
  text-valign: middle;
  width: 24px;
  height: 22px;
}

.NewsFeedEventCalendarCellWithEvent {
  background-color: #e2ecff;
}

.NewsFeedCalendarActiveWeekday {
  color: #0c4d7e;
  cursor: pointer;
  border: solid 1px #cbd4da;
}

.NewsFeedCalendarInactiveWeekday {
  color: #0c4d7e;
  cursor: default;
}

a.NewsFeedCalendarInactiveWeekday:hover {
  text-decoration: none;
}

.NewsFeedCalendarActiveWeekend {
  color: #b6c8d9;
  cursor: pointer;
  border: solid 1px #cbd4da;
}

.NewsFeedCalendarInactiveWeekend {
  color: #b6c8d9;
  cursor: default;
}

a.NewsFeedCalendarInactiveWeekend:hover {
  text-decoration: none;
}

.NewsFeedCalendarActiveToday {
  color: #fff;
  background-color: #57a800;
  font-weight: bold !important;
  cursor: pointer;
}

.NewsFeedCalendarInactiveToday {
  color: #fff;
  background-color: #57a800;
  font-weight: bold !important;
  cursor: default;
}

.NewsFeedCalendarToday {
  border: solid 2px #59a801;
}

a.NewsFeedCalendarInactiveToday:hover {
  text-decoration: none;
}

table.NewsFeedWidgetTable {
  background-color: #fff;
  border: #dee1d7 solid 1px;
}

.NewsFeedWidgetContent {
  color: #0c4d7e;
}

.NewsFeedWidgetSmallText {
  font-size: 11px;
}

a.NewsFeedWidgetSmallLink {
  font-size: 11px;
  text-decoration: none;
}

a.NewsFeedWidgetSmallLink:hover {
  text-decoration: underline;
}

.NewsFeedBirthBoyContent {
  background-color: #d9efff;
}

.NewsFeedBirthGirlContent {
  background-color: #d9efff;
}

.NewsFeedMarriageContent {
  background-color: #ebfbcf;
}

.NewsFeedDeathContent {
  background-color: #e7e7e7;
  color: #5e656d;
}

.NewsFeedProfileHeaderText {
  font-size: 16px;
  color: #6988a7;
  font-weight: bold;
}

.NewsFeedWhiteButtonText {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 2px;
}

.NewsFeedTextarea,
.NewsFeedTextareaLarge {
  color: #6988a7;
  padding-left: 2px;
  padding-right: 2px;
}

.NewsFeedTextarea {
  font-size: 11px;
}

.SendInboxMessageSuccess {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #95b935;
  font-weight: bold;
}

.SendInboxMessageFailed {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #aa0004;
  font-weight: bold;
}

.NewsFeedBigBoldLightBlue {
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

.NewsFeedVeryLightBlue {
  color: #8a98a5;
}

.NewsFeedItemRegular {
  height: 100%;
  width: 100%;
}

.NewsFeedItemGrayed {
  height: 100%;
  width: 100%;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.NewsFeedItemGrayed td,
.NewsFeedItemGrayed img {
  filter: alpha(opacity=40);
}

.NewsFeedContainer {
  background-color: #fff;
  padding: 10px;
}

.NewsFeedIconMember,
.NewsFeedIconPhoto,
.NewsFeedIconNote,
.NewsFeedIconTree,
.NewsFeedIconCelebrity,
.NewsFeedIconRecipe,
.NewsFeedIconLink,
.NewsFeedIconArticle,
.NewsFeedIconPoll,
.NewsFeedIconMessageboard,
.NewsFeedIconGuestbook,
.NewsFeedIconEvent,
.NewsFeedIconGeneral,
.NewsFeedIconSmartmatch,
.NewsFeedIconBirthday,
.NewsFeedIconBirthdayOnGray,
.NewsFeedIconMarriage,
.NewsFeedIconMarriageOnGray,
.NewsFeedIconManualEventOnGray,
.NewsFeedIconTagging,
.NewsFeedIconGedcom,
.NewsFeedIconVideo,
.NewsFeedIconChart,
.NewsFeedIconCreateSite,
.NewsFeedIconDocument,
.NewsFeedIconInvitation,
.NewsFeedIconComment,
.NewsFeedIconUpgradeSite,
.NewsFeedIconExtendSite,
.NewsFeedIconAudio,
.NewsFeedIconTweeter,
.NewsFeedIconNewAlbum,
.NewsFeedIconBirthdayBalloon,
.NewsFeedIconWeddingRing,
.NewsFeedIconYouTube,
.NewsFeedIconHTML,
.NewsFeedIconMemoryGame,
.NewsFeedIconMobile,
.NewsFeedIconRecordMatch {
  background: url(/FP/Assets/Images/NewsFeed/Icons.gif?v=12);
  background-repeat: no-repeat;
}

.NewsFeedIconMember,
.NewsFeedIconTree,
.NewsFeedIconCelebrity,
.NewsFeedIconRecipe,
.NewsFeedIconLink,
.NewsFeedIconArticle,
.NewsFeedIconPoll,
.NewsFeedIconMessageboard,
.NewsFeedIconGuestbook,
.NewsFeedIconEvent,
.NewsFeedIconRecordMatch {
  width: 16px;
  height: 16px;
}

.NewsFeedIconGeneral,
.NewsFeedIconSmartmatch {
  width: 18px;
  height: 18px;
}

.NewsFeedIconBirthday,
.NewsFeedIconBirthdayOnGray {
  width: 21px;
  height: 31px;
}

.NewsFeedIconManualEventOnGray {
  width: 27px;
  height: 28px;
}

.NewsFeedIconMarriage,
.NewsFeedIconMarriageOnGray {
  width: 18px;
  height: 24px;
}

.NewsFeedIconTagging {
  width: 15px;
  height: 16px;
}

.NewsFeedIconGedcom,
.NewsFeedIconDocument,
.NewsFeedIconYouTube,
.NewsFeedIconHTML {
  width: 18px;
  height: 17px;
}

.NewsFeedIconVideo,
.NewsFeedIconChart,
.NewsFeedIconCreateSite,
.NewsFeedIconInvitation,
.NewsFeedIconComment,
.NewsFeedIconNote,
.NewsFeedIconBirthdayBalloon,
.NewsFeedIconWeddingRing,
.NewsFeedIconMemoryGame {
  width: 19px;
  height: 17px;
}

.NewsFeedIconUpgradeSite {
  width: 22px;
  height: 18px;
}

.NewsFeedIconExtendSite {
  width: 21px;
  height: 24px;
}

.NewsFeedIconPhoto {
  width: 22px;
  height: 17px;
}

.NewsFeedIconMobile {
  width: 19px;
  height: 17px;
}

.NewsFeedIconAudio {
  width: 19px;
  height: 19px;
}

.NewsFeedIconTweeter {
  width: 23px;
  height: 21px;
}

.NewsFeedIconNewAlbum {
  width: 19px;
  height: 18px;
}

.NewsFeedIconMember {
  background-position: -34px -17px;
}

.NewsFeedIconPhoto {
  background-position: -5px -193px;
}

.NewsFeedIconMobile {
  background-position: -48px -233px;
}

.NewsFeedIconNote {
  background-position: -28px -194px;
}

.NewsFeedIconTree {
  background-position: -34px 0;
}

.NewsFeedIconCelebrity {
  background-position: -17px 0;
}

.NewsFeedIconRecipe {
  background-position: -17px -17px;
}

.NewsFeedIconLink {
  background-position: 0 -17px;
}

.NewsFeedIconArticle {
  background-position: 0 0;
}

.NewsFeedIconPoll {
  background-position: -34px -34px;
}

.NewsFeedIconMessageboard {
  background-position: -51px -17px;
}

.NewsFeedIconGuestbook {
  background-position: -51px 0;
}

.NewsFeedIconEvent {
  background-position: -28px -102px;
}

.NewsFeedIconGeneral {
  background-position: 0 -51px;
}

.NewsFeedIconSmartmatch {
  background-position: -19px -51px;
}

.NewsFeedIconBirthday {
  background-position: -15px -70px;
}

.NewsFeedIconBirthdayOnGray {
  background-position: -37px -70px;
}

.NewsFeedIconMarriage {
  background-position: -59px -50px;
}

.NewsFeedIconMarriageOnGray {
  background-position: -59px -75px;
}

.NewsFeedIconManualEventOnGray {
  background-position: 0 -102px;
}

.NewsFeedIconTagging {
  background-position: -38px -51px;
}

.NewsFeedIconGedcom {
  background-position: -48px -102px;
}

.NewsFeedIconVideo {
  background-position: -48px -120px;
}

.NewsFeedIconChart {
  background-position: -28px -120px;
}

.NewsFeedIconCreateSite {
  background-position: -28px -138px;
}

.NewsFeedIconDocument {
  background-position: -48px -138px;
}

.NewsFeedIconInvitation {
  background-position: -8px -175px;
}

.NewsFeedIconComment {
  background-position: -28px -176px;
}

.NewsFeedIconUpgradeSite {
  background-position: -5px -131px;
}

.NewsFeedIconExtendSite {
  background-position: -6px -150px;
}

.NewsFeedIconAudio {
  background-position: -28px -156px;
}

.NewsFeedIconTweeter {
  background-position: -48px -156px;
}

.NewsFeedIconNewAlbum {
  background-position: -48px -178px;
}

.NewsFeedIconBirthdayBalloon {
  background-position: -48px -197px;
}

.NewsFeedIconWeddingRing {
  background-position: -28px -212px;
}

.NewsFeedIconYouTube {
  background-position: -9px -211px;
}

.NewsFeedIconHTML {
  background-position: -48px -215px;
}

.NewsFeedIconMemoryGame {
  background-position: -28px -230px;
}

.NewsFeedIconRecordMatch {
  background-position: -8px -248px;
}

.news_feed_match_button_container {
  margin: 10px 0;
}

.news_feed_multi_match_images_container {
  margin-bottom: 10px;
}

a.news_feed_image_link {
  border: 1px solid #d3d3d3;
  display: block;
  padding: 2px;
}
a.news_feed_image_link:hover {
  border-color: #0c4e7d;
}

.news_feed_image {
  display: block;
}

.news_feed_image_wrapper {
  margin-top: 10px;
  margin-left: 15px;
  float: right;
}

.news_feed_record_image {
  height: 60px;
}

.news_feed_multi_match_entries_container {
  margin: 10px 0;
}

.news_feed_multi_match_entry {
  margin-bottom: 5px;
}

.UpcomingEventContainer {
  padding-bottom: 6px;
  margin-bottom: 6px;
  border-bottom: 1px solid #e8e8e8;
}
.UpcomingEventContainer:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}

.UpcomingEventsDate {
  font-weight: bold;
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 3px;
}

.UpcomingEventsSmallText {
  font-size: 11px;
}

/* large buttons in welcome message */
.LargeNavigationButton {
  background: url(/FP/Assets/Images/Common/NavigationBox.png?v=34);
  background-repeat: no-repeat;
  width: 140px;
  height: 105px;
}

.TreeButton {
  background-position: 0 -198px;
}

a:hover .TreeButton {
  background-position: 0 -304px;
}

.PhotosButton {
  background-position: 0 -410px;
}

a:hover .PhotosButton {
  background-position: 0 -516px;
}

.StatsButton {
  background-position: 0 -622px;
}

a:hover .StatsButton {
  background-position: 0 -728px;
}

.AnnouncementPanel {
  background-color: #fffbd5;
  background-image: url("/FP/Assets/Images/Announcements/Background.jpg");
  background-repeat: repeat-x;
}

/* What Next */
.WhatNextPanel img {
  display: block;
}

.percentageCompleteBarOuterBox {
  position: relative;
  width: 200px;
  height: 18px;
  border-top: 1px solid #7c7c7a;
  border-left: 1px solid #7c7c7a;
  border-right: 1px solid #e3e3e1;
  border-bottom: 1px solid #e3e3e1;
  background-color: #f7f7f7;
}

.percentageCompleteBarInnerBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 198px;
  height: 17px;
  border-top: 1px solid #b9b9b9;
  border-left: 1px solid #eee;
  border-right: 1px solid #f7f7f7;
  border-bottom: none;
  background-color: #f7f7f7;
  text-align: left;
}

.progressBarImage {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 1px;
}

.whatNextHorizontalSeparator {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  margin-top: 6px;
  margin-bottom: 6px;
}

.whatNextTaskContainer {
  position: relative;
  width: 100%;
}
.whatNextTaskContainer .whatNextCaption {
  margin-bottom: 2px;
  max-width: 445px;
}
.whatNextTaskContainer .dropdown {
  width: 267px;
}
.whatNextTaskContainer .dropdown .autocomplete-name img {
  display: inline-block;
}
.whatNextTaskContainer .dateEntryYear,
.whatNextTaskContainer .select-replace {
  border-color: #7f9db9;
}
.whatNextTaskContainer .dateEntryYear {
  padding-top: 2px;
  width: 31px;
}
.whatNextTaskContainer .select-replace {
  padding-top: 2px;
  height: 20px;
}
.whatNextTaskContainer .siblingEntry,
.whatNextTaskContainer .childEntry,
.whatNextTaskContainer .nameAndGenderEntry {
  height: 35px;
  margin-bottom: 2px;
}
.whatNextTaskContainer .siblingEntry > td,
.whatNextTaskContainer .childEntry > td,
.whatNextTaskContainer .nameAndGenderEntry > td {
  vertical-align: middle;
}
.whatNextTaskContainer .siblingEntry,
.whatNextTaskContainer .childEntry {
  display: none;
}
.whatNextTaskContainer .addParent,
.whatNextTaskContainer .addPartner {
  margin-top: 6px;
}
.whatNextTaskContainer .addParent .bornWrapper,
.whatNextTaskContainer .addPartner .bornWrapper {
  padding-top: 3px;
  padding-right: 10px;
  padding-left: 5px;
}
.whatNextTaskContainer .addParent .firstNameWrapper,
.whatNextTaskContainer .addPartner .firstNameWrapper {
  padding-left: 5px;
}
.whatNextTaskContainer .addParent .goButtonWrapper,
.whatNextTaskContainer .addPartner .goButtonWrapper {
  padding: 0 10px;
}
.whatNextTaskContainer #addMother {
  margin-bottom: 1px;
}
.whatNextTaskContainer .childEntryStatusArea,
.whatNextTaskContainer .siblingEntryStatusArea {
  display: none;
}

.whatNextTaskRegular,
.whatNextTaskGrayed {
  height: 100%;
  width: 445px;
}

.whatNextTaskGrayed {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.addPersonalPhotoOfCloseFamilyWhatNextWidget {
  margin-left: 15px;
  margin-right: 19px;
  margin-top: 3px;
}

.addPersonalPhotoOfCloseFamilyWhatNextWidgetInnerDiv {
  margin-left: 17px;
  margin-right: 19px;
}

/* End What Next */
/* Record Matches box */
.rmIcon {
  margin-top: 5px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  zoom: 1;
}

.rmLink {
  margin-top: 5px;
  margin-right: 5px;
  width: 150px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.record_matches_info_box_new_tag_container {
  position: relative;
  top: -2px;
}

/* End Record Matches box */
/* Smart Matches box */
.smLink {
  padding-top: 2px;
  padding-right: 7px;
  padding-bottom: 3px;
}

/* End Smart Matches box */
/* announcement rotator */
#homeAnnouncementRotator {
  margin-top: 9px;
}

#homeAnnouncementRotator #homeAnnouncementRotatorPreloader .spinner {
  width: 26px;
  height: 26px;
  background-image: url(/FP/Icons/AjaxIcons/loading.gif);
}

#homeAnnouncementRotator #homeAnnouncementRotatorContent {
  height: 325px;
  display: none;
}

#homeAnnouncementRotator .homeAnnouncement {
  display: none;
}

#homeAnnouncementRotator #homeAnnouncementRotatorNavigation {
  margin-top: 6px;
  text-align: center;
  display: none;
}

#homeAnnouncementRotator .homeAnnouncementNavigation {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  background-color: #d3d3d3;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
}

#homeAnnouncementRotator .homeAnnouncementNavigationOn {
  background-color: #a0a0a0;
}

/* end announcement rotator */
.FakeHR {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e2e4e2;
}

#LatestNewsArticles p {
  margin-bottom: 12px;
}
#LatestNewsArticles pre {
  white-space: normal;
}

/***********************************   */
/* Long Time no See Box CSS Classes */
/***********************************   */
.LongTimeNoSeeBackground {
  background-image: linear-gradient(to top, #fffbd5, white 168px, white);
}

.LongTimeNoSeeDecoration {
  padding: 10px;
}

.LongTimeNoSeeDecoration {
  background-image: url("/FP/Assets/Images/Latency/LatencyDecoration_RTL.jpg?v=2");
  background-repeat: no-repeat;
  background-position: bottom left;
}

.LongTimeNoSeeBullet {
  padding-top: 4px;
  padding-left: 6px;
  padding-bottom: 0;
  padding-right: 11px;
}

.LongTimeNoSeeCell {
  padding-top: 7px;
  line-height: 16px;
}

/***************************************   */
/* End Long Time no See Box CSS Classes */
/***************************************   */
/***********************************   */
/* Dna Engagement banner CSS Classes */
/***********************************   */
#DnaEngagementBanner_container {
  transition: opacity 0.3s ease-in-out, height 0.8s ease-in-out;
}
#DnaEngagementBanner_container.hide_banner {
  height: 0 !important;
  opacity: 0;
}

.dna_engagement_banner_container {
  overflow: hidden;
  padding: 10px 0;
}

.dna_engagement_banner {
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 30px;
  padding-right: 25px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.dna_engagement_banner .close {
  position: relative;
}
.dna_engagement_banner .close::before {
  top: -18px;
  left: 16px;
  cursor: pointer;
  font-size: 28px;
  content: "×";
  font-weight: 100;
  line-height: 22px;
  position: absolute;
  display: inline-block;
  color: #999;
}
.dna_engagement_banner .banner_content {
  margin-top: 25px;
  padding-right: 0;
}
.dna_engagement_banner .banner_text,
.dna_engagement_banner .banner_title {
  width: 330px;
  color: #595959;
  font-size: 18px;
}
.dna_engagement_banner .banner_text {
  font-size: 15px;
  font-weight: 300;
}
.dna_engagement_banner .banner_buttons {
  margin-top: 25px;
}
.dna_engagement_banner .banner_button_default,
.dna_engagement_banner .banner_button_primary {
  display: inline-block;
}
.dna_engagement_banner .banner_button_primary {
  margin-right: 8px;
}
.dna_engagement_banner .dna_link {
  white-space: nowrap;
  color: #bb4ece;
}
.dna_engagement_banner .banner_icon {
  float: left;
}
.dna_engagement_banner .mh_dna_logo {
  width: 229px;
  height: 31px;
  background-image: url("/FP/Assets/Images/FamilyHome/DnaEngagementBanner/mh_dna_logo.jpg?v=3");
}
.dna_engagement_banner .dna_box {
  width: 165px;
  height: 110px;
  background-repeat: no-repeat;
  background-image: url("/FP/Assets/Images/FamilyHome/DnaEngagementBanner/dna_box_ohp.jpg?v=2");
}
.dna_engagement_banner.banner_type_1 .dna_box {
  margin-top: -24px;
}
.dna_engagement_banner.banner_type_2 .dna_box {
  margin-top: -28px;
}
.dna_engagement_banner .lab {
  width: 135px;
  height: 100px;
  margin-top: -24px;
  background-repeat: no-repeat;
  background-image: url("/FP/Assets/Images/FamilyHome/DnaEngagementBanner/lab_ohp_rtl.jpg?v=2");
}
.dna_engagement_banner .success {
  width: 135px;
  height: 100px;
  margin-top: -24px;
  background-repeat: no-repeat;
  background-image: url("/FP/Assets/Images/FamilyHome/DnaEngagementBanner/success_ohp_rtl.jpg?v=2");
}

/***************************************   */
/* End Dna Engagement banner CSS Classes */
/***************************************   */
/***************************************   */
/* Mobile Usability errors from Google search console [QS-1719] */
/***************************************   */
@media (max-width: 767px) {
  #LatestNewsArticlesTable {
    table-layout: fixed;
  }
  #LatestNewsArticlesTable > tbody > tr > td:nth-child(1) {
    width: 322px;
    overflow: hidden;
  }
  #LatestNewsArticlesTable > tbody > tr > td:nth-child(2) {
    width: 10px;
  }
  #LatestNewsArticlesTable > tbody > tr > td:nth-child(3) {
    width: 146px;
  }
  #LatestNewsArticlesTable .utitle,
#LatestNewsArticlesTable .utext,
#LatestNewsArticlesTable h1,
#LatestNewsArticlesTable h2,
#LatestNewsArticlesTable h3,
#LatestNewsArticlesTable h4,
#LatestNewsArticlesTable ol,
#LatestNewsArticlesTable ul,
#LatestNewsArticlesTable p,
#LatestNewsArticlesTable div,
#LatestNewsArticlesTable table,
#LatestNewsArticlesTable img {
    text-align: left;
    max-width: 322px;
    width: auto;
    height: auto;
  }
}
/***************************************   */
/* End Mobile Usability errors from Google search console [QS-1719] */
/***************************************   */
