/* Transform mixins */
/* End transform mixins */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes shake {
  0% {
    transform: translate(0.5px, 0.5px) rotate(0deg); }
  10% {
    transform: translate(-0.5px, -1px) rotate(-0.5deg); }
  20% {
    transform: translate(-1.5px, 0px) rotate(0.5deg); }
  30% {
    transform: translate(1.5px, 1px) rotate(0deg); }
  40% {
    transform: translate(0.5px, -0.5px) rotate(0.5deg); }
  50% {
    transform: translate(-0.5px, 1px) rotate(-0.5deg); }
  60% {
    transform: translate(-1.5px, 0.5px) rotate(0deg); }
  70% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg); }
  80% {
    transform: translate(-0.5px, -0.5px) rotate(0.5deg); }
  90% {
    transform: translate(0.5px, 1px) rotate(0deg); }
  100% {
    transform: translate(0.5px, -1px) rotate(-0.5deg); } }

.glad_placeholders {
  width: 100%;
  padding: 60px 10px 10px 10px;
  height: 100%; }
  .glad_placeholders .glad_directory {
    height: 100%;
    background-color: #fff;
    max-width: 900px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    -moz-box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12);
    box-shadow: 0 2px 4px 0 rgba(43, 30, 51, 0.12); }
    .glad_placeholders .glad_directory .glad_person {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-bottom: 2px solid #e0e4f0;
      padding: 5px; }
      .glad_placeholders .glad_directory .glad_person:last-of-type {
        border: 0; }
    .glad_placeholders .glad_directory .glad_avatar {
      height: 65px;
      width: 65px;
      flex: 0 0 65px;
      background-color: #e0e4f0; }
    .glad_placeholders .glad_directory .glad_column {
      flex: 0 0 50%; }
      .glad_placeholders .glad_directory .glad_column.glad_one {
        display: flex;
        justify-content: flex-start;
        align-items: center; }
      .glad_placeholders .glad_directory .glad_column .glad_item {
        display: flex;
        align-items: center; }
        .glad_placeholders .glad_directory .glad_column .glad_item .glad_block {
          display: block;
          background-color: #e0e4f0;
          height: 20px;
          width: 60%; }
    .glad_placeholders .glad_directory .glad_icon:after {
      color: #e0e4f0; }
    .glad_placeholders .glad_directory .glad_name {
      margin-left: 5px;
      background-color: #e0e4f0;
      height: 30px;
      width: 100%; }
    .glad_placeholders .glad_directory .glad_info {
      display: flex;
      flex: 0 1 100%;
      padding-right: 5px; }

#glad-directory {
  padding: 75px 20px 0 20px;
  background-color: #fff; }
  #glad-directory .glad_page_wrap {
    min-height: 100vh;
    max-width: 1500px;
    margin-top: 1rem; }
  #glad-directory .glad_page {
    margin: 0;
    padding: 0 0 5rem 0; }
    #glad-directory .glad_page > .glad_item {
      display: flex;
      align-items: center;
      border-bottom: 1px solid #e0e4f0; }
      #glad-directory .glad_page > .glad_item.glad_expand {
        display: block;
        position: relative; }
        #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info {
          display: block;
          height: auto;
          padding: 1rem; }
          #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info:after {
            content: none; }
          #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info header {
            display: block; }
          #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info section {
            display: block;
            margin-top: 2rem; }
            #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info section:first-of-type {
              margin-top: 0; }
            #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info section.glad_nothing {
              display: none; }
          #glad-directory .glad_page > .glad_item.glad_expand .glad_contact_info .glad_count {
            display: none; }
        #glad-directory .glad_page > .glad_item.glad_expand .glad_left_wrap {
          max-height: none; }
        #glad-directory .glad_page > .glad_item.glad_expand .glad_icon_button {
          position: absolute;
          right: 0;
          top: 15px; }
      #glad-directory .glad_page > .glad_item.glad_hide .glad_contact_info .glad_item .glad_text {
        background-color: #e0e4f0;
        color: #e0e4f0; }
  #glad-directory .glad_icon_button {
    flex: 0 0 40px;
    background-color: transparent;
    margin-right: 5px; }
  #glad-directory .glad_inline_msg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 1500px;
    margin: 0 auto; }
    #glad-directory .glad_inline_msg li {
      display: flex;
      align-items: center;
      cursor: pointer;
      margin-top: 1rem; }
      #glad-directory .glad_inline_msg li:first-of-type {
        margin-top: 0; }
      #glad-directory .glad_inline_msg li .glad_icon {
        height: 15px;
        width: 15px;
        border-radius: 0;
        margin-right: 3px; }
        #glad-directory .glad_inline_msg li .glad_icon:after {
          line-height: 15px;
          font-size: 12px;
          color: #a26b09; }
  #glad-directory .glad_header {
    position: relative; }
  #glad-directory .glad_menu_item {
    z-index: 1; }

#pd-merge_people.page_dialog .scroll_wrap {
  overflow-y: scroll; }

#pd-merge_people.page_dialog .glad_empty {
  padding: 2rem; }

#pd-merge_people .glad_page.glad_two .glad_selected_accounts {
  display: flex;
  min-height: 0; }
  #pd-merge_people .glad_page.glad_two .glad_selected_accounts.glad_empty {
    min-height: 50px; }
  #pd-merge_people .glad_page.glad_two .glad_selected_accounts header {
    display: flex;
    align-items: center;
    margin: 0; }
  #pd-merge_people .glad_page.glad_two .glad_selected_accounts h3 {
    margin: 0; }
  #pd-merge_people .glad_page.glad_two .glad_selected_accounts .glad_items {
    display: flex;
    align-items: center; }

#pd-merge_people .glad_page.glad_three .glad_button_wrap {
  margin-top: 3rem; }

#pd-merge_people .glad_tabs nav li.glad_disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }

#pd-merge_people .glad_tabs nav li.glad_complete .glad_circle_number {
  position: relative; }
  #pd-merge_people .glad_tabs nav li.glad_complete .glad_circle_number:after {
    content: '\e928';
    font-family: gladlyIcons;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    bottom: -4px;
    right: -4px;
    line-height: 15px;
    font-size: 8px;
    background-color: #48e47c;
    color: #fff;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

#pd-merge_people .glad_final_account {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  #pd-merge_people .glad_final_account .glad_avatar_wrap {
    position: relative; }
  #pd-merge_people .glad_final_account .glad_info_wrap {
    display: flex;
    align-items: center; }
    #pd-merge_people .glad_final_account .glad_info_wrap .glad_avatar.glad_profile {
      margin-right: 1rem; }
    #pd-merge_people .glad_final_account .glad_info_wrap .glad_initials {
      font-size: 3rem; }
    #pd-merge_people .glad_final_account .glad_info_wrap .glad_fullname {
      font-size: 3rem;
      font-weight: 600; }
    #pd-merge_people .glad_final_account .glad_info_wrap .glad_username {
      font-style: italic; }
  #pd-merge_people .glad_final_account .glad_contact_info ul {
    margin: 0;
    list-style: none; }
  #pd-merge_people .glad_final_account .glad_contact_info .glad_item, #pd-merge_people .glad_final_account .glad_contact_info .glad_username {
    display: flex;
    align-items: center; }
  #pd-merge_people .glad_final_account .glad_contact_info header, #pd-merge_people .glad_final_account .glad_contact_info .glad_nothing, #pd-merge_people .glad_final_account .glad_contact_info .glad_count {
    display: none; }
  #pd-merge_people .glad_final_account .glad_contact_wrap {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #pd-merge_people .glad_final_account .glad_contact_wrap.glad_minimize {
      max-height: 110px;
      overflow: hidden;
      position: relative; }
      #pd-merge_people .glad_final_account .glad_contact_wrap.glad_minimize:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background-color: #fff;
        z-index: 1; }
      #pd-merge_people .glad_final_account .glad_contact_wrap.glad_minimize:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 10px;
        background: -webkit-linear-gradient(transparent, #fff);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(transparent, #fff);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(transparent, #fff);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(transparent, #fff);
        /* Standard syntax */ }
    #pd-merge_people .glad_final_account .glad_contact_wrap .glad_toggle_wrap {
      position: absolute;
      bottom: 0;
      z-index: 1;
      width: 100%;
      text-align: center; }
      #pd-merge_people .glad_final_account .glad_contact_wrap .glad_toggle_wrap .glad_link {
        font-size: 1.2rem; }
  #pd-merge_people .glad_final_account .glad_people_items {
    margin: 0; }
  #pd-merge_people .glad_final_account:after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #e0e4f0;
    bottom: 0;
    left: 0;
    z-index: 1; }

#pd-merge_people .glad_success .glad_featured {
  display: flex;
  justify-content: center; }

#pd-merge_people .glad_success header {
  display: flex;
  justify-content: center; }
  #pd-merge_people .glad_success header h2 {
    font-size: 3rem; }

.glad_sharing_text {
  display: flex;
  justify-content: flex-end; }
  .glad_sharing_text p {
    margin: 0;
    line-height: 35px;
    font-size: 1.2rem; }
    .glad_sharing_text p .glad_link {
      font-size: inherit; }

#glad-properties .glad_address {
  white-space: nowrap;
  font-weight: 600; }

#glad-properties > .glad_item {
  justify-content: flex-start;
  height: 56px; }
  #glad-properties > .glad_item .glad_avatar.glad_profile .glad_blank_img:after {
    line-height: 36px;
    font-size: 2.5rem; }

#glad-properties .glad_content_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 1 100%;
  padding: 1rem 0 1rem 1rem;
  position: static; }

#glad-properties .glad_residents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 1rem;
  flex: 1 0;
  padding: 0;
  list-style: none; }
  #glad-properties .glad_residents .glad_avatar.glad_profile {
    height: 35px;
    width: 35px;
    margin-right: 5px; }
    #glad-properties .glad_residents .glad_avatar.glad_profile .glad_initials {
      font-size: 1.4rem; }
    #glad-properties .glad_residents .glad_avatar.glad_profile.glad_add_loading:after {
      font-size: 8px; }
  #glad-properties .glad_residents .glad_menu_item .glad_name_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem; }
  #glad-properties .glad_residents .glad_menu_item .glad_name {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#glad-properties .glad_menu_item {
  z-index: 10; }

@media screen and (min-width: 500px) {
  #glad-directory .glad_page > .glad_item.glad_expand section.glad_expand_only {
    display: block; } }

@media screen and (min-width: 800px) {
  #glad-directory .glad_page_wrap {
    margin: 1rem 4rem 0 4rem; } }

@media screen and (min-width: 1000px) {
  .glad_placeholders {
    padding-left: 90px; }
  #glad-directory {
    padding: 75px 20px 0 100px; }
  .glad_people_items .glad_left_wrap {
    flex: 1 0 300px; }
  .glad_people_items .glad_contact_info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex: 0 1 100%; }
    .glad_people_items .glad_contact_info section {
      flex: 1 0 200px;
      margin-right: 1rem;
      max-width: 300px; } }

@media screen and (min-width: 1700px) {
  #glad-directory .glad_page_wrap {
    margin: 1rem auto 0 auto; } }
