/* Profile header buttons */
.mat-button.mat-button--profile-actions {
  margin: 0 0 0 8px; }

.mat-button--profile-actions .icon-endorse {
  top: -1px; }

.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: #8b94a8; }

.mat-button.mat-button--clear-swap:hover {
  background: rgba(139, 148, 169, 0.1);
  transform: translateY(-1px); }

@media (max-width: 800px) {
  .mat-button.mat-button--profile-actions {
    margin: 4px; }
  .mat-button.mat-button--clear-swap {
    background: rgba(226, 228, 233, 0.4);
    color: #8b94a8; }
  .mat-button.mat-button--clear-swap:hover {
    background: #8b94a8;
    color: #fff; } }

/* End profile header buttons */
/* Page structure */
.profile_header {
  z-index: 1;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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); }

.profile_connections {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 24px; }

.profile_header-cont {
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.profile_avatar {
  position: relative;
  height: 96px;
  width: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 24px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }

.profile_avatar img {
  max-width: 100%;
  max-height: 100%;
  -ms-flex: none;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 100%; }

.profile_meta-cont {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
  max-width: 100%; }

.profile_meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #8b94a8;
  margin: 4px 24px 4px 0; }

.profile_meta a {
  color: #8b94a8;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 8px 0 0 0; }

.profile_actions {
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.profile_tabs {
  margin: 16px 0 0 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.profile_tabs li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.profile_tab {
  color: #8b94a8;
  font-size: 14px;
  padding: 16px 12px;
  font-weight: 500;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  -ms-flex-negative: 0;
  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; }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start; }

.profile_body--wide {
  width: 100%; }

.profile_feed-item {
  width: 100%; }

.profile_section {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 40px 0; }

.profile_section--card {
  width: 100%; }

.profile_section-row {
  width: 100%;
  display: -ms-flexbox;
  display: flex; }

.profile_section-row--bottom-button {
  margin-top: 24px;
  -ms-flex-pack: center;
  justify-content: center; }

.profile_review-container {
  width: 100%; }

.profile_section-row--photo-tab {
  margin: 0 -16px 0 0;
  -ms-flex-preferred-size: calc(100% + 16px);
  flex-basis: calc(100% + 16px);
  width: calc(100% + 16px);
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 600px) {
  .profile_section-row--photo-tab {
    margin: 0 -8px 0 0;
    -ms-flex-preferred-size: calc(100% + 8px);
    flex-basis: calc(100% + 8px);
    width: calc(100% + 8px); } }

.profile_section-label {
  color: #8B94A9;
  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: 800px) {
  .profile_content {
    padding: 40px 24px; }
  .profile_header {
    padding: 32px 24px 0; }
  .profile_sidebar,
  .profile_body {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 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 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center; }
  .profile_avatar {
    margin: 0 0 24px 0; }
  .profile_connections {
    display: none; }
  .profile_info {
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
  .profile_meta-cont {
    margin: 8px 0;
    -ms-flex-pack: center;
    justify-content: center; }
  .profile_meta {
    margin: 6px 12px;
    -ms-flex-pack: center;
    justify-content: center; }
  .profile_meta--big {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center; }
  .profile_actions {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .profile_actions-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    position: relative; }
  .profile_tabs {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-pack: center;
    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: -ms-flexbox;
    display: flex;
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .profile_tabs {
    -ms-flex-pack: start;
    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%, rgba(255, 255, 255, 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: #004579;
  line-height: 1.2em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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;
  font-size: 32px;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 16px;
  cursor: default; }

.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; }

/* End badges card */
/* Customer satisfaction bars */
.mat-card_body--customer-satisfaction {
  padding: 16px 24px; }

.mat-meta--customer-satisfaction {
  margin: 8px 0; }

.mat-meta--customer-satisfaction-hide {
  display: none; }

.customer-satisfaction {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.customer-satisfaction_row {
  width: 100%;
  margin: 6px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.customer-satisfaction_row--reviews {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.customer-satisfaction_col--question {
  width: 240px;
  color: #004579;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  cursor: text;
  position: relative; }

.customer-satisfaction_col--satisfaction {
  width: calc(100% - 240px);
  color: #8b94a8;
  font-weight: 500;
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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; }

.customer-satisfaction_tooltip {
  opacity: 0;
  height: auto;
  width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  transition: opacity .3s ease, transform .3s ease;
  top: calc(-100% - 20px);
  transform-origin: left bottom;
  transform: scale(0, 0);
  box-shadow: 0 1px 4px rgba(51, 74, 109, 0.24); }

.customer-satisfaction_col--question:hover .customer-satisfaction_tooltip {
  opacity: 1;
  color: #fff;
  width: auto;
  text-align: center;
  overflow: visible;
  background: #313a44;
  padding: 4px 6px;
  font-size: 12px;
  border-radius: 3px;
  transform: scale(1, 1); }

@media (max-width: 800px) {
  .customer-satisfaction_tooltip {
    display: none; } }

/* 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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.job_dates {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  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: -ms-flexbox;
  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; }

.job_meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

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

.job_tabs li {
  display: -ms-flexbox;
  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;
  line-height: 1.2em;
  height: auto;
  font-weight: 600; }

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.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: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 32px 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

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

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

.jobs-tab_body {
  width: calc(100% - 224px - 32px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  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 {
    -ms-flex-wrap: wrap;
    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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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%;
  animation: placeholderFlow 5s ease infinite;
  transition: .3s ease all;
  border-radius: 3px;
  max-width: 88%;
  width: 600px;
  margin: 0 0 16px 0; }

@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;
  -ms-flex-item-align: center;
  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%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 0 16px 0; }

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

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

@media (max-width: 800px) {
  .mat-card_body--job {
    -ms-flex-wrap: wrap;
    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 {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 0; }

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

.mat-meta--applicants {
  -ms-flex-order: 2;
  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 {
  -ms-flex-wrap: wrap;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

@media (max-width: 1096px) {
  .mat-card_header--application {
    -ms-flex-wrap: wrap;
    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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: .3s ease all; }

.job-onboard_row:hover {
  box-shadow: 0 2px 4px rgba(51, 74, 109, 0.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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: 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 {
  -ms-flex-wrap: wrap;
  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 - Temp until anugular animate */
.ploadHide {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: .4s;
  animation-delay: .3s;
  animation-fill-mode: forwards; }

.ploadHide-b {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: .4s;
  animation-delay: .5s;
  animation-fill-mode: forwards; }

.ploadHide-c {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: .4s;
  animation-delay: .7s;
  animation-fill-mode: forwards; }

/* End fade in transitions */
/* Member avatar */
.profile_avatar--member {
  background: #fff;
  height: 116px;
  width: 116px;
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(51, 74, 109, 0.24); }

.profile_avatar--member:hover {
  box-shadow: 0 2px 6px rgba(51, 74, 109, 0.4);
  transform: translateY(-1px); }

/* End member avatar */
/* Profile rating */
.profile_rating {
  position: relative;
  margin: 4px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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; }

/* 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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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: #8b94a8;
  margin: 24px 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.profile_types-of-work-label {
  color: #8B94A9;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
  transition: all .3s ease; }

/* 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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: text;
  z-index: 1;
  font-size: 12px;
  transition: .3s ease opacity; }

.mat-tag_number {
  color: #8B94A9;
  margin: 0 0 0 6px; }

.mat-tag--hide {
  width: 0;
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0; }

.collapse .mat-tag--hide {
  height: auto;
  margin: 8px 8px 0 0;
  padding: 6px 12px;
  width: auto;
  opacity: 1; }

.meta--types-of-work-button {
  cursor: pointer;
  text-decoration: underline;
  transition: .3s ease all;
  color: #8B94A9;
  padding: 8px 0 0 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.meta--types-of-work-button:hover {
  color: #007ddd; }

.meta--types-of-work-button.collapse {
  display: none; }

/* End types or work tags */
/* Social linkes */
.profile_social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 0 0; }

.profile_social-links li {
  display: -ms-flexbox;
  display: flex; }

.profile_social-links a {
  font-size: 18px;
  color: #007ddd;
  margin: 0 16px 4px 0; }

.profile_social-links a:hover {
  color: #006bbd; }

/* End social linkes */
/* Reviews */
.mat-card--review {
  margin-bottom: 24px; }

.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: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 600;
  color: #8b94a8;
  position: relative;
  margin: 16px 0 0 0; }

.mat-card_review-attribute:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
  background: rgba(139, 148, 168, 0.16);
  top: 50%;
  z-index: 1; }

.h5--mat-card-review-attribute {
  background: #fff;
  z-index: 2;
  text-align: left;
  padding: 0 8px 0 0; }

.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: #004579;
  padding: 0;
  margin: 16px 0 0 0;
  display: inline-block; }

.mat-p--review-comment {
  margin: 8px 0 0 0;
  padding: 0;
  width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 14px;
  color: #313a44;
  font-weight: 500; }

.mat-card_review-response {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0 0; }

.mat-card_reivew-response-avatar {
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  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;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex; }

.review-modal .mat-button--review-share .icon {
  color: #8b94a8; }

.mat-button--review-share.active .icon:hover {
  background: rgba(139, 148, 169, 0.24); }

.review-modal .mat-button--review-share .icon:hover {
  background: #8b94a8;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  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: #8b94a8; }

.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: #8b94a8;
  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: #8b94a8 !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: -ms-flexbox;
  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: -ms-flexbox;
  display: flex;
  padding: 24px 32px;
  -ms-flex-align: center;
  align-items: center; }

.overview_rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 38px;
  margin-right: 32px;
  font-weight: 600;
  color: #ff9b00;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.mat-card_body--overview-stars {
  padding: 20px 32px; }

.overview_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4px 0; }

.overview_stars {
  min-width: 130px; }

.overview_stars .icon {
  color: rgba(139, 148, 168, 0.24);
  font-size: 20px;
  margin-right: 2px;
  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: #007ddd; }

.overview_number {
  width: 24px;
  -ms-flex-positive: 1;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.mat-p--placeholder {
  width: 100%;
  margin: 16px 0; }

/* End Placeholder cards */
/* Cta row */
.profile_cta-row {
  padding: 40px 32px 144px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  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;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 100% !important;
  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: #004579;
  font-weight: 500;
  padding: 0; }

.mat-input .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8b94a9;
  opacity: .5;
  font-weight: 400; }

.mat-input .select2-dropdown {
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 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: #8B94A9;
  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, 0.04); }

.mat-input #select2-review_rating-container {
  width: 100px;
  margin-top: 5px; }

/* End Leave review modal */
/* Print styles */
@media print {
  html {
    margin: 0;
    padding: 0;
    background: #fff;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
  body {
    background: #fff;
    position: initial;
    top: initial; }
  p, img {
    display: block;
    page-break-inside: avoid; }
  .container {
    display: block;
    width: 100% !important;
    position: initial;
    vertical-align: top; }
  .profile {
    padding: 0 0 0 224px;
    display: block;
    position: initial;
    float: left;
    top: 0;
    width: 100%; }
  .profile_info {
    text-align: left;
    display: block; }
  .profile_meta .icon {
    margin: 1px 4px 0 0; }
  .profile_avatar--member {
    border: 1px solid #e5e8ec;
    box-shadow: none;
    display: -ms-flexbox;
    display: flex;
    width: 124px;
    height: 124px;
    margin-right: 24px;
    position: initial; }
  .profile_header {
    padding: 0;
    box-shadow: none;
    display: block;
    position: initial; }
  .profile_section--crew,
  .profile_section--reviews {
    display: inline; }
  .profile_meta-cont {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin: 16px 0; }
  .profile_body {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    position: relative;
    display: block; }
  .profile_content {
    padding: 0;
    top: 0;
    width: 100%;
    display: block;
    position: initial; }
  .profile_section {
    display: block;
    vertical-align: top; }
  .profile_header-cont {
    display: block;
    margin-bottom: 0;
    position: fixed;
    width: 224px;
    padding-right: 32px;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index: 1; }
  .profile_sidebar {
    display: block;
    vertical-align: top;
    width: 100%;
    position: relative;
    margin: 0; }
  .mat-card_body.mat-card_body--profile-projects {
    padding: 0;
    max-height: 250px; }
  .profile_section-label {
    margin: 0;
    page-break-after: avoid;
    page-break-inside: avoid; }
  .profile_section.profile_section--overview {
    width: 100%; }
  .overview_stars {
    min-width: 130px; }
  .overview_bar {
    width: 100%;
    min-width: 120px; }
  .profile_rating {
    display: block;
    position: initial;
    float: left; }
  .profile_rating-number {
    font-size: 14px;
    display: inline-block; }
  .mat-card_review-stars .icon {
    font-size: 20px; }
  .profile_stars .icon {
    font-size: 20px; }
  .profile_meta {
    font-size: 10px;
    width: 100%;
    margin: 6px 0 6px 0;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: start;
    align-items: flex-start; }
  .profile_meta--url {
    word-break: break-all; }
  p.mat-p {
    font-size: 10px; }
  h1.mat-h1 {
    font-size: 24px;
    margin-top: 24px; }
  h3.mat-h3 {
    font-size: 16px; }
  h4.mat-h4 {
    font-size: 14px;
    margin: 0 0 8px 0; }
  .mat-meta {
    font-size: 10px; }
  .mat-card,
  .card,
  .mat-card.mat-card--pro {
    border: 2px solid rgba(139, 148, 168, 0.16);
    box-shadow: none;
    display: block;
    margin: 12px 0;
    page-break-inside: avoid; }
  .mat-card.mat-card--about,
  .mat-card.mat-card--about .mat-p,
  .mat-card--customer-satisfaction {
    page-break-inside: auto; }
  .mat-card.mat-card--nested {
    margin-bottom: 0; }
  .mat-card_body {
    padding: 16px; }
  .mat-card_body,
  .mat-card_header {
    position: initial;
    display: inline-block;
    vertical-align: top; }
  .mat-card_body {
    display: block; }
  .mat-card_body--review-top {
    padding: 16px 16px 0;
    display: block; }
  .mat-card_name {
    font-size: 14px; }
  .mat-card_body--review-bottom {
    padding: 0 16px 16px;
    display: block; }
  .card.photo {
    padding-bottom: 0; }
  .h5--mat-card-review-attribute {
    font-size: 10px; }
  .profile_meta .icon,
  .profile_stars,
  .profile_stars-foreground {
    position: initial;
    display: block;
    float: left; }
  .profile_stars,
  .profile_stars-foreground {
    min-height: 28px;
    width: 100%;
    margin: 0;
    min-width: 115px; }
  .mat-card_review-response-text {
    font-size: 10px; }
  .mat-card--photo-tab {
    border: none;
    margin: 12px 12px 12px 0; }
  .mat-card_pro-header {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%; }
  .mat-h4--review-comment-name {
    font-size: 12px;
    margin: 8px 0 0 0;
    width: 100%; }
  .mat-p--review-comment {
    margin: 0; }
  .mat-p--review {
    width: 100%;
    margin: 8px 0 0 0; }
  .mat-card_review-stars {
    display: inline-block;
    float: right;
    margin: 0;
    width: auto; }
  .profile_stars .profile_stars-foreground .icon {
    font-size: 20px;
    height: 28px;
    min-width: 20px;
    margin-right: 2px;
    display: inline; }
  .mat-p.mat-p--types-of-work.mat-p--types-of-work-print,
  .mat-p.mat-p--types-of-work.collapse.mat-p--types-of-work-print,
  .mat-p.mat-p--about-company.mat-p--about-company-print,
  .mat-p.mat-p--about-company.collapse.mat-p--about-company-print {
    display: block;
    vertical-align: top;
    height: auto;
    opacity: 1;
    margin: 8px 0 0;
    z-index: initial; }
  .mat-p.mat-p--about-company.mat-p--about-company-print span,
  .mat-p.mat-p--about-company.collapse.mat-p--about-company-print span {
    display: inline; }
  .mat-card_body--overview-rating {
    display: -ms-flexbox;
    display: flex; }
  .mat-card .mat-card_pro,
  .mat-card .mat-card_pro-header,
  .mat-card .mat-card_main-meta,
  .mat-card .mat-card_title-text,
  .mat-card .mat-card_meta {
    display: block;
    page-break-inside: avoid; }
  .mat-card .mat-card_title-text {
    display: inline-block;
    min-height: 0;
    width: auto;
    page-break-inside: avoid;
    white-space: nowrap; }
  .mat-card .mat-card_title {
    margin-right: 8px;
    display: inline-block;
    vertical-align: top;
    page-break-inside: avoid; }
  .customer-satisfaction {
    display: -ms-flexbox;
    display: flex; }
  .customer-satisfaction_col--question {
    font-size: 14px; }
  .navbar,
  .sub-navbar,
  .profile_actions-row,
  .profile_section-label--half,
  .mat-card_actions,
  .mat-button,
  .profile_stars .icon,
  .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-p.mat-p--about-company,
  .mat-p.mat-p--about-company a,
  .profile_types-of-work,
  .mat-card_review-attribute:before,
  .map-nav-frame,
  .profile_connections,
  #showingbar,
  .mat-card_pro-footer,
  .card-actions,
  .profile_sidebar .profile_section--badges {
    display: none; }
  .ploadHide,
  .ploadHide-b,
  .ploadHide-c {
    opacity: 1; } }

@media print and (-ms-high-contrast: active), print and (-ms-high-contrast: none) {
  .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); } }

@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: .75em 1.5em .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;
  -ms-flex-align: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 24px 0;
  -ms-flex-pack: center;
  justify-content: center; }

.card--skill {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  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 .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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

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

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

.mat-card_avatar--pro-placeholder {
  width: 32px;
  height: 32px;
  -ms-flex-item-align: center;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: calc(100% - 24px - 240px - 224px);
  flex-basis: calc(100% - 24px - 240px - 224px);
  width: calc(100% - 24px - 240px - 224px);
  max-width: 100%;
  margin: 0 24px 0 0;
  -ms-flex-positive: 1;
  flex-grow: 1; }

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

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

.mat-card_pro-header.mat-card_pro-header--wide {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 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: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

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

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

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

.mat-card_pro-connections {
  margin: 16px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  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 {
    -ms-flex-preferred-size: calc(100% - 24px - 225px);
    flex-basis: calc(100% - 24px - 225px);
    width: calc(100% - 24px - 225px);
    max-width: calc(100% - 24px - 225px); }
  .mat-card_pro-header--project {
    -ms-flex-preferred-size: calc(100% - 24px - 240px - 224px);
    flex-basis: calc(100% - 24px - 240px - 224px);
    width: calc(100% - 24px - 240px - 224px);
    max-width: 100%; } }

@media (max-width: 700px) {
  .mat-card_pro {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 16px; }
  .mat-card_pro-header {
    width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    -ms-flex-preferred-size: calc(100% - 56px);
    flex-basis: calc(100% - 56px); }
  .mat-card_pro-footer {
    width: calc(100% - 56px);
    max-width: calc(100% - 56px);
    -ms-flex-preferred-size: calc(100% - 56px);
    flex-basis: calc(100% - 56px);
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0; }
  .mat-card_pro-connections {
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .mat-card_pro-preview {
    display: -ms-flexbox;
    display: flex;
    margin: 16px 0 0 0;
    max-width: calc(100% - 56px);
    width: calc(100% - 56px);
    -ms-flex-preferred-size: calc(100% - 56px);
    flex-basis: calc(100% - 56px); }
  .mat-card_pro-actions {
    position: absolute;
    right: 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    -ms-flex-wrap: nowrap;
    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: -ms-flexbox;
    display: flex; }
  .mat-meta-pro-card-connection {
    -ms-flex-order: 2;
    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: 32px;
  width: 32px; }

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

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

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

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

/* End colleagues cards */

/*# sourceMappingURL=company-profiles.css.map */
