.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 */
/* @override
  https://justin.www.guildquality.com/css/build/contractors/company.css?52 */
body {
  min-width: 1032px;
}

h1,
h2,
h3 {
  margin: 0;
}

@media (max-width: 1050px) {
  body {
    min-width: inherit;
  }
}
/* @group App.css and universal.css overides*/
.project-profile .card,
.member-profile .card,
.member-profile .card.small-cards.pro,
.member-profile .card.small-cards {
  width: calc(100% - 32px);
  margin: 8px 16px;
}

.feedback-member-response.fake-card {
  margin: 0 12px 12px 12px;
}

.types-block .card {
  margin-bottom: 0;
}

.types-block .card:last-of-type {
  margin-bottom: 8px;
}

.pro-card .card-body {
  height: auto;
  position: relative;
}

.pro-card .card-thumb {
  padding: 12px 0 12px 8px;
}

.card-face {
  padding: 12px 8px 12px 0;
}

.member-profile .section-actions {
  width: calc(100% - 32px);
  margin: 8px 16px 48px 16px;
}

/* @end App.css overides*/
/* @group Site.css imports*/
.nav a.logo {
  display: block;
  position: initial;
  left: initial;
  top: initial;
  margin: 12px 0 0 0;
  cursor: pointer;
  float: left;
  width: 152px;
  height: 23px;
  padding-top: 0;
}

a.logo h1 {
  background-image: url(/img/pages/logo_gq_178x27@2x.png);
  background-repeat: no-repeat;
  background-position: top center;
  text-indent: -9999em;
  background-size: 100%;
  margin: 0;
  line-height: 23px;
}

/* @end Site.css imports*/
/* @group Page structure*/
.project-profile,
.member-profile {
  padding: 0 0 50px 0;
}

.overview-tab,
.reviews-tab {
  padding-top: 8px;
}

@media (max-width: 1050px) {
  body {
    min-width: inherit;
  }
}
.col--body,
.col--sidebar {
  flex-direction: column;
}

/* @end Page structure*/
/* @group Blocks*/
.block {
  margin: 16px 0 0 0;
  float: left;
  width: 100%;
}

.block-more-info {
  color: #8b94a8;
  font-size: 12px;
  margin: 0 0 0 8px;
  cursor: help;
  font-weight: 500;
}

.block-more-info:hover {
  color: #007ddd;
}

.block-more-info .icon {
  vertical-align: middle;
}

.block-header {
  position: relative;
  margin: 0 16px 0 16px;
}

.block-view-all {
  float: right;
  line-height: 19px;
  margin: 16px 0 0 0;
  cursor: pointer;
  font-weight: 500 !important;
}

.block-view-all .selector {
  color: #313965;
  font-weight: 600;
  cursor: pointer;
}

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

.section-header {
  display: inline-block;
  text-align: left !important;
  max-width: calc(100% - 70px);
  margin: 16px -8px 0px -8px !important;
}

.section-header.full-width {
  max-width: 100%;
}

/* @end blocks*/
/* @group More about block */
.more-about-block p:last-of-type {
  margin: 0;
}

.more-about-block .card-heart {
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 12px 0;
}

/* @end More about blocks */
ul.soc-share-icons {
  border: none;
  background-color: #FFFFFF;
  border-radius: 3px;
  list-style-type: none;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 4000;
  padding: 5px;
  display: none;
  line-height: initial;
  box-shadow: 0 1px 5px rgba(55, 69, 90, 0.45);
}

ul.soc-share-icons li {
  padding: 4px;
  float: left;
  line-height: initial;
}

ul.soc-share-icons li a {
  color: #9CA5B7;
}

ul.soc-share-icons li a:hover {
  color: #007ddd;
}

/* @group Screen header code - AKA the big blue area under the navbar - some overides from app*/
.screen-header {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden !important;
  position: relative;
  z-index: 0;
}

.screen-header.header-image {
  padding: 100px 0 0 0;
}

@media (max-width: 1050px) {
  .screen-actions {
    text-align: center !important;
  }

  .unclaimed-profile .actions-container {
    flex-grow: 0;
    margin: 0 auto;
  }

  .unclaimed-profile .actions-right {
    position: static;
    margin: 0 auto !important;
    float: none;
    display: inline-block;
  }

  .unclaimed-profile .actions-right .actions-button {
    margin: 8px 4px !important;
  }

  .screen-actions .actions-right {
    float: none;
    text-align: center !important;
  }

  .screen-actions .actions-button {
    float: none !important;
    margin: 16px auto 8px !important;
    display: inline-block;
  }
}
.meta-member {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.meta-ratings {
  color: #fff;
  font-size: 12px;
  margin: 18px 0 0 0;
  line-height: 20px;
}

.header-flex {
  float: left;
}

.meta-ratings .meta-ratings_rating {
  color: rgba(255, 255, 255, 0.75);
  display: inline-block;
  vertical-align: 7px;
  font-weight: 500;
}

.meta-ratings .rating:hover span {
  color: rgba(255, 255, 255, 0.5);
}

.meta-ratings .rating:hover img {
  opacity: 0.8;
}

.meta-ratings img {
  height: 24px;
  margin: 0 8px 0 0;
}

.meta-logo {
  width: 175px;
  height: 175px;
  float: left;
  margin: 0 16px 0 16px;
  background: #fff;
  border-radius: 5px;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.meta-logo img {
  opacity: 1;
  max-height: 171px;
  max-width: 171px;
  width: 100%;
  align-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.meta-logo a img:hover {
  opacity: 0.8;
}

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

.meta-info {
  float: left;
  width: 70%;
  margin: 0 0 4px 16px;
  padding: 0 5% 0 0;
}

.meta-details {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 14px;
}

.meta-details a.tag-container {
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  width: auto;
  font-size: 14px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 8px;
  cursor: pointer;
  float: left;
  transition: background 0.2s ease, color 0.2s ease;
}

.header-image .meta-details a.tag-container {
  background: rgba(139, 148, 168, 0.5);
  color: #fff;
}

.meta-details a.tag-container.tel {
  clear: both;
}

.meta-details a.tag-container:hover {
  background: #007ddd;
  color: #fff;
}

.meta-details .website {
  text-transform: lowercase;
}

.meta-details a.tag-container.edit-link {
  color: #fff;
  background: #007ddd;
}

.meta-details a.tag-container.edit-link:hover {
  background: #006bbd;
}

@media (max-width: 1050px) {
  .meta-details a.tag-container {
    float: none;
    clear: none;
  }
}
.social-container .social-links {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.social-container .social-links li {
  color: #007ddd;
  padding: 3px 4px 0;
  font-size: 18px;
  display: inline-block;
  transition: 0.2s all;
}

.social-container .social-links li:hover {
  color: #006bbd;
}

.header-image .member-pro {
  margin: 165px 0 0 0;
}

@media (max-width: 1050px) {
  .header-flex {
    display: initial;
  }

  .meta-info {
    width: 100%;
    margin: 0;
    padding: 0 16px;
    float: none;
    clear: both;
    text-align: center;
  }

  .meta-details {
    justify-content: center;
  }

  .screen-header .actions-right {
    float: none;
    text-align: center;
  }

  .screen-header .actions-button {
    float: none;
    display: inline-block;
    margin: 16px 0 2px !important;
  }

  .meta-logo {
    float: none;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
  }

  .meta-logo img {
    max-height: 112px;
    max-width: 112px;
  }
}
/* @end Screen header code*/
/* @group CTA row - CTA at the bottom of stack on unclaimed / unpaid*/
.profile-cta-row {
  background: #fff;
  margin: 40px 0 -50px 0;
  text-align: center;
  padding: 72px 16px 80px 16px;
  border-top: #e7ebef 1px solid;
}

.profile-cta-row p {
  color: #004579;
  font-size: 22px;
  font-weight: 300;
  width: 100%;
  margin: 0 auto 24px auto;
}

.profile-cta-row a {
  text-align: center;
  display: inline;
  margin: 0 auto;
}

/* @end CTA row*/
/* @group Dropdown and pop up css*/
#flagFeedbackModal,
#formThankYou {
  display: none;
}

.greensky-pop .pop-up-card {
  width: 100%;
  max-width: 400px;
  padding: 32px 0 0 0;
}

a#greensky {
  display: block;
  height: 290px;
  width: 400px;
  background: url(/css/profile/images/Greensky.jpg);
}

a#greensky:focus {
  outline: none;
}

.confirmation-card.pop-up-card {
  padding: 0;
}

.confirmation-card .pop-up-body {
  padding: 56px;
}

.pop-up-card .copy-mrk-primary {
  color: #8b94a8;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.pop-up-card .copy-mrk-header {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 40px;
  margin: 4px 0 24px;
}

.more-options {
  padding: 32px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.more-options .copy-mrk-primary {
  width: 100%;
  font-weight: 600;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 24px 0;
  color: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}

.more-options a {
  width: 33.333%;
  border: 2px solid rgba(255, 255, 255, 0);
  padding: 16px;
  transition: border 0.2s ease;
  cursor: pointer;
  border-radius: 3px;
}

.more-options a:hover {
  border: 2px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 850px) {
  .more-options {
    padding: 32px 24px 24px;
  }

  .confirmation-card .copy-mrk-primary {
    font-size: 16px;
  }

  .confirmation-card .copy-mrk-header {
    font-size: 30px;
  }

  .confirmation-card .pop-up-body {
    padding: 40px 24px;
  }

  .more-options a {
    width: 100%;
  }
}
.more-options a .icon {
  color: rgba(255, 255, 255, 0.75);
  font-size: 35px;
  display: flex;
  justify-content: center;
  transition: color 0.2s ease;
}

.more-options a:hover .icon {
  color: #fff;
}

.more-options a .copy-mrk-primary {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.more-options a .copy-mrk-secondary {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 400;
  font-size: 13px;
  transition: color 0.2s ease;
}

.more-options a:hover .copy-mrk-secondary {
  color: #fff;
}

.add-feedback-card .splitter-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.add-feedback-card a.splitter-btn {
  padding: 24px;
  background: rgba(150, 159, 177, 0.25);
  margin: 16px;
  width: calc(50% - 32px);
  cursor: pointer;
  border-radius: 3px;
  transition: background 0.2s ease;
}

@media (max-width: 650px) {
  .add-feedback-card a.splitter-btn {
    width: 100%;
  }
}
.add-feedback-card a.splitter-btn:hover {
  background: #007ddd;
}

.add-feedback-card a.splitter-btn .icon {
  color: #8b94a8;
  font-size: 50px;
  display: flex;
  justify-content: center;
  transition: color 0.2s ease;
}

.add-feedback-card a.splitter-btn .copy-mrk-primary {
  color: #123965;
  margin: 4px 16px 0px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.add-feedback-card a.splitter-btn .copy-mrk-secondary {
  margin: 4px 16px 8px;
  font-size: 16px;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.add-feedback-card a.splitter-btn:hover .copy-mrk-secondary,
.add-feedback-card a.splitter-btn:hover .copy-mrk-primary,
.add-feedback-card a.splitter-btn:hover .icon {
  color: #fff;
}

.review-pop .button {
  margin: 16px 16px 0;
  float: left;
}

.review-pop .input-block {
  text-align: left;
  float: left;
  width: calc(50% - 32px);
  margin: 16px;
}

.review-pop .input-block.review {
  width: calc(100% - 32px);
}

.review-pop .copy-mrk-secondary {
  margin: 16px 0px 24px 0px;
}

@media (max-width: 650px) {
  .review-pop.pop-up-card {
    padding: 32px 24px 8px;
  }

  .review-pop .input-block.review,
.review-pop .input-block {
    width: 100%;
    margin: 16px 0;
  }

  .review-pop .button {
    margin: 16px 0;
  }
}
.reivew-steps {
  padding-top: 32px;
  width: 100%;
  display: flex;
}

.reivew-steps .step {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8B94A9;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  cursor: default;
}

.reivew-steps .step.active .icon {
  color: #fff;
  background: #004579;
}

.reivew-steps .step .icon.icon-pen {
  font-size: 36px;
}

.reivew-steps .step .bg-bar {
  width: 50%;
  height: 4px;
  background: #ECEEF1;
  position: absolute;
  top: 58px;
  right: 0;
  display: block;
}

.reivew-steps .step.active .bg-bar {
  background: #004579;
}

.reivew-steps .step .bg-bar.left {
  left: 0;
}

.reivew-steps .icon {
  justify-content: center;
  align-items: center;
  color: default;
  border-radius: 50%;
  margin: 16px;
  font-size: 46px;
  width: 85px;
  cursor: default;
  height: 85px;
  display: flex;
  background: #ECEEF1;
  color: #8B94A9;
  position: relative;
  z-index: 10;
}

@media (max-width: 550px) {
  .reivew-steps .step {
    font-size: 14px;
  }

  .reivew-steps .icon {
    width: 65px;
    height: 65px;
    font-size: 32px;
  }

  .reivew-steps .step .icon.icon-pen {
    font-size: 26px;
  }

  .reivew-steps .step .bg-bar {
    top: 47px;
  }
}
/* @end Dropdown and pop up*/
/* @group Feedback block*/
.metrics {
  padding: 16px 16px 4px 16px;
}

.metrics .metric {
  display: inline-block;
  width: 48%;
  margin: 0 8px 12px 0;
}

.metrics-response {
  font-size: 12px;
  font-weight: 500;
  color: #8B94A9;
  margin: 0 12px;
  padding: 10px 0 12px;
  border-top: #e7ebef 1px solid;
  line-height: 23px;
}

.metrics .metric .pbar-container {
  height: 30px;
}

.noshow {
  display: none;
}

.metrics .metric .progress-bar {
  height: 30px;
  background-color: #e3e5e9;
  width: 83%;
  width: calc(100% - 45px);
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}

.metrics .metric .progress-bar .indicator {
  background-color: #5c6b78;
  height: 30px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.metrics .metric .perc {
  font-size: 14px;
  line-height: 30px;
  color: #123965;
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  font-family: helvetica, arial, sans-serif;
  text-align: right;
  margin: 0 0 0 3px;
}

.metrics .metric .m-label {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  padding-left: 14px;
  color: #fff;
  line-height: 31px;
  font-family: Helvetica, Arial, sans-serif;
}

.metric-sort {
  padding: 8px 8px 8px 16px;
  color: #313965;
  font-size: 14px;
  font-weight: 500;
}

.metric-sort form {
  display: inline;
}

.metric-sort select {
  margin: 0 0 0 4px;
}

@media (max-width: 630px) {
  .metrics .metric {
    width: 100%;
    margin: 0 0 12px 0;
  }

  .metric-sort select {
    margin: 8px 0 4px 0;
    width: calc(100% - 8px);
  }
}
/* @end Feedback block*/
/* @group About block*/
.bio-more {
  font-weight: 500;
  font-size: 11px;
  color: #007ddd;
  display: block;
  margin-top: 2px;
}

.affiliates-block .card-heart,
.detail-block .card-heart {
  border-bottom: #e7ebef 1px solid;
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 12px 0;
}

.affiliates-block .card-heart,
.detail-block .card-heart:last-of-type {
  border-bottom: none;
}

.recent-activity-block .card-heart p {
  margin-bottom: 0;
}

.card-heart.member-bio {
  padding-bottom: 2px;
}

.affiliates-row {
  float: left;
  width: 100%;
  margin: 16px 0 0 0;
}

.affiliates-row:first-of-type {
  margin-top: 0;
}

.affiliates-row ul {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.badge-row {
  float: left;
  width: 100%;
  margin: 8px 0;
}

.badge-img {
  float: left;
  width: 40px;
  height: 35px;
}

.badge-img img {
  width: 100%;
}

.badge-txt {
  float: left;
  margin: 0 0 0 8px;
}

.badge-title {
  font-size: 14px;
  font-weight: 500;
  color: #123965;
}

.badge-sub {
  font-size: 11px;
  font-weight: 500;
  color: #8b94a8;
}

.badge-sub .view_milestones {
  color: #007ddd;
  font-weight: 500;
  text-decoration: none;
}

/* @end About block*/
/* @group Map block*/
.map-card {
  height: 380px;
}

/* @end Map block*/
/* @group Type of work block*/
.types-block .type-of-work {
  margin: 8px 16px !important;
  font-weight: 400 !important;
  font-size: 16px;
  color: #123965;
}

/* @end Type of work block*/
/* @group Photos block*/
.photos-block .card-photos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 16px;
}

.photos-block .card.photo {
  padding: 0 24px 0 24px;
  margin: 4px;
  flex-basis: calc(25% - 8px);
}

.ie11 .photos-block .card.photo {
  flex-basis: calc(25% - 56px);
}

.photos-block .card.photo .card-img-cont {
  margin: 0 -24px;
  height: 70px;
  min-height: 70px;
  border-radius: 3px;
}

@media (max-width: 1006px) {
  .photos-block .card.photo .card-img-cont {
    min-height: 150px;
  }
}
@media (max-width: 736px) {
  .photos-block .card.photo .card-img-cont {
    min-height: 20vw;
  }
}
.photos-block .card.photo .card-description,
.photos-block .card.photo .meta-location,
.photos-block .card.photo .meta-skills,
.photos-block .card.photo .card-actions {
  display: none;
}

.photos-block .mod_showing {
  display: none;
}

.photos-block share-button {
  display: none !important;
}

/* @end Photos block*/
/* @group Organisation card - currenlty only on unclaimed / unpaid*/
.org-card .thumb-logo {
  width: 50px;
  height: 50px;
  background-size: cover;
}

.org-card .card-thumb {
  height: 50px;
  width: 50px;
  padding: 16px 16px 16px 16px;
}

.face-rating {
  display: block;
  width: 100%;
}

.face-rating .rev-stars {
  width: 68px;
  display: inline-block;
  margin-right: 8px;
}

.face-rating .rev-stars img {
  width: 100%;
  float: left;
}

.face-rating .rev-stars-text {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
  color: #8b94a8;
  display: inline;
}

/* @end Organisation card*/
/* @group Ratings block*/
.ratings-row {
  float: left;
  width: 100%;
}

.ratings-card .card-heart {
  margin: 0 12px;
  padding: 12px 0 12px 0;
  float: left;
}

.ratings-stars {
  display: inline-block;
  width: 92px;
  height: 21px;
  float: left;
  background-repeat: no-repeat;
  background-position: right;
  margin: 0;
  background-image: url(/img/profile/stars/star-avg-5.png);
  background-size: contain;
}

.ratings-bar {
  float: left;
  margin: 5px 8px 5px 8px;
  width: calc(100% - 170px);
  border-radius: 3px;
  height: 15px;
  overflow: hidden;
  background-color: #e4e6e9;
}

.ratings-bar div {
  background: #5C6B78;
  height: 100%;
}

.ratings-percent {
  font-size: 12px;
  color: #123965;
  display: inline-block;
  font-weight: 500;
}

/* @end Ratings block*/
/* @group Feedback block & review cards*/
.card .activity-date {
  color: #8B94A9;
  font-size: 13px;
}

.card.review .card-context .card-name {
  min-height: 0;
}

.drop-down.reviews-sort {
  font-weight: 500;
  top: 32px;
}

.reviews-sort li {
  margin: 8px 0;
  line-height: 16px;
  height: 16px;
  font-size: 13px;
}

.reviews-sort .sort-header {
  color: #9CA5B7;
  font-size: 14px;
  border-bottom: #e7ebef 1px solid;
  padding: 0 0 4px 0;
  margin: 12px 0 0 0;
}

.rev5 {
  background-image: url(/img/profile/stars/star-avg-5.png) !important;
}

.rev4 {
  background-image: url(/img/profile/stars/star-avg-4.png) !important;
}

.rev3 {
  background-image: url(/img/profile/stars/star-avg-3.png) !important;
}

.rev2 {
  background-image: url(/img/profile/stars/star-avg-2.png) !important;
}

.rev1 {
  background-image: url(/img/profile/stars/star-avg-1.png) !important;
}

.rev0 {
  background-image: url(/img/profile/stars/star-avg-1.png) !important;
}

.reviews-sort .sort-header:first-of-type {
  margin: 0;
}

@media (max-width: 500px) {
  .reviews-block .block-more-info {
    display: none;
  }

  .reviews-tab .reviews-block .block-view-all {
    float: left;
    margin: 4px -6px 8px 0;
    display: block;
    width: 100%;
  }
}
/* @end Feedback block & review cards*/
/* @group Videos block*/
.videos-block iframe {
  padding: 4px;
}

/* @end Videos block*/
/* @group Admin block - only on unclaimed when an admin is logged in*/
.admin-block .actions-button {
  float: left;
  margin: 12px 0 12px 12px;
}

/* @end Admin block*/
/* @group GuildMaster application block */
#gm_dispute_form .gm_row input,
#gm_dispute_form textarea {
  background: #e7f1fc;
  border-radius: 3px;
  font-size: 14px !important;
  line-height: 18px;
  padding: 6px 8px !important;
  color: #313965;
  width: 100%;
  max-width: 100% !important;
  resize: vertical;
  border: 1px solid #8b94a8;
  display: block;
}

#gm_dispute_form .gm_row input:focus,
#gm_dispute_form textarea:focus {
  border: 1px solid #007ddd;
}

#gm_dispute_form .gm_row input.error,
#gm_dispute_form textarea.error {
  border: 1px solid #ff6300;
}

#gm_dispute_form .gm_row {
  margin-top: 8px;
}

#gm_dispute_form .button {
  margin-top: 8px;
}

#gm_dispute_form .form_msg_error {
  color: #ff6300;
  margin-top: 8px;
}

.guildmaster-block p:last-of-type {
  margin: 0;
}

.guildmaster-block .card-heart {
  width: calc(100% - 32px);
  margin: 0 16px;
  padding: 12px 0;
}

/* @end GuildMaster application block*/
/* @group GuildQuality block - CTA block that only appears on the guildquality memmber profile*/
.guildquality-block h3 {
  text-align: center;
  color: #004579;
  font-weight: 300;
  margin: 8px 0;
  font-size: 22px;
  line-height: inherit;
}

.guildquality-block h4 {
  color: #004579;
  font-size: 16px;
  margin: 16px 0 16px 0;
  line-height: inherit;
}

.guildquality-block .card-heart {
  text-align: center;
  padding: 16px;
}

/* @end GuildQuality block*/
/* @group Answers block*/
.sidebar .card.answer {
  padding: 16px;
}

.member-profile .card.answer .card-description {
  margin: 0;
}

.sidebar .card.answer .nested-card .card-description {
  margin: 16px 0 0 0;
}

.sidebar .card.answer .card-context .card-name {
  min-height: auto;
  height: auto;
  width: auto;
  max-width: calc(100% - 46px);
}

.sidebar .card.answer .card-context .card-date {
  max-width: 50%;
}

a.answer-more {
  color: #007ddd;
  display: inline-block;
  clear: both;
  margin: 8px 0 0 0;
  width: 100%;
}

a.answer-more:hover {
  color: #337ab7;
}

.nearby-answers-block .no-marg {
  margin: 0;
}

/* @end Answers block*/
/* @group overview tab*/
.overview-tab .col1,
.overview-tab .col2 {
  overflow: hidden;
}

/* @end overview tab*/
/* @group Crew tab*/
.crew-tab {
  padding: 16px 0;
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.crew-tab .crew-results {
  display: flex;
  flex-wrap: wrap;
}

.crew-tab .card-item {
  margin: 16px;
}

.member-profile .card.pro .card-meta div.meta-location,
.member-profile .card.pro .card-meta div.meta-company {
  display: none;
}

/* @end Crew tab*/
/* @group Photos tab*/
.photos-tab {
  padding: 16px;
}

.photos-tab .photos-results {
  display: flex;
  flex-wrap: wrap;
}

.photos-tab .card.photo {
  width: calc(20vw - 39px);
  padding: 0 24px 16px;
  margin: 16px;
}

.photos-tab .card.photo .card-avatar,
.photos-tab .card.photo .card-avatar-cont,
.photos-tab .card.photo .card-name {
  display: none;
}

@media (max-width: 1006px) {
  .photos-tab .card.photo {
    flex-basis: calc(50% - 32px);
  }
}
@media (max-width: 575px) {
  .photos-tab .card.photo {
    flex-basis: calc(100% - 32px);
  }
}
.photos-tab .card.photo .card-img-cont {
  margin-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.actions-button.loading {
  background: #0185d7;
}

.actions-button.loading:after {
  content: "Loading";
}

.actions-button.load-more:after {
  content: "Load More";
}

/* @end Photos tab*/
/* @group Projects tab*/
.projects-tab {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.projects-map-cont {
  width: 100%;
  float: right;
  position: relative;
}

.projects-map-cont #map_canvas {
  width: 100%;
  min-height: 480px;
  float: left;
  margin: 0;
}

.projects-tab,
.projects-tab .projects-map-cont,
.projects-tab .projects-map-cont #map_canvas {
  height: calc(100vh - 100px) !important;
}

#content_panel #content {
  z-index: 0 !important;
}

.gm-style-iw .card-item {
  max-width: 368px;
}

.gm-style-iw::before {
  content: "";
  width: 0;
  height: 0;
  left: calc(50% - 22px);
  bottom: -20px;
  position: absolute;
  z-index: 50;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #FFFFFF;
}

.gm-style .gm-style-iw {
  overflow: visible;
}

/* Hide the scroll bar on the dynamicaly created div above the map cards */
.gm-style-iw div[style="overflow: auto;"] {
  overflow: hidden !important;
}

.gm-card-int img {
  margin: 0 8px 0 0;
}

.gm-card-title {
  color: #004579;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.gm-card-body {
  font-size: 14px;
  color: #8B94A9;
  font-weight: 400;
}

.gm-card-body a {
  color: #007ddd;
}

.gm-card-body a:hover {
  color: #006bbd;
}

.gm-style-background div {
  background: none !important;
  box-shadow: none !important;
}

@media (max-width: 1050px) {
  .projects-map-cont #map_canvas {
    height: calc(100vh - 472px);
  }
}
.projects-controls-toggle {
  position: absolute;
  bottom: 24px;
  right: 208px;
  height: 40px;
  width: 30px;
  line-height: 40px;
  background: #007ddd;
  color: #fff;
  z-index: 200;
  border-radius: 4px 0 0 4px;
  padding: 0 0px 0 8px;
}

.projects-controls-toggle.icon-menu {
  right: 0;
}

.projects-controls-toggle:hover {
  color: #fff;
  background: #0184d6;
}

.projects-map-controls {
  width: 200px;
  background: #fff;
  color: #313965;
  font-size: 14px;
  min-height: 28px;
  font-weight: 500;
  padding: 12px 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 300;
  margin: 8px;
  border-radius: 3px;
  box-shadow: 6px 0 15px rgba(64, 75, 93, 0.65);
  -moz-box-shadow: 6px 0 15px rgba(64, 75, 93, 0.65);
}

.projects-tab.closed .projects-map-controls {
  display: none;
}

.projects-tab.closed .projects-map-cont {
  left: 0;
}

.projects-tab.closed .projects-controls-toggle.icon-chevron-right {
  display: none;
}

.projects-tab.open .projects-controls-toggle.icon-menu {
  display: none;
}

.projects-map-controls .map-search-cont {
  position: relative;
  float: left;
  margin: 16px 0 0 0;
}

.projects-map-controls .map-zip-search {
  float: right;
  font-weight: 500;
  max-width: 145px;
}

.projects-map-search-cont .icon-search {
  position: absolute;
  top: 3px;
  left: 8px;
  color: #828B9F;
  font-size: 14px;
}

.projects-map-controls .radio-cont {
  margin: 6px 0 0 0;
  line-height: 16px;
  display: inline-block;
  font-size: 13px;
  width: 100%;
}

.projects-map-controls .radio-cont span {
  float: left;
}

.projects-map-controls input[type=radio] {
  border-radius: 3px;
  -webkit-appearance: inherit;
  width: 16px;
  height: 16px;
  background: #e3e5e9;
  margin: 0 6px 0 0;
  float: left;
}

.projects-map-controls input[type=radio]:checked {
  background: #007ddd;
}

.projects-map-controls .map-sub-info {
  float: left;
  margin: 16px 0 0 0;
  width: 100%;
}

.projects-map-controls .map-sub-info .map-sub-show {
  color: #9CA5B7;
  font-size: 12px;
  display: inline-block;
  width: 100%;
  line-height: initial;
}

.projects-map-controls .map-sub-next {
  font-size: 12px;
  display: inline-block;
  color: #007ddd;
  margin: 0;
  float: left;
  font-weight: 500;
}

.projects-map-controls .map-sub-next:hover {
  color: #0184d6;
}

/* @end Projects tab*/
/* @group Map overide CSS - CSS for pop up inside the map*/
div.rating.stars5 {
  background-image: url(/img/profile/stars/star-avg-5.png);
}

div.rating.stars4 {
  background-image: url(/img/profile/stars/star-avg-4.png);
}

div.rating.stars3 {
  background-image: url(/img/profile/stars/star-avg-3.png);
}

div.rating.stars2 {
  background-image: url(/img/profile/stars/star-avg-2.png);
}

div.rating.stars1 {
  background-image: url(/img/profile/stars/star-avg-1.png);
}

div.rating {
  width: 74px;
  background-size: contain;
  height: 13px;
  background-repeat: no-repeat;
  float: right;
  margin: 3px 0 0 0;
}

div.iwTitle {
  font-size: 15px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #123965;
  font-weight: 500;
  margin: 0 0 8px 0;
}

div.iwText {
  font-family: Helvetica, Arial, sans-serif !important;
  line-height: 16px;
  color: #313965;
  font-size: 14px !important;
  margin: 0;
}

div.iwCitation {
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif !important;
  color: #8B94A9;
  font-size: 13px;
  margin: 8px 0 0 0;
}

td.pImage img {
  border-radius: 3px;
  padding-right: 12px;
}

div.page_navigation {
  margin: 12px 0 0 0;
  border: none;
}

.pFeedback .page_navigation a.first_link {
  padding-left: 0px;
}

.pFeedback .page_navigation a {
  padding: 5px 8px;
  border-radius: 3px;
  color: #9AA2B4;
  text-decoration: none;
  float: left;
  font-size: 11px;
  font-weight: 600 !important;
  background-color: #ffffff;
  font-family: Helvetica, Arial, sans-serif !important;
}

div.iwTitle .com_bubble {
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 0;
  margin: 4px 0 0 8px;
  width: 15px;
  height: 20px;
  background-image: url(/css/profile/images/ico_bubble_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

/* @end Map overide CSS*/
/* @group IE overides*/
.ie .header-meta {
  justify-content: start;
}

.ie .nav a.logo {
  margin-top: 0px;
}

.ie form.nav-search {
  margin-left: 220px;
}

@media (max-width: 1050px) {
  .ie .header-meta .container.header-flex {
    display: block;
    float: left;
    width: 100%;
  }
}
/* @end IE overides*/
/* @group Fancybox override*/
.fancybox-overlay {
  background: #1B1F2D !important;
  background: rgba(27, 31, 45, 0.85) !important;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
  position: fixed !important;
}

div.fancybox-wrap.fancybox-mobile.fancybox-type-image.fancybox-opened {
  position: fixed !important;
}

.fancybox-opened {
  width: auto !important;
}

.fancybox-opened .fancybox-skin {
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: none !important;
  float: left !important;
  border-radius: none !important;
}

.fancybox-title-float-wrap {
  position: inherit !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  margin-bottom: 0 !important;
  z-index: 8050 !important;
  text-align: center !important;
  width: 360px !important;
  float: right !important;
  padding: 16px;
  height: calc(100% - 38px) !important;
}

.fancybox-title-float-wrap .child {
  width: 100% !important;
  height: 100% !important;
  float: left !important;
  background: none !important;
  color: #123965 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  text-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

div.fancybox-title span.child p {
  color: #123965 !important;
  font-weight: 300 !important;
  font-size: 18px !important;
  max-width: none !important;
  width: 100% !important;
  float: left !important;
  white-space: normal !important;
  padding: 12px !important;
  margin: 0 !important;
  max-height: inherit !important;
  line-height: inherit !important;
  text-align: left !important;
}

div.fancybox-title span.child p.fancybox-meta {
  font-size: 14px !important;
  line-height: 18px !important;
  margin-top: 2px !important;
  color: #8B94A9 !important;
  width: 100% !important;
}

div.fancybox-title span.child .fancy-action {
  position: absolute !important;
  width: 100% !important;
  bottom: 0px !important;
  right: 0 !important;
  height: auto !important;
  padding: 0 !important;
}

div.fancybox-title span.child .icon {
  top: 0 !important;
  left: initial !important;
  right: 0 !important;
  margin: 12px 12px 12px 8px !important;
  padding: 0 !important;
  width: auto !important;
  line-height: 20px !important;
  height: 20px !important;
  width: 20px !important;
  color: #8B94A9 !important;
  font-size: 18px !important;
  float: right !important;
  display: inline-block !important;
  border: none !important;
}

div.fancybox-title span.child .icon:hover {
  color: #007ddd !important;
}

div.fancybox-title span.child .icon.checked {
  color: #007ddd !important;
}

div.fancybox-title span.child .icon.checked:hover {
  color: #8B94A9 !important;
}

div.fancybox-title {
  height: calc(100% - 76px);
  margin: 36px 0 0 0 !important;
  border-top: #e7ebef 1px solid !important;
  background: transparent !important;
}

.relatedPhotos {
  position: absolute;
  bottom: 0;
}

.relatedLabel {
  display: block;
  text-align: left;
  font-weight: 500;
  margin-bottom: 4px;
}

.companyPhotos,
.projectPhotos {
  margin-top: 16px;
}

.fancybox-wrap {
  top: 0 !important;
  left: 0 !important;
  margin: 82px 32px 32px 32px !important;
  width: 90% !important;
  width: calc(100% - 64px) !important;
  height: 90% !important;
  max-height: 100% !important;
  height: calc(100% - 112px) !important;
  overflow: hidden !important;
  float: right !important;
  background: #fff !important;
  border-radius: 3px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.fancybox-outer {
  width: calc(100% - 360px) !important;
  float: left !important;
  height: 100% !important;
  background: #000 !important;
  display: flex !important;
  overflow: hidden;
  display: -ms-flexbox !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 120px !important;
}

.fancybox-inner {
  display: flex !important;
  overflow: hidden !important;
}

.fancybox-image {
  height: auto !important;
  width: 100% !important;
  align-self: center !important;
}

.fancybox-error {
  color: #fff !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  text-align: center !important;
  font-weight: 400 !important;
}

.fancybox-close {
  font-family: "gq3-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  position: absolute !important;
  background: none !important;
  padding: 8px 12px 8px 8px !important;
  top: 0 !important;
  right: 0 !important;
  width: auto !important;
  line-height: 20px !important;
  height: auto !important;
  border-bottom-left-radius: 3px !important;
  color: #8B94A9 !important;
}

.fancybox-close:hover {
  color: #007ddd !important;
}

.fancybox-close:before {
  content: "x";
}

.fancybox-nav span {
  display: inherit !important;
  font-family: "gq3-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  background: #007ddd !important;
  border-radius: 50% !important;
  height: 30px !important;
  width: 30px !important;
  color: #fff !important;
  padding: 0 0 0 6px !important;
  line-height: 30px !important;
}

.fancybox-nav span:hover {
  color: #007ddd !important;
  background: #fff !important;
}

.fancybox-nav.fancybox-next span:before {
  content: "F";
  padding: 0 0 0 2px;
}

.fancybox-nav.fancybox-prev span:before {
  content: "E";
}

@media (max-width: 1050px) {
  .fancybox-outer {
    width: 100% !important;
    height: auto !important;
  }

  .fancybox-title-float-wrap {
    width: 100% !important;
  }

  .fancybox-overlay {
    overflow-y: scroll !important;
  }

  .fancybox-wrap {
    height: auto !important;
  }

  div.fancybox-title {
    height: 100%;
    margin: 0 !important;
    border-top: none !important;
  }

  div.fancybox-title span.child .fancy-action {
    position: relative !important;
    bottom: 0px !important;
    right: 0 !important;
    height: auto !important;
    padding: 0 !important;
    float: right !important;
    border-top: #e7ebef 1px solid !important;
  }

  .fancybox-close {
    color: #fff !important;
    padding: 12px !important;
  }

  .fancybox-close:hover {
    color: #fff !important;
    background: #007ddd !important;
  }
}
/* Fancybox override*/
/* Flag content form */
.flag-card {
  text-align: left;
  max-width: 600px;
}

.flag-card .button {
  align-self: flex-start;
}

.flag-form {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.flag-form p {
  line-height: 31px;
}

.flag-form input[type=checkbox] {
  display: inline-block;
  margin: 10px 0 10px 0;
}

.flag-form input[type=text] {
  -webkit-appearance: none;
  color: #004579;
  border: #e7ebef 1px solid;
  border-radius: 3px;
  display: inline-block;
}

/* Flag content form end */
/* @group review & comment cards */
/* Review perma is are styles adjusted for the modal / perma page verison of the cards */
.was-helpful.checked .metric {
  border-left: 0;
}

.was-helpful.checked .metric .spacer {
  display: none;
}

.nearby-reviews .card.review {
  cursor: default;
  box-shadow: 0 1px 2px rgba(51, 74, 109, 0.1);
}

.review-perma .card-context {
  flex-direction: column;
  text-align: center;
}

.review-perma .card-context .card-name {
  justify-content: center;
  max-width: 100%;
  align-self: center;
}

.review-perma .card-context .card-name h3 {
  font-size: 40px;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}

.review-perma .card-context .card-name h3 span {
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.review-perma .card-context .card-date {
  padding: 0;
  justify-content: center;
  margin-top: 4px;
}

.review-perma .card-description {
  text-align: center;
  font-size: 20px;
}

.review-perma .auth-sent-container {
  display: flex;
  width: 100%;
  justify-content: center;
}

.review-perma .card.review .nested-card {
  padding: 24px;
  margin: 32px 0 24px 0 !important;
}

.review-perma .card.review .nested-card .card-context h3 {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.review-perma .card-actions {
  width: 100%;
  justify-content: center;
}

.review-perma .card-actions .button {
  margin: 16px 8px 0;
}

.card-actions share-button {
  color: #8B94A9;
  font-size: 12px;
  text-transform: none;
  transition: color 0.2s ease;
  display: inline-block;
  display: none !important;
  padding: 0;
  font-weight: 600;
  overflow: hidden;
  background: transparent !important;
  width: auto;
  height: auto;
  position: relative !important;
  transition: all 0.2s ease;
  top: 0;
}

.card-actions share-button.button div {
  display: inline-block;
  float: left;
}

.card-actions share-button.open {
  background: #e7ebef !important;
  border: 1px solid rgba(139, 148, 169, 0) !important;
}

.card-actions share-button.open:hover {
  background: none !important;
  border: 1px solid #007ddd !important;
}

.card-actions share-button.open .share-open {
  display: none !important;
}

.card-actions share-button .share-close {
  display: none !important;
}

.card-actions share-button.open .share-close {
  display: block !important;
  padding: 8px 10px 8px 16px;
}

.review-perma .card-actions share-button {
  display: inline-block !important;
}

.card-actions share-button:before {
  display: none !important;
}

.card.review .card-actions,
.card.review .card-actions .was-helpful.button {
  display: none;
}

.review-perma .card.review .card-actions {
  display: flex;
}

.card.review share-button .sb-social {
  width: auto !important;
  display: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  vertical-align: middle;
  box-shadow: none !important;
  float: left;
  transform: translate(0) !important;
  position: relative !important;
  transition: none !important;
  top: 0 !important;
  left: 0 !important;
}

.card.review share-button .sb-social.active {
  display: inline-block !important;
}

.card.review share-button .sb-social ul li {
  height: 19px !important;
  width: 30px !important;
}

.card.review share-button .sb-social ul li:before {
  opacity: 1;
  background-size: inherit;
  background-position: 50%;
  float: left;
  display: block;
  width: 30px;
  transform: translate(0) !important;
}

.review-perma .card-actions .pop-menu {
  display: none;
}

.review-perma.container {
  display: flex;
  justify-content: center;
  max-width: 850px !important;
  margin: 32px auto;
}

.review-perma .card.review {
  width: calc(100% - 64px);
  max-width: 850px;
  padding: 48px;
  cursor: default !important;
  transform: none !important;
}

.review-perma .share_lnk {
  display: none;
}

.review-perma button.mfp-close {
  right: 32px;
}

.comment-input-holder .card-name h3 {
  margin: 16px 0 0 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comment-input-holder {
  position: relative;
  height: auto;
  float: left;
  width: 100%;
}

.comment-input-holder textarea {
  width: 100%;
  height: 100%;
  margin: 16px 0 8px !important;
  padding: 40px 16px 62px;
  float: left;
  resize: vertical;
  font-size: 16px;
  line-height: 20px;
  min-height: 250px;
  border: 1px solid #e7ebef;
  border-radius: 3px;
  font-weight: 400;
  color: #8B94A9;
  -webkit-appearance: none;
}

.review-perma .comment-input-holder textarea {
  padding: 56px 32px 72px;
  text-align: center;
}

.comment-input-holder textarea:hover,
.comment-input-holder textarea:focus {
  border: 1px solid #007ddd;
}

.comment-input-holder .card-context {
  position: absolute;
  top: 17px;
  background: #fff;
  left: 16px;
  padding: 0 0 8px 0;
  width: calc(100% - 32px) !important;
}

.comment-input-holder .card-actions {
  width: calc(100% - 32px) !important;
  position: absolute;
  bottom: 9px;
  left: 16px;
  background: #fff;
  margin: 0;
  padding: 4px 0 16px;
}

.review-perma .comment-input-holder .card-context {
  top: 25px;
  left: 24px;
  width: calc(100% - 48px) !important;
}

.review-perma .comment-input-holder .card-actions {
  width: calc(100% - 32px);
  position: absolute;
  bottom: 16px;
}

.review-perma .comment-input-holder .card-actions .button {
  margin-right: 0;
}

.review-perma .comment-input-holder .card-name h3,
.review-perma .card.reivew.nested-card .card-name h3 {
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 900px) {
  .review-perma button.mfp-close {
    right: 0;
  }

  .review-perma .card.review {
    width: 100%;
    padding: 48px 16px;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .review-perma .card-context .card-name h3 {
    font-size: 30px;
  }

  .review-perma .card-description {
    font-size: 16px;
  }
}
/* @end review & comment cards */
/* @group review setcion cta */
.cta-review.card {
  padding: 32px 32px 36px;
}

.cta-review h3 {
  color: #123965;
  margin: 0 0 8px 0;
  font-size: 26px;
}

.cta-review p {
  color: #123965;
}

.cta-review .button {
  margin: 16px 0 0 0;
  text-align: center;
  line-height: 11px;
  padding-bottom: 15px;
}

.cta-review:hover .button {
  background: #006bbd;
  border-color: #006bbd;
}

.cta-review .button .icon-message:before {
  content: "t";
  position: relative;
  top: 2px;
  padding-right: 4px;
}

/* @end review setcion cta */
/* 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: 0.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 0.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 */
/* ApexChat trial */
.apex-chat-button {
  color: white !important;
  background: #495662 !important;
  clear: both;
}

.apex-chat-button:hover {
  background: #303f4d !important;
}

.apex-chat-button .indicator {
  width: 12px;
  height: 12px;
  background: #31ff80;
  display: inline-block;
  content: "";
  border-radius: 100%;
  margin-right: 4px;
  margin-bottom: -1px;
}

.apex-chat-button .status {
  font-size: 10px;
  text-transform: uppercase;
  color: #31ff80;
  font-weight: bold;
  vertical-align: 1px;
  margin-right: 8px;
}

@media (max-width: 400px) {
  .apex-hide {
    display: none;
  }
}
/* End ApexChat trial */