/* Profile header buttons */
.mat-button.mat-button--profile-actions {
  display: flex;
  margin: 0 0 0 8px;
}
.mat-button--profile-actions .icon {
  min-width: 16px;
}
.mat-button--profile-actions .icon-endorse {
  top: -1px;
}
.mat-button--profile-actions .icon-close {
    font-size: 12px;
    margin: 0 0 0 8px;
    opacity: .75;
}
.dots-menu--profile-actions .mat-button.mat-button--dots-menu {
  margin: 0 0 0 8px;
  font-size: 16px;
}
.mat-button.mat-button--clear-swap {
    background: none;
    color: #767E92;
}
.mat-button.mat-button--clear-swap:hover {
    background: rgba(139, 148, 169, 0.1);
    transform: translateY(-1px);
}
.mat-button.mat-button--profile-actions-call {
  display: none;
}
@media (max-width: 800px) {
    .mat-button.mat-button--profile-actions-phone {
      display: none;
    }
    .mat-button.mat-button--profile-actions-call {
      display: flex;
    }
    .mat-button.mat-button--profile-actions {
      margin: 4px;
    }
    .mat-button.mat-button--clear-swap {
        background: rgba(226,228,233,.4);
        color: #767E92;
    }
    .mat-button.mat-button--clear-swap:hover {
        background: #767E92;
        color: #fff;
    }
}
/* End profile header buttons */

/* Page structure */
.profile_header {
  z-index: 1;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 32px 0 0 0;
  box-shadow: 0 3px 8px rgba(51, 74, 109, 0.12);
}
.profile_connections {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  min-height: 24px;
}
.profile_header-cont {
  display: flex;
  width: 100%;
}
.profile_avatar {
  position: relative;
  height: 96px;
  width: 96px;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_avatar img {
  max-width: 100%;
  max-height: 100%;
  flex: none;
}
.profile_avatar--project {
  border-radius: 3px;
}
.profile_avatar--project img {
  transform: scale(2.2,2.2);
}
.profile_avatar--project:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #007ddd;
  position: absolute;
  z-index: 1;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
}
.profile_info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 100%;
}
.profile_sub-info {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.profile_info-badge {
    margin-left: 18px;
    margin-top: 4px;
}
.profile_meta-cont {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 4px;
  max-width: 100%;
}
.profile_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #767E92;
  margin: 4px 24px 4px 0;
}
.profile_meta a {
  color: #767E92;
  transition: .3s all ease;
}
.profile_meta a:hover {
  color: #007ddd;
}
.profile_meta .icon {
  margin-right: 4px;
  position: relative;
}
.profile_meta .icon-company {
  top: -1px;
}
.profile_meta--big {
  font-size: 18px;
  font-weight: 600;
}
.profile_meta--big.endorsed {
  color: #007ddd;
}
.profile_meta--big.endorsed:hover {
  color: #006bbd;
}
.profile_meta--big.endorsed .icon {
  font-size: 17px;
}
.profile_actions-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 8px 0 0 0;
}
.profile_actions {
  display: flex;
  padding: 16px 0;
  flex-shrink: 0;
}
.profile_minor-actions {
  position: absolute;
  top: -16px;
  right: 0;
  display: flex;
}
.profile_tabs {
  margin: 16px 0 0 0;
  width: 100%;
  display: flex;
}
.profile_tabs li {
    display: flex;
    flex-shrink: 0;
}
.profile_tab { 
    color: #767E92;
    font-size: 14px;
    padding: 16px 12px;
    font-weight: 500;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.profile_tab:before {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    transform: translateY(5px);
    content: "";
    height: 5px;
    width: 100%;
    color: rgba(0,125,221,0);
    transition: all .3s ease;
}
.profile_tab.active,
.profile_tab:hover {
    color: #007ddd;
}
.profile_tab.active:before,
.profile_tab:hover:before {
    background: #007ddd;
    transform: translateY(0);
}
.profile_content {
  padding: 40px 0;
  background: #F4F7FA;
}
.profile_sidebar {
  width: calc(33.33% - 40px);
  margin-right: 40px;
}
.profile_sidebar--wide {
  width: 100%;
  margin: 0;    
}
.profile_body {
  width: 66.66%;
}
.profile_body--feed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.profile_body--wide {
  width: 100%;
}
.profile_feed-item {
  width: 100%;
}
.profile_section {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 40px 0;
}
.profile_section--card {
  width: 100%;
}
.profile_section-row {
  width: 100%;
  display: flex;
}
.profile_section-row--bottom-button {
  margin-top: 24px;
  justify-content: center;
}
.profile_review-container {
  width: 100%;
}
.profile_section-row--photo-tab {
  margin: 0 -16px 0 0;
  flex-basis: calc(100% + 16px);
  width: calc(100% + 16px);
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 600px) { 
  .profile_section-row--photo-tab {
    margin: 0 -8px 0 0;
    flex-basis: calc(100% + 8px);
    width: calc(100% + 8px);
  }
}
.profile_section-label {
  color: #767E92;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  line-height: 1.2em;
  transition: all .3s ease;
}
.profile_section-label--half {
  color: #bcc1cd;
}
.profile_section-total {
  color: #bcc1cd;
}
@media (max-width: 1400px) {  
  .profile_header,
  .profile_content {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 800px) { 
  .profile_content {
    padding: 40px 24px;
    background: none;
  }
  .profile_header {
    padding: 32px 24px 0;
  }
  .profile_sidebar,
  .profile_body {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
  .profile_content {
    padding: 24px 16px;
  }
  .profile_header {
    padding: 48px 16px 0;
  }
  .profile_section {
    padding: 0 0 24px 0;
  }
  .profile_header-cont {
    flex-wrap: wrap;
    justify-content: center;
  }
  .profile_avatar {
    margin: 0 0 24px 0;
  }
  .profile_connections {
    display: none;
  }
  .profile_info {
    align-items: center;
    width: 100%;
  }
  .profile_minor-actions {
    top: -32px;
  }
  .profile_meta-cont {
    margin: 8px 0;
    justify-content: center;
  }
  .profile_meta {
    margin: 6px 12px;
    justify-content: center;
  }
  .profile_meta--big {
    width: 100%;
    justify-content: center;
  }
  .profile_actions {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .profile_actions-row {
    flex-wrap: wrap;
    margin: 0;
    position: relative;
  }
  .profile_tabs {
    order: 2;
    justify-content: center;
    margin: 0;
    max-width: 100%;
    overflow-x: auto;
  }
  .profile_sidebar--activity {
    display: none;
  }
  .profile_tab-narrow-spacer {
    display: none;
  }
}
@media (max-width: 350px) { 
  .profile_tab-narrow-spacer {
    display: flex;
    width: 30px;
    flex-shrink: 0;
  }
  .profile_tabs {
    justify-content: flex-start;
  }
  .profile_tabs:after {
    content: "";
    height: 60px;
    width: 48px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(right,#fff 30%,hsla(0,0%,100%,0));
    z-index: 1;
    pointer-events: none;
  }
}
/* End page structure */

/* Badges card */
.mat-card_badges {
  width: 100%;
  padding: 8px 24px;
}
.mat-card_badge {
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  color: #0E4266;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  transition: .3s ease height, .3s ease padding, .4s ease opacity;
}
.mat-card_badge.collapse {
  opacity: 0;
  height: 0px;
  padding: 0px;
}
.mat-card_badge-avatar {
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  font-size: 32px;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  cursor: default;
}
.mat-card_badge-title {
  font-size: 16px;
  font-weight: 600;
}
.mat-card_badge-avatar img {
  width: 100%;
  transition: all .3s ease;
}
a.mat-card_badge:hover {
  cursor: pointer;
}
a.mat-card_badge:hover .mat-card_badge-avatar img {
  opacity: .75;
}
.mat-card_badge-link {
    display: flex;
    align-items: center;
    color: #0E4266;
}
/* End badges card */

/* Customer satisfaction bars */
.mat-card_body--customer-satisfaction {
  padding: 16px 24px;
}
.mat-meta--customer-satisfaction {
    margin: 8px 0 2px;   
    justify-content: space-between;
    width: 100%;
    display: flex;
}
.mat-meta--customer-satisfaction-hide {
    display: none;
}
.customer-satisfaction {
    width: 100%;
    display: flex;
    flex-direction: column;    
}
.customer-satisfaction_row {
    width: 100%;
    margin: 6px 0;
    display: flex;
    align-items: center;
}
.customer-satisfaction_row--reviews {
    flex-wrap: wrap;
}
.customer-satisfaction_col--question {
    width: 240px;
    color: #0E4266;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    cursor: text;
    position: relative;
}
.customer-satisfaction_col--satisfaction {
    width: calc(100% - 240px);
    color: #767E92;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.customer-satisfaction_col--satisfaction span {
    width: 50px;
    padding: 0 0 0 2px;
}
.customer-satisfaction_col--reviews {
    width: 100%;
    margin: 8px 0;
}
.customer-satisfaction_bar {
    width: 100%;
    height: 22px;
    margin: 2px 8px 2px 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #e7ebef;
}
.customer-satisfaction_bar-value {
    width: 80%;
    position: relative;
    height: 100%;
    background: #29B159;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
}
.customer-satisfaction_bar-value--green {
    background: #43B129;
}
.customer-satisfaction_bar-value--light-green {
    background: #71B129;
}
.customer-satisfaction_bar-value--yellow {
    background: #A7B129;
}
.customer-satisfaction_bar-value--orange {
    background: #D76410;
}
.customer-satisfaction_bar-value--red {
    background: #D71044;
}
.hr--customer-satisfaction {
    margin: 16px 0;
    border-color: rgba(118, 126, 146, 0.16);
}
/* Customer satisfaction bars */
.job_nav {
    border-bottom: 1px solid rgba(139, 148, 168, 0.1);
    width: 100%;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 0;
}

.job_nav-group {
    display: flex;
    flex-wrap: wrap;
}

.mat-button.mat-button--job,
.mat-button.mat-button--job:hover {
    margin: 8px 0;
}

.mat-button.mat-button--job-left,
.mat-button.mat-button--job-left:hover {
    margin: 8px 0 8px 8px;
}

.mat-button.mat-button--position-status,
.mat-button.mat-button--position-status:hover {
    transform: none;
}

@media (max-width: 425px) {
    .mat-button_position-status-wide {
        display: none;
    }
}

.mat-button.mat-button--job.mat-button--job-static,
.mat-button.mat-button--job.mat-button--job-static:hover {
    background: none;
    color: #8b94a8;
    pointer-events: none;
    cursor: default;
    transform: translateY(0);
}

.job_header {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 32px 0 0 0;
    box-shadow: 0 3px 7px rgba(51, 74, 109, 0.16);
}

.job_company {
    display: flex;
    align-items: center;
}

.job_dates {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 425px) {
    .job_dates {
        display: none;
    }
}

.job_company-avatar {
    margin: 0 8px 0 0;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    transition: .3s ease all;
}

.job_company:hover .job_company-avatar {
    opacity: .75;
}

.job_company.job_company--no-hover:hover .job_company-avatar {
    opacity: 1;
}

.job_company-cont {
    display: flex;
    flex-direction: column;
}

.job_company-name {
    color: #004579;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 600;
    transition: all .3s ease;
}

.job_company:hover .job_company-name {
    color: #007ddd;
}

.job_company.job_company--no-hover:hover .job_company-name {
    color: #004579;
}

.job_company-view-all {
    color: #8b94a8;
    font-size: 12px;
    line-height: 1;
    transition: all .3s ease;
}

.job_company:hover .job_company-view-all {
    color: #007ddd;
}

.job_body {
    width: 100%;
    display: flex;
    padding: 40px 0 56px;
}

.job_info {
    color: #8b94a8;
    width: 100%;
    font-size: 18px;
    margin: 0 0 16px 0;
    font-weight: 500;
}

.job_info--modal {
    width: auto;
    margin: 0 24px 32px 0;
}

.mat-tag--job-skill {
    margin: 4px 8px 4px 0;
    font-size: 14px;
    padding: 6px 12px;
}

a.mat-tag:hover {
    cursor: text;
    background: rgba(139, 148, 169, 0.12);
    color: #8b94a9;
}

.job_meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.job_meta-avatar {
    margin: 0 8px 0 0;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.job_meta-label {
    font-size: 12px;
    width: 100%;
    margin: 0 0 2px 0;
}

.job_meta .icon {
    margin: 0 8px 0 0;
}

.job_tag-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.job_tabs {
    margin: 24px 0 0 0;
    width: 100%;
    display: flex;
}

.job_tabs li {
    display: flex;
}

.job_tab {
    color: #8b94a8;
    font-size: 16px;
    padding: 16px 12px;
    font-weight: 500;
    transition: all .3s ease;
    position: relative;
    overflow: hidden;
}

.job_tab:before {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    left: 0;
    transform: translateY(5px);
    content: "";
    height: 5px;
    width: 100%;
    color: rgba(0, 125, 221, 0);
    transition: all .3s ease;
}

.job_tab.active,
.job_tab:hover {
    color: #007ddd;
}

.job_tab.active:before,
.job_tab:hover:before {
    background: #007ddd;
    transform: translateY(0);
}

@media (max-width: 1080px) {
    .job_body,
    .job_header,
    .job_nav {
        padding-left: 24px;
        padding-right: 24px;
    }
}

h1.mat-h1--job-title {
    padding: 40px 0 24px;
    width: 100%;
}

.mat-input--job-title {
    margin: 32px 0 16px;
    width: 100%;
}

.mat-input--job-title .mat-input_element {
    font-size: 40px;
    font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    height: auto;
    font-weight: 600;
}

.mat-input--job-title .mat-input_element::-moz-placeholder {
    font-size: 40px;
}

.mat-input--job-title .mat-input_element:-ms-input-placeholder {
    font-size: 40px;
}

.mat-input--job-title .mat-input_element::placeholder {
    font-size: 40px;
}

.mat-input--job-info {
    cursor: pointer;
    margin-bottom: 16px;
    width: 400px;
    max-width: 100%;
}

.mat-input--job-info .mat-input_element,
.mat-input--job-info .mat-input_prefix {
    font-size: 18px;
    height: 43px;
    color: #8b94a8;
    display: flex;
    align-items: center;
}

.mat-input--job-info .mat-input_element::-moz-placeholder {
    font-size: 18px;
}

.mat-input--job-info .mat-input_element:-ms-input-placeholder {
    font-size: 18px;
}

.mat-input--job-info .mat-input_element::placeholder {
    font-size: 18px;
}

.mat-input--job-info .mat-input_prefix .icon {
    top: -3px;
    position: relative;
}

.mat-input--job-info .mat-input_sufix {
    font-size: 18px;
    color: #8b94a8;
    padding: 0 0 5px 0;
}

.mat-input--job-info:hover .mat-input_sufix {
    color: #007ddd;
    opacity: 1;
}


/* Description */

p.mat-p--job-description,
p.mat-p--job-description * {
    background: none !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.6em !important;
    color: #313a44 !important;
    text-align: left !important;
}

p.mat-p--job-description p {
    margin: 0 0 1em 0;
}

p.mat-p--job-description ol {
    margin: 0 0 1em 24px;
}

p.mat-p--job-description ul {
    list-style: initial;
    margin: 0 0 1em 24px;
}

.mat-input--job-description {
    width: 100%;
}

.mat-input--job-description .mat-input_label {
    font-size: 14px;
}

.mat-input--job-description .mat-input_element {
    color: #8b94a8;
    overflow-y: auto;
    font-size: 18px;
}

.mat-input--job-description .mce-tinymce {
    margin: 16px 0 0;
}

.mat-input--job-description .mce-panel {
    background: none;
    border-color: rgba(139, 148, 168, 0.24);
    border-radius: 3px;
}

.mat-input--job-description .mce-toolbar-grp {
    padding: 4px;
}

.mat-input--job-description .mce-flow-layout-item {
    margin: 0;
}

.mat-input--job-description .mce-btn {
    border: none;
    transition: all .3s ease;
}

.mat-input--job-description .mce-btn:hover,
.mat-input--job-description .mce-btn:focus {
    color: #8b94a8;
    background-color: rgba(139, 148, 168, 0.48);
}

.mat-input--job-description .mce-btn button {
    background: rgba(139, 148, 168, 0.08);
    transition: all .3s ease;
}

.mat-input--job-description .mce-btn.mce-active,
.mce-btn.mce-active:hover {
    background: #8b94a8;
    color: #fff;
    border-radius: 3px;
}

.mat-input--job-description .mce-btn i {
    color: #8b94a8;
}

.mat-input--job-description .mce-btn.mce-active i,
.mat-input--job-description .mce-btn.mce-active:hover i {
    color: #fff;
}

.mat-input--job-description .mce-btn-group:not(:first-child) {
    border-left: 1px solid rgba(139, 148, 168, 0.08);
    padding-left: 6px;
    margin-left: 6px;
}


/* End description */


/* Jobs profile tab */

.jobs-tab {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 32px 16px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.jobs-tab--gq3 {
    padding: 32px 0;
}

.jobs-tab_sidebar {
    width: 224px;
    flex-shrink: 0;
    margin-right: 32px;
}

.jobs-tab_body {
    width: calc(100% - 224px - 32px);
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.jobs-tab_section-label {
    color: #8B94A9;
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    margin: 0 0 16px;
    line-height: 1.2em;
    transition: all .3s ease;
}

.jobs-tab_section-label-private {
    opacity: .5;
}

.mat-card--new-job,
.mat-card--new-job:hover {
    margin: 0 0 24px;
    cursor: default;
}

.mat-card_body--post-job {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.mat-card--jobs-tab-nav {
    margin-bottom: 24px;
}

.mat-button--claim-jobs {
    margin: 8px 16px 0 0;
}

@media (max-width: 800px) {
    .jobs-tab {
        flex-wrap: wrap;
    }
    .jobs-tab_sidebar,
    .jobs-tab_body {
        width: 100%;
        margin: 0 0 24px;
    }
}


/* End Jobs profile tab */


/* Partner */

.mat-card_body--partner-jobs {
    display: flex;
    flex-wrap: wrap;
    padding: 56px;
    cursor: default;
}

.mat-p--partner-jobs {
    width: 100%;
    padding: 16px 0 16px;
}

.mat-button--partner-jobs {
    margin: 8px 16px 0 0;
}

.mat-card_partner-jobs-placeholder {
    height: 16px;
    background: rgba(139, 148, 168, 0.12);
    background: linear-gradient(270deg, #f2f3f4, #d9dcde);
    background-size: 1000% 1000%;
    -webkit-animation: placeholderFlow 5s ease infinite;
            animation: placeholderFlow 5s ease infinite;
    transition: .3s ease all;
    border-radius: 3px;
    max-width: 88%;
    width: 600px;
    margin: 0 0 16px 0;
}

@-webkit-keyframes placeholderFlow {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

@keyframes placeholderFlow {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.mat-card_partner-jobs-placeholder:last-of-type {
    margin: 0;
}

.mat-card_partner-jobs-placeholder--title {
    height: 24px;
    max-width: 240px;
}

.mat-card_partner-jobs-placeholder--button,
.mat-card_partner-jobs-placeholder--button:last-of-type {
    height: 32px;
    max-width: 88px;
    align-self: center;
    margin: 16px 0;
}

.mat-card_partner-jobs-placeholder--short {
    max-width: 50%;
}

@media (max-width: 800px) {
    .mat-card_body--partner-jobs {
        padding: 24px;
    }
    .jobs-tab_sidebar--fake {
        display: none;
    }
}


/* End partner */


/* Job cards */

.mat-card--job {
    width: 100%;
    flex-basis: 100%;
    margin: 0 0 16px 0;
}

.mat-card_body--job {
    display: flex;
    justify-content: space-between;
}

.mat-card_header--job {
    flex-wrap: wrap;
    max-width: calc(100% - 120px);
}

@media (max-width: 800px) {
    .mat-card_body--job {
        flex-wrap: wrap;
    }
    .mat-card_header--job {
        max-width: 100%;
    }
    .mat-card_actions--job {
        width: 100%;
        padding: 24px 0 0;
    }
}

.mat-card_meta-item--job {
    font-size: 14px;
}

@media (max-width: 550px) {
    .mat-card_actions--applicant {
        margin-top: 24px;
    }
}

.mat-card_applicants {
    align-items: center;
    display: flex;
    margin: 16px 0 0;
}

.mat-card_main-meta--applicants {
    display: flex;
    align-items: center;
}

.mat-meta--applicants {
    order: 2;
}

.connection-avatar--applicants,
* .connection-avatar.connection-avatar--applicants:last-of-type {
    margin-right: 6px;
    margin-left: -11px;
}

* .connection-avatar.connection-avatar--applicants:first-of-type {
    margin-left: -4px;
}


/* Profile overview Job card overides */

.job-block .mat-card--job {
    float: left;
    width: calc(100% - 32px);
    margin: 8px 16px;
}

.job-block .mat-card_body--job {
    flex-wrap: wrap;
}

.job-block .mat-card_header--job {
    max-width: 100%;
}

.job-block .mat-card_actions--job {
    width: 100%;
    padding: 24px 0 0;
}


/* End Job cards */


/* Applicant */

.mat-card--application {
    margin: 0 0 24px 0;
}

.mat-card_body--application {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mat-card_header--application {
    flex-wrap: wrap;
    width: calc(100% - 260px);
}

@media (max-width: 1096px) {
    .mat-card_header--application {
        flex-wrap: wrap;
        width: 100%;
    }
}

.mat-input--cover-letter {
    margin: 0 0 16px;
}

.mat-card_meta--application {
    width: 100%;
}

.mat-card_pro-header.mat-card_pro-header--application {
    width: calc(100% - 260px);
}

.mat-card_actions--application {
    width: 250px;
}

.mat-button--application {
    margin: 0 0 0 16px;
}

.mat-card_meta-item--application {
    font-size: 14px;
}

.mat-p--application {
    width: 100%;
    margin: 16px 0 0;
    white-space: pre-line;
}

@media (max-width: 1096px) {
    .mat-card_pro-header.mat-card_pro-header--application {
        width: 100%;
        max-width: 100%;
    }
    .mat-card_actions--application {
        width: 100%;
        margin: 8px 0 0 0;
    }
    .mat-button--application {
        margin: 16px 16px 0 0;
    }
}

.mat-card--nested-job {
    margin: 24px 0 0;
}


/* End applicant */


/* Job onboarding */

.job-onboard_row {
    width: 100%;
    color: #8b94a8;
    background: rgba(139, 148, 168, 0.16);
    padding: 16px;
    border-radius: 3px;
    margin: 12px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: .3s ease all;
}

.job-onboard_row:hover {
    box-shadow: 0 2px 4px rgba(51, 74, 109, .24);
    transform: translateY(-1px);
}

.mat-meta--job-onboard {
    width: 100%;
    margin: 0 0 4px 0;
}

.mat-meta--job-onboard:first-of-type {
    margin-top: 32px;
}

.icon--job-onboard {
    font-size: 36px;
    opacity: .5;
    margin-right: 16px;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 600px) {
    .icon--job-onboard {
        font-size: 24px;
    }
}


/* End job onboarding */


/* GQ3 profile overview */

.profile_section--jobs .mat-card_body--job {
    flex-wrap: wrap;
}

.profile_section--jobs .mat-card_header--job {
    width: 100%;
    max-width: 100%;
}

.profile_section--jobs .mat-card_meta-item--job {
    margin-top: 16px;
}

.profile_section--jobs .mat-card_actions--job {
    padding: 24px 0 0 0;
}


/* End GQ3 profile overview */
/* Fade in transitions*/
.ploadHide {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.ploadHide-b {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.ploadHide-c {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.ploadHide-d {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
/* End fade in transitions */

/* Nav alignmnet */
.profile {
  margin: -20px 0 0 0;
}
/* Nav alignmnet */

/* Member avatar */
.profile_avatar--member {
  background: #fff;
  height: 116px;
  width: 116px;
  display: flex;
  border-radius: 3px;
}
@media (max-width: 800px) {
  .profile_avatar--member {
    margin: 0;
  }
}
/* End member avatar */

/* Profile rating */
.profile_rating {
  position: relative;
  margin: 4px 0 0 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.profile_stars {
  margin: 0 8px 0 0;
  position: relative;
}
.profile_stars .icon {
  color: rgba(139, 148, 168, 0.24);
  font-size: 24px;
  margin-right: 2px;
}
.profile_stars-foreground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.profile_stars-foreground .icon {
  color: #ff9b00;
  color: #ff9810;
  transition: .3s ease all;
}
.profile_rating-number {
  padding: 1px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #ff9b00;
  transition: .3s ease all;
}
.profile_rating:hover .profile_stars-foreground .icon,
.profile_rating:hover  .profile_rating-number {
  color: #007ddd;
}
@media (max-width: 800px) {
  .profile_rating {
    margin: 4px 0;
  }
}
/* End profile rating */

/* Overiew tab map overides */
.mat-card_body.mat-card_body--profile-projects {
  padding: 8px;
  max-height: 400px;
  overflow: hidden !important;
}
.mat-card_body.mat-card_body--profile-projects ul.nav li {
  font-size: 12px;
  padding: 4px 4px;
  line-height: 12px;
  width: 70px !important;
  text-align: center;
}
.mat-card_body.mat-card_body--profile-projects ul.nav {
  height: inherit;
}
.mat-card_body.mat-card_body--profile-projects #only,
.mat-card_body.mat-card_body--profile-projects .filter-zip,
.mat-card_body.mat-card_body--profile-projects .filter-projects {
  display: none;
}
.mat-card_body.mat-card_body--profile-projects #showingbar {
  z-index: 500;
}
.mat-card_body.mat-card_body--profile-projects ul.nav li:before {
    vertical-align: 0;
    display: block;
    margin: 0 0 4px 0;
    font-size: 18px;
}
.mat-button--view-all {
  width: 100%;
  padding: .8em 1em;
}
.mat-button--view-all-top {
  margin: 16px 0 0 0;
}
.mat-button--view-all-reviews-tab {
  margin: -32px 0 40px; 
}
/* End Overiew tab map overides */

/* Share button */
.mat-button.mat-button--share {
  height: 37px;
  padding: 0;
}
.mat-button.mat-button--share .icon {
  height: 37px;
  padding: 0 12px;
  line-height: 32px;
  color: #fff;
  display: flex;
  align-items: center;
  transition: all .3s ease;
}
.mat-button.mat-button--share .icon:hover {
  background: rgba(139, 148, 169, 0.24);
}
/* End share button */

/* About company */
.mat-p.mat-p--about-company {
  transition: opacity .4s ease;
  margin-top: 16px;
}
.mat-p.mat-p--about-company.collapse {
  height: 0px;
  opacity: 0;
  margin: 0;
  z-index: -5;
  position: relative;
}
.mat-p.mat-p--about-company-link {
  font-weight: 500;
  transition: .3 ease all;
  color: #007ddd;
  cursor: pointer;
}
.mat-p.mat-p--about-company-link:hover {
  color: #006bbd; 
}
.profile_types-of-work {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  color: #767E92;
  margin: 32px 0 8px;
  display: flex;
  flex-wrap: wrap;
}
.profile_types-of-work-label {
  color: #767E92;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .3s ease;
}
.profile_contact-info {
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 500;
  color: #767E92;
  margin: 32px 0 8px;
  display: flex;
  flex-wrap: wrap;
}
.profile_contact-info-item {
  width: 100%;
  color: #0e4266;
  font-size: 14px;
  margin: 8px 0 0;
  display: flex;
  word-break: break-word;
}
.profile_contact-info-item .icon {
  position: relative;
  font-size: 14px;
  vertical-align: -2px;
  margin: 0 8px 0 0;
}
/* End about company */

/* Types or work tags */
.mat-tag {
  padding: 6px 12px;
  border-radius: 3px;
  font-weight: 500;
  margin: 8px 8px 0 0;
  background: rgba(139, 148, 169, 0.08);
  color: #0e4266;
  position: relative;
  display: flex;
  align-items: center;
  cursor: text;
  z-index: 1;
  border-radius: 30px;
  font-size: 12px;
  transition: .3s ease opacity;
}
.mat-tag_number {
  color: #767E92;
  margin: 0 0 0 6px;
}
.mat-tag--hide {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  z-index: -1;
}
.collapse .mat-tag--hide {
  height: auto;
  margin: 8px 8px 0 0;
  padding: 6px 12px;
  width: auto;
  opacity: 1;
  z-index: 0;
}
.meta--types-of-work-button {
  cursor: pointer;
  transition: .3s ease all;
  color: #007ddd;
  padding: 8px 0 0 8px;
  display: flex;
  font-size: 12px;
  align-items: center;
}
.meta--types-of-work-button:hover {
  color: #006bbd;
}
.meta--types-of-work-button.collapse {
  display: none;
}
/* End types or work tags */

/* Social linkes */
.profile_social-links {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 -16px 0;
}
.profile_social-links li {
  display: flex;
}
.profile_social-links a {
  font-size: 16px;
  color: #0e4266;
  margin: 0 16px 8px 0;
}
.profile_social-links a:hover {
  color: #006bbd;
}
/* End social linkes */

/* About GQ */
.mat-card--about-gq {
  margin: 16px 0 0 0;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.mat-card--about-gq-reivews {
  margin: 0;
}
h4.mat-h4--about-gq {
  color: #0e4266;
  margin: 0 0 8px 0;
}
.mat-card--about-gq img {
  width: 50px;
  height: 50px;
  margin: 0 24px 0 0;
}
.mat-p--profile-modal {
  width: 100%;
  margin: 4px 0;
}
.mat-p--profile-modal-space {
  margin: 24px 0 4px;
}
.mat-h3--profile-modal {
  margin: 32px 0 8px 0;
}
.mat-button--profile-modal {
  margin: 16px 0;
}
/* End about GQ */

/* Profile intro text */
.mat-card_body--intro-text {
  display: flex;
  flex-wrap: wrap;
}
h4.mat-h4--intro-text {
  color: #0E4266;
  margin: 0 0 16px;
}
.mat-card_intro-text {
  width: calc(100% - 88px);
  padding: 0 16px 0 0;
}
.img--intro-text {
  width: 88px;
  height: 88px;
  margin: 8px 0;
}
.mat-p--collapse {
  max-height: 90px;
  overflow: hidden;
}
.hr--profile-intro-text {
  margin: 16px 0;
  width: 100%;
  border-color: rgba(118, 126, 146, 0.16);
}
.mat-meta--profile-intro-text {
  margin: 0 0 -8px;
}
.a--intro-text-hide {
  display: none; 
}
/* End profile intro text */

/* Footer */
.profile_footer {
  background: #F4F7FA;
  border-top: 1px solid rgba(118, 126, 146, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.mat-h3--profile-footer {
  margin: 0 0 16px;
}
.profile_footer-top {
  width: 100%;
  padding: 72px 32px 0;
  border-bottom: 1px solid rgba(118, 126, 146, 0.16);
}
.profile_footer-contact-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px 0 72px;
}
.mat-meta--profile-footer {
  margin: 8px 0 0;
}
.profile_footer-subtext {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 56px 32px 56px;
  margin: 0 32px;
}
.profile_footer-subtext a {
  color: #767E92;
}
.profile_footer-subtext a:hover {
  color: #007ddd;
}
.profile_footer-divier {
  opacity: .4;
  margin: 0 8px;
}
.button--footer {
  margin: 0 8px;
}
.button--footer-cta-call {
  display: none;
}
@media (max-width: 800px) {
  .button--footer-cta-call {
    display: flex;
  }
  .button--footer-cta-phone {
    display: none;
  }
}
/* End footer */

/* Photos */
.profile_photos {
    margin: -4px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 8px);
}
.profile_photos-wrap {
    flex-basis: calc(25% - 8px);
    width: calc(25% - 8px);
    flex-shrink: 0;
    display: flex;
    flex-grow: 0;
}
@media (max-width: 600px) { 
  .profile_photos-wrap {
    flex-basis: calc(33.33% - 8px);
    width: calc(33.33% - 8px);
  }
}
/* End photos */

/* Review summary */
.profile_section--review-summary {
  padding: 0;
}
.mat-card--review-summary {
  margin: 0 0 16px 0;
}
.review-summary {
  width: 100%;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.review-summary_block {
  display: flex;
  flex-direction: column;
  padding: 0 24px 0 0;
}
.review-summary_block--cta {
  justify-content: center;
  padding: 0 0 0 24px;
}
.review-summary_block--breakdown {
  padding: 0 24px;
  justify-content: center;
}
.review-summary_divider {
  background: rgba(118, 126, 146, 0.16);
  flex-shrink: 0;
  width: 1px;
  height: 100%;
}
.review-summary_divider--blank {
  background: rgba(118, 126, 146, 0);
}
.review-summary_rating {
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  color: #ff9b00;
}
.review-summary_stars {
  width: 130px;
  margin: 2px 0 8px;
  position: relative;
}
.review-summary_stars-foreground {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.review-summary_stars .icon {
  color: rgba(139, 148, 168, 0.24);
  font-size: 24px;
  margin-right: 2px;
}
.review-summary_stars-foreground .icon {
  color: #ff9810;
  transition: .3s ease all;
}
.mat-meta--review-summary {
  width: 100%;
}
.mat-meta--review-summary-cta {
  text-align: center;
  margin: 16px 0 0 0;
}
.overview_row.overview_row--review-summary {
  margin: 0 0 3px;
}
.overview_stars.overview_stars--review-summary {
  min-width: 0;
  display: flex;
  font-size: 10px;
  width: 70px;
  color: rgba(118, 126, 146, 1);
}
.overview_stars.overview_stars--review-summary .icon {
  font-size: 12px;
  margin-right: 2px;
}
.overview_bar.overview_bar--review-summary {
  height: 12px;
}
@media (max-width: 1000px) { 
  .review-summary_block--breakdown,
  .review-summary_divider--mobile {
    display: none;
  }
}
.review-summary_block--breakdown .mat-meta--review-summary {
  display: none;
}
/* End review summary */

/* Reviews */
.block-view-all {
  float: right;
}
.reviews-sort {
  margin-top: 18px;
}
.mat-card--review {
  margin-bottom: 16px;
}
.mat-card_body--review-top {
  padding: 24px 24px 0;
}
.mat-card_body--review-bottom {
  padding: 0 24px 24px;
}
.review-modal .mat-card_body--review-bottom {
  padding: 8px 24px 24px;
}
.mat-input--review-response {
  margin-top: 0;
}
.mat-card--review-modal {
  max-width: 800px;
}
.mat-card_name--review {
  margin: 0 0 2px 0;
}
.mat-card_review-stars {
  margin: 8px 0 0;
}
.mat-card_review-stars .icon {
  color: rgba(139, 148, 168, 0.24);
  font-size: 24px;
  cursor: default;
  margin-right: 2px;
}
.mat-card_review-stars .icon.active {
  color: #ff9810;
}
.mat-card_review-attribute {
  width: 100%;
  display: flex;
  text-align: left;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #767E92;
  position: relative;
  margin: 24px 0 0 0;
}
.mat-card_review-attribute:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  background: rgba(139,148,168,.16);
  top: 50%;
  z-index: 1;
}
.h5--mat-card-review-attribute  {
  background: #fff;
  z-index: 2;
  text-align: left;
  padding: 0 8px 0 0;
}
.review-verifyed {
  color: #007ddd;
  transition: .3s ease all;
}
.review-verifyed:hover {
  color: #006bbd;
}
.review-verifyed .icon2 {
  vertical-align: -2px;
} 
.tooltip--review-verified {
  left: 0;
  right: auto;
  top: 16px;
}
.review-verifyed:hover .tooltip--review-verified {
  width: 200px;
}
.mat-card_review-imgs {
  margin: 8px 0 0 0;
  width: calc(100% + 16px);
  display: flex;
  flex-wrap: wrap;
}
.mat-card_review-img {
  border-radius: 3px;
  margin: 16px 16px 0 0;
  height: 88px;
  flex-basis: calc(20% - 16px);
  background-size: 100%;
  background-position: center;
  transition: .3s ease all;
}
.mat-card_review-img:hover {
  background-size: 120%;
}
@media (max-width: 875px) { 
  .mat-card_review-img {
    height: 64px;
  }
}
@media (max-width: 500px) { 
  .mat-card_review-img {
    flex-basis: calc(33% - 16px);
  }
}
.mat-p--review {
  margin: 16px 0 0;
}
.mat-card_actions--review {
  margin: 16px 0 0 0;
}
.mat-meta--comment-response {
  margin: 24px 0 0;
}
.mat-h4--review-comment-name {
  color: #0E4266;
  padding: 0;
  margin: 16px 0 0 0;
  display: inline-block;
}
.mat-p--review-comment {
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
  flex-basis: 100%;
  font-size: 14px;
  color: #313a44;
  font-weight: 500;
}
.mat-card_review-response {
  width: 100%;
  display: flex;
  padding: 16px 0 0;
}
.mat-card_reivew-response-avatar {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 8px;
  border-radius: 50%;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.mat-card_review-response-text {
  color: #313a44;
  font-size: 12px;
  font-weight: 500;
  background: rgba(139, 148, 168, 0.08);
  padding: 9px 16px;
  display: inline;
  border-radius: 24px;
}

/* Reivew share button */
.mat-button--card-action.mat-button--comment {
  margin: 8px 16px 0 0;
}
.mat-button--review-share {
  transition: background .3s ease, color .3s ease;
}
.mat-button--review-share .icon {
  display: none;
  height: 100%;
  padding: 0 12px;
  line-height: 32px;
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  align-items: center;
  transition: .3s ease all;
}
.mat-button--review-share.active,
.review-modal .mat-button--review-share {
  padding: 0;
}
.mat-button--review-share.active .icon,
.review-modal .mat-button--review-share .icon {
  display: flex;
}
.review-modal .mat-button--review-share .icon {
  color: #767E92;
}
.mat-button--review-share.active .icon:hover {
  background: rgba(139, 148, 169, 0.24);
}
.review-modal .mat-button--review-share .icon:hover {
  background: #767E92;
  color: #fff;
  cursor: pointer;
}
.mat-button--review-share.active .mat-button_review-share {
  display: none;
}
.review-modal .mat-button--review-share .mat-button_review-share {
  display: flex;
  align-items: center;
  padding: 0 8px 0 12px;
}
@media (max-width: 600px) { 
  .review-modal .mat-button--review-share .mat-button_review-share {
    display: none;
  }
}
.review-modal .mat-button--review-share .icon-close {
  display: none;
}
.review-modal .mat-button--review-share {
  background: rgba(139, 148, 168, 0.16);
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  overflow: hidden;
  color: #767E92;
}
.review-modal .mat-button--review-share:hover {
  background: rgba(139, 148, 168, 0.16);
  transform: translateY(0);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0);
  border: none;
  color: #767E92;
  cursor: default;
}

/* Review modal */
.mfp-bg.mfp-ready {
  top: 50px;
  height: calc(100vh - 50px);
  z-index: 1000 !important;
}
.mfp-wrap.mfp-ready {
  top: 50px;
  height: calc(100vh - 50px);
  z-index: 1100 !important;
}
.mfp-wrap.mfp-ready .mfp-container {
  padding: 0 16px;
}
.review-modal {
  max-width: 800px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.review-modal .mat-card--review {
  padding: 16px;
  cursor: default;
  transform: none;
}
.review-modal .mat-p--review {
  font-size: 18px;
}
.review-modal .mat-card_review-stars .icon {
  font-size: 34px;
}
.review-modal share-button {
  position: relative !important;
  width: auto;
  height: auto;
  top: 0;
  background: rgba(226, 228, 233, 0.4) !important;
  text-transform: none;
}
.review-modal share-button:hover {
  color: #fff;
  background: #767E92 !important;
  transform: translateY(-1px);
}
.review-modal share-button:before,
.review-modal share-button .share-close,
.review-modal share-button.open .share-open {
  display: none;
}
.review-modal share-button.open .share-close {
  display: flex;
}
.review-modal share-button .icon-share {
  margin: 0 6px 0 0;
  top: 1px;
  position: relative;
}
.review-modal share-button .sb-social {
  transform: none !important;
  position: absolute;
  left: 50px !important;
  top: -1px !important;
}
@media (max-width: 600px) {
  .review-modal {
    width: 100%;
    height: 100%;
  }
  .review-modal .mat-card_body--review-modal {
    padding: 24px;
  }
  .review-modal share-button {
    margin-right: 200px;
  }
}
/* End reviews */

/* Overview card */
.mat-card_body--overview-rating {
    border-bottom: 1px solid rgba(139, 148, 169, 0.24);
    display: flex;
    padding: 24px 32px;
    align-items: center;
}
.overview_rating {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 38px;
    margin-right: 32px;
    font-weight: 600;
    color: #ff9b00;
    display: flex;
    align-items: center;
}
.mat-card_body--overview-stars {
    padding: 20px 32px;
}
.overview_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}
.overview_stars {
  min-width: 125px;
}
.overview_stars .icon {
    color: rgba(139, 148, 168, 0.24);
    font-size: 20px;
    margin-right: 1px;
    cursor: default;
}
.overview_stars .icon.active {
    color: #ff9810;
}
.overview_bar {
    height: 20px;
    border-radius: 3px;
    width: 120px;
    background: rgba(139, 148, 168, 0.24);
    margin: 0 16px;
    overflow: hidden;
}
.overview_bar-interior {
  height: 100%;
  background: #0e4266;
  overflow: hidden;
}
.overview_number {
    width: 24px;
    flex-grow: 1;
    text-align: right;
}
/* End overview card */

/* Projects tab */
.profile_content--project-tab {
  padding: 0;
  min-height: 600px;
  height: calc(100vh - 50px);
}
.profile_content--project-tab .projects-map-cont #map_canvas {
  height: 100%;
}
/* End projects tab */

/* Profile placeholder cards */
.mat-card_body--placeholder {
    padding: 40px;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.mat-p--placeholder {
    width: 100%;
    margin: 16px 0;
}
/* End Placeholder cards */

/* Cta row */
.profile_cta-row {
  padding: 40px 32px 120px;
  background: #F4F7FA;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}
.mat-button--profile_cta-row {
  margin: 24px 0 0;
}
/* End cta row */

/* GQ2 Stlye overides */
.card.contractor,
.card.answer,
.card.photo {
  margin: 0 0 24px 0;
  width: 100% !important;
  flex-shrink: 1;
  flex-basis: 100% !important;
}
/* End GQ2 Stlye overides */

/* Leave review modal */
.mat-p--leave-review {
  margin: 24px 0;
  width: 100%;
}
.mat-button--leave-review {
  margin: 40px 0 0 0;
}
.mat-input--leave-review {
  width: calc(50% - 16px);
}
@media (max-width: 600px) { 
  .mat-input--leave-review {
    width: 100%;
  }
}
.mat-meta--leave-review {
  width: 100%;
}
.mat-input .select2-container {
  padding: 0 0 4px 0;
}
.mat-input .select2-container--default .select2-selection--single {
    border: none;
}
.mat-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
    color: #0E4266;
    font-weight: 500;
    padding: 0;
}
.mat-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #767E92;
  opacity: .5;
  font-weight: 400;
}
.mat-input .select2-dropdown { 
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
  padding: 0 0 8px 0;
}
.mat-input .select2-container--default .select2-results__option {
  padding: 10px 24px;
  transition: all .3s ease;
  font-size: 14px;
    color: #767E92;
    font-weight: 500;
}
.mat-input .select2-results__option img {
  max-width: 100px;
}
.mat-input .select2-search--dropdown {
  padding: 12px;
}
.mat-input .select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 3px;
  padding: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(139, 148, 169, 0.24);
}
.mat-input .select2-container--default .select2-results__option:hover,
.mat-input .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(0,0,0,.04);
}
.mat-input #select2-review_rating-container {
  width: 100px;
  margin-top: 5px;
}
/* End Leave review modal */

/* Print styles */
.profile_print-sidebar,
.profile_print-preheader,
.profile_section-print-sub-label,
.profile_section-label--recent-reviews,
.hr--print-sub-label,
.review-comment-name_print {
  display: none;
}
@media print {
  .profile_section {
    display: block;
    float: left;
  }
  .navbar,
  .sub-navbar,
  .profile_actions-row,
  .profile_section-label--half,
  .mat-card_actions,
  .mat-button,
  .profile_cta-row,
  .profile_section-row--bottom-button,
  .profile_section.profile_section--crew,
  .profile_section.profile_section--photos,
  .profile_section.profile_section--jobs,
  .profile_section.profile_section--projects,
  .mat-card .mat-card_pro-preview,
  .profile_social-links,
  #approximatebox,
  .profile_section-total,
  .mat-card .mat-card_pro-footer,
  .mat-card .mat-card_pro-actions,
  .mat-card--about h3,
  .mat-card_review-attribute:before,
  .map-nav-frame,
  .profile_section--reviews--placeholder,
  .profile_connections,
  #showingbar,
  .mat-p.mat-p--about-company a,
  .mat-card_pro-footer,
  .card-actions,
  .profile_sidebar .profile_section--badges,
  .profile_footer,
  .mat-card--about-gq,
  .hr--customer-satisfaction,
  .mat-meta--customer-satisfaction,
  .mat-meta--reviews-verification,
  .profile_section-label--about-gq-reivews,
  .review-summary_divider,
  .profile_types-of-work,
  .profile_contact-info,
  .review-summary_block,
  .mat-card_body--review-bottom,
  .meta--types-of-work-button,
  .mat-card_review-imgs,
  .review-verifyed-dot,
  .review-verifyed,
  .profile_section--review-gq-surveys,
  .h5--mat-card-review-attribute,
  .review-updated,
  .mat-h4--review-comment-name,
  .mat-meta--customer-satisfaction-summary,
  h4.mat-h4--intro-text,
  .img--intro-text,
  .no-print {
    display: none;
  }

  .ploadHide,
  .ploadHide-b,
  .ploadHide-c,
  .ploadHide-d {
    opacity: 1;
  }
  html {
    margin: 0;
    padding: 0;
    background: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  body {
    background: none;
    position: initial;
    top: initial;
  }
  p, img {
    display: block;
    page-break-inside: avoid;
  }
  .container {
    display: block;
    width: 100% !important;
    margin: 0;
    position: initial;
    vertical-align: top;
  }
  .profile {
    padding: 0 0 0 262px;
    display: block;
    margin: 0;
    position: initial;
    float: left;
    top: 0;
    width: 100%;
  }
  .profile_sidebar {
    width: 100%;
  }
  .profile_info {
    display: inline-block;
    max-width: calc(100% - 145px);
    width: calc(100% - 145px);
    text-align: left;
    vertical-align: top;
  }
  .profile_info h1 {
    line-height: 1em;
  }
  .profile_header {
    display: block;
    box-shadow: none;
    padding: 0;
  }
  .profile_body {
    width: 100%;
  }
  .profile_header-cont {
    display: block;
  }
  .profile_stars .icon {
    font-size: 22px;
  }
  .profile_avatar {
    display: inline-block;
    margin-right: 24px;
  }
  .mat-p.mat-p--about-company {
    margin-top: 8px;
    font-size: 12px;
  }
  .profile_avatar img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .profile_rating {
    display: block;
    text-align: left;
  }
  .profile_rating-number {
    vertical-align: 4px;
  }
  .profile_stars {
    display: inline-block;
  }
  .profile_print-preheader {
    display: inline-block;
    color: #4e5668;
    font-size: 16px;
    font-weight: 600;
    margin: 4px 0 0 0;
  }
  .profile_print-sidebar {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: rgba(118, 126, 146, 0.2);
    padding: 24px 24px 32px;
    width: 230px;
    text-align: center;
  }
  .profile_print-seal {
    width: 80px;
    height: 80px;
    margin: 0 0 8px;
    display: inline-block;
  }
  h2.mat-h2--sidebar {
    font-size: 24px;
  }
  .profile_print-seal g {
    fill: #004579;
  }
  .mat-card_intro-text {
    width: 100%;
    padding: 0;
  }
  p.mat-p.mat-p--corona {
    font-size: 12px;
  }
  p.mat-p.mat-p--print-report {
    margin: 0 0 16px 0;
    color: #0E4266;
    font-size: 14px;
    font-weight: 500;
  }
  .mat-meta--print-sidebar {
    font-size: 11px;
    margin: 0 0 24px;
  }
  .mat-meta--print-sidebar a {
    color: #4e5668;
  }
  h4.mat-h4.mat-h4--print-sidebar {
    color: #0E4266;
    font-size: 15px;
    margin: 0 0 8px 0;
  }
  .mat-meta--print-guildmember {
    margin: 0 0 8px 0;
    font-weight: 600;
    font-size: 13px;
  }
  .mat-meta--print-details {
    font-size: 11px;
    margin: 4px 0 0 0;
  }
  .profile_print-logo {  
    margin: 8px 0 8px;
    width: 58px;
    max-height: 58px;
    display: inline-block;
    background: #fff;
    padding: 4px;
    border-radius: 3px;
  }
  .profile_content {
    background: none;
    padding: 32px 0 0;
    display: block;
  }
  .profile_section--about-no-review {
    display: block;
    width: 100%;
  }
  .profile_section--satisfaction {
    width: calc(100% - 24px - 200px);
  }
  .profile_sidebar .profile_section--satisfaction,
  .profile_section--satisfaction-wide {
    width: 100%;
  }
  .profile_section--review-summary {
    width: 200px;
    margin: 0 0 40px 24px;
  }
  .profile_section--review-summary-wide {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .overview_bar {
    width: 60px;
    margin: 0 10px;
  }
  .profile_section--review-summary-wide .overview_bar {
    width: 300px;
  }
  .overview_stars.overview_stars--review-summary {
    color: #4e5668;
  }
  .profile_section-label {
    font-size: 18px;
    margin: 0;
    color: #0E4266;
  }
  .profile_section-label--recent-reviews {
    display: block;
  }
  .profile_section-print-sub-label {
    display: block;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px 0 8px 0;
    color: #4e5668;
    font-weight: 500;
    font-size: 10px;
    border-bottom: 1px solid rgba(118, 126, 146, 0.32);
  }
  .hr--print-sub-label {
    padding: 2px 0 8px 0;
    margin: 0 0 16px;
    border: none;
    border-bottom: 1px solid rgba(118, 126, 146, 0.32);
    width: 100%;
    display: block;
    float: left;
  }
  .mat-card {
    box-shadow: none;
  }
  .mat-card--review {
    display: inline-block;
    border-radius: 0;
    margin: 0 0 16px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(118, 126, 146, 0.32);
    page-break-inside: avoid;
  }
  .profile_section--reviews {
    width: 100%;
    display: block;
    vertical-align: top;
    float: left;
  }
  .card.contractor, 
  .card.answer, 
  .card.photo {
    display: inline-block;
    border-radius: 0;
    margin: 0 0 16px;
    padding: 0 0 16px;
    box-shadow: none;
    border-bottom: 1px solid rgba(118, 126, 146, 0.32);
    page-break-inside: avoid;
  }
  .mat-card_body {
    padding: 0;
  }
  .mat-card_left {
    width: 155px;
    display: inline-block;
    float: left;
    padding: 0 8px 0 0;
  }
  .mat-card_right {
    width: calc(100% - 155px);
    display: inline-block;
  }
  .mat-card_header {
    display: inline;
  }
  .mat-card_title {
    display: inline;
  }
  .mat-card_title-text {
    display: inline;
  }
  .mat-card_name--review {
    font-size: 16px;
  }
  .mat-card_review-attribute {
    margin: 0;
  }
  .mat-card_review-stars {
    margin: 4px 0 0 0;
  }
  .mat-card_review-stars .icon {
    font-size: 18px;
    color: rgba(139, 148, 168, 0.4);
  }
  .overview_stars.overview_stars--review-summary .icon {
    color: rgba(139, 148, 168, 0.4); 
  }
  .overview_stars.overview_stars--review-summary .icon.active {
    color: #ff9810;
  }
  .overview_bar.overview_bar--review-summary {
    background: rgba(139, 148, 168, 0.32);
  }
  p.mat-p.mat-p--review {
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  p.mat-p.mat-p--review:last-of-type {
    margin: 0;
  }
  p.mat-p--review-comment {
    display: block;
    width: auto;
    font-size: 12px;
    margin: 0 0 8px;
  }
  p.mat-p--review-comment:last-of-type {
    margin: 0;
  }
  .review-comment-name_print {
    display: inline;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0;
    color: #313a44;
  }
  .review-summary_block--breakdown {
    display: block;
    padding: 0;
    max-width: 100%;
  }
  .customer-satisfaction_bar {
    height: 12px;
    background: rgba(139, 148, 168, 0.32);
  }
  .customer-satisfaction_row {
    margin: 0 0 4px;
  }
  .customer-satisfaction_col--question {
    line-break: anywhere;
    font-size: 12px;
    width: 155px;
  }
  .customer-satisfaction_col--satisfaction,
  .customer-satisfaction_col--reviews {
    width: calc(100% - 155px);
    font-size: 12px;
    padding: 0 0 0 4px;
    margin: 0;
  }
  .customer-satisfaction_col--satisfaction span {
    width: 35px;
    color: #4e5668;
    font-size: 10px;
  }
  .mat-meta--large {
    font-size: 12px;
  }
  .review-summary {
    padding: 0;
  }
  .mat-card--review-summary {
    margin: 0;
  }
  .mat-meta { 
    color: #4e5668;
    font-size: 10px;
  }
  .profile_types-of-work-label {
    color: #4e5668;
    font-size: 10px;
  }
  .profile_types-of-work,
  .profile_contact-info {
    margin: 24px 0 0
  }
  .mat-p--about-company {
    margin-top: 0;
  }
  .projects-map-cont {
    display: inline-block;
    max-height: 80%;
  }
  .profile_section.profile_section--crew-print {
    display: inline-block;
  }
  .profile_section--crew-print .profile_section-label,
  .profile_section--photos-print .profile_section-label,
  .profile_section--jobs-print .profile_section-label {
    margin: 0 0 16px 0;
  }
  .mat-card--pro,
  .profile_section--jobs-print .mat-card--job {
    page-break-inside: avoid;
    border: 1px solid rgba(118, 126, 146, 0.32);
  }
  .profile_section--jobs-print .mat-card_body {
    padding: 24px;
  }
  .mat-card--pro .mat-card_avatar {
    display: inline-block;
  }
  .mat-card--review.mat-card--fake .mat-card_avatar {
    float: left;
  }
  .mat-card--pro .mat-card_title-text {
    display: inline-block;
    float: right;
  }
  .mat-card--pro .mat-card_main-meta,
  .mat-card--pro .mat-card_meta-item,
  .mat-card_meta-item--job {
    color: #4e5668;
  }
  .mat-card--photo-tab {
    display: inline-block;
    float: left;
    width: 22%;
    margin: 0 3% 3% 0;
    page-break-inside: avoid;
    overflow: hidden;
  }
  @media (max-width: 600px) { 
    .mat-card_left {
      width: 100%;
      margin: 0 0 8px 0;
    }
    .mat-card_right {
      width: 100%;
    }
    .mat-card_header {
      width: calc(100% - 100px);
      display: inline-block;
      padding: 0 8px 0 0;
    }
    .mat-card_review-stars {
      width: 100px;
      display: inline-block;
      float: right;
    }
    .profile_avatar {
      width: 100px;
      height: 100px;
      margin-right: 8px;
    }
    .profile_info {
      max-width: calc(100% - 114px);
      width: calc(100% - 114px);
    }
    .profile_info h1 {
      font-size: 32px;
    }
    h2.mat-h2 {
      font-size: 24px;
    }
  }
}


@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) { 
  .profile_section--satisfaction,
  .profile_section--review-summary {
    width: 100%;
    margin: 0 0 40px;
  }
  .profile_print-sidebar {
    border: 2px solid rgba(139, 148, 168, 0.16)
  }
  .customer-satisfaction_bar,
  .overview_bar--review-summary {
    border: 2px solid rgba(139, 148, 168, 0.16);
  }   
  .customer-satisfaction_bar-value:before {
    content: '';
    border: 100px solid #29B159;
  }
  .overview_bar-interior:before {
    content: '';
    border: 100px solid #0e4266;
  }
  .customer-satisfaction_bar-value--green:before {
    content: '';
    border: 100px solid #43B129;
  }
  .customer-satisfaction_bar-value--light-green:before {
    content: '';
    border: 100px solid #71B129;
  }
  .customer-satisfaction_bar-value--yellow:before {
    content: '';
    border: 100px solid #A7B129;
  }
  .customer-satisfaction_bar-value--orange:before {
    content: '';
    border: 100px solid #D76410;
  }
  .customer-satisfaction_bar-value--red:before {
    content: '';
    border: 100px solid #D71044;
  }
}
@supports (-ms-ime-align:auto) { 
  @media print { 
    /* Turn display back to flex for edge because it crashes the print dialog*/
    .customer-satisfaction_bar {
      border: 2px solid rgba(139, 148, 168, 0.16);
    }
    .customer-satisfaction_bar-value:before {
      content: '';
      border: 100px solid #29B159;
    }
    .customer-satisfaction_bar-value--green:before {
      content: '';
      border: 100px solid #43B129;
    }
    .customer-satisfaction_bar-value--light-green:before {
      content: '';
      border: 100px solid #71B129;
    }
    .customer-satisfaction_bar-value--yellow:before {
      content: '';
      border: 100px solid #A7B129;
    }
    .customer-satisfaction_bar-value--orange:before {
      content: '';
      border: 100px solid #D76410;
    }
    .customer-satisfaction_bar-value--red:before {
      content: '';
      border: 100px solid #D71044;
    }
    .mat-card_reivew-response-avatar {
      display: none;
    }
    .mat-card_review-response-text {
      border: 2px solid rgba(139, 148, 168, 0.16);
    }
  }
}
/* End print styles */

/* IE fix */
.profile_info h1,
.profile_cta-row p {
  max-width: 100%;
}
/* End IE fix */
.pro-feed .sorting-button {
  width: 50%;
}

.feed-footer {
  margin: 40px 0;
  text-align: center;
  color: #80879c;
  display: inline-block;
  width: 100%;
}

.feed-footer .footer-button {
  background: #007ddd;
  border: 2px solid #007ddd;
  border-radius: 3px;
  padding: 0.75em 1.5em 0.85em;
  color: #fff;
  line-height: 1em;
  margin: 16px 8px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}

@media (min-width: 650px) {
  .feed-footer .footer-button {
    margin: 16px 16px;
    font-size: 18px;
  }
}
.feed-footer .footer-button:hover {
  background: #0184d6;
}

.feed-footer .footer-button .icon {
  vertical-align: -3px;
  line-height: 13px;
}

.pro-card .card-body {
  height: 80px;
  align-items: center;
}

.pro-card .card-thumb {
  height: 45px;
  width: 45px;
  margin-right: 12px;
}

.thumb-pro {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-size: cover;
}

.card-context .thumb-pro {
  display: inline-block;
  float: left;
}

.dropdown-menu {
  bottom: auto !important;
  float: none !important;
  width: 70%;
  position: absolute;
  border-radius: 0;
  box-shadow: 0 -1px 6px rgba(1, 2, 2, 0.19);
  border-style: none;
  z-index: 999999;
  padding: 0;
  margin-bottom: 32px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-menu > .active > a {
  background: #007ddd !important;
  color: #fff !important;
}

.dropdown-menu > li > a {
  padding: 8px 16px;
  text-align: left;
  color: #004579;
  float: left;
  width: 100%;
}

.endorse-by-email .face-meta {
  max-height: initial;
  white-space: normal;
}

.suggested-skills {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 24px 0;
  justify-content: center;
}

.card--skill {
  display: flex;
  flex-shrink: 0;
  margin: 0 4px 8px !important;
  padding: 6px 12px;
  width: auto;
  color: #8B94A9;
  text-align: center;
  box-shadow: none;
  background: rgba(139, 148, 169, 0.08);
  transition: all 0.3s ease;
}

.card--skill:hover {
  color: #007ddd;
  background: #fff;
}

.section-header--pros {
  color: rgba(139, 148, 169, 0.75);
  line-height: 33px;
  margin: 0;
  width: 100%;
}

@media (min-width: 799px) {
  .section-header--pros {
    width: auto;
  }
}
/* Material pro cards */
.mat-card-holder {
  width: 100%;
}

.mat-card--pro {
  width: 100%;
  margin: 0 0 16px 0;
}

.post-modal-projects .mat-card--pro {
  border: 1px solid rgba(139, 148, 168, 0.16);
}

.mat-card--pro-endorsed {
  margin: 16px 0 0 0;
}

.mat-card_pro {
  padding: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mat-card_pro--placeholder {
  padding: 16px;
}

.mat-card_title-text--placeholder {
  min-height: 0;
  align-self: center;
}

.mat-card_avatar--pro-placeholder {
  width: 32px;
  height: 32px;
  align-self: center;
}

.mat-card_avatar--project {
  border-radius: 3px;
  font-size: 44px;
  position: relative;
  color: rgba(139, 148, 168, 0.5);
}

.mat-card_avatar--project:after {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 4px);
  width: 8px;
  height: 8px;
  content: "";
  z-index: 2;
  background: #007ddd;
  border-radius: 50%;
}

.mat-card_avatar--current-location:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
  content: "";
  display: block;
  border-radius: 100%;
  background: rgba(37, 154, 245, 0.15);
  border: 1px solid rgba(36, 151, 244, 0.41);
  animation: pulsate 2s ease-out;
  -webkit-animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
}

.mat-card_avatar--no-location:after {
  display: none;
}

.mat-card_pro-header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-basis: calc(100% - 24px - 240px - 224px);
  width: calc(100% - 24px - 240px - 224px);
  max-width: 100%;
  margin: 0 24px 0 0;
  flex-grow: 1;
}

.mat-card_pro-header--placeholder {
  width: 100%;
  flex-basis: 100%;
}

.mat-card_pro-header--context {
  flex-basis: calc(100% - 200px);
  width: calc(100% - 200px);
}

.mat-card_pro-header.mat-card_pro-header--wide {
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
}

.mat-card_endorsed-by-user {
  color: #007ddd;
}

.mat-card_endorsed-by-user .icon {
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: 1px;
  color: #007ddd;
}

.mat-card_pro-preview {
  width: 240px;
  display: flex;
  flex-shrink: 0;
  overflow: hidden;
  justify-content: flex-start;
}

.mat-card_photo.mat-card_photo--project {
  height: 72px;
  width: 72px;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 8px 0 0;
}

.mat-card_pro-footer {
  width: 224px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.mat-card_pro-actions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.mat-button--pro-narrow {
  display: none;
  width: 100%;
  flex-grow: 1;
  padding: 0px;
  justify-content: center;
  align-items: center;
}

.mat-card_pro-connections {
  margin: 16px 0 0 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.mat-button--pro-wide {
  margin-left: 8px;
}

@media (max-width: 900px) {
  .mat-card_pro-preview {
    display: none;
  }

  .mat-card_pro-header {
    flex-basis: calc(100% - 24px - 225px);
    width: calc(100% - 24px - 225px);
    max-width: calc(100% - 24px - 225px);
  }

  .mat-card_pro-header--project {
    flex-basis: calc(100% - 24px - 240px - 224px);
    width: calc(100% - 24px - 240px - 224px);
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .mat-card_pro {
    flex-wrap: wrap;
    padding: 16px;
  }

  .mat-card_pro-header {
    width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    flex-basis: calc(100% - 56px);
  }

  .mat-card_pro-footer {
    width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    flex-basis: calc(100% - 56px);
    margin: 0;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }

  .mat-card_pro-connections {
    justify-content: flex-start;
  }

  .mat-card_pro-preview {
    display: flex;
    margin: 16px 0 0 0;
    max-width: calc(100% - 56px);
    width: calc(100% - 56px);
    flex-basis: calc(100% - 56px);
  }

  .mat-card_pro-actions {
    position: absolute;
    right: 0;
    justify-content: space-around;
    flex-direction: column;
    top: 0;
    flex-wrap: nowrap;
    height: 100%;
    width: 56px;
    background: #fff;
    border-left: 1px solid rgba(139, 148, 168, 0.16);
  }

  .mat-button--pro-wide {
    display: none;
    margin-left: 8px;
  }

  .mat-button--pro-narrow {
    display: flex;
  }

  .mat-meta-pro-card-connection {
    order: 2;
  }

  .connection-avatar.connection-avatar--pro-card {
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-left: -11px;
  }

  .connection-avatar.connection-avatar--pro-card:first-of-type {
    margin-left: 0;
  }
}
/* End material pro cards */
/* Colleagues cards */
.mat-card_avatar--colleagues {
  height: 30px;
  width: 30px;
}

.mat-card_pro--colleagues {
  padding: 16px 22px;
}

.mat-card_pro-header.mat-card_pro-header--colleagues {
  margin: 0;
  max-width: 100%;
}

.mat-card_name--colleagues {
  font-size: 16px;
}

.mat-card_title-text--colleagues {
  min-height: 0;
  align-self: center;
}

.mat-card_endorsement-total {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #8B94A8;
  display: flex;
  align-self: center;
  align-items: center;
  flex-shrink: 0;
}

/* End colleagues cards */