/* Profile page */
.profile-information {
  display: flex;
  min-height: 255px;
  margin-top: -10px;
  background-color: #616365;
  color: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  .profile-information {
    display: block;
  }
}
.profile-edit-top {
  display: block;
  width: 119%;
  color: #323334 !important;
}
@media (max-width: 991px) {
  .profile-edit-top {
    width: 104%;
  }
}
.profile-pic {
  margin-right: 10px;
  width: 200px;
}
@media (max-width: 767px) {
  .profile-pic {
    margin: 0 auto;
    position: relative;
  }
}
.profile-pic__contain {
  height: 200px;
  width: 200px;
  position: relative;
  overflow: hidden;
}
.profile-pic__contain:hover .profile-pic__edit {
  bottom: 50px;
  background: rgba(0, 0, 0, 0.6);
}
.profile-pic__edit {
  position: relative;
  height: 50px;
  width: 100%;
  bottom: 0px;
  color: white;
  cursor: pointer;
  text-align: center;
  padding-top: 15px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.button--edit-profile-pic {
  height: 150px;
  width: 150px;
}
.button--send-message {
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}
.button--send-message .plus-icon {
  padding-left: 20px;
  font-size: 14px;
}
.button--send-message .plus-icon:before {
  content: '';
  background-image: url('../../images/plus-icon.svg');
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  margin-left: -33px;
  margin-top: 2px;
}
.button--send-message:hover {
  background: #00A9E0;
}
.basic-and-location-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100% !important;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .basic-and-location-info {
    padding-left: 0px !important;
  }
}
.basic-info {
  margin-bottom: 15px;
  width: 50%;
}
@media (max-width: 767px) {
  .basic-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.basic-info__full-name {
  color: #fff !important;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .basic-info__full-name {
    text-align: center;
  }
}
.basic-info__headline {
  font-size: 20px;
  padding-right: 20px;
  font-weight: 300;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .basic-info__headline {
    padding-right: 0px;
    line-height: 23px;
  }
}
.location-info {
  text-align: right;
  width: 50%;
  font-size: 14px;
  line-height: 24px;
  color: #ccc;
}
@media (max-width: 767px) {
  .location-info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
.location-info button {
  max-width: 150px;
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
  background: transparent !important;
  color: #fff !important;
  border-radius: 2px;
  border: 2px solid #fff !important;
}
@media (max-width: 767px) {
  .location-info button {
    margin: 10px auto 0px;
    display: block;
  }
}
.profile-social-sharing {
  color: #fff;
  margin-top: 10px;
}
.profile-social-sharing .twitter-share {
  background-image: url("../../images/twitter-icon-blue.svg");
  background-size: 25px 25px;
  overflow: hidden;
  width: 25px !important;
  background-position: 0%;
  background-position-x: 0%;
  background-position-y: 0%;
}
.profile-social-sharing .twitter-share iframe,
.profile-social-sharing .twitter-share i {
  height: 26px !important;
  width: 30px !important;
  opacity: 0;
}
.profile-social-sharing .twitter-share iframe #widget,
.profile-social-sharing .twitter-share i #widget {
  height: 25px;
}
.profile-social-sharing .twitter-share iframe #widget .btn-o,
.profile-social-sharing .twitter-share i #widget .btn-o {
  height: 25px;
}
.profile-social-sharing .twitter-share iframe #widget .btn-o a,
.profile-social-sharing .twitter-share i #widget .btn-o a {
  height: 25px;
}
.profile-social-sharing .share-images {
  display: inline-block;
  margin: 0px 3px;
  height: 25px;
  width: 25px;
  vertical-align: top;
}
.profile-social-sharing .share-images img {
  width: 100%;
}
.profile-about-and-accounts {
  margin-top: 10px;
}
.profile-about {
  flex-basis: 50%;
}
.profile-about .header {
  font-size: 16px;
  font-weight: bold !important;
  text-align: left;
}
.profile-about__content {
  word-wrap: break-word;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .profile-about__content {
    margin-bottom: 20px;
  }
}
.profile-accounts {
  flex-basis: 50%;
}
.profile-accounts-heading {
  font-size: 16px;
  float: left;
}
@media (max-width: 767px) {
  .profile-accounts-heading {
    width: 100%;
  }
}
.profile-icon-bar {
  float: left;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .profile-icon-bar {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.button--edit-profile {
  border: 1px solid #aaa;
  color: #aaa;
  background: none;
  text-align: center;
  padding: 15px 10px;
  display: block;
  width: 100%;
  font-size: 13px;
}
.button--edit-profile-large {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
}
.header {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .header {
    text-align: center;
  }
}
.messaging-preferences {
  padding: 15px 15px 0px 220px;
  background-repeat: no-repeat, no-repeat;
  background-position: top 5px left 5px, bottom 5px left 5px;
  min-height: 220px;
}
@media (max-width: 767px) {
  .messaging-preferences {
    padding: 15px;
  }
}
.messaging-preferences__header {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 700;
  color: #323334;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .messaging-preferences__header {
    text-align: center;
  }
}
.messaging-preferences__content {
  font-size: 14px;
  color: #323334;
  word-wrap: break-word;
}
.messaging-rules__header {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .messaging-rules__header {
    text-align: center;
  }
}
.rules-contain {
  padding: 25px;
  background-color: #F7F7F7;
  font-size: 14px;
}
.rules-contain ul {
  padding-left: 5px;
  margin-bottom: 0px;
}
.rules-contain ul li {
  list-style: none;
  color: #323334;
  padding-bottom: 10px;
}
.rules-contain ul li:last-child {
  padding-bottom: 0px !important;
}
.rules-contain .fa {
  width: 24px;
  font-size: 16px;
  text-align: center;
}
.rules-contain .fa-mobile {
  font-size: 22px;
  padding-left: 3px;
}
.rules-contain .fa-attachment {
  font-size: 22px;
  padding-left: 4px;
  background-image: url('../../images/attachment-icon-white.svg');
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 2px;
}
.info-detail {
  margin-bottom: 20px;
  padding-left: 0px;
}
.positions-section {
  margin-left: 220px;
  padding-right: 15px;
}
.positions-section hr {
  width: 100%;
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .positions-section {
    margin-left: 0px;
  }
}
.position-block {
  border-bottom: 1px solid #ccc;
}
.positions-section__header {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0px 15px;
}
.positions-section__edit-button {
  display: none;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: #00A9E0;
}
.positions-section__header:hover .positions-section__edit-button {
  display: inline-block;
}
.profile-positions {
  font-size: 14px;
  line-height: 1.57;
  padding-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .profile-positions {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.profile-positions p {
  margin-top: 20px;
}
.profile-positions .position-title {
  font-weight: 600;
  font-size: 16px;
}
.profile-positions:nth-child(even) {
  padding-left: 0px;
}
.profile-positions:nth-child(odd) {
  padding-right: 0px;
}
.profile-positions .pos-summary {
  line-height: 1.45;
}
.skills-section {
  margin-left: 160px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  .skills-section {
    margin-left: 0px;
  }
}
.profile-skills {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: left;
  padding-left: 0px;
}
.profile-skills .position-title {
  font-weight: 700;
}
.profile-skills .skill-count {
  background-color: #0072B7;
  color: #FFFFFF;
  padding: 3px;
  margin-right: 5px;
  text-align: center;
  width: 32px;
  display: inline-block;
}
/* Edit Profile sidebar */
.edit-profile {
  overflow-x: hidden;
}
/*  DO NOT DELETE ^^^^ */
.linkedin-import-new-user {
  margin: -10px;
  padding: 20px;
  background-color: #d6e8f5;
}
.linkedin-import-new-user .button--linkedin-import {
  background-image: url('../../images/linkedin-icon2.svg');
  color: #FDFDFE;
  background-color: #1477B7;
  border: 0;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 44px;
  padding-right: 20px;
  display: block;
  width: 80%;
  max-width: 450px;
  font-size: 14px;
}
.linkedin-import {
  margin: -10px;
  padding: 10px;
}
.linkedin-import__header {
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 5px;
}
.button--linkedin-import {
  color: #78909D;
  background-color: #f2f2f2;
  background-image: url('../../images/linkedin-icon.svg');
  background-position-x: 3%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  border: 0;
  margin: 0 auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 44px;
  padding-right: 20px;
  display: block;
}
.linkedin-import__description {
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
}
.improve-profile {
  background-color: #CCEEF9;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  padding: 20px 10px;
  text-align: center;
  font-size: 14px;
}
.improve-profile h4 {
  font-size: 20px;
  margin: 15px auto;
}
.improve-profile p {
  font-size: 13px;
}
.blue-button {
  background-color: #00A9E0;
  display: inline-block;
  margin: 15px auto;
  padding: 5px 10px;
  color: white !important;
  text-decoration: none;
}
.profile-strength {
  margin: 10px 0;
  display: none;
}
.profile-strength__title {
  font-weight: bold;
  text-align: left;
  margin-bottom: 3px;
  font-size: 20px;
}
.profile-strength__bar {
  display: flex;
  height: 10px;
}
.profile-strength__filled {
  flex-basis: 30%;
  background: #00A9E0;
}
.profile-strength__unfilled {
  flex-basis: 70%;
  background: #f2f2f2;
}
.profile-strength__caption {
  font-size: 18px;
  background: #00A9E0;
  color: #FFFFFF;
  padding: 3px 5px;
}
.profile-edit-reminder {
  color: #fff;
  background-color: #616365;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
}
.profile-edit-reminder .edit-profile__section-heading {
  padding: 10px 0px !important;
  opacity: .99;
}
.edit-profile__section-heading {
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 5px;
}
.edit-profile__section-button {
  cursor: pointer;
  position: relative;
  border: solid #DFE0E0;
  border-width: 1px 0 0 0;
  padding: 11px 31px 11px 11px;
  margin: 0 -10px;
  font-size: 16px;
  background-image: url(../../images/right-arrow.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 15px center,right 35px center;
  background-size: 7px, 20px;
  overflow: hidden;
}
.edit-profile__section-button--checked {
  background-image: url(../../images/right-arrow.svg), url(../../images/sort-check.svg);
  padding: 11px 50px 11px 11px;
  background-size: 7px, 20px;
}
.edit-profile__section-display {
  position: relative;
  border: solid #1E3339;
  border-width: 0px 0 0 0;
  padding: 11px;
  margin: 0 -10px;
  background-repeat: no-repeat, no-repeat;
  background-position: right 15px center,right 35px center;
  background-size: 11px, 16px;
  min-height: 55px;
}
.users-va {
  float: left;
  padding-right: 7px;
  padding-top: 3px;
  margin-bottom: 5px;
  width: 100%;
}
.edit-profile__section-button:hover {
  background-color: #f6f6f6;
}
.edit-profile__section-button-last {
  border-bottom: 1px solid #DFE0E0;
}
.verified-progress-icon {
  height: 16px !important;
  width: 16px;
  display: block;
  position: absolute;
  right: 35px;
  top: 14px;
  background-repeat: no-repeat;
}
.some-verified {
  background-image: url('../../images/some-icon-dark.svg');
}
.all-verified {
  background-image: url('../../images/sort-check.svg');
  right: 35px;
  top: 15px;
  background-size: 16px;
}
.verified-twitter {
  background-image: url('../../images/twitter-dark.svg');
}
.verified-insta {
  background-image: url('../../images/insta-dark.svg');
}
.verified-facebook {
  background-image: url('../../images/facebook-dark.svg');
}
.verified-pinterest {
  background-image: url('../../images/pinterest-icon-dark.svg');
}
.verified-linkedin {
  background-image: url('../../images/linkedin-icon-dark.svg');
}
.verified-email {
  background-image: url('../../images/email-icon-dark.svg');
}
.verified-google {
  background-image: url('../../images/google-icon-dark.svg');
}
.verified-phone {
  background-image: url('../../images/phone-icon-dark.svg');
}
.verify-social-icons {
  position: static;
  float: right;
  margin-top: 1px;
  background-repeat: no-repeat;
  background-size: 16px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.account-facebook {
  background-image: url('../../images/icons/facebook.png');
}
.account-google {
  background-image: url('../../images/icons/google.png');
}
.account-linkedin {
  background-image: url('../../images/icons/linkedin.png');
}
.account-local {
  background-image: url('../../images/icons/local.png');
}
.account-twitter {
  background-image: url('../../images/icons/twitter.png');
}
.account-missings {
  background-image: url('../../images/icons/missings.png');
}
.see-all-imported-data {
  color: #aaa;
  font-size: 12px;
  padding-top: 15px;
  padding-bottom: 8px;
  padding-right: 15px;
  text-align: right;
  cursor: pointer;
}
.see-all-imported-data:after {
  content: '';
  background-image: url('../../images/right-arrow.svg');
  background-size: 4px;
  height: 13px;
  width: 11px;
  position: absolute;
  right: 10px;
  margin-top: 6px;
  background-repeat: no-repeat;
}
.profile-share {
  margin: 10px 0;
}
.profile-share__title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 5px;
}
.profile-share__link {
  padding: 8px;
  border: 1px solid #B4B4B4;
  background-image: url('../../images/copy-icon.svg');
  background-repeat: no-repeat;
  background-position: right 7px center;
  cursor: pointer;
  background-size: 15px;
}
.share-profile-social-icon {
  float: left;
  display: inline-block;
  height: 25px;
  width: 25px;
  background-position: 2px;
  background-repeat: no-repeat;
  background-size: 21px;
}
@media (max-width: 767px) {
  .profile-icon-bar .share-profile-social-icon {
    float: none !important;
    margin-top: 5px;
  }
}
.phone-icon-white {
  background-image: url('../../images/phone-icon-white.svg');
}
.email-icon-white {
  background-image: url('../../images/email-icon-white.svg');
}
.fb-icon-white {
  background-image: url('../../images/fb-icon-white.svg');
}
.twitter-icon-white {
  background-image: url('../../images/twitter-icon-white.svg');
}
.google-icon-white {
  background-image: url('../../images/google-icon-white.svg');
}
.linkedin-icon-white {
  background-image: url('../../images/linkedin-icon-white.svg');
}
.phone-icon {
  background-image: url('../../images/phone-icon-dark.svg');
}
.email-icon {
  background-image: url('../../images/email-icon-dark.svg');
}
.fb-icon {
  background-image: url('../../images/facebook-dark.svg');
}
.twitter-icon {
  background-image: url('../../images/twitter-dark.svg');
}
.google-icon {
  background-image: url('../../images/google-icon-dark.svg');
}
.linkedin-icon {
  background-image: url('../../images/linkedin-icon-dark.svg');
}
.pinterest-icon {
  background-image: url('../../images/pinterest-icon-dark.svg');
}
.instagram-icon {
  background-image: url('../../images/insta-dark.svg');
}
.edit-main {
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}
.edit-main--show {
  margin-left: 0;
}
.edit-main--hide {
  margin-left: -100%;
}
.edit-item {
  width: 100%;
  padding: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
}
.edit-item .select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  max-width: 260px;
  width: 100%;
  border-radius: 0px;
  overflow: hidden;
  outline: none !important;
  padding-left: 2px;
  background-color: #fff;
  background: #fff url("../../images/arrowdown.gif") no-repeat 97% 50%;
  display: inline-block;
  margin-top: -7px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}
@media (max-width: 767px) {
  .edit-item .select-style {
    display: block;
    margin-top: 10px;
    margin-bottom: -7px;
  }
}
.edit-item .select-style {
  outline: none !important;
}
.edit-item .select-style select {
  padding: 5px 8px;
  border: none;
  max-width: 260px;
  outline: none !important;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.edit-item .select-style option {
  outline: none !important;
}
.edit-item .select-style select:focus {
  outline: none;
}
.edit-item .ui-select-choices {
  max-width: 260px;
}
.edit-item .ui-select-choices .ui-select-choices-row > span {
  white-space: normal;
}
.edit-item .checkbox-custom {
  margin-bottom: 5px;
}
.edit-item .checkbox-custom label,
.edit-item .radio label {
  padding-left: 0px !important;
}
.edit-item label {
  font-size: 14px;
}
.edit-item .free-msgs label {
  margin-bottom: 8px;
}
.edit-item .free-msgs .btn-primary {
  padding: 4px 7px !important;
}
.edit-item h4 {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.edit-item--hide {
  margin-left: 100%;
}
.edit-item--show {
  margin-left: 0;
}
.edit-item-header {
  background: #1E3339;
  margin: -10px -10px 10px -10px;
  padding: 10px;
  position: relative;
}
.edit-item-header__back-button {
  color: #FFFFFF;
  position: absolute;
  margin: -10px;
  padding: 10px;
  background: none;
  border: none;
  height: 100%;
}
.edit-item-header__content {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
}
.edit-item__description {
  font-size: 14px;
}
.edit-item__textarea {
  width: 100%;
  max-width: 100%;
  min-height: 150px;
}
.edit-item__text {
  width: 100%;
}
.button--commit-edit {
  float: right;
  margin-top: 10px;
}
.bce-input {
  margin-top: 5px;
  padding: 7px 10px;
}
.edit-item__crop-control {
  background: none;
  border: 0;
  padding: 5px;
  margin: 0 5px;
  font-size: 16px;
}
.edit-item__crop-control:hover {
  background: none;
  color: #00A9E0;
}
.edit-item__upload-photo-button {
  width: 100%;
  border: 1px solid #aaa;
  text-align: center;
  padding: 20px;
}
.edit-item__upload-resume-button {
  width: 100%;
  margin-top: 5px;
  border: 1px solid #aaa;
  text-align: center;
  padding: 10px;
}
.edit-item__upload-photo-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -ms-opacity: 0;
  cursor: pointer;
}
.edit-item__upload-resume-input {
  position: relative;
  width: 100%;
  height: 50px;
  top: -50px;
  opacity: 0;
  -ms-opacity: 0;
  cursor: pointer;
}
.edit-item-position {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.edit-item-position__label {
  font-weight: normal;
}
.edit-item-position__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 10px;
  display: inline-block;
}
.edit-item-position__summary {
  margin-top: 20px;
}
.edit-item-position__add {
  color: #00A9E0;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 15px;
}
.edit-item-position__done {
  color: #00A9E0;
  cursor: pointer;
  font-size: 14px;
  background-color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #00A9E0;
}
.edit-item-position__edit-button {
  position: absolute;
  right: 0px;
  top: 0px;
  font-weight: normal;
  cursor: pointer;
  color: #00A9E0;
  text-transform: capitalize;
}
.positions-time-frame-inputs input {
  margin-bottom: 15px;
}
.edit-item-position:hover .edit-item-position__edit-button {
  display: inline-block;
}
.edit-item-error {
  color: #D81E30;
}
.current-option {
  margin-top: 10px;
}
.donate-img-btn {
  width: 45%;
  padding: 0px !important;
}
.donate-img-btn img {
  width: 100%;
}
.img-btn {
  padding: 0px !important;
}
.img-btn img {
  width: 100%;
}
/* Marketing sidebar */
.marketing__header {
  font-size: 15px;
  color: #FFFFFF;
  background: #1E3339;
  margin: -10px -10px 10px -10px;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.marketing__hero {
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  margin: 15px auto;
}
.marketing__register-button-container {
  text-align: center;
  margin: 10px 0;
}
.marketing__register-button {
  background: transparent;
  border: 2px solid #00A9E0;
  color: #00A9E0;
  font-weight: 300;
  padding: 10px 20px;
}
.marketing__bullet {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 3px;
}
.marketing__detail {
  text-align: center;
  padding: 10px;
}
.marketing__icon {
  text-align: center;
  margin: 30px auto 22px auto;
}
.logo-prefix-icon {
  padding-left: 40px;
  font-size: 14px;
}
.logo-prefix-icon:before {
  content: '';
  background-image: url('../../images/nextio-logo-prefix.svg');
  background-size: 24px 21px;
  height: 24px;
  width: 24px;
  position: absolute;
  margin-left: -32px;
  margin-top: 5px;
  background-repeat: no-repeat;
}
.grid-container {
  margin-bottom: 30px;
}
/*    .grid-container {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    width: 100%;
        @media (max-width: @tablet-size-max) {
            -moz-column-count: 2;
            -moz-column-gap: 40px;
            -webkit-column-count: 2;
            -webkit-column-gap: 40px;
            column-count: 2;
            column-gap: 40px; 
        }
        @media (max-width: @mobile-size-max) {
            -moz-column-count: 1;
            -moz-column-gap: 40px;
            -webkit-column-count: 1;
            -webkit-column-gap: 40px;
            column-count: 1;
            column-gap: 40px; 
        }
    }
    
    */
.grid-item {
  display: inline-block;
  width: 100%;
  background-color: #fff !important;
  float: none !important;
  min-width: 0px !important;
  margin-bottom: 5px !important;
  margin-top: 10px !important;
  border: 0px solid #ccc;
  box-shadow: 3px 3px 8px -3px #aaa;
  padding-bottom: 0px !important;
}
.verified-icon-group {
  display: inline-block;
}
.verified-icon-group a {
  cursor: default;
}
/* community  styling */
@media (max-width: 600px) {
  .community-input-wrap {
    margin: 0 auto 25px;
  }
}
.community-header {
  padding: 13% 250px 9% 2%;
  color: #fff;
  background-image: url(../../images/home-hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
@media (max-width: 600px) {
  .community-header {
    padding: 10px 0px 1px !important;
  }
}
.community-header h1 {
  line-height: 40px;
  margin-bottom: 20px !important;
}
.community-header .community-input-wrap {
  background-color: #fff;
  padding: 15px 10px;
  max-width: 760px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .community-header .community-input-wrap {
    margin: 0 auto 25px;
  }
}
.community-header .search-icon-input {
  background-image: url(../../images/search-icon-dark-blue.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  padding-left: 42px;
  color: #4A4A4A;
  background-color: transparent;
  box-shadow: 0px 0px 0px 0px;
  border-bottom: 2px solid #4A4A4A !important;
  max-width: 700px;
  font-size: 16px !important;
  margin: 0 auto;
}
.community-header .search-icon-input::-webkit-input-placeholder {
  color: #4a4a4a !important;
  font-size: 16px !important;
}
.community-header .search-icon-input:-moz-placeholder {
  /* Firefox 18- */
  color: #4a4a4a !important;
  font-size: 16px !important;
}
.community-header .search-icon-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4a4a4a !important;
  font-size: 16px !important;
}
.community-header .search-icon-input:-ms-input-placeholder {
  color: #4a4a4a !important;
  font-size: 16px !important;
}
.community-heading {
  font-size: 26px;
  border-bottom: 2px solid #323334;
  padding: 10px 5px;
  margin-top: 15px;
  margin-bottom: 6px;
  display: block;
}
.community-search-results .user-card {
  vertical-align: top;
  width: 23.076923076923077%;
  display: inline-block;
  margin-right: 2.564102564102564%;
}
@media (max-width: 991px) {
  .community-search-results .user-card {
    width: 30%;
    margin-right: 0;
    margin: 1.6666667%;
  }
}
@media (max-width: 767px) {
  .community-search-results .user-card {
    width: 46%;
    margin-right: 0;
    margin: 2%;
  }
}
@media (max-width: 460px) {
  .community-search-results .user-card {
    width: 96%;
    margin-right: 0;
    margin: 2%;
  }
}
/* verify accounts */
.verify-accounts {
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.verify-accounts-description-text {
  padding: 0px 18px 0px 4px;
  text-align: left;
  font-weight: 400;
  font-size: 14px;
}
.verify-facebook {
  background-image: url('../../images/verify-facebook.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.verify-linkedin {
  background-image: url('../../images/verify-linkedin.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.verify-twitter {
  background-image: url('../../images/verify-twitter.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.verify-google {
  background-image: url('../../images/verify-google.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.verify-tickmark {
  background-image: url('../../images/verify-tickmark.png');
  background-repeat: no-repeat;
  background-size: 26px 23px;
  width: 26px;
  height: 23px;
  position: relative;
  left: 12px;
  bottom: 7px;
  float: right;
}
.remove-facebook {
  background-image: url('../../images/facebook.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.remove-linkedin {
  background-image: url('../../images/linkedin.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.remove-twitter {
  background-image: url('../../images/twitter.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.remove-google {
  background-image: url('../../images/google.png');
  background-repeat: no-repeat;
  background-size: 250px 46px;
  width: 250px;
  height: 46px;
  margin-bottom: 20px;
  margin-left: 3px;
  cursor: pointer;
}
.marginright {
  margin-right: 10px;
}
.user-cut {
  min-height: 39px;
  overflow: hidden;
}
.about-cut {
  height: 54.6px;
  font-size: 13px;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  /* Fallback for non-webkit */
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headline-cut {
  height: 22.4px;
  margin: 0px 0px 10px 0px !important;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  /* Fallback for non-webkit */
  line-height: 1.4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-card {
  vertical-align: top;
  width: 23.076923076923077%;
  display: inline-block;
  margin-right: 2.564102564102564%;
}
@media (max-width: 991px) {
  .user-card {
    width: 30%;
    margin-right: 0;
    margin: 1.6666667%;
  }
}
@media (max-width: 767px) {
  .user-card {
    width: 46%;
    margin-right: 0;
    margin: 2%;
  }
}
@media (max-width: 460px) {
  .user-card {
    width: 96%;
    margin-right: 0;
    margin: 2%;
  }
}
.user-card .sidebar-heading {
  padding: 0px;
}
.user-card:nth-of-type(4n+4) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .user-card:nth-of-type(4n+4) {
    margin: 1.6666667%;
  }
}
@media (max-width: 767px) {
  .user-card:nth-of-type(4n+4) {
    margin: 2%;
  }
}
.user-card-image {
  max-height: 241px;
  overflow: hidden;
}
.learn-about-nextio-div {
  text-align: center;
  margin-bottom: 10px;
}
.shareText {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
.share-button {
  background-image: url('../../images/share-button.png');
  background-size: 118px 35px;
  height: 37px;
  width: 120px;
  background-repeat: no-repeat;
}
.nextio-id {
  color: #fff;
  font-weight: 600;
}
/* LinkedIn Import Modal */
.linked-import-message {
  text-align: left !important;
  padding: 20px 20px 0px;
}
.linkedin-import-modal .col-md-3 span {
  font-weight: bold;
  text-transform: capitalize;
}
.linkedin-import-modal .col-md-9 p {
  text-align: left;
  font-size: 13px !important;
  color: #717171;
}
.linkedin-import-modal .col-md-9 .profile-positions {
  font-size: 13px !important;
  line-height: 1.42857143;
  color: #717171;
}
.charity-box {
  display: inline-block;
  width: 43%;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 7px;
  font-size: 13px;
}
.charity-box label {
  width: 100%;
}
.charity-box a {
  display: block;
  margin-top: -5px;
}
.profile-edit-done {
  border: solid 1px #00A9E0;
  color: #00A9E0;
  background-color: #fff;
  font-size: 13px;
  width: 100%;
  display: block;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}
.edit-profile-option-buttons button {
  display: block;
  width: 100%;
  margin: 5px auto !important;
}
.edit-profile-option-buttons .button--gray {
  background-color: transparent;
  border: 0px;
  color: #aaa;
  margin-top: 17px !important;
  border-top: 1px solid #eee;
  padding-top: 7px;
}
