.uib-datepicker .uib-title {
  width: 100%;
}

.uib-day button, .uib-month button, .uib-year button {
  min-width: 100%;
}

.uib-left, .uib-right {
  width: 100%
}

.uib-datepicker-popup.dropdown-menu {
  display: block;
  float: none;
  margin: 0;
}

.uib-button-bar {
  padding: 10px 9px 2px;
}

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-cropper {
  display: block; }

hosco-cropper {
  margin: 20px 0; }

.cropper-wrapper {
  position: relative;
  margin: 0 auto; }

ui-cropper {
  width: 100%;
  display: block; }
  ui-cropper.fixed-height {
    height: 100%;
    position: relative;
    overflow: hidden; }
    ui-cropper.fixed-height canvas {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%; }
  ui-cropper.full-width {
    text-align: center; }
    ui-cropper.full-width canvas {
      display: inline; }
  ui-cropper canvas {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */ }
  ui-cropper .loading {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.75); }
    ui-cropper .loading .fixed-height {
      height: 100%;
      position: absolute; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-directory-filter {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal; }
  .hosco-directory-filter-container {
    letter-spacing: -0.5em; }
  .hosco-directory-filter .fa {
    margin-left: 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.saved-filter .dropdown-menu {
  width: 300px;
  padding: 0;
  font-size: 0.75rem; }

.saved-filter .dropdown-item:hover, .saved-filter .dropdown-item:active {
  background: #fff; }

.saved-filter-item {
  display: flex;
  justify-content: space-between;
  padding: 13px 10px;
  background: #f5f6fb; }

.saved-filter-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.saved-filter-action {
  font-size: 0.875rem; }
  .saved-filter-action > span {
    color: #777b86;
    margin-left: 10px; }
    .saved-filter-action > span:first-child {
      margin-left: 0; }
  .saved-filter-action-delete:hover {
    color: #ef5d6a; }
  .saved-filter-action-disable {
    color: var(--web-primary-20, #e0e3ff); }

.saved-filter.filters-dropdown-blue > .btn-hosco {
  background-color: var(--web-primary-100, #3246ff); }

.saved-filter.filters-dropdown-blue .btn-hosco {
  border-color: var(--web-primary-100, #3246ff); }

.saved-filter.filters-dropdown-green > .btn-hosco {
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }

.saved-filter.filters-dropdown-green::after {
  border: none; }

.saved-filter .manage-filters-label {
  display: inline-block; }

.saved-filter .new-filter-form {
  padding: 0; }
  @media (max-width: 767.98px) {
    .saved-filter .new-filter-form-input {
      font-weight: bold; }
    .saved-filter .new-filter-form-input::placeholder {
      font-weight: normal; } }

.saved-filter .filters-dropdown-blue-inverted {
  color: #3246ff;
  background-color: transparent;
  border-color: #3246ff;
  text-transform: uppercase; }
  .saved-filter .filters-dropdown-blue-inverted:hover, .saved-filter .filters-dropdown-blue-inverted:focus, .saved-filter .filters-dropdown-blue-inverted:active {
    background-color: transparent;
    color: #0019fe;
    border-color: #0019fe; }

.saved-filter .filters-button-blue {
  border-color: var(--web-primary-100, #3246ff);
  background: var(--web-primary-100, #3246ff); }

directory-filter-title .widget-title.collapsed {
  padding-bottom: 0;
  margin: 0;
  border-bottom: none; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--web-primary-110, #2433be);
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: var(--web-primary-110, #2433be);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--web-primary-110, #2433be);
  border-color: var(--web-primary-110, #2433be); }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.pagination {
  padding: 5px 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-item {
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 0 10px 10px;
  width: 100%;
  display: flex;
  flex-direction: column; }
  .hosco-item:hover {
    background-color: #f5f6fb; }
  .hosco-item-top {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: 4;
    display: flex;
    align-items: center; }
  .hosco-item-info-top {
    position: absolute;
    top: 10px;
    right: 0;
    color: #000; }
    .hosco-item-info-top a {
      color: inherit; }
      .hosco-item-info-top a:hover {
        color: var(--web-primary-100, #3246ff); }
  .hosco-item-hidden-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #f5f6fb;
    margin-left: -10px;
    z-index: 4;
    top: 0; }
  .hosco-item-subscription {
    position: absolute;
    right: -4%;
    font-size: 0.9em;
    width: 36%;
    text-align: center; }
  .hosco-item-cover {
    height: 150px;
    background: no-repeat center;
    background-size: cover;
    margin-right: -11px;
    margin-left: -10px;
    border-right: 1px solid #e7eaf3; }
    .hosco-item-cover-remove {
      width: 60px;
      height: 60px;
      border-style: solid;
      border-width: 0 60px 60px 0;
      border-color: transparent #f5f6fb transparent transparent;
      position: absolute;
      right: -1px;
      z-index: 5; }
      .hosco-item-cover-remove i {
        top: 10px;
        right: -50px;
        position: absolute; }
        .hosco-item-cover-remove i.ha-cross {
          color: #777b86;
          font-size: 0.625rem;
          line-height: 0.625rem; }
        .hosco-item-cover-remove i.fa-eye {
          color: var(--web-secondary-100, #00c7e8);
          font-size: 0.875rem;
          line-height: 0.875rem; }
  .hosco-item-logo {
    position: absolute;
    z-index: 3;
    border: 1px solid #e7eaf3;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
    right: 0;
    width: 100px;
    transform: translateY(-50%); }
    .hosco-item-logo.isSelected {
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
      transition-duration: 0.2s; }
  .hosco-item-info {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    position: relative; }
  .hosco-item-title-holder {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 70px;
    font-size: 1.25rem;
    line-height: 1.1em; }
  .hosco-item-title {
    font-size: inherit;
    margin: 0;
    font-weight: normal;
    line-height: 1.3em; }
    .hosco-item-title a {
      color: inherit; }
  .hosco-item-subtitle {
    font-size: 0.7em; }
  .hosco-item-container {
    display: flex;
    margin-bottom: 20px; }
  .hosco-item-footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-content: flex-start;
    flex: 1 0 auto; }
  .hosco-item-location {
    margin-top: 15px;
    text-align: center; }
  .hosco-item-label {
    position: absolute;
    right: -14px;
    top: 100px;
    z-index: 5; }
    @media (max-width: 767.98px) {
      .hosco-item-label {
        right: -1px; } }
    .hosco-item-label a:hover {
      text-decoration: underline;
      color: #fff; }
    .hosco-item-label-top {
      top: 10px; }
    .hosco-item-label-left {
      position: absolute;
      left: -13px;
      top: 10px;
      z-index: 5;
      display: flex; }
      @media (max-width: 767.98px) {
        .hosco-item-label-left {
          left: -1px; } }
      .hosco-item-label-left a:hover {
        text-decoration: underline;
        color: #fff; }
      .hosco-item-label-left.below {
        top: 65px; }
    .hosco-item-label-inner {
      position: relative;
      display: block;
      z-index: 5;
      color: #fff;
      padding: 0 10px;
      background-color: var(--web-secondary-100, #00c7e8);
      height: 40px;
      line-height: 2.5rem; }
      .hosco-item-label-inner.admin {
        background-color: #6d2d9b; }
    .hosco-item-label-caret {
      z-index: 0;
      position: absolute;
      right: 1px;
      bottom: -18px;
      font-size: 2.1875rem;
      color: var(--web-primary-110, #009bb5); }
      @media (max-width: 767.98px) {
        .hosco-item-label-caret {
          display: none; } }
      .hosco-item-label-caret-left {
        z-index: 0;
        position: absolute;
        left: 0px;
        bottom: -2px;
        font-size: 2.1875rem;
        color: #009bb5; }
        @media (max-width: 767.98px) {
          .hosco-item-label-caret-left {
            display: none; } }
        .hosco-item-label-caret-left.admin {
          color: #6d2d9b;
          opacity: 0.8; }
  .hosco-item .btn-group .btn:hover, .hosco-item .btn-group .btn:focus, .hosco-item .btn-group .btn:active {
    color: var(--web-primary-100, #3246ff);
    background-color: transparent; }

.hosco-list-item {
  flex-direction: row;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 10px;
  transition: box-shadow 0.3s ease-in-out;
  border: 0; }
  .hosco-list-item.hidden {
    cursor: default; }
  .hosco-list-item:hover {
    background-color: #fff;
    box-shadow: -7px 7px 10px 0 rgba(0, 0, 0, 0.3); }
  .hosco-list-item.disabled {
    opacity: 0.4; }
  .hosco-list-item-container {
    display: flex;
    margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .hosco-list-item-container {
      width: 94%;
      margin: 0 auto 10px auto; } }
  .hosco-list-item-logo {
    border: 1px solid #e7eaf3;
    background-color: #fff;
    box-sizing: border-box;
    height: 88px;
    width: 88px;
    margin-right: 15px; }
    @media (max-width: 767.98px) {
      .hosco-list-item-logo {
        height: 50px;
        width: 50px;
        margin-right: 10px; } }
    .hosco-list-item-logo img {
      max-height: 100%; }
  .hosco-list-item-title-job.hosco-item-title {
    height: 1.5rem;
    font-size: 1.125rem;
    font-weight: bold;
    color: #53555d;
    overflow-wrap: break-word;
    display: table-cell; }
    @media (max-width: 767.98px) {
      .hosco-list-item-title-job.hosco-item-title {
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis; } }
  .hosco-list-item-subtitle {
    color: #777b86;
    font-size: 0.875rem;
    font-weight: 600;
    margin-right: 45px; }
    @media (max-width: 767.98px) {
      .hosco-list-item-subtitle {
        font-size: 0.75rem;
        display: block;
        margin-bottom: 10px; } }
  .hosco-list-item-location {
    color: var(--web-secondary-100, #00c7e8);
    font-size: 0.875rem; }
  .hosco-list-item-info {
    display: flex;
    flex-direction: column;
    flex: 1 auto;
    position: relative;
    max-width: calc(100% - 310px); }
    @media (max-width: 767.98px) {
      .hosco-list-item-info {
        max-width: 100%; } }
  .hosco-list-item-info .hosco-list-item-status {
    display: none; }
    @media (max-width: 767.98px) {
      .hosco-list-item-info .hosco-list-item-status {
        display: inline-block;
        margin-bottom: 10px; } }
  .hosco-list-item-description {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 5px;
    color: #53555d; }
    @media (max-width: 767.98px) {
      .hosco-list-item-description {
        display: block;
        margin-bottom: 10px; }
        .hosco-list-item-description.logged {
          display: none; } }
  .hosco-list-item-easy-apply-button {
    display: inline-table;
    border: 1px solid var(--web-primary-100, #20c677);
    color: var(--web-primary-100, #20c677);
    padding: 4px 10px;
    transition: opacity 0.3s ease-in-out;
    font-size: 0.625rem;
    font-weight: 600;
    vertical-align: middle;
    margin: 10px 0;
    width: -moz-fit-content;
    width: fit-content; }
    @media (min-width: 992px) {
      .hosco-list-item-easy-apply-button {
        position: absolute;
        right: -145px;
        bottom: -3px; } }
    @media (min-width: 992px) {
      .hosco-list-item-easy-apply-button.show-easy-apply {
        position: absolute;
        right: -206px;
        bottom: -3px; } }
  .hosco-list-item-save-job {
    position: absolute;
    right: 10px;
    bottom: 10px; }
  .hosco-list-item-settings {
    bottom: 10px;
    right: 10px;
    position: absolute; }
    .hosco-list-item-settings button:first-child::after {
      display: none; }
    .hosco-list-item-settings .dropdown-menu {
      right: 0;
      left: auto; }
    .hosco-list-item-settings:hover button {
      background-color: var(--web-primary-100, #3246ff) !important;
      color: #fff !important;
      border-color: #fff; }
    .hosco-list-item-settings .dropdown button .ha-cross {
      display: none; }
    @media (max-width: 767.98px) {
      .hosco-list-item-settings {
        bottom: 5px;
        right: 5px; }
        .hosco-list-item-settings button:nth-child(2) {
          display: none; }
        .hosco-list-item-settings button:first-child .text {
          display: none; }
        .hosco-list-item-settings button.btn-hosco-alt {
          border: none;
          background-color: #f5f6fb;
          width: 40px;
          height: 40px;
          border-radius: 0 0 6px 0; }
        .hosco-list-item-settings button .fa {
          font-size: 1.25rem; }
        .hosco-list-item-settings .dropdown.open button .fa-sliders {
          display: none; }
        .hosco-list-item-settings .dropdown.open button .ha-cross {
          display: block;
          margin-left: 2px;
          font-size: 15px; } }
  .hosco-list-item-status {
    height: 20px;
    display: inline-block;
    min-width: 50px;
    margin-right: 10px;
    border-radius: 16px;
    font-size: 0.75rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: top;
    padding: 0 10px;
    color: #fff;
    line-height: 1.2rem; }
    .hosco-list-item-status.open {
      border: 1px solid var(--web-primary-100, #20c677);
      background-color: var(--web-primary-100, #20c677); }
    .hosco-list-item-status.expired {
      border: 1px solid #ef5d6a;
      color: #ef5d6a; }
    .hosco-list-item-status.draft {
      border: 1px solid #ff7b5b;
      color: #ff7b5b; }
    .hosco-list-item-status.rejected {
      border: 1px solid #ef5d6a;
      background-color: #ef5d6a; }
    .hosco-list-item-status.closed {
      border: 1px solid #b0b4c3;
      background-color: #b0b4c3; }
    .hosco-list-item-status.pending {
      border: 1px solid #ff7b5b;
      background-color: #ff7b5b; }
  .hosco-list-item-applications-count {
    border: 1px solid #c5c9d8;
    padding: 6px;
    border-radius: 6px;
    min-width: 60px;
    text-align: center;
    font-weight: bold;
    line-height: 1rem;
    display: inline-block; }
    .hosco-list-item-applications-count a {
      color: #53555d; }
    .hosco-list-item-applications-count i {
      color: #c5c9d8;
      margin: 0 2px; }
  .hosco-list-item-top-right-section {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5; }
    @media (max-width: 767.98px) {
      .hosco-list-item-top-right-section {
        right: 5px;
        top: 5px; }
        .hosco-list-item-top-right-section.management {
          left: 10px;
          top: 70px;
          width: 55px; } }
  @media (max-width: 767.98px) {
    .hosco-list-item-top-right-section.management .hosco-list-item-status {
      display: none; }
    .hosco-list-item-top-right-section.management .hosco-list-item-applications-count {
      min-width: 50px; } }
  .hosco-list-item-post-date {
    font-size: 0.625rem;
    color: #777b86;
    font-weight: 600;
    display: inline-block; }
    @media (max-width: 767.98px) {
      .hosco-list-item-post-date {
        display: none; } }
  .hosco-list-item-post-date-mobile {
    display: none; }
    @media (max-width: 767.98px) {
      .hosco-list-item-post-date-mobile {
        display: block;
        margin-top: 5px; } }
  .hosco-list-item-cover-remove-circle {
    width: 22px;
    height: 22px;
    z-index: 5;
    background-color: #f5f6fb;
    line-height: 8px;
    border-radius: 25px;
    padding: 6px;
    margin-left: 20px;
    display: none; }
    .hosco-list-item-cover-remove-circle i.ha-cross {
      color: #777b86;
      font-size: 0.625rem;
      line-height: 0.625rem; }
    @media (max-width: 767.98px) {
      .hosco-list-item-cover-remove-circle {
        display: inline-block; } }
  .hosco-list-item.hidden .hosco-list-item-cover-remove-circle {
    display: inline-block;
    background-color: #fff;
    padding: 5px 3px;
    border: 1px solid #e7eaf3; }
    .hosco-list-item.hidden .hosco-list-item-cover-remove-circle i.fa-eye {
      color: var(--web-secondary-100, #00c7e8);
      font-size: 0.9rem;
      line-height: 0.625rem; }
  .hosco-list-item:hover .hosco-list-item-cover-remove-circle {
    display: inline-block; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.hosco-directory-form {
  padding: 10px; }
  .hosco-directory-form .form-control-label {
    text-align: right;
    font-weight: 400;
    padding: 0;
    color: #53555d;
    line-height: calc(2.2375rem + 2px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 767.98px) {
      .hosco-directory-form .form-control-label {
        text-align: left;
        padding-left: 15px; } }
  .hosco-directory-form .btn-group .btn:hover, .hosco-directory-form .btn-group .btn:focus, .hosco-directory-form .btn-group .btn:active {
    color: var(--web-primary-100, #3246ff);
    background-color: transparent; }
  .hosco-directory-form .globe {
    margin: 0 !important; }
  .hosco-directory-form .checkbox-filter {
    text-align: right; }
    @media (max-width: 767.98px) {
      .hosco-directory-form .checkbox-filter {
        text-align: left;
        margin-top: 10px;
        padding-left: 15px; } }
    .hosco-directory-form .checkbox-filter label {
      padding-left: 5px; }
  .hosco-directory-form hr {
    margin: 20px 0 !important; }

.hosco-directory-listing {
  position: relative; }
  .hosco-directory-listing .overlay {
    position: absolute;
    top: -100px;
    left: 10px;
    bottom: 20px;
    right: 10px;
    background: linear-gradient(transparent, #e7eaf3 90%);
    cursor: pointer;
    z-index: 10; }

.hosco-directory-count-container {
  width: 100%;
  margin-bottom: 10px; }

.hosco-directory-toolbar-container {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 15px; }
  @media (max-width: 767.98px) {
    .hosco-directory-toolbar-container {
      padding: 0 10px; } }

.hosco-directory-toolbar {
  margin-left: auto;
  text-align: right; }
  @media (max-width: 767.98px) {
    .hosco-directory-toolbar {
      margin-right: auto;
      text-align: center; }
      .hosco-directory-toolbar button {
        min-width: 250px;
        margin: 5px 0; }
      .hosco-directory-toolbar .btn {
        padding-top: 12px;
        padding-bottom: 12px; } }

.hosco-directory-view-selector {
  display: inline-block;
  color: #777b86;
  height: 45px;
  vertical-align: middle; }
  .hosco-directory-view-selector .fa {
    padding: 15px;
    border: 1px solid #777b86; }
  .hosco-directory-view-selector .fa.selected {
    background-color: var(--web-secondary-100, #00c7e8);
    border-color: var(--web-secondary-100, #00c7e8);
    color: #fff; }
  @media (max-width: 767.98px) {
    .hosco-directory-view-selector {
      display: none; } }

.hosco-directory-count {
  font-size: 1.25rem;
  line-height: 1.4;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  margin: 0; }
  @media (max-width: 767.98px) {
    .hosco-directory-count {
      display: block;
      width: 100%;
      margin: 0 0 5px; } }

.hosco-directory-hidden-count {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.6rem;
  color: var(--web-secondary-100, #00c7e8);
  display: inline-block; }
  @media (max-width: 767.98px) {
    .hosco-directory-hidden-count {
      display: block;
      width: 100%;
      margin: 0 0 10px 0;
      line-height: 18px; } }
  .hosco-directory-hidden-count a {
    text-decoration: underline !important; }

.hosco-directory-suggestion {
  color: #000;
  margin-bottom: 10px; }
  @media (max-width: 767.98px) {
    .hosco-directory-suggestion {
      margin: 0 10px 10px; } }

.hosco-directory-filter-container {
  margin: 0 0 20px 0; }
  @media (max-width: 767.98px) {
    .hosco-directory-filter-container {
      padding: 0 10px; } }

.hosco-directory-loading {
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 10px;
  margin-bottom: 75px;
  text-align: center; }

.hosco-directory-carousel {
  position: relative;
  margin-bottom: 20px; }
  .hosco-directory-carousel-item {
    height: 300px;
    background: no-repeat center;
    background-size: cover; }
  .hosco-directory-carousel-sidebar {
    position: absolute;
    z-index: 20;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 60px;
    width: 100%;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
  .hosco-directory-carousel-logo {
    width: 110px;
    padding-right: 20px; }
  .hosco-directory-carousel-info {
    flex: 1 0 auto; }
  .hosco-directory-carousel-title {
    font-size: 1.25rem;
    line-height: 1.1em;
    color: #fff; }
  .hosco-directory-carousel-location {
    margin-top: 10px; }
  .hosco-directory-carousel-label {
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 24px;
    vertical-align: middle;
    width: auto;
    background-color: rgba(var(--web-secondary-100, #00c7e8), 0.7);
    padding: 0 10px;
    color: #fff; }
  .hosco-directory-carousel .carousel-indicators {
    display: none; }
  .hosco-directory-carousel .carousel-control-prev-icon,
  .hosco-directory-carousel .carousel-control-next-icon {
    width: 40px;
    height: 40px; }

.hosco-directory-pagination {
  padding: 0;
  position: relative; }
  .hosco-directory-pagination .page-item.active .page-link {
    border-radius: 20px; }
  .hosco-directory-pagination .page-link {
    background-color: transparent;
    border: none;
    line-height: 20px;
    padding: 0 10px; }
    .hosco-directory-pagination .page-link:hover, .hosco-directory-pagination .page-link:focus, .hosco-directory-pagination .page-link:active {
      background-color: transparent;
      border: none; }
  .hosco-directory-pagination .pagination-prev .page-link,
  .hosco-directory-pagination .pagination-next .page-link {
    padding: 0 5px; }
  .hosco-directory-pagination .pagination {
    margin: 0;
    justify-content: center;
    flex-wrap: wrap; }
  .hosco-directory-pagination .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10; }
    .hosco-directory-pagination .overlay + hosco-pagination .page-item .page-link {
      color: #777b86; }
    .hosco-directory-pagination .overlay + hosco-pagination .page-item.active .page-link {
      color: #fff;
      background: #777b86; }

.hosco-directory-richtext .directory-richtext-title {
  margin: 0 0 15px;
  font-size: 1.375rem;
  color: #000;
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--web-secondary-100, #00c7e8); }

.hosco-directory-richtext .directory-richtext-lead {
  font-size: 0.9375rem; }

.hosco-directory-richtext .directory-richtext-subtitle {
  margin: 0 0 5px;
  font-size: 0.875rem;
  font-weight: 700; }

.btn-directory {
  color: #777b86;
  background-color: transparent;
  border-color: #777b86;
  text-transform: uppercase; }
  .btn-directory:hover, .btn-directory:focus, .btn-directory:active {
    background-color: transparent;
    color: #53555d;
    border-color: #53555d; }
  .btn-directory-sort {
    color: #777b86;
    background-color: transparent;
    border-color: #777b86;
    text-transform: uppercase; }
    .btn-directory-sort:hover, .btn-directory-sort:focus, .btn-directory-sort:active {
      background-color: transparent;
      color: #53555d;
      border-color: #53555d; }

.dropdown.open .btn-directory-sort {
  background: #fff; }

.dropdown-menu-sort {
  font-size: 0.75rem;
  min-width: 100%;
  padding: 0; }
  .dropdown-menu-sort .dropdown-item {
    padding: 10px 8px;
    color: #777b86;
    letter-spacing: -0.43px; }
    .dropdown-menu-sort .dropdown-item:active {
      background: #fff; }
    @media (max-width: 767.98px) {
      .dropdown-menu-sort .dropdown-item {
        padding-top: 12px;
        padding-bottom: 12px; } }

hosco-viewer {
  display: block; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.vimeo-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center center;
  background-size: cover;
  z-index: 5;
  cursor: pointer; }

.vimeo-player {
  position: absolute;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%; }

.vimeo-player iframe {
  position: absolute;
  width: 100%;
  height: 100%; }

.ng-animate.item:not(.left):not(.right) {
  -webkit-transition: 0s ease-in-out left;
  transition: 0s ease-in-out left
}
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
      transition: none; } }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0; }

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
      transform: translate3d(0, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px; }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0; }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0; } }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.comment.wait {
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 0.75rem; }

.comment {
  padding: 10px 0 10px 40px;
  position: relative; }
  .comment-user-picture {
    position: absolute;
    left: 0;
    top: 15px; }
    .comment-user-picture img {
      width: 30px;
      height: 30px; }
  .comment-user-picture, .comment-header, .comment-content, .comment-user-name {
    display: inline;
    vertical-align: top; }
  .comment-user-name {
    font-size: 0.8125rem;
    color: #2433be;
    font-weight: bold;
    margin-right: 5px; }
  .comment-content {
    font-size: 0.8125rem; }
    .comment-content.is-not-available {
      margin-left: -40px;
      color: #b0b4c3; }
    .comment-content > p {
      display: inline;
      vertical-align: top;
      word-wrap: break-word;
      white-space: pre-line; }
    .comment-content a {
      vertical-align: top; }
  .comment-remove {
    opacity: 0.5;
    margin: 2px 5px 0;
    visibility: hidden; }
    .comment:hover .comment-remove {
      visibility: visible; }
    .comment-remove:hover {
      opacity: 1;
      color: inherit; }
  .comment-date {
    font-size: 0.6875rem;
    line-height: 18.2px;
    float: right;
    display: inline; }
  .comment-buttons {
    display: none; }
  .comment.load-more {
    font-size: 0.75rem;
    padding: 10px 0 10px 0;
    min-height: 37px; }

.comments-list {
  margin: 10px 0;
  overflow: hidden; }

.post-comments .messenger {
  margin-bottom: 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.post-embedded {
  position: relative;
  margin: 20px 0 0; }
  .post-embedded-picture img {
    display: block;
    height: auto;
    max-width: 100%; }
  .post-embedded-title {
    margin: 0 0 10px;
    font-size: 0.9375rem; }
  .post-embedded-description {
    font-size: 0.75rem; }
  .post-embedded-footer > * {
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #b0b4c3; }
  .post-embedded-views {
    margin-top: 10px;
    float: right;
    font-size: 0.6875rem;
    color: #b0b4c3; }
  .post-embedded-remove {
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -20px;
    color: #c5c9d8;
    font-size: 1.5625rem;
    line-height: 1em; }
    .post-embedded-remove:hover {
      color: #53555d; }
  .post-embedded-link {
    flex: 1 1 0%;
    color: inherit; }
    .post-embedded-link:hover {
      color: inherit; }
  .post-embedded-meta, .post-embedded-picture {
    margin-bottom: 10px; }
  .post-embedded-player.flex-video {
    margin-bottom: 0; }
    .post-embedded-player.flex-video iframe {
      height: 100% !important; }
  .is-article .post-embedded-picture {
    padding-right: 0; }
  .is-video .post-embedded-meta,
  .is-image .post-embedded-meta {
    margin-top: 10px; }
  .is-video .post-embedded-picture {
    margin-bottom: 0; }
  .post-embedded .truncated-link {
    color: var(--web-primary-100, #3246ff); }
  .post-embedded .is-offer .post-embedded-link + .post-embedded-link .post-embedded-meta {
    margin-top: 25px; }

.embedded-offer-title {
  color: var(--web-primary-100, #3246ff);
  font-size: 1.125rem;
  margin-bottom: 0; }

.embedded-offer-location {
  font-size: 0.8125rem;
  margin-bottom: 5px; }

.embedded-offer-info {
  margin-bottom: 15px;
  font-size: 0.8125rem; }
  .embedded-offer-info > li {
    display: inline-block; }
    .embedded-offer-info > li:after {
      content: ' / '; }
    .embedded-offer-info > li:last-child:after {
      display: none; }

hosco-embedded {
  display: block; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.messenger-mentions-container {
  position: absolute;
  top: 100%;
  width: 1000px; }

.messenger-mentions-anchor {
  position: relative;
  display: inline-block;
  white-space: normal; }

.messenger-mentions {
  position: relative;
  float: none;
  display: table;
  margin-top: 5px; }

.dropdown-menu .mentions-item {
  padding: 5px 10px;
  display: block;
  cursor: pointer; }
  .dropdown-menu .mentions-item:hover {
    background-color: #e7eaf3; }

.dropdown-menu .mentions-item-name {
  padding-left: 0;
  padding-right: 0; }

.dropdown-menu .mentions-item-picture {
  display: inline;
  margin-right: 5px;
  width: 30px;
  height: 30px; }

.messenger-control-container.no-picture {
  padding-left: 0; }

.no-picture .messenger-control {
  padding-left: 10px; }

.messenger {
  display: flex;
  margin-bottom: 10px; }
  .messenger-form .btn-group {
    display: inline-block; }
  .messenger-form .btn {
    font-size: 0.8125rem;
    line-height: 1em;
    padding: 5px 10px; }
    .messenger-form .btn .fa {
      margin: 0; }
  .messenger-form .btn-publish {
    margin-left: 5px; }
  .messenger-img img {
    height: 40px;
    width: 40px; }
  .messenger-mention {
    background-color: rgba(var(--web-secondary-100, #00c7e8), 0.2);
    color: #53555d;
    display: inline-block;
    padding: 0 2px; }
  .messenger-control {
    font-size: 0.875rem;
    transition: border 0.25s ease-in;
    border: 0;
    border-bottom: 1px solid #e7eaf3;
    background-color: #fff;
    padding: 10px 10px 10px 0;
    overflow: visible;
    position: relative;
    min-width: 1%; }
    .messenger-control:focus {
      border-bottom-width: 3px;
      outline: 0; }
    .messenger-control-container {
      padding-left: 15px;
      position: relative;
      flex: 1 1 0%;
      min-width: 1%; }
      @media (max-width: 767.98px) {
        .messenger-control-container {
          word-break: break-all; } }
    .messenger-control .contenteditable {
      position: relative;
      z-index: 2;
      width: 100%;
      height: 25px;
      word-wrap: break-word;
      white-space: pre-line;
      min-width: 1%; }
      .messenger-control .contenteditable:focus {
        outline: none; }
    .messenger-control.is-expanded .contenteditable {
      height: auto;
      min-height: 50px; }
    .messenger-control.is-expanded {
      border-bottom-width: 2px; }
    .messenger-control.is-empty:before {
      content: attr(placeholder);
      color: #c5c9d8;
      cursor: text;
      position: absolute;
      z-index: 1; }
    .messenger-control.is-disabled:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 100;
      cursor: default; }
  .messenger-actions {
    padding-left: 55px;
    position: relative; }
    @media (max-width: 767.98px) {
      .messenger-actions {
        padding-left: 0; } }
    .messenger-actions > li {
      padding: 0; }
      .messenger-actions > li > a {
        color: var(--web-secondary-100, #00c7e8);
        font-size: 1.125rem;
        position: relative;
        opacity: 0.5; }
        @media (max-width: 767.98px) {
          .messenger-actions > li > a {
            font-size: 1.5625rem; } }
        .messenger-actions > li > a:hover {
          opacity: 1; }
  .messenger.has-embedded .contenteditable {
    height: auto;
    min-height: 0; }
  .dragover .messenger-dragover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    font-size: 1.5625rem;
    border: 2px dashed #e7eaf3;
    background-color: #fff;
    color: #c5c9d8; }
    .dragover .messenger-dragover:before {
      content: 'DRAG YOUR FILES HERE';
      position: absolute;
      display: inline-block;
      text-align: center;
      top: 50%;
      right: 0;
      left: 0;
      transform: translateY(-50%); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.post {
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 20px 0 0;
  color: #777b86;
  margin-bottom: 20px; }
  .post.is-embedded {
    padding: 20px;
    border: 1px solid #e7eaf3;
    margin-bottom: 0; }
    .post.is-embedded .post-social-action {
      color: #b0b4c3;
      font-size: 0.6875rem; }
    .post.is-embedded ul {
      margin-bottom: 0; }
  .post.is-disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6); }
  .post .is-embedded {
    margin-top: 10px; }
  .post .btn-publish {
    margin-bottom: 10px; }
  .post-controls {
    position: absolute;
    top: 10px;
    right: 10px; }
    .post-controls > a {
      opacity: 0.5;
      font-size: 0.6875rem;
      color: inherit; }
      .post-controls > a:hover {
        opacity: 1; }
    .post-controls .dropdown-menu {
      padding: 0; }
      .post-controls .dropdown-menu a {
        padding: 5px 10px; }
      @media (max-width: 575.98px) {
        .post-controls .dropdown-menu {
          position: relative; } }
  .post-picture {
    float: left;
    display: block;
    margin-right: 10px; }
  .post-metas {
    margin-bottom: 20px;
    font-size: 0.8125rem; }
  .post-user {
    font-weight: 600; }
  .post-user-name, .post-context-name, .post-via-name {
    color: #2433be; }
    .post-user-name:hover, .post-context-name:hover, .post-via-name:hover {
      color: var(--web-primary-100, #3246ff); }
  .post-context-separator {
    color: #b0b4c3;
    display: inline-block;
    margin: 0 5px; }
  .post-user-group a:before {
    content: ', '; }
  .post-user-group a:first-child:before {
    content: ''; }
  .post-action-name {
    color: #b0b4c3; }
  .post-date {
    color: #777b86;
    font-weight: 300;
    font-size: 0.85em; }
  .post-content {
    clear: both;
    font-size: 1rem;
    margin-bottom: 0;
    word-wrap: break-word;
    white-space: pre-line; }
    @media (max-width: 767.98px) {
      .post-content {
        word-break: break-all; } }
  .post-inner {
    padding: 0 15px; }
    .post-inner + .no-controls {
      padding-top: 15px; }
    .post-inner .messenger-control .contenteditable {
      height: auto;
      word-break: break-all; }
  .post-edit {
    position: relative; }
    .post-edit.is-disabled:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 10; }
  .post-social-header {
    padding: 15px;
    display: flex;
    justify-content: space-between; }
    .post-social-header ul {
      margin-bottom: 0;
      padding: 0;
      align-self: auto; }
  .post-social-action {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0.8125rem;
    color: #b0b4c3; }
    .post-social-action > a {
      color: inherit; }
      .post-social-action > a:hover {
        color: var(--web-secondary-100, #00c7e8); }
    .post-social-action .dropdown-item {
      display: block;
      padding: 3px 20px;
      color: #53555d;
      white-space: nowrap; }
      .post-social-action .dropdown-item:hover, .post-social-action .dropdown-item:focus {
        text-decoration: none;
        color: #000;
        background-color: #f5f6fb; }
    .post-social-action a.disabled, .post-social-action a.disabled:focus, .post-social-action a.disabled:active {
      color: #c5c9d8;
      pointer-events: none; }
  .post-social-like {
    position: relative;
    padding-left: 25px; }
    .post-social-like:before {
      content: '';
      display: block;
      position: absolute;
      left: -15px;
      top: -15px;
      height: 50px;
      width: 50px;
      background: transparent url(https://www.hosco.com/client/build/production/22c42150097928dd61d0da87c0f8a052.png) top left no-repeat;
      background-size: 2900%;
      animation-duration: 0.8s; }
    .post-social-like.is-liked:before {
      background-position: top right; }
    .post-social-like.is-liked.is-animated:before {
      animation: heart-burst 0.8s steps(28) 1; }
  @media (max-width: 575.98px) {
    .post-social .dropdown-menu {
      right: 0;
      left: auto; } }
  .post .text-right .post-social-action {
    margin-right: 0;
    margin-left: 10px; }
  .post-comments {
    background-color: #f5f6fb;
    padding: 0 15px;
    display: block; }
  .post .messenger {
    background-color: transparent; }
    .post .messenger-control {
      padding-left: 10px;
      border-bottom-color: #e7eaf3; }
    .post .messenger-img {
      width: 30px;
      min-width: 30px; }
      .post .messenger-img img {
        width: 30px;
        height: 30px;
        border: 0; }

.post-media {
  margin-top: 10px; }
  .post-media-thumb {
    margin-top: 10px; }
    .post-media-thumb:first-child {
      margin-top: 0; }
  .post-media-carousel {
    position: relative;
    overflow: hidden; }
  .post-media .post-media-slide {
    position: relative;
    margin-top: 0; }
    .post-media .post-media-slide.ng-hide-remove {
      position: absolute;
      width: calc(100% - 15px);
      animation: 0.5s slideInVertical ease; }
    .post-media .post-media-slide.ng-hide-add {
      animation: 0.5s slideOutVertical ease; }

.post .post-embedded {
  padding-top: 15px;
  margin-top: 15px;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #e7eaf3; }

.post-embedded-title {
  font-weight: 500;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  word-wrap: break-word; }

.post-embedded-picture.is-small-picture {
  padding-right: 0; }

.post-embedded.is-youtube .post-embedded-meta {
  margin-top: 10px; }

.post-embedded.is-event .post-embedded-title {
  margin-bottom: 5px; }

.post-embedded.is-album-item .post-embedded-meta {
  font-size: 0.875rem; }
  .post-embedded.is-album-item .post-embedded-meta a {
    color: #2433be; }
  .post-embedded.is-album-item .post-embedded-meta .fa {
    color: var(--web-secondary-100, #00c7e8);
    margin-right: 5px;
    vertical-align: middle; }

.post-embedded.is-album-item .post-embedded-description {
  font-size: 1rem;
  margin-top: 5px; }

.post-embedded.is-youtube, .post-embedded.is-vimeo, .post-embedded.is-website {
  padding-top: 0;
  border: 0;
  display: block; }

.profile-section .is-youtube,
.profile-section .is-vimeo,
.profile-section .is-website {
  padding: 15px 10px;
  border: 0;
  display: block;
  border: 1px solid #b0b4c3; }

@keyframes slideInVertical {
  0% {
    top: 100%; }
  100% {
    top: 0; } }

@keyframes slideOutVertical {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(0, -100%, 0); } }

@keyframes heart-burst {
  from {
    background-position: left; }
  to {
    background-position: right; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.btn-dropdown-visibility .dropdown-menu-right {
  width: 215px; }

.btn-dropdown-visibility .dropdown-item {
  font-size: 0.8125rem;
  padding: 10px; }

.share-update {
  background-color: #fff;
  padding: 10px 15px; }
  .share-update-error, .share-update-loading {
    margin-top: 20px;
    text-align: center; }
  .share-update .help-block {
    padding-left: 55px;
    font-size: 0.625rem; }
  .share-update .post-media {
    position: relative; }
    .share-update .post-media .btn-danger {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0.7; }
      .share-update .post-media .btn-danger:hover {
        opacity: 1; }

.share-update {
  margin-bottom: 20px; }

hosco-embedded-album .carousel .carousel-control {
  position: absolute;
  top: 50%;
  height: 40px;
  margin-top: -20px;
  background: none; }
  hosco-embedded-album .carousel .carousel-control.right {
    right: 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.is-job.post-embedded .post-embedded-picture .thumbnail {
  border-radius: 0;
  margin-bottom: 0; }

.is-job.post-embedded .post-embedded-title {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #0c0c0c; }
  .is-job.post-embedded .post-embedded-title .h3 {
    font-weight: inherit;
    font-size: 1.25rem; }

.is-job.post-embedded .embedded-offer-location {
  color: #404040;
  font-size: 0.875rem; }

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@charset "UTF-8";
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.widget {
  white-space: normal;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 10px; }
  .widget-hosco-admin {
    border: 1px solid #6d2d9b;
    color: #6d2d9b; }
  .widget:last-of-type {
    margin-bottom: 0; }
  .widget-link {
    font-size: 0.75rem;
    margin: 5px auto 0;
    display: table; }
    .widget-link-inline {
      display: inline-block; }
      .widget-link-inline + .widget-link-inline:before {
        content: ' / ';
        display: inline-block;
        color: #777b86; }
  .widget-links-left .widget-link {
    margin-left: 0;
    margin-right: 0; }
    .widget-links-left .widget-link .fa {
      margin-right: 5px;
      color: #777b86; }
  .widget-title {
    font-size: 0.875rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e7eaf3; }
    .widget-title .fa {
      color: var(--web-secondary-100, #00c7e8);
      margin-right: 5px;
      font-size: 0.9375rem; }
  .widget-footer {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 10px; }
  .widget-list-empty {
    text-align: center;
    font-size: 0.875rem;
    margin: 5px 0; }
  .widget-list-flash {
    text-align: center; }
  .widget-list-item {
    display: flex;
    align-items: center;
    position: relative; }
    .widget-list-item:not(:last-child) {
      margin-bottom: 10px; }
    .widget-list-item.disabled:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 100; }
    .widget-list-item:hover .widget-list-item-action {
      opacity: 1; }
    .widget-list-item-title {
      padding: 0 0 0 10px;
      flex: 1 1 0%;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .widget-list-item-name {
      font-size: 0.875rem; }
    .widget-list-item-info {
      font-size: 0.875rem; }
    .widget-list-item-info, .widget-list-item-name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
    .widget-list-item-logo img {
      width: 40px;
      height: 40px; }
    .widget-list-item-action {
      display: none;
      letter-spacing: -0.5em;
      width: 55px;
      vertical-align: middle;
      opacity: 0;
      transition: opacity 0.25s ease-in;
      padding-left: 10px; }
      .widget-list-item-action-icon {
        display: inline-block;
        text-align: center;
        letter-spacing: normal;
        border-radius: 50%;
        border: 1px solid var(--web-primary-100, #3246ff);
        color: var(--web-primary-100, #3246ff);
        width: 25px;
        height: 25px;
        line-height: 23px;
        transition: all 0.5s ease-in; }
        .widget-list-item-action-icon:hover {
          color: #b0b4c3;
          border-color: #b0b4c3; }
        .widget-list-item-action-icon-dismiss {
          margin-right: 5px;
          color: #b0b4c3;
          border-color: #b0b4c3; }
          .widget-list-item-action-icon-dismiss:hover {
            color: var(--web-primary-100, #3246ff);
            border-color: var(--web-primary-100, #3246ff); }
        .widget-list-item-action-icon + .tooltip {
          white-space: nowrap; }
        .widget-list-item-action-icon:last-child {
          margin: 0; }
  .widget-indexation-settings .hosco-panel-list-toggle-green,
  .widget-indexation-settings .hosco-panel-list-toggle-red {
    font-weight: 700;
    text-transform: uppercase; }
  .widget-indexation-settings .hosco-panel-list-toggle-green {
    color: var(--web-primary-100, #20c677); }
  .widget-indexation-settings .hosco-panel-list-toggle-red {
    color: #ef5d6a; }
  .widget-indexation-settings .hosco-panel-list-accordion {
    color: #777b86; }
    .widget-indexation-settings .hosco-panel-list-accordion-toggle {
      font-size: 0.875rem; }
      .widget-indexation-settings .hosco-panel-list-accordion-toggle span {
        text-decoration: underline; }
    .widget-indexation-settings .hosco-panel-list-accordion-content {
      font-size: 0.875rem;
      padding: 10px 0; }
  .widget-picto {
    color: var(--web-secondary-100, #00c7e8);
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    background: transparent no-repeat 0 0;
    background-size: contain;
    width: 16px;
    height: 16px; }
  .widget-advice-item-meta {
    font-size: 0.875rem;
    margin: 5px 0;
    color: #b0b4c3; }
  .widget-advice-item-title {
    font-size: 0.875rem;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 10px;
    display: block;
    color: #000; }
    .widget-advice-item-title:hover {
      color: #53555d; }
  .widget-advice-item-date {
    font-style: italic; }
  .widget-advice-item-preview {
    height: auto;
    min-height: 210px;
    width: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .widget-help {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    font-style: normal;
    font-size: 1.125rem;
    color: #c5c9d8; }
    .widget-help:hover {
      color: #b0b4c3; }
    .widget-help:before {
      content: '\F128';
      font-family: FontAwesome;
      display: inline-block; }
  .widget-profile-avatar {
    display: table-cell;
    min-width: 50px;
    width: 50px;
    position: static; }
    .widget-profile-avatar img {
      width: 50px;
      height: 50px; }
  .widget-profile-info {
    padding-left: 10px;
    vertical-align: middle;
    display: table-cell;
    width: 100%; }
  .widget-profile-name {
    font-size: 1.125rem; }
  .widget-profile-position {
    font-size: 0.875rem; }
  .widget-profile-inner {
    padding: 0 25px;
    font-size: 0.875rem; }
  .widget-profile-completion {
    margin-top: 10px; }
    .widget-profile-completion-sloggan {
      text-align: center; }
    .widget-profile-completion-missing-list {
      margin: 10px 0 0; }
  .widget-profile-text {
    margin-top: 10px;
    font-size: 0.875rem; }
  .widget-profile-status {
    margin-top: 10px; }
    .widget-profile-status label {
      font-size: 0.875rem;
      font-weight: normal; }
    .widget-profile-status hosco-status-update > div > .form-group:nth-child(1) {
      text-align: center; }
    .widget-profile-status input {
      font-size: 0.875rem; }
  .widget-standard-upgrade {
    margin-top: 30px; }
    .widget-standard-upgrade i {
      padding-right: 5px; }
  .widget .btn-action {
    display: table;
    margin: 10px auto 5px;
    padding: 4px 12px; }
  .widget hr {
    margin: 10px 0 10px; }
  .widget-plan-banner {
    padding: 30px 25px; }
    .widget-plan-banner .plan-img-container {
      text-align: center; }
      .widget-plan-banner .plan-img-container img {
        width: 15.625rem; }
    .widget-plan-banner .plan-description-wrapper {
      text-align: center; }
      .widget-plan-banner .plan-description-wrapper .banner-title {
        font-size: 20px;
        font-weight: 700;
        padding-top: 30px;
        color: #53555d; }
      .widget-plan-banner .plan-description-wrapper ul {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 15px 0 25px; }
        .widget-plan-banner .plan-description-wrapper ul li > i {
          color: var(--web-primary-100, #20c677);
          padding-right: 0.3125rem; }
      .widget-plan-banner .plan-description-wrapper a.btn-hosco {
        border-radius: 1.25rem;
        padding: 8px 35px;
        font-weight: 700; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.2375rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b2b9ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.7;
  color: #53555d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #20c677; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(32, 198, 119, 0.9); }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #20c677; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #20c677;
    box-shadow: 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #20c677; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #20c677; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #7ceab5; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #3adf90; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #20c677; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ef5d6a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(239, 93, 106, 0.9); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef5d6a; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ef5d6a;
    box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef5d6a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef5d6a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fad1d5; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f48b95; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5d6a; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.abc-checkbox {
  cursor: default;
  padding-left: 4px; }
  .abc-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px; }
    .abc-checkbox label::before {
      cursor: pointer;
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 2px;
      left: 0;
      margin-left: -1.25rem;
      border: 1px solid #ced4da;
      border-radius: 3px;
      background-color: #fff;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .abc-checkbox label::before {
          transition: none; } }
    .abc-checkbox label::after {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 2px;
      margin-left: -1.25rem;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #495057; }
  .abc-checkbox input[type="checkbox"],
  .abc-checkbox input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .abc-checkbox input[type="checkbox"]:focus + label::before,
    .abc-checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-checkbox input[type="checkbox"]:checked + label::after,
    .abc-checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\F00C"; }
    .abc-checkbox input[type="checkbox"]:indeterminate + label::after,
    .abc-checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .abc-checkbox input[type="checkbox"]:disabled + label,
    .abc-checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-checkbox input[type="checkbox"]:disabled + label::before,
      .abc-checkbox input[type="radio"]:disabled + label::before {
        background-color: #e9ecef;
        cursor: not-allowed; }
      .abc-checkbox input[type="checkbox"]:disabled + label::after,
      .abc-checkbox input[type="radio"]:disabled + label::after {
        cursor: not-allowed; }
  .abc-checkbox.abc-checkbox-circle label::before {
    border-radius: 50%; }
  .abc-checkbox.checkbox-inline {
    margin-top: 0; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::before,
.abc-checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #3246ff;
  border-color: #3246ff; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::after,
.abc-checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::before,
.abc-checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ef5d6a;
  border-color: #ef5d6a; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::after,
.abc-checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-info input[type="checkbox"]:checked + label::before,
.abc-checkbox-info input[type="radio"]:checked + label::before {
  background-color: #00c7e8;
  border-color: #00c7e8; }

.abc-checkbox-info input[type="checkbox"]:checked + label::after,
.abc-checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::before,
.abc-checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ff7b5b;
  border-color: #ff7b5b; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::after,
.abc-checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-success input[type="checkbox"]:checked + label::before,
.abc-checkbox-success input[type="radio"]:checked + label::before {
  background-color: #20c677;
  border-color: #20c677; }

.abc-checkbox-success input[type="checkbox"]:checked + label::after,
.abc-checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #3246ff;
  border-color: #3246ff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #ef5d6a;
  border-color: #ef5d6a; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #00c7e8;
  border-color: #00c7e8; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #ff7b5b;
  border-color: #ff7b5b; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #20c677;
  border-color: #20c677; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-radio {
  cursor: default;
  padding-left: 4px; }
  .abc-radio label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px; }
    .abc-radio label::before {
      cursor: pointer;
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 2px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ced4da;
      border-radius: 50%;
      background-color: #fff;
      transition: border 0.15s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .abc-radio label::before {
          transition: none; } }
    .abc-radio label::after {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #495057;
      transform: scale(0, 0);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .abc-radio input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .abc-radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-radio input[type="radio"]:checked + label::after {
      transform: scale(1, 1); }
    .abc-radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
      .abc-radio input[type="radio"]:disabled + label::after {
        cursor: not-allowed; }
  .abc-radio.radio-inline {
    margin-top: 0; }

.abc-radio-primary input[type="radio"] + label::after {
  background-color: #3246ff; }

.abc-radio-primary input[type="radio"]:checked + label::before {
  border-color: #3246ff; }

.abc-radio-primary input[type="radio"]:checked + label::after {
  background-color: #3246ff; }

.abc-radio-danger input[type="radio"] + label::after {
  background-color: #ef5d6a; }

.abc-radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef5d6a; }

.abc-radio-danger input[type="radio"]:checked + label::after {
  background-color: #ef5d6a; }

.abc-radio-info input[type="radio"] + label::after {
  background-color: #00c7e8; }

.abc-radio-info input[type="radio"]:checked + label::before {
  border-color: #00c7e8; }

.abc-radio-info input[type="radio"]:checked + label::after {
  background-color: #00c7e8; }

.abc-radio-warning input[type="radio"] + label::after {
  background-color: #ff7b5b; }

.abc-radio-warning input[type="radio"]:checked + label::before {
  border-color: #ff7b5b; }

.abc-radio-warning input[type="radio"]:checked + label::after {
  background-color: #ff7b5b; }

.abc-radio-success input[type="radio"] + label::after {
  background-color: #20c677; }

.abc-radio-success input[type="radio"]:checked + label::before {
  border-color: #20c677; }

.abc-radio-success input[type="radio"]:checked + label::after {
  background-color: #20c677; }

label .was-validated .form-check-input:invalid .abc-checkbox:before, label
.was-validated .form-check-input:invalid .abc-radio:before, label .form-check-input.is-invalid .abc-checkbox:before, label
.form-check-input.is-invalid .abc-radio:before {
  border-color: #ef5d6a; }

.form-control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.form-check-hosco-admin {
  border: 1px solid #6d2d9b;
  color: #6d2d9b;
  padding: 5px; }

.hosco-form-separator {
  position: relative; }
  .hosco-form-separator-text {
    width: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -15px;
    background: #fff;
    padding: 0 5px; }

.ng-invalid.form-control,
.ng-invalid:not(form) .form-control,
.ng-invalid.abc-checkbox .form-check-label::before {
  border-color: #ef5d6a; }
  .ng-invalid.form-control:focus,
  .ng-invalid:not(form) .form-control:focus,
  .ng-invalid.abc-checkbox .form-check-label::before:focus {
    border-color: var(--web-primary-100, #3246ff);
    box-shadow: 0;
    outline: 0; }

form.ng-submitted .ng-invalid.form-control,
form.ng-submitted .ng-invalid:not(form) .form-control {
  border-color: #ef5d6a !important; }

form.ng-submitted:focus {
  border-color: var(--web-primary-100, #3246ff) !important; }

.select .ng-invalid.ng-dirty + label:before,
.ng-submitted .select .ng-invalid + label:before {
  content: '';
  position: absolute;
  z-index: 2;
  border-color: #ef5d6a;
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }
  .select .ng-invalid.ng-dirty + label:before:focus,
  .ng-submitted .select .ng-invalid + label:before:focus {
    border-color: #ef5d6a;
    box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25);
    outline: 0; }

textarea.form-control {
  max-width: 100%;
  max-height: 100%; }

.ui-select-bootstrap .ui-select-toggle {
  padding-right: 25px; }
  .ui-select-bootstrap .ui-select-toggle:hover, .ui-select-bootstrap .ui-select-toggle:hover:active, .ui-select-bootstrap .ui-select-toggle:focus, .ui-select-bootstrap .ui-select-toggle:focus:active {
    background-color: #fff; }
  .ui-select-bootstrap .ui-select-toggle .ui-select-match-text {
    width: 100%;
    overflow: hidden; }

[type='checkbox'] + label {
  vertical-align: middle; }

.label-help {
  font-size: 0.85em;
  color: #b0b4c3; }

.abc-checkbox .form-check-label::before,
.abc-radio .form-check-label::before {
  top: 0px !important;
  outline: none !important; }

.abc-radio .form-check-label::after {
  top: 3px !important; }

.abc-checkbox .form-check-label::after {
  top: 0px !important; }

.abc-checkbox label {
  font-size: 0.8125rem; }

form.start-as-valid .ng-invalid.form-control.ng-untouched,
form.start-as-valid .ng-invalid:not(form) .form-control.ng-untouched {
  border-color: #e7eaf3;
  box-shadow: none; }
  form.start-as-valid .ng-invalid.form-control.ng-untouched:focus,
  form.start-as-valid .ng-invalid:not(form) .form-control.ng-untouched:focus {
    border-color: var(--web-primary-100, #3246ff); }

input::placeholder,
textarea::placeholder {
  color: #b0b4c3 !important;
  font-style: italic; }

.form-control:focus {
  box-shadow: none;
  border-color: var(--web-primary-100, #3246ff); }

.hosco-sidebar {
  display: block;
  -webkit-overflow-scrolling: initial; }
  .hosco-sidebar-toggle {
    display: none; }
    .hosco-sidebar-toggle:active {
      background-color: var(--web-secondary-100, #00c7e8); }
    @media (max-width: 767.98px) {
      .hosco-sidebar-toggle {
        position: fixed;
        bottom: 30px;
        right: 20px;
        z-index: 101;
        background-color: #2433be;
        color: #fff;
        display: block;
        border: 1px solid #e7eaf3;
        box-shadow: 1px 1px 1px #c5cce2;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
        text-align: center;
        padding: 0; } }
  .hosco-sidebar .btn-flash {
    display: table;
    margin: 20px auto 20px; }
  .hosco-sidebar .btn-center-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 5px; }
    .hosco-sidebar .btn-center-wrapper .fa {
      color: #00c7e8;
      font-size: 18px; }
  .hosco-sidebar hosco-ad {
    display: block;
    position: relative; }
  @media (max-width: 767.98px) {
    .hosco-sidebar {
      position: fixed !important;
      top: 0 !important;
      bottom: auto !important;
      right: 0;
      width: 100%;
      max-width: 420px;
      z-index: 100;
      padding-top: 60px;
      float: none;
      transform: translate3d(100%, 0, 0);
      transition: all 0.5s ease-in;
      background: #e7eaf3;
      height: 100%;
      overflow-y: auto; }
      .hosco-sidebar.is-open {
        transform: translate3d(0, 0, 0); } }

.app-banner .hosco-sidebar {
  margin-top: 130px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.job-alert-status-message {
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 20px;
  display: flex;
  width: 100%;
  padding: 20px;
  color: #53555d;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.4em; }
  .job-alert-status-message-icon {
    font-size: 3.125rem;
    line-height: 1em;
    color: #00c7e8;
    padding-right: 20px; }
  .job-alert-status-message-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 5px; }
  .job-alert-status-message-toggle {
    margin-left: 5px; }
  .job-alert-status-message-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 0.625rem;
    color: #777b86; }
    .job-alert-status-message-close:hover {
      color: #53555d; }
  .job-alert-status-message-text strong {
    font-weight: 600; }
  .job-alert-status-message-text span {
    font-weight: bold; }
  .job-alert-status-message .is-off span {
    color: #ef5d6a; }
  .job-alert-status-message .is-on span {
    color: #20c677; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--web-primary-110, #2433be);
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: var(--web-primary-110, #2433be);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: var(--web-primary-110, #2433be);
  border-color: var(--web-primary-110, #2433be); }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.profile-list {
  margin-bottom: 0;
  padding-left: 0; }
  .modal-body .profile-list {
    max-height: calc( 100vh - 300px);
    overflow-y: auto;
    overflow-x: hidden; }
  .profile-list-item {
    position: relative;
    display: flex;
    padding-bottom: 20px; }
    .profile-list-item.is-disabled:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.7); }
    .profile-list-item:last-child {
      padding-bottom: 0; }
    .profile-list-item-picture {
      padding-right: 10px; }
      .profile-list-item-picture img {
        width: 60px;
        height: 60px; }
    .profile-list-item-info {
      flex: 1 1 0%; }
    .profile-list-item-name {
      color: #2433be;
      font-size: 0.875rem; }
    .profile-list-item-title {
      font-size: 0.8125rem; }
    .profile-list-item-btns {
      display: none;
      text-align: right;
      width: 30px; }
    .profile-list-item-date {
      font-size: 0.75rem;
      align-self: center;
      color: #777b86; }
    .profile-list-item:hover .profile-list-item-btns {
      display: block; }

.modal .pagination {
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 0;
  padding: 5px 0; }

.modal .viewer-list {
  padding-right: 10px; }
  .modal .viewer-list .viewer-info {
    padding: 0; }
  .modal .viewer-list .viewer-action {
    margin-bottom: 5px; }
  @media (max-width: 575.98px) {
    .modal .viewer-list .viewer-action {
      display: inline-block;
      margin: 5px 5px 0 0; }
    .modal .viewer-list .viewer-actions {
      text-align: left !important; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-event-guest {
  display: flex;
  margin-top: 10px; }
  .profile-event-guest-item {
    text-align: center;
    flex: 1 1 0%; }
  .profile-event-guest-count {
    color: #2433be;
    font-size: 1rem;
    display: block; }
    .widget .profile-event-guest-count {
      font-size: 1.25rem; }
  .profile-event-guest-label {
    color: #b0b4c3;
    display: block;
    font-size: 0.75rem; }
    .widget .profile-event-guest-label {
      font-size: 0.875rem; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-event-invite-item {
  display: flex; }
  .profile-event-invite-item.is-disabled {
    opacity: 0.6; }
    .profile-event-invite-item.is-disabled a {
      pointer-events: none; }
  .profile-event-invite-item a {
    padding: 5px 10px !important; }

.profile-event-invite-message {
  margin-top: 10px;
  font-size: 0.875rem; }

.profile-event-invite-picture, .profile-event-invite-content {
  white-space: normal; }

.profile-event-invite-picture {
  padding-right: 10px; }
  .profile-event-invite-picture img {
    width: 25px;
    height: 25px; }

.profile-event-invite-disabled-text {
  font-size: 0.75rem; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.event-badge {
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 10px;
  display: flex;
  font-size: 0.8125rem; }
  .event-badge-picture {
    width: 120px;
    height: 120px;
    background: transparent no-repeat center;
    background-size: cover;
    border: 1px solid #e7eaf3; }
  .event-badge-content {
    padding-left: 15px;
    flex: 1 1 0%; }
    .event-badge-content:before {
      position: absolute;
      top: 0;
      right: -10px;
      z-index: 4;
      font-size: 0.6875rem;
      line-height: 1em;
      text-transform: uppercase;
      padding: 5px;
      text-align: center;
      color: #fff; }
    .event-badge-content:after {
      font-family: FontAwesome;
      position: absolute;
      top: 0;
      left: 100%;
      z-index: 3;
      font-size: 1.875rem; }
  .event-badge-title {
    font-size: 1.125rem;
    margin: 0 0 5px;
    color: #2433be; }
  .event-badge-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 0%; }
  .event-badge-links {
    margin-top: 20px; }
    .event-badge-links a {
      padding: 3px 6px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.event-widget {
  font-size: 0.75rem;
  margin-bottom: 10px; }
  .event-widget-logo {
    background: transparent no-repeat center;
    background-size: cover;
    width: 40px;
    height: 40px;
    float: left; }
  .event-widget-content {
    padding-left: 50px; }
  .event-widget-title {
    font-size: 0.875rem; }
  .event-widget-info {
    font-size: 0.6875rem; }
  .event-widget-title, .event-widget-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
  .event-widget-date, .event-widget-location {
    display: inline-block; }
  .event-widget .profile-event-dropdown {
    margin-top: 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-panel {
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative; }
  .hosco-panel:last-child {
    margin-bottom: 0; }
  .hosco-panel-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.25rem;
    color: #53555d; }
  .hosco-panel-sub-title {
    padding: 5px 0;
    margin: 20px 0;
    font-size: 0.875rem;
    color: #53555d;
    border-bottom: 1px solid #e7eaf3; }
  .hosco-panel-card {
    background-color: #fff;
    position: relative;
    display: block;
    border-bottom: 1px solid #c5c9d8;
    border-right: 1px solid #e7eaf3;
    padding: 20px; }
    .hosco-panel-card .showmore-trigger-wrapper {
      background-color: #fff; }
  .hosco-panel-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .hosco-panel-list-item {
      margin-bottom: 15px;
      display: block; }
      .hosco-panel-list-item:last-child {
        margin-bottom: 0; }
      .hosco-panel-list-item-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .hosco-panel-list-item-break-word {
        word-wrap: break-word; }
    .hosco-panel-list-inline .hosco-panel-list-label,
    .hosco-panel-list-inline .hosco-panel-list-value {
      display: inline;
      vertical-align: middle; }
    .hosco-panel-list-justified .hosco-panel-list-item {
      display: flex; }
    .hosco-panel-list-justified .hosco-panel-list-value {
      margin-left: auto; }
    .hosco-panel-list-inline .fa {
      margin-right: 5px; }
    .hosco-panel-list-label {
      display: block;
      font-weight: bold; }
    .hosco-panel-list-value {
      margin-bottom: 0; }
      .hosco-panel-list-value-green, .hosco-panel-list-value-red, .hosco-panel-list-value-notset {
        font-weight: 700;
        text-transform: uppercase; }
      .hosco-panel-list-value-green {
        color: var(--web-primary-100, #20c677); }
      .hosco-panel-list-value-red {
        color: #ef5d6a; }

.profile-event-detail .profile-event-logo {
  margin-top: 20px; }

.profile-event-detail .profile-event-buttons {
  margin-top: 10px;
  display: block;
  text-align: right; }

.profile-event-detail .profile-event-title {
  display: inline-block; }

.profile-event-section {
  margin-bottom: 10px;
  background-color: #fff; }
  .profile-event-section-title {
    margin: 0 0 10px;
    font-size: 0.875rem;
    color: #2433be;
    font-weight: bold; }
  .profile-event-section-segment {
    margin-bottom: 20px; }
    .profile-event-section-segment:last-child {
      margin-bottom: 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.date-interval {
  display: inline-block; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-event-links {
  text-align: right;
  margin-bottom: 0;
  padding-left: 0; }
  .profile-event-links a {
    padding: 5px 10px;
    background-color: #e7eaf3;
    color: #53555d;
    border: 0;
    margin-bottom: 6px;
    margin-left: 5px;
    width: auto;
    display: inline-block; }
    .profile-event-links a:first-child {
      margin-left: 0; }
    .profile-event-links a:hover {
      color: #53555d;
      text-decoration: none;
      background-color: #e7eaf3; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.event-location-date {
  margin: 3px 0; }

.event-current-location-date {
  color: #b0b4c3;
  font-style: italic;
  font-size: 0.9em; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-input {
  border: 0;
  border-bottom: 1px solid #c5c9d8;
  box-shadow: none;
  border-radius: 0;
  font-size: 1rem;
  width: 100%;
  height: 36px;
  background-color: transparent;
  outline: none;
  transition: all 0.3s;
  padding: 0;
  margin: 5px 0; }
  .md-input:-webkit-autofill {
    background-color: #fff !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #53555d !important; }
  .md-input::placeholder {
    opacity: 0; }
    .is-focus .md-input::placeholder,
    .has-value .md-input::placeholder {
      opacity: 1; }
  .is-focus .md-input {
    border-color: var(--web-primary-100, #3246ff); }
  .is-invalid .md-input {
    color: #ef5d6a;
    border-color: #ef5d6a;
    padding-right: 10px; }
  .md-input-container {
    position: relative; }
    .md-input-container:after {
      content: '';
      display: table;
      clear: both; }
    .md-input-container.is-disabled {
      opacity: 0.3;
      pointer-events: none; }
      .md-input-container.is-disabled .md-input {
        cursor: not-allowed; }
    .md-input-container.is-invalid:before {
      content: '\F12A';
      font-family: FontAwesome;
      color: #ef5d6a;
      position: absolute;
      right: 5px;
      top: 15px; }
      .md-input-container.is-invalid:before .md-input {
        padding-right: 25px; }
    .md-input-container.md-icon-right .md-input {
      padding-right: 25px; }
    .md-input-container.md-icon-right.is-invalid:before {
      right: 30px; }
    .md-input-container.md-icon-right.is-invalid .md-input {
      padding-right: 50px; }
    .md-input-container.md-icon-right > i:last-of-type {
      position: absolute;
      top: 18px;
      right: 5px; }
    .md-input-container.md-icon-right.is-invalid > i:last-of-type {
      color: #ef5d6a; }
  .md-input-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(83, 85, 93, 0.7);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    cursor: text;
    transition: all 0.2s ease-out;
    transform-origin: 0 100%;
    text-align: initial;
    margin-bottom: 0;
    pointer-events: none; }
    .is-focus .md-input-label,
    .has-value .md-input-label {
      transform: translateY(-100%) scale(0.9);
      transform-origin: 0 0; }
    .is-focus .md-input-label {
      color: var(--web-primary-100, #3246ff); }
    .is-invalid .md-input-label {
      color: #ef5d6a; }
  .md-input-help {
    float: right;
    font-size: 0.85714em;
    height: 1px;
    color: #777b86; }
    .is-invalid .md-input-help {
      color: #ef5d6a; }
  .md-input-container .form-control-typeahead .dropdown-menu a {
    font-size: 0.75rem; }
  .md-input-container .form-control-typeahead .dropdown-menu .active a,
  .md-input-container .form-control-typeahead .dropdown-menu .active a * {
    background-color: var(--web-primary-100, #3246ff);
    color: #fff; }

.is-focus textarea,
.has-value textarea {
  height: auto;
  padding-top: 10px; }

.md-form-group {
  margin-bottom: 30px;
  margin-top: 30px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none; }
  .md-checkbox-label {
    cursor: pointer;
    margin-bottom: 0; }
  .md-checkbox-placeholder {
    position: relative;
    cursor: pointer;
    display: inline-block;
    height: 1.57143em;
    width: 1.57143em;
    -webkit-user-select: none;
            user-select: none;
    transform: translateY(25%); }
  .md-checkbox-label ~ .md-checkbox-placeholder,
  .md-checkbox-placeholder ~ .md-checkbox-label {
    margin-left: 5px; }
  .md-checkbox-placeholder:before,
  .md-checkbox-container:not(.is-filled) .md-checkbox-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.28571em;
    height: 1.28571em;
    z-index: 0;
    border: 2px solid #53555d;
    border-radius: 1px;
    margin-top: 3px;
    transition: 0.2s; }
  .md-checkbox-container:not(.is-filled) .md-checkbox-placeholder:after {
    border: 0;
    transform: scale(0); }
  .md-checkbox-container.is-disabled:not(.is-checked) .md-checkbox-placeholder:before {
    border: none;
    background-color: #b0b4c3; }
  .md-checkbox-container.is-checked .md-checkbox-placeholder:before {
    top: -4px;
    left: -5px;
    width: 0.85714em;
    height: 1.57143em;
    border: 2px solid transparent;
    border-right-color: var(--web-primary-100, #3246ff);
    border-bottom-color: var(--web-primary-100, #3246ff);
    transform: rotate(40deg);
    backface-visibility: hidden;
    transform-origin: 100% 100%; }
  .md-checkbox-container.is-checked.is-disabled .md-checkbox-placeholder:before {
    border-right: 2px solid #b0b4c3;
    border-bottom: 2px solid #b0b4c3; }
  .md-checkbox-container.is-invalid .md-checkbox-label {
    color: #ef5d6a; }
  .md-checkbox-container.is-invalid .md-checkbox-placeholder:before,
  .md-checkbox-container.is-invalid .md-checkbox-placeholder:after {
    border-color: #ef5d6a; }
  .md-checkbox-container.is-filled .md-checkbox-placeholder:after {
    border-radius: 2px; }
  .md-checkbox-container.is-filled .md-checkbox-placeholder:before,
  .md-checkbox-container.is-filled .md-checkbox-placeholder:after {
    content: '';
    left: 0;
    position: absolute;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1; }
  .md-checkbox-container.is-filled:not(.is-checked) .md-checkbox-placeholder:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%; }
  .md-checkbox-container.is-filled:not(.is-checked) .md-checkbox-placeholder:after {
    height: 1.42857em;
    width: 1.42857em;
    background-color: transparent;
    border: 2px solid #53555d;
    top: 0;
    z-index: 0; }
  .md-checkbox-container.is-filled.is-checked .md-checkbox-placeholder:before {
    top: 0;
    left: 1px;
    width: 0.57143em;
    height: 0.92857em;
    border: 2px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%; }
  .md-checkbox-container.is-filled.is-checked .md-checkbox-placeholder:after {
    top: 0;
    width: 1.42857em;
    height: 1.42857em;
    border: 2px solid #3246ff;
    background-color: var(--web-primary-100, #3246ff);
    z-index: 0; }
  .md-checkbox-container.is-filled.is-disabled:not(.is-checked) .md-checkbox-placeholder:before {
    background-color: transparent;
    border: 2px solid transparent; }
  .md-checkbox-container.is-filled.is-disabled:not(.is-checked) .md-checkbox-placeholder:after {
    border-color: transparent;
    background-color: #949494; }
  .md-checkbox-container.is-filled.is-checked.is-disabled .md-checkbox-placeholder:before {
    background-color: transparent; }
  .md-checkbox-container.is-filled.is-checked.is-disabled .md-checkbox-placeholder:after {
    background-color: #949494;
    border-color: #949494; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.stripe-payment-modal .modal-header {
  background-color: #3246ff; }

.stripe-payment-modal .modal-title {
  color: #fff;
  font-size: 0.875rem;
  width: 100%; }
  .stripe-payment-modal .modal-title .modal-close-icon {
    float: right; }

.stripe-payment-modal .modal-body {
  background-color: #f0f0f0; }

.stripe-payment-modal .loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 100;
  opacity: 0.8; }
  .stripe-payment-modal .loading .icon {
    position: relative;
    top: 35%;
    transform: translateY(-50%);
    font-size: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    color: #00c7e8; }

.stripe-payment-modal-payment-error {
  padding: 20px 20px;
  text-align: center;
  margin: 0 0 10px 0;
  color: #ef5d6a;
  background-color: #fff;
  border-color: #fff; }

.stripe-payment-modal-amount-label {
  background-color: #f5f6fb;
  color: #777b86;
  padding: 5px 10px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 35px;
  text-align: right; }

.stripe-payment-modal-payment-methods {
  margin-left: -4px;
  margin-right: -4px; }
  .stripe-payment-modal-payment-methods li {
    position: relative;
    width: 33%;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 8px;
    float: left; }
    .stripe-payment-modal-payment-methods li a.link {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      border-radius: 2px;
      transition: box-shadow 0.2s ease;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
      transform: translateZ(0);
      cursor: pointer; }
    .stripe-payment-modal-payment-methods li a.invoice {
      text-align: center;
      font-size: 2.125rem;
      background-color: #fff; }
    .stripe-payment-modal-payment-methods li img.icon {
      width: 100%;
      height: auto; }

.stripe-payment-modal-credit-card-form .credit-card-submit {
  width: 100%;
  background-color: #00c7e8;
  color: #fff;
  font-size: 1.25rem;
  padding: 12px; }

.stripe-payment-modal .StripeElement {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  transition: box-shadow 150ms ease; }

.stripe-payment-modal .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df; }

.stripe-payment-modal .StripeElement--invalid {
  border-color: #fa755a; }

.stripe-payment-modal .StripeElement--webkit-autofill {
  background-color: #fefde5 !important; }

.stripe-payment-modal #credit-card-input {
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .stripe-payment-modal .modal-dialog {
    width: 350px; } }

.stripe-payment-modal .contact-us {
  text-align: center;
  padding: 10px 0;
  margin: 0;
  font-size: 0.9375rem; }
  .stripe-payment-modal .contact-us a {
    text-decoration: underline; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.btn-custom-payment {
  margin: 100px 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-container-fluid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

.hosco-shop-wrapper {
  background-color: #f5f6fb;
  height: 100%; }

.hosco-shop-loader {
  z-index: 9999;
  display: flex;
  flex-direction: row;
  position: absolute;
  width: 100vw;
  height: 100vh;
  margin-top: -60px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  flex-wrap: wrap;
  flex: 0 0 auto;
  justify-content: center;
  align-content: center; }
  .hosco-shop-loader i {
    margin-bottom: 10px; }
  .hosco-shop-loader-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .hosco-shop-loader-title {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.875rem;
    margin-bottom: 5px; }
  .hosco-shop-loader-subtitle {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.1875rem;
    margin-bottom: 20px;
    text-align: center; }
  .hosco-shop-loader-stripe {
    width: 120px;
    height: auto; }

.hosco-shop .shop-cancel {
  margin-bottom: 10px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  text-decoration: underline;
  color: #53555d; }
  .hosco-shop .shop-cancel i {
    font-size: 0.625rem; }

.hosco-shop .shop-blue-title {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #3246ff;
  letter-spacing: 3.5px;
  line-height: 0.875rem;
  margin-bottom: 40px; }

.hosco-shop .shop-big-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: bold;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    .hosco-shop .shop-big-title {
      font-size: 1.375rem;
      line-height: 1.75rem; } }
  .hosco-shop .shop-big-title p {
    margin-bottom: 0; }

.hosco-shop .shop-red-line-title::before {
  content: '';
  display: block;
  width: 50px;
  height: 7px;
  background-color: #f59ea6;
  margin-bottom: 10px; }

.hosco-shop .shop-static-block, .hosco-shop .shop-forms-container {
  padding-top: 20px;
  margin-bottom: 30px;
  height: auto; }

.hosco-shop .shop-forms-stripe, .hosco-shop .shop-forms-summary {
  margin-bottom: 20px; }

.hosco-shop .shop-forms-invoice {
  margin-bottom: 50px; }
  .hosco-shop .shop-forms-invoice-container {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row; }
  .hosco-shop .shop-forms-invoice-logo {
    font-size: 2.5rem;
    line-height: 1;
    color: #00c7e8;
    margin-right: 10px; }
  .hosco-shop .shop-forms-invoice-text-container {
    display: flex;
    flex-direction: row;
    flex: 1 1 100%; }
  .hosco-shop .shop-forms-invoice-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 10px; }
    .hosco-shop .shop-forms-invoice-text-title {
      font-size: 0.875rem;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: -0.17px;
      line-height: 1.1875rem;
      color: #3246ff; }
    .hosco-shop .shop-forms-invoice-text-subtitle {
      font-size: 0.75rem;
      font-style: italic;
      line-height: 1.0625rem;
      color: #53555d; }
  .hosco-shop .shop-forms-invoice-checkbox {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 auto;
    flex-direction: row;
    align-items: center; }
    .hosco-shop .shop-forms-invoice-checkbox label {
      font-size: 0.875rem;
      line-height: 1.1875rem;
      color: #000; }
    @media (max-width: 991.98px) {
      .hosco-shop .shop-forms-invoice-checkbox {
        justify-content: flex-start; } }

.hosco-shop .shop-forms-pay {
  text-align: center;
  padding-bottom: 20px; }
  .hosco-shop .shop-forms-pay-agree {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    margin-bottom: 20px; }
  .hosco-shop .shop-forms-pay .md-btn {
    font-weight: 600; }

.hosco-shop-container {
  flex-direction: row; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.shop-stripe-container {
  border: 5px solid #424770;
  background-color: #fff;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 0 8px 0 rgba(0, 0, 0, 0.5);
  padding: 20px; }

.shop-stripe-title {
  color: #424770;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.17px;
  line-height: 1.1875rem;
  margin-bottom: 5px; }
  .shop-stripe-title i {
    margin-right: 10px; }

.shop-stripe-confidential {
  color: #53555d;
  font-size: 0.875rem;
  line-height: 1.1875rem; }

.shop-stripe-ssl, .shop-stripe-cards {
  color: #53555d;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.0625rem;
  margin-bottom: 20px; }

.shop-stripe-cards img {
  height: 25px;
  width: auto;
  margin-left: 5px; }

.shop-stripe-form form {
  width: 100%; }

.shop-stripe-form .shop-field {
  margin-bottom: 20px; }
  .shop-stripe-form .shop-field-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600; }
    .shop-stripe-form .shop-field-name label {
      margin-bottom: 0; }

.shop-stripe-form .form-control.StripeElement--focus {
  border-color: #3246ff;
  transition: border-color ease 0.2s; }

.shop-stripe-form .form-control.StripeElement--invalid {
  border-color: #ef5d6a; }

.shop-stripe-form .form-control-medium {
  width: 50%; }
  @media (max-width: 991.98px) {
    .shop-stripe-form .form-control-medium {
      width: 100%; } }

.shop-stripe-form .form-control-small {
  width: 25%;
  display: inline-block; }

.shop-stripe-form .stripe-form-message {
  color: #ef5d6a;
  font-size: 0.5625rem;
  font-weight: 600;
  float: right;
  font-style: italic; }

.shop-stripe-logo {
  text-align: right; }
  .shop-stripe-logo img {
    height: 25px;
    width: auto; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.shop-services-header {
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: 1px dashed #b0b4c3;
  padding-bottom: 12.5px; }
  .shop-services-header-part {
    justify-content: space-between; }
  .shop-services-header-icon {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: inline-block; }
  .shop-services-header-circle {
    box-shadow: 0px 0px 2px #b0b4c3;
    border-radius: 60px;
    background-color: #fff;
    height: 54px;
    width: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .shop-services-header-circle i {
      text-align: center;
      font-size: 1.625rem;
      color: #00c7e8; }
  .shop-services-header-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0; }
  .shop-services-header-subtitle {
    font-size: 0.5rem;
    letter-spacing: 0.09375rem;
    text-transform: uppercase;
    color: #3246ff;
    border: 1px solid #c5c9d8;
    padding: 2px 20px; }

.shop-services-content-item {
  padding: 0; }

.shop-services-content ul {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px; }

.shop-services-content-item {
  margin: 10px 0 5px 0;
  list-style-type: none;
  display: flex; }
  .shop-services-content-item span,
  .shop-services-content-item strong {
    display: contents; }

.shop-services-content-item::before {
  content: '\2022';
  font-weight: bold;
  font-style: normal;
  padding-right: 20px; }

.shop-services-content-enjoy {
  padding-left: 45px;
  font-style: italic;
  color: #b0b4c3;
  font-size: 0.8125rem; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

.shop-summary-container {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff; }

.shop-summary-header {
  padding: 20px 20px 5px 20px;
  border-bottom: 1px solid #e7eaf3;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .shop-summary-header-title {
    color: #3246ff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: -0.17px;
    line-height: 1.1875rem; }
  .shop-summary-header-subtitle {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.0625rem;
    color: #53555d; }
  .shop-summary-header-modify {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    text-align: right; }
    .shop-summary-header-modify i {
      margin-left: 5px;
      color: #00c7e8; }

.shop-summary-body {
  width: 100%;
  height: 105px;
  display: flex;
  flex-direction: column; }
  .shop-summary-body.loading {
    align-items: center;
    justify-content: center; }
  .shop-summary-body i {
    font-size: 2.5rem;
    color: #00c7e8; }

.shop-summary-content {
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  color: #53555d;
  justify-content: space-between; }
  .shop-summary-content-filler {
    position: absolute;
    left: 30px;
    right: 30px;
    border-bottom: 2px dotted #b0b4c3;
    margin-top: 32px; }
  .shop-summary-content-left, .shop-summary-content-right {
    display: flex;
    flex-direction: row;
    z-index: 5;
    align-items: flex-end;
    height: 36px; }
  .shop-summary-content-number, .shop-summary-content-label, .shop-summary-content-discount, .shop-summary-content-price {
    display: flex;
    align-content: flex-end;
    background-color: #fff; }
  .shop-summary-content-number, .shop-summary-content-label {
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: -0.17px;
    padding-right: 10px; }
  .shop-summary-content-number select {
    margin-bottom: -5px; }
  .shop-summary-content-label {
    text-transform: capitalize; }
  .shop-summary-content-discount {
    color: #ef5d6a;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: -0.25px;
    padding-left: 10px;
    font-weight: 300;
    text-decoration: line-through; }
  .shop-summary-content-price {
    color: #000;
    font-size: 2.25rem;
    line-height: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.45px;
    padding-left: 10px;
    margin-bottom: -2px; }

.shop-summary-comment {
  color: #777b86;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.17px;
  line-height: 1.1875rem;
  text-align: right;
  padding: 0 20px 20px 20px; }

.profile-media-list {
  list-style: none;
  padding: 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-album:hover .profile-album-title {
  color: var(--web-primary-110, #2433be); }

.profile-album-meta {
  margin-top: 10px;
  text-align: center; }

.profile-album-title {
  color: var(--web-primary-100, #3246ff);
  margin: 0;
  line-height: 1.2em;
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.profile-album-counter {
  color: #b0b4c3;
  font-size: 0.6875rem;
  line-height: 1em;
  display: block; }

.profile-album.profile-album-add .profile-album-thumb:after {
  content: '\F067';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  background-color: #f5f6fb;
  border: 1px dashed #e7eaf3;
  font-size: 2.5rem;
  padding-top: calc((55.85% / 2) - 24px);
  color: #c5c9d8;
  display: block;
  text-align: center;
  font-family: FontAwesome; }

.profile-album,
.profile-media {
  margin-top: 20px; }
  .profile-album:nth-child(-n + 3),
  .profile-media:nth-child(-n + 3) {
    margin-top: 0; }
  .profile-album-thumb,
  .profile-media-thumb {
    position: relative;
    background: transparent no-repeat center;
    background-size: cover;
    padding-bottom: 55.85%;
    height: 0; }
    .profile-album-thumb:before,
    .profile-media-thumb:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #fff;
      opacity: 0;
      transition: opacity 0.5s ease-in;
      z-index: 6; }
  .profile-album:hover .profile-album-thumb:before,
  .profile-media:hover .profile-album-thumb:before, .profile-album:hover
  .profile-media-thumb:before,
  .profile-media:hover
  .profile-media-thumb:before {
    opacity: 0.5; }
  .profile-album-btn,
  .profile-media-btn {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 6; }
    .profile-album-btn .btn,
    .profile-media-btn .btn {
      padding: 2px 6px;
      font-size: 0.75rem;
      opacity: 0.5;
      margin-left: 5px; }
      .profile-album-btn .btn:hover,
      .profile-media-btn .btn:hover {
        opacity: 1; }

.profile-media {
  position: static; }
  .profile-media.is-expanded {
    margin-bottom: 200px; }
    .profile-media.is-expanded .profile-media-thumb:after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      z-index: 5;
      pointer-events: none;
      border: 15px solid transparent;
      border-bottom-color: #e7eaf3;
      margin: -20px 0 0 -15px; }
  .profile-media-expanded {
    position: absolute;
    z-index: 9;
    top: auto;
    left: 10px;
    right: 10px;
    background-color: #e7eaf3;
    padding: 20px;
    margin-top: 10px;
    height: 200px; }
  .profile-media-list {
    position: relative; }

.profile-album-detail .profile-album-title {
  font-size: 1.375rem;
  white-space: normal;
  margin-bottom: 20px; }
  .profile-album-detail .profile-album-title .fa {
    font-size: 0.85em;
    vertical-align: middle;
    margin-left: 10px;
    opacity: 0.6; }
    .profile-album-detail .profile-album-title .fa:hover {
      opacity: 1; }

.profile-album-detail .profile-album-counter {
  margin-top: 5px; }

.profile-album-form .btn, .profile-album-form-title {
  margin: 0 0 15px; }

.profile-album-form .btn-dropdown-visibility .btn {
  margin-bottom: 0; }

.profile-album-list {
  list-style: none;
  padding: 0; }

.profile-album-detail,
.profile-album-list .profile-album {
  position: relative; }
  .profile-album-detail.is-disabled:before,
  .profile-album-list .profile-album.is-disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.5); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-lightbox {
  z-index: 1049;
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  width: 95%;
  max-width: 1460px;
  max-height: 100%;
  margin: auto;
  overflow: hidden;
  transform: translateY(-50%);
  background-color: #000; }
  .hosco-lightbox-media {
    margin: auto; }
    .hosco-lightbox-media img {
      max-width: 100%;
      max-height: 100%;
      display: block;
      height: auto;
      width: auto;
      margin: auto; }
  .hosco-lightbox-control {
    position: fixed;
    top: 50%;
    margin-top: -20px;
    opacity: 0.5;
    color: #fff !important;
    font-size: 2.5rem;
    z-index: 1052; }
    .hosco-lightbox-control:hover {
      opacity: 1; }
    .hosco-lightbox-control-next {
      right: 2.5%; }
    .hosco-lightbox-control-prev {
      left: 2.5%; }
    .hosco-lightbox-control.disabled {
      opacity: 0.4; }
  .hosco-lightbox-content {
    padding: 20px;
    background-color: #fff;
    font-size: 0.875rem; }
  .hosco-lightbox-date {
    color: #b0b4c3;
    margin-bottom: 5px; }

.hosco-lightbox-social {
  margin-top: 15px; }
  .hosco-lightbox-social ul {
    margin: 0; }
  .hosco-lightbox-social-actions li {
    display: inline-block;
    margin-right: 10px; }
    .hosco-lightbox-social-actions li a {
      color: inherit; }
      .hosco-lightbox-social-actions li a:hover {
        color: var(--web-primary-100, #3246ff); }
  .hosco-lightbox-social-counters {
    text-align: right; }
    .hosco-lightbox-social-counters li {
      display: inline-block;
      margin-left: 10px; }
      .hosco-lightbox-social-counters li a {
        color: inherit; }
        .hosco-lightbox-social-counters li a:hover {
          color: var(--web-primary-100, #3246ff); }
  .hosco-lightbox-social-comments {
    background-color: #f5f6fb;
    padding: 10px 20px;
    display: block;
    margin: 10px -20px -20px; }
    .hosco-lightbox-social-comments .messenger {
      margin-bottom: 0; }
    .hosco-lightbox-social-comments .messenger-control {
      padding-left: 10px; }
    .hosco-lightbox-social-comments .messenger-actions {
      margin-top: 10px; }
    .hosco-lightbox-social-comments .comment-user-name {
      color: #2433be; }
    .hosco-lightbox-social-comments .load-more {
      padding-top: 0; }

.profile-media-expanded {
  padding: 20px 20px 40px; }

.btn.profile-media-expanded-btn {
  padding: 3px 6px;
  float: right;
  margin: 5px 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-modal {
  text-align: center;
  color: #53555d; }
  .md-modal ~ .modal-backdrop.in {
    opacity: 0.75; }
  .md-modal .modal-title {
    font-weight: bold;
    font-size: 1.375rem;
    margin-bottom: 0;
    width: 100%; }
    .md-modal .modal-title .ha,
    .md-modal .modal-title .fa {
      margin-bottom: 10px;
      color: var(--web-secondary-100, #00c7e8);
      display: block; }
      .md-modal .modal-title .ha.ha-red, .md-modal .modal-title .ha.fa-red,
      .md-modal .modal-title .fa.ha-red,
      .md-modal .modal-title .fa.fa-red {
        color: #ef5d6a; }
  .md-modal .modal-header {
    padding-top: 30px;
    position: relative;
    border-bottom: 2px solid #e7eaf3;
    display: block; }
  .md-modal .md-btn {
    text-transform: uppercase; }
  .md-modal .modal-footer {
    border: 0;
    padding: 0 30px 30px;
    display: block; }
  .md-modal .modal-content {
    border: 0; }
  .md-modal .modal-sm {
    max-width: 480px; }
    .md-modal .modal-sm .modal-body {
      padding-left: 30px;
      padding-right: 30px; }
    .md-modal .modal-sm .modal-title {
      font-size: 1.125rem; }
      .md-modal .modal-sm .modal-title .ha {
        font-size: 2.5rem; }
  .md-modal .modal-md {
    max-width: 610px; }
  @media (max-width: 575.98px) {
    .md-modal .md-btn-list-inline {
      flex-direction: column;
      align-items: center; }
      .md-modal .md-btn-list-inline .md-btn {
        margin: 0 0 10px; }
        .md-modal .md-btn-list-inline .md-btn:last-child {
          margin-bottom: 0; } }

hosco-ad:not(.shown) {
  display: none; }

.hosco-list-item-container .company-banner {
  background-position: initial; }

.company-banner,
.hourly-banner {
  /* repositioned instead none !important due to issues trying to override it */
  background: #fff no-repeat -9999px;
  margin-bottom: 20px;
  padding: 25px 20px 20px;
  position: relative;
  display: flex;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3; }
  @media (max-width: 767.98px) {
    .company-banner,
    .hourly-banner {
      flex-direction: column;
      text-align: center; } }
  .company-banner::before,
  .hourly-banner::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    content: '';
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); }
  .company-banner.jobs-directory,
  .hourly-banner.jobs-directory {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    justify-content: center; }
    .company-banner.jobs-directory .company-banner-picture-container,
    .hourly-banner.jobs-directory .company-banner-picture-container {
      margin: 15px auto 0 auto;
      width: 180px;
      height: 180px; }
    .company-banner.jobs-directory .company-banner-title,
    .hourly-banner.jobs-directory .company-banner-title {
      margin-top: 10px; }
  .company-banner.employee-profile,
  .hourly-banner.employee-profile {
    text-align: center;
    justify-content: center; }
    .company-banner.employee-profile .company-banner-buttons,
    .hourly-banner.employee-profile .company-banner-buttons {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 0; }
      .company-banner.employee-profile .company-banner-buttons .md-btn,
      .hourly-banner.employee-profile .company-banner-buttons .md-btn {
        margin: 20px 0 0 !important; }
  .company-banner-offers-count,
  .hourly-banner-offers-count {
    display: none; }
  .company-banner-content:not(:first-child),
  .hourly-banner-content:not(:first-child) {
    margin-left: 20px; }
    @media (max-width: 767.98px) {
      .company-banner-content:not(:first-child),
      .hourly-banner-content:not(:first-child) {
        margin-left: 0;
        margin-top: 15px; } }
  .company-banner-close,
  .hourly-banner-close {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 0.625rem;
    line-height: 0.625rem;
    color: #b0b4c3; }
  .company-banner-picture,
  .hourly-banner-picture {
    width: 100%;
    height: 100%; }
  .company-banner-picture-container,
  .hourly-banner-picture-container {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 767.98px) {
      .company-banner-picture-container,
      .hourly-banner-picture-container {
        width: 100px;
        height: 100px; } }
  .company-banner-label-featured,
  .hourly-banner-label-featured {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1.0625rem;
    font-weight: bold;
    padding: 2px 10px;
    border: 1px solid;
    border-radius: 16px; }
  .company-banner-explore .company-banner-label-featured,
  .company-banner-explore-and-follow .company-banner-label-featured,
  .hourly-banner-explore .company-banner-label-featured,
  .hourly-banner-explore-and-follow .company-banner-label-featured, .company-banner-explore
  .hourly-banner-label-featured,
  .company-banner-explore-and-follow
  .hourly-banner-label-featured,
  .hourly-banner-explore
  .hourly-banner-label-featured,
  .hourly-banner-explore-and-follow
  .hourly-banner-label-featured {
    color: #f59ea6;
    border-color: #f59ea6; }
  .company-banner-work-with-us .company-banner-label-featured,
  .hourly-banner-work-with-us .company-banner-label-featured, .company-banner-work-with-us
  .hourly-banner-label-featured,
  .hourly-banner-work-with-us
  .hourly-banner-label-featured {
    color: var(--web-primary-100, #20c677);
    border-color: var(--web-primary-100, #20c677); }
  .company-banner-label-followers,
  .hourly-banner-label-followers {
    padding: 3px 10px;
    background-color: #e7eaf3;
    border-radius: 6px;
    font-size: 0.875rem;
    line-height: 0.875rem; }
    .company-banner-label-followers-container,
    .hourly-banner-label-followers-container {
      text-align: center;
      margin-top: 15px; }
      @media (max-width: 767.98px) {
        .company-banner-label-followers-container,
        .hourly-banner-label-followers-container {
          margin-top: 5px; } }
  .company-banner-title,
  .hourly-banner-title {
    font-size: 1.625rem;
    line-height: 2rem;
    font-weight: bold;
    margin-top: 20px; }
    @media (max-width: 767.98px) {
      .company-banner-title,
      .hourly-banner-title {
        margin-top: 10px; } }
  .company-banner-text,
  .hourly-banner-text {
    font-size: 1rem;
    line-height: 1.375rem;
    margin-top: 5px; }
  .company-banner-buttons,
  .hourly-banner-buttons {
    margin-top: 20px; }
    @media (max-width: 991.98px) {
      .company-banner-buttons,
      .hourly-banner-buttons {
        display: flex;
        flex-direction: column;
        align-items: center; } }
    .company-banner-buttons .md-btn-submit,
    .company-banner-buttons .md-btn-primary,
    .hourly-banner-buttons .md-btn-submit,
    .hourly-banner-buttons .md-btn-primary {
      font-weight: 600; }
    .company-banner-buttons .md-btn:not(:first-child),
    .hourly-banner-buttons .md-btn:not(:first-child) {
      margin-left: 10px; }
      @media (max-width: 991.98px) {
        .company-banner-buttons .md-btn:not(:first-child),
        .hourly-banner-buttons .md-btn:not(:first-child) {
          margin: 15px 0 0; } }
  .company-banner-following,
  .hourly-banner-following {
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #b0b4c3;
    text-transform: uppercase; }
    .company-banner-following .fa,
    .hourly-banner-following .fa {
      font-size: 1.125rem;
      margin-right: 10px;
      color: var(--web-primary-100, #20c677); }
    .company-banner-following + .md-btn:not(:first-child),
    .hourly-banner-following + .md-btn:not(:first-child) {
      margin-left: 50px; }
      @media (max-width: 991.98px) {
        .company-banner-following + .md-btn:not(:first-child),
        .hourly-banner-following + .md-btn:not(:first-child) {
          margin: 15px 0 0; } }

.company-banner-explore::before, .company-banner-explore-and-follow::before {
  background-color: #f59ea6; }

.company-banner-work-with-us::before {
  background-color: var(--web-primary-100, #20c677); }

.company-banner-picture-container {
  border: 1px solid #e7eaf3; }
  .company-banner-picture-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.5), 0 0 5px 0 rgba(0, 0, 0, 0.5); }

.hourly-banner::before {
  box-shadow: none; }

.hourly-banner .md-btn-brigad {
  color: #fff;
  font-weight: 600;
  background: radial-gradient(circle, #f76b1c 0%, #fad961 150%); }

.hourly-banner .md-btn-catapult {
  color: #fff;
  font-weight: 600;
  background-color: #04cbba; }

@media (max-width: 767.98px) {
  .hourly-banner-buttons {
    margin-top: 10px; } }

.hourly-banner-brigad .hourly-banner-label-featured {
  border-color: #f88b30; }

.hourly-banner-catapult .hourly-banner-label-featured {
  border-color: #04c9b8; }

.hourly-banner-picture-container {
  width: 200px;
  height: 200px; }
  @media (max-width: 767.98px) {
    .hourly-banner-picture-container {
      width: 100px;
      height: 100px; } }

.hourly-banner-partnership {
  font-size: 0.5rem;
  text-align: right; }
  @media (max-width: 767.98px) {
    .hourly-banner-partnership {
      text-align: center;
      margin-top: 20px; } }

.hourly-banner.jobs-directory {
  color: #fff; }
  .hourly-banner.jobs-directory::before {
    content: none; }
  .hourly-banner.jobs-directory .hourly-banner-title {
    margin-top: 10px;
    font-size: 1.875rem;
    line-height: 2rem; }
  .hourly-banner.jobs-directory .hourly-banner-text {
    margin-top: 10px;
    font-size: 0.875rem;
    line-height: 1.1875rem; }
  .hourly-banner.jobs-directory .hourly-banner-buttons {
    margin-top: 30px; }
  .hourly-banner.jobs-directory .hourly-banner-label-featured {
    padding: 2px 5px; }

.hourly-banner-jobs-directory-picture-container {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .hourly-banner-jobs-directory-picture-container::after {
    content: '';
    width: calc(100% + 40px);
    height: 1px;
    background-color: #c5c9d8;
    position: absolute;
    left: -20px;
    bottom: 0;
    opacity: 0.5; }

.hourly-banner-brigad.jobs-directory {
  background: url(https://cdn.hosco.com/assets/banners/brigad-img-jobs-directory.png) center;
  background-size: cover; }
  .hourly-banner-brigad.jobs-directory::before {
    background: linear-gradient(270deg, #fad961 0%, #f76b1c 100%); }

.hourly-banner-brigad.newsfeed::before {
  background: linear-gradient(270deg, #fad961 0%, #f76b1c 100%); }

.hourly-banner-catapult.jobs-directory {
  background: url(https://cdn.hosco.com/assets/banners/catapult-img-jobs-directory.png) center;
  background-size: cover; }
  .hourly-banner-catapult.jobs-directory::before {
    background-color: #04c9b8; }

.hourly-banner-catapult.newsfeed::before {
  background-color: #04c9b8; }

.hosco-list-item-container .company-banner {
  background-color: #000;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease-in-out;
  padding: 0;
  min-height: 107px;
  border: 0; }
  .hosco-list-item-container .company-banner::before {
    background: none;
    box-shadow: none; }
  .hosco-list-item-container .company-banner:hover {
    box-shadow: -7px 7px 10px 0 rgba(0, 0, 0, 0.3); }
  .hosco-list-item-container .company-banner-content {
    text-align: left; }
  .hosco-list-item-container .company-banner-close {
    display: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 5px;
    border-radius: 50%;
    top: 10px;
    right: 10px; }
    @media (max-width: 767.98px) {
      .hosco-list-item-container .company-banner-close {
        display: inline; } }
  .hosco-list-item-container .company-banner:hover .company-banner-close {
    display: block; }
  .hosco-list-item-container .company-banner-title {
    text-align: left;
    margin-left: 112px;
    line-height: 3rem;
    font-size: 1.75rem; }
    @media (max-width: 767.98px) {
      .hosco-list-item-container .company-banner-title {
        font-size: 1.25rem;
        margin-left: 75px;
        line-height: 1.65rem;
        margin-top: 40px !important; } }
  .hosco-list-item-container .company-banner-text {
    display: inline-block;
    text-align: left;
    margin-left: 112px;
    margin-top: 10px;
    font-size: 1.125rem; }
    @media (max-width: 767.98px) {
      .hosco-list-item-container .company-banner-text {
        font-size: 0.875rem;
        margin-left: 75px;
        margin-top: 0; } }
  .hosco-list-item-container .company-banner-offers-count {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (max-width: 767.98px) {
      .hosco-list-item-container .company-banner-offers-count {
        right: auto;
        left: 75px; } }
  .hosco-list-item-container .company-banner-featured {
    display: none;
    position: absolute;
    right: 50px;
    top: 10px; }
  @media (min-width: 576px) {
    .hosco-list-item-container .company-banner:hover .company-banner-featured {
      display: block; }
    .hosco-list-item-container .company-banner:hover .company-banner-offers-count {
      display: none; }
    .hosco-list-item-container .company-banner:hover .company-banner-buttons {
      display: block; } }
  .hosco-list-item-container .company-banner-label-featured {
    color: #fff; }
  .hosco-list-item-container .company-banner-buttons {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  .hosco-list-item-container .company-banner-content {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    color: #fff; }
  .hosco-list-item-container .company-banner:hover .company-banner-content {
    background: rgba(0, 0, 0, 0.7); }
  .hosco-list-item-container .company-banner-picture-container {
    width: 87px !important;
    height: 87px !important;
    margin: 0 !important;
    position: absolute;
    left: 10px;
    top: 10px;
    border: 0; }
    @media (max-width: 767.98px) {
      .hosco-list-item-container .company-banner-picture-container {
        width: 50px !important;
        height: 50px !important; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #53555d; }

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow,
.popover.bs-popover-bottom .arrow,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow {
  left: 50%; }

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow,
.popover.bs-popover-right .arrow,
.popover.bs-popover-auto[x-placement^="right"] .arrow {
  top: 50%; }

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
  margin-top: -1rem; }

.popover-sm {
  max-width: 168px; }

.popover-body > p {
  text-align: center; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-container-wrapper {
  background-color: #f5f6fb;
  padding-bottom: 60px;
  padding-top: 20px; }

.hosco-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .hosco-container {
      padding: 0;
      overflow: hidden; } }

.hosco-content {
  flex: 1 0 1%;
  min-width: 1px; }
  @media (max-width: 767.98px) {
    .hosco-content {
      flex-basis: 100%; } }

.hosco-sidebar-wrapper,
hosco-sidebar {
  width: 340px;
  padding-left: 20px;
  position: relative; }
  @media (max-width: 767.98px) {
    .hosco-sidebar-wrapper,
    hosco-sidebar {
      width: 100%; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-panel {
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative; }
  .hosco-panel:last-child {
    margin-bottom: 0; }
  .hosco-panel-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.25rem;
    color: #53555d; }
  .hosco-panel-sub-title {
    padding: 5px 0;
    margin: 20px 0;
    font-size: 0.875rem;
    color: #53555d;
    border-bottom: 1px solid #e7eaf3; }
  .hosco-panel-card {
    background-color: #fff;
    position: relative;
    display: block;
    border-bottom: 1px solid #c5c9d8;
    border-right: 1px solid #e7eaf3;
    padding: 20px; }
    .hosco-panel-card .showmore-trigger-wrapper {
      background-color: #fff; }
  .hosco-panel-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .hosco-panel-list-item {
      margin-bottom: 15px;
      display: block; }
      .hosco-panel-list-item:last-child {
        margin-bottom: 0; }
      .hosco-panel-list-item-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .hosco-panel-list-item-break-word {
        word-wrap: break-word; }
    .hosco-panel-list-inline .hosco-panel-list-label,
    .hosco-panel-list-inline .hosco-panel-list-value {
      display: inline;
      vertical-align: middle; }
    .hosco-panel-list-justified .hosco-panel-list-item {
      display: flex; }
    .hosco-panel-list-justified .hosco-panel-list-value {
      margin-left: auto; }
    .hosco-panel-list-inline .fa {
      margin-right: 5px; }
    .hosco-panel-list-label {
      display: block;
      font-weight: bold; }
    .hosco-panel-list-value {
      margin-bottom: 0; }
      .hosco-panel-list-value-green, .hosco-panel-list-value-red, .hosco-panel-list-value-notset {
        font-weight: 700;
        text-transform: uppercase; }
      .hosco-panel-list-value-green {
        color: var(--web-primary-100, #20c677); }
      .hosco-panel-list-value-red {
        color: #ef5d6a; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-badge {
  padding-bottom: 80px; }
  .hosco-badge.is-fixed .hosco-badge-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 99; }
    .hosco-new-wrapper .hosco-badge.is-fixed .hosco-badge-navbar {
      top: 60px; }
    .hosco-badge.is-fixed .hosco-badge-navbar-left {
      padding-left: 0; }
    .hosco-badge.is-fixed .hosco-badge-navbar-right {
      padding-right: 0; }
  .hosco-container-wrapper .hosco-badge {
    flex: 0 0 100%; }
  .hosco-badge.no-picture .hosco-badge-lastupdate {
    right: 20px; }
  .hosco-badge.no-picture .hosco-badge-navbar-right {
    padding-right: 15px; }
  .hosco-badge-sm .hosco-badge-container {
    height: 225px; }
    @media (max-width: 767.98px) {
      .hosco-badge-sm .hosco-badge-container {
        height: 200px; } }
  .hosco-badge-title {
    margin: 0;
    font-size: 2.5rem; }
    @media (max-width: 767.98px) {
      .hosco-badge-title {
        font-size: 1.5625rem; } }
  .hosco-badge-cover {
    background: transparent no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hosco-badge-cover-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      background: var(--web-primary-110, #2433be); }
      .hosco-badge-cover-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* the scss files importing this file are at same depth level */
        background: transparent url(https://www.hosco.com/client/build/production/976e07cc7a02c20548c36b00a3f0fd3e.png) repeat-x bottom left;
        z-index: 9; }
      .hosco-badge-cover-wrapper-job {
        background: #e7eaf3; }
  .hosco-badge-container {
    position: relative;
    height: 300px;
    z-index: 20; }
    @media (max-width: 767.98px) {
      .hosco-badge-container {
        height: 250px; } }
    .hosco-badge-container-job {
      position: relative;
      height: 26.25rem; }
  .hosco-badge-meta {
    color: #fff; }
    .hosco-badge-meta a {
      color: inherit; }
      .hosco-badge-meta a:hover {
        color: #cccccc; }
  .hosco-badge-job-picture img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-top: 6.25rem; }
    @media (max-width: 767.98px) {
      .hosco-badge-job-picture img {
        width: 100px;
        height: 100px; } }
  .hosco-badge-picture {
    border: 2px solid #c5c9d8;
    background-color: #fff; }
    .hosco-badge-picture img {
      width: 140px;
      height: 140px; }
      @media (max-width: 767.98px) {
        .hosco-badge-picture img {
          width: 100px;
          height: 100px; } }
    .hosco-badge-picture-container {
      position: absolute;
      bottom: -65px;
      right: 15px;
      z-index: 15; }
      @media (max-width: 767.98px) {
        .hosco-badge-picture-container {
          bottom: -30px; } }
  .hosco-badge-info {
    padding-left: 30px;
    position: absolute;
    left: 0;
    z-index: 15;
    bottom: 10px;
    max-width: calc(100% - 195px); }
    @media (max-width: 767.98px) {
      .hosco-badge-info {
        bottom: 75px;
        width: 100%;
        max-width: none; } }
    @media (max-width: 991.98px) {
      .hosco-badge-info {
        padding-left: 15px; } }
  .hosco-badge-job-navbar {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color: #e7eaf3;
    color: #53555d; }
    @media (min-width: 768px) {
      .hosco-badge-job-navbar-right {
        padding-left: 20px;
        padding-right: 159px;
        justify-content: flex-end; } }
    .hosco-badge-job-navbar-left {
      flex: 1 0 auto;
      padding-left: 30px; }
      @media (max-width: 767.98px) {
        .hosco-badge-job-navbar-left {
          background-color: #fff;
          padding-left: 0;
          margin-top: 3.75rem; } }
    .hosco-badge-job-navbar .fa:before {
      display: inline-block;
      font-family: FontAwesome; }
    @media (max-width: 767.98px) {
      .hosco-badge-job-navbar .fa {
        font-family: inherit;
        font-size: 0.875rem; } }
    .hosco-badge-job-navbar .nav-item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767.98px) {
        .hosco-badge-job-navbar .nav-item {
          align-items: stretch; } }
      @media (min-width: 768px) {
        .hosco-badge-job-navbar .nav-item.active .nav-link {
          background-color: #fff;
          color: var(--web-primary-110, #2433be) !important; } }
  .hosco-badge .nav-link-job {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #53555d;
    display: block; }
    @media (min-width: 768px) {
      .hosco-badge .nav-link-job {
        padding: 0 15px !important;
        line-height: 50px; } }
    @media (max-width: 767.98px) {
      .hosco-badge .nav-link-job {
        padding: 10px 10px 10px 70px !important;
        line-height: 30px; } }
  .hosco-badge-navbar {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color: var(--web-primary-110, #2433be);
    color: #fff; }
    @media (min-width: 768px) {
      .hosco-badge-navbar-right {
        padding-left: 20px;
        padding-right: 159px;
        justify-content: flex-end; } }
    .hosco-badge-navbar-left {
      flex: 1 0 auto;
      padding-left: 30px; }
      @media (max-width: 767.98px) {
        .hosco-badge-navbar-left {
          padding-left: 0; } }
    @media (max-width: 767.98px) {
      .hosco-badge-navbar .fa {
        font-family: inherit;
        font-size: 0.875rem; }
        .hosco-badge-navbar .fa:before {
          display: inline-block;
          font-family: FontAwesome; } }
    .hosco-badge-navbar .nav-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767.98px) {
        .hosco-badge-navbar .nav-item {
          align-items: stretch; } }
      @media (min-width: 768px) {
        .hosco-badge-navbar .nav-item.active .nav-link {
          background-color: #fff;
          color: var(--web-primary-110, #2433be) !important; } }
    .hosco-badge-navbar .nav-link {
      color: #fff;
      display: block; }
      @media (min-width: 768px) {
        .hosco-badge-navbar .nav-link {
          padding: 0 15px !important;
          line-height: 50px; } }
      @media (max-width: 767.98px) {
        .hosco-badge-navbar .nav-link {
          padding: 10px 10px 10px 70px !important;
          line-height: 30px; } }
      .hosco-badge-navbar .nav-link:hover {
        background-color: var(--web-primary-100, #3246ff); }
  .hosco-badge .navbar {
    height: 50px;
    max-width: 1120px;
    margin: 0 auto; }
  @media (max-width: 767.98px) {
    .hosco-badge .navbar-nav {
      flex-basis: 100%;
      align-items: stretch; } }
  @media (max-width: 767.98px) {
    .hosco-badge .navbar-collapse {
      flex-wrap: wrap;
      background: var(--web-primary-110, #2433be);
      margin-top: -43px; } }
  .hosco-badge .navbar-collapse.responsive-menu {
    display: inherit; }
  @media (max-width: 991.98px) {
    .hosco-badge-btn:only-child {
      margin-top: 40px; } }
  @media (min-width: 768px) {
    .hosco-badge-btn .nav-link {
      font-size: 1.5625rem;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  .hosco-badge-stat {
    background: var(--web-primary-20, #e0e3ff);
    color: var(--web-primary-100, var(--web-primary-100, #3246ff));
    padding: 0 30px;
    font-size: 0.8125rem;
    line-height: 1em;
    height: 50px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .hosco-badge-stat {
        padding: 10px 20px !important;
        display: block !important;
        align-self: flex-start;
        margin-left: 70px;
        height: auto; } }
    .hosco-badge-stat + .hosco-badge-stat {
      margin-left: 0.5rem; }
      @media (max-width: 767.98px) {
        .hosco-badge-stat + .hosco-badge-stat {
          margin-top: 10px;
          margin-left: 70px; } }
    .hosco-badge-stat-count {
      display: block;
      margin-bottom: 5px;
      font-size: 1.25rem; }
      @media (max-width: 767.98px) {
        .hosco-badge-stat-count {
          display: inline;
          margin: 0;
          font-size: 0.8125rem; } }
  .hosco-badge .navbar-toggler {
    z-index: 15;
    background-color: var(--web-primary-100, #3246ff);
    border: none;
    align-self: flex-start;
    margin-left: 10px;
    margin-top: 5px; }
  .hosco-badge .navbar-job-toggler {
    z-index: 15;
    background-color: #e7eaf3;
    color: #53555d;
    border: none;
    align-self: flex-start;
    margin-left: 10px;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .hosco-badge .navbar-job-toggler {
        display: none; } }
  .hosco-badge-lastupdate {
    font-size: 0.75rem;
    position: absolute;
    bottom: 10px;
    right: 170px;
    z-index: 15; }
    .hosco-badge-lastupdate .fa {
      margin-right: 5px; }
    @media (max-width: 767.98px) {
      .hosco-badge-lastupdate {
        left: 10px;
        right: auto !important; } }
  .hosco-badge-icon-text {
    margin-left: 5px; }
  @media (max-width: 767.98px) {
    .hosco-badge .navbar-collapse-gray {
      background: #e7eaf3; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-block {
  font-size: 0.8125rem;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .profile-block-wrapper {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .profile-block-media {
    background: transparent no-repeat 0 0;
    background-size: cover;
    background-position: center;
    z-index: 5; }
  .profile-block-quote {
    height: 100%; }
  .profile-block-info {
    background-color: rgba(0, 0, 0, 0.7);
    transition: background 0.5s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
    padding: 5px;
    color: #fff; }
    .profile-block-info:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.9); }
    .profile-block-info.has-icon {
      padding-left: 37px; }
    .profile-block-info-icon {
      position: absolute;
      left: 8px;
      top: 50%;
      margin-top: -13.5px;
      font-size: 27px;
      line-height: 1em; }
    .profile-block-info-text {
      font-size: 0.75rem; }
    .profile-block-info span {
      display: block; }

.job-section-title {
  margin: 10px 0;
  font-size: 1.25rem;
  color: #00c7e8; }
  .job-section-title a {
    font-size: 0.8125rem;
    color: inherit; }
    .job-section-title a:hover {
      color: #00c7e8; }

.job-badge .hosco-badge-cover-wrapper:before {
  background: rgba(0, 0, 0, 0.45); }
  .job-badge .hosco-badge-cover-wrapper:before.closed-expired {
    background: rgba(0, 0, 0, 0.65); }

.job-badge .hosco-badge-stat {
  padding: 0 25px; }

.job-badge .hosco-badge-info {
  max-width: none;
  top: 50%;
  bottom: auto;
  text-align: center;
  width: 100%;
  padding: 0 30px;
  transform: translateY(-50%); }
  @media (max-width: 767.98px) {
    .job-badge .hosco-badge-info {
      padding-top: 20px;
      top: 20px;
      transform: none; } }

.job-badge-status {
  font-size: 0.85em;
  color: #fff;
  text-transform: capitalize; }

.job-badge-title {
  overflow-wrap: break-word; }
  .job-badge-title.closed-expired {
    color: #c5c9d8; }

.job-badge-owner {
  font-size: 0.875rem;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .job-badge-owner {
      font-size: 0.75rem; } }

.job-badge-views, .job-badge-applications {
  margin-right: 10px; }

.job-badge-views {
  color: #53555d;
  background-color: #c5c9d8;
  font-size: 0.875rem;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 6.25rem; }

.job-badge-new {
  font-size: 1.25rem; }

.job-badge .navbar-nav-job-title {
  display: none; }

.job-badge.is-fixed .navbar-nav-job-title {
  display: flex;
  align-items: left;
  max-width: 630px;
  padding-right: 20px; }
  .job-badge.is-fixed .navbar-nav-job-title .nav-item {
    display: contents; }
    .job-badge.is-fixed .navbar-nav-job-title .nav-item div {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      @media (max-width: 991.98px) {
        .job-badge.is-fixed .navbar-nav-job-title .nav-item div {
          padding: 0 20px; } }

.offer-wrapper {
  padding: 0 !important; }
  .offer-wrapper .widget-apply .md-btn {
    display: block;
    margin: 20px auto; }
    @media (max-width: 767.98px) {
      .offer-wrapper .widget-apply .md-btn {
        padding: 15px 0;
        margin: 5px 10px; } }
  @media (max-width: 767.98px) {
    .offer-wrapper .hosco-save-job-detail.md-btn {
      width: auto;
      border-width: 3px; } }
  @media (max-width: 575.98px) {
    .offer-wrapper .widget-apply .btn-outline-danger {
      background-color: #fff; } }
  .offer-wrapper .widget-apply .btn-flash {
    padding: 10px 20px;
    font-size: 1rem; }
  @media (max-width: 767.98px) {
    .offer-wrapper .widget-apply {
      background-color: transparent;
      position: fixed;
      bottom: 10px;
      border-bottom: none;
      border-right: none;
      z-index: 99;
      width: 100%;
      display: flex;
      flex: 0 0 auto;
      justify-content: center;
      padding: 0 20px;
      flex-direction: column; }
      .offer-wrapper .widget-apply .widget-title {
        display: none; }
      .offer-wrapper .widget-apply.widget-apply-with-cookies {
        bottom: 125px; } }
  .offer-wrapper .widget-apply-button-text {
    display: inline-block; }
  .offer-wrapper .widget-flex-wrapper {
    display: table;
    margin: 0 auto;
    overflow: hidden;
    min-width: 150px; }
    @media (max-width: 767.98px) {
      .offer-wrapper .widget-flex-wrapper {
        width: 100%; } }
    .offer-wrapper .widget-flex-wrapper .md-btn {
      width: 100%;
      max-width: 299px;
      overflow: hidden;
      white-space: nowrap;
      margin: 10px 0px;
      padding: 10px 20px; }
      @media (max-width: 767.98px) {
        .offer-wrapper .widget-flex-wrapper .md-btn {
          max-width: calc(100% - 40px);
          margin: 5px 20px; } }
    .offer-wrapper .widget-flex-wrapper .md-btn-flash {
      padding: 10px 20px 10px 15px; }
    .offer-wrapper .widget-flex-wrapper .hosco-save-job-detail {
      padding: 10px 20px 10px 15px; }
  .offer-wrapper .btn-job-follow {
    position: absolute;
    right: 20px;
    top: 20px; }
  .offer-wrapper .hosco-panel-title {
    color: #53555d; }
  .offer-wrapper .hosco-panel .showmore-trigger {
    color: #00c7e8; }
  @media (max-width: 767.98px) {
    .offer-wrapper .navbar .navbar-nav-job-title {
      max-width: 100%; } }
  .offer-wrapper .navbar .navbar-nav-job-counters {
    justify-content: flex-end; }
    @media (max-width: 767.98px) {
      .offer-wrapper .navbar .navbar-nav-job-counters {
        display: none; } }
  .offer-wrapper .navbar .nav-item-job-title {
    padding-right: 20px;
    line-height: 3.125rem; }
  @media (max-width: 991.98px) {
    .offer-wrapper .navbar .hosco-badge-btn-list .hosco-badge-btn:only-child {
      margin-top: 0; } }
  @media (max-width: 767.98px) {
    .offer-wrapper .navbar .hosco-badge-btn-list {
      display: none; } }
  .offer-wrapper .job-section-company .hosco-panel-title {
    max-width: calc(100% - 180px);
    margin-left: auto;
    margin-right: auto; }
  @media (max-width: 767.98px) {
    .offer-wrapper .hosco-panel-list-value,
    .offer-wrapper .hosco-panel-list-label {
      display: block; } }
  .offer-wrapper .job-suggested-list {
    margin-bottom: -20px; }

.hosco-info-banner {
  background: linear-gradient(90deg, #c3edf4 0%, #bff1ee 100%);
  position: fixed;
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  z-index: 99; }
  .hosco-info-banner-text {
    color: #2433be;
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0 40px; }

@charset "UTF-8";
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-container-wrapper {
  background-color: #f5f6fb;
  padding-bottom: 60px;
  padding-top: 20px; }

.hosco-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .hosco-container {
      padding: 0;
      overflow: hidden; } }

.hosco-content {
  flex: 1 0 1%;
  min-width: 1px; }
  @media (max-width: 767.98px) {
    .hosco-content {
      flex-basis: 100%; } }

.hosco-sidebar-wrapper,
hosco-sidebar {
  width: 340px;
  padding-left: 20px;
  position: relative; }
  @media (max-width: 767.98px) {
    .hosco-sidebar-wrapper,
    hosco-sidebar {
      width: 100%; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.2375rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b2b9ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.7;
  color: #53555d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #20c677; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(32, 198, 119, 0.9); }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #20c677; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #20c677;
    box-shadow: 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #20c677; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #20c677; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #7ceab5; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #3adf90; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #20c677; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ef5d6a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(239, 93, 106, 0.9); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef5d6a; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ef5d6a;
    box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef5d6a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef5d6a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fad1d5; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f48b95; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5d6a; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.abc-checkbox {
  cursor: default;
  padding-left: 4px; }
  .abc-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px; }
    .abc-checkbox label::before {
      cursor: pointer;
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 2px;
      left: 0;
      margin-left: -1.25rem;
      border: 1px solid #ced4da;
      border-radius: 3px;
      background-color: #fff;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .abc-checkbox label::before {
          transition: none; } }
    .abc-checkbox label::after {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 2px;
      margin-left: -1.25rem;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #495057; }
  .abc-checkbox input[type="checkbox"],
  .abc-checkbox input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .abc-checkbox input[type="checkbox"]:focus + label::before,
    .abc-checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-checkbox input[type="checkbox"]:checked + label::after,
    .abc-checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\F00C"; }
    .abc-checkbox input[type="checkbox"]:indeterminate + label::after,
    .abc-checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .abc-checkbox input[type="checkbox"]:disabled + label,
    .abc-checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-checkbox input[type="checkbox"]:disabled + label::before,
      .abc-checkbox input[type="radio"]:disabled + label::before {
        background-color: #e9ecef;
        cursor: not-allowed; }
      .abc-checkbox input[type="checkbox"]:disabled + label::after,
      .abc-checkbox input[type="radio"]:disabled + label::after {
        cursor: not-allowed; }
  .abc-checkbox.abc-checkbox-circle label::before {
    border-radius: 50%; }
  .abc-checkbox.checkbox-inline {
    margin-top: 0; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::before,
.abc-checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #3246ff;
  border-color: #3246ff; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::after,
.abc-checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::before,
.abc-checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ef5d6a;
  border-color: #ef5d6a; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::after,
.abc-checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-info input[type="checkbox"]:checked + label::before,
.abc-checkbox-info input[type="radio"]:checked + label::before {
  background-color: #00c7e8;
  border-color: #00c7e8; }

.abc-checkbox-info input[type="checkbox"]:checked + label::after,
.abc-checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::before,
.abc-checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ff7b5b;
  border-color: #ff7b5b; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::after,
.abc-checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-success input[type="checkbox"]:checked + label::before,
.abc-checkbox-success input[type="radio"]:checked + label::before {
  background-color: #20c677;
  border-color: #20c677; }

.abc-checkbox-success input[type="checkbox"]:checked + label::after,
.abc-checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #3246ff;
  border-color: #3246ff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #ef5d6a;
  border-color: #ef5d6a; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #00c7e8;
  border-color: #00c7e8; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #ff7b5b;
  border-color: #ff7b5b; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #20c677;
  border-color: #20c677; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-radio {
  cursor: default;
  padding-left: 4px; }
  .abc-radio label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px; }
    .abc-radio label::before {
      cursor: pointer;
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 2px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ced4da;
      border-radius: 50%;
      background-color: #fff;
      transition: border 0.15s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .abc-radio label::before {
          transition: none; } }
    .abc-radio label::after {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #495057;
      transform: scale(0, 0);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .abc-radio input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .abc-radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-radio input[type="radio"]:checked + label::after {
      transform: scale(1, 1); }
    .abc-radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
      .abc-radio input[type="radio"]:disabled + label::after {
        cursor: not-allowed; }
  .abc-radio.radio-inline {
    margin-top: 0; }

.abc-radio-primary input[type="radio"] + label::after {
  background-color: #3246ff; }

.abc-radio-primary input[type="radio"]:checked + label::before {
  border-color: #3246ff; }

.abc-radio-primary input[type="radio"]:checked + label::after {
  background-color: #3246ff; }

.abc-radio-danger input[type="radio"] + label::after {
  background-color: #ef5d6a; }

.abc-radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef5d6a; }

.abc-radio-danger input[type="radio"]:checked + label::after {
  background-color: #ef5d6a; }

.abc-radio-info input[type="radio"] + label::after {
  background-color: #00c7e8; }

.abc-radio-info input[type="radio"]:checked + label::before {
  border-color: #00c7e8; }

.abc-radio-info input[type="radio"]:checked + label::after {
  background-color: #00c7e8; }

.abc-radio-warning input[type="radio"] + label::after {
  background-color: #ff7b5b; }

.abc-radio-warning input[type="radio"]:checked + label::before {
  border-color: #ff7b5b; }

.abc-radio-warning input[type="radio"]:checked + label::after {
  background-color: #ff7b5b; }

.abc-radio-success input[type="radio"] + label::after {
  background-color: #20c677; }

.abc-radio-success input[type="radio"]:checked + label::before {
  border-color: #20c677; }

.abc-radio-success input[type="radio"]:checked + label::after {
  background-color: #20c677; }

label .was-validated .form-check-input:invalid .abc-checkbox:before, label
.was-validated .form-check-input:invalid .abc-radio:before, label .form-check-input.is-invalid .abc-checkbox:before, label
.form-check-input.is-invalid .abc-radio:before {
  border-color: #ef5d6a; }

.form-control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.form-check-hosco-admin {
  border: 1px solid #6d2d9b;
  color: #6d2d9b;
  padding: 5px; }

.hosco-form-separator {
  position: relative; }
  .hosco-form-separator-text {
    width: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -15px;
    background: #fff;
    padding: 0 5px; }

.ng-invalid.form-control,
.ng-invalid:not(form) .form-control,
.ng-invalid.abc-checkbox .form-check-label::before {
  border-color: #ef5d6a; }
  .ng-invalid.form-control:focus,
  .ng-invalid:not(form) .form-control:focus,
  .ng-invalid.abc-checkbox .form-check-label::before:focus {
    border-color: var(--web-primary-100, #3246ff);
    box-shadow: 0;
    outline: 0; }

form.ng-submitted .ng-invalid.form-control,
form.ng-submitted .ng-invalid:not(form) .form-control {
  border-color: #ef5d6a !important; }

form.ng-submitted:focus {
  border-color: var(--web-primary-100, #3246ff) !important; }

.select .ng-invalid.ng-dirty + label:before,
.ng-submitted .select .ng-invalid + label:before {
  content: '';
  position: absolute;
  z-index: 2;
  border-color: #ef5d6a;
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }
  .select .ng-invalid.ng-dirty + label:before:focus,
  .ng-submitted .select .ng-invalid + label:before:focus {
    border-color: #ef5d6a;
    box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25);
    outline: 0; }

textarea.form-control {
  max-width: 100%;
  max-height: 100%; }

.ui-select-bootstrap .ui-select-toggle {
  padding-right: 25px; }
  .ui-select-bootstrap .ui-select-toggle:hover, .ui-select-bootstrap .ui-select-toggle:hover:active, .ui-select-bootstrap .ui-select-toggle:focus, .ui-select-bootstrap .ui-select-toggle:focus:active {
    background-color: #fff; }
  .ui-select-bootstrap .ui-select-toggle .ui-select-match-text {
    width: 100%;
    overflow: hidden; }

[type='checkbox'] + label {
  vertical-align: middle; }

.label-help {
  font-size: 0.85em;
  color: #b0b4c3; }

.abc-checkbox .form-check-label::before,
.abc-radio .form-check-label::before {
  top: 0px !important;
  outline: none !important; }

.abc-radio .form-check-label::after {
  top: 3px !important; }

.abc-checkbox .form-check-label::after {
  top: 0px !important; }

.abc-checkbox label {
  font-size: 0.8125rem; }

form.start-as-valid .ng-invalid.form-control.ng-untouched,
form.start-as-valid .ng-invalid:not(form) .form-control.ng-untouched {
  border-color: #e7eaf3;
  box-shadow: none; }
  form.start-as-valid .ng-invalid.form-control.ng-untouched:focus,
  form.start-as-valid .ng-invalid:not(form) .form-control.ng-untouched:focus {
    border-color: var(--web-primary-100, #3246ff); }

input::placeholder,
textarea::placeholder {
  color: #b0b4c3 !important;
  font-style: italic; }

.form-control:focus {
  box-shadow: none;
  border-color: var(--web-primary-100, #3246ff); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.uib-datepicker-popup {
  padding: 0;
  margin: 0; }
  .uib-datepicker-popup .uib-datepicker thead th .uib-title,
  .uib-datepicker-popup .uib-datepicker thead th .uib-right,
  .uib-datepicker-popup .uib-datepicker thead th .uib-left {
    font-weight: 600;
    font-size: 1.125rem;
    background: inherit;
    border: none;
    padding: 15px; }
    .uib-datepicker-popup .uib-datepicker thead th .uib-title:hover,
    .uib-datepicker-popup .uib-datepicker thead th .uib-right:hover,
    .uib-datepicker-popup .uib-datepicker thead th .uib-left:hover {
      color: var(--web-primary-100, #3246ff);
      background-color: none; }
  .uib-datepicker-popup .uib-datepicker td {
    padding: 0;
    margin: 0; }
  .uib-datepicker-popup .uib-datepicker .uib-weeks-day {
    border-top: 1px solid #e7eaf3;
    border-bottom: 1px solid #e7eaf3;
    font-size: 0.9375rem;
    color: #777b86;
    padding: 5px; }
  .uib-datepicker-popup .uib-datepicker .uib-weeks-number {
    border-right: 1px solid #e7eaf3;
    padding: 10px;
    font-size: 0.9375rem;
    color: #777b86; }
  .uib-datepicker-popup .uib-datepicker .uib-day button,
  .uib-datepicker-popup .uib-datepicker .uib-month button,
  .uib-datepicker-popup .uib-datepicker .uib-year button {
    padding: 15px;
    display: block;
    border: 0;
    background: inherit;
    border: none; }
    .uib-datepicker-popup .uib-datepicker .uib-day button.active,
    .uib-datepicker-popup .uib-datepicker .uib-month button.active,
    .uib-datepicker-popup .uib-datepicker .uib-year button.active {
      color: #000;
      background-color: #fff;
      cursor: pointer;
      font-weight: 600; }
    .uib-datepicker-popup .uib-datepicker .uib-day button.selected,
    .uib-datepicker-popup .uib-datepicker .uib-month button.selected,
    .uib-datepicker-popup .uib-datepicker .uib-year button.selected {
      background-color: var(--web-primary-100, #3246ff);
      color: #fff;
      cursor: pointer;
      font-weight: 600; }
    .uib-datepicker-popup .uib-datepicker .uib-day button:hover,
    .uib-datepicker-popup .uib-datepicker .uib-month button:hover,
    .uib-datepicker-popup .uib-datepicker .uib-year button:hover {
      background-color: var(--web-secondary-100, #00c7e8);
      color: #000;
      cursor: pointer; }
    .uib-datepicker-popup .uib-datepicker .uib-day button:disabled,
    .uib-datepicker-popup .uib-datepicker .uib-month button:disabled,
    .uib-datepicker-popup .uib-datepicker .uib-year button:disabled {
      color: #b0b4c3;
      background-color: #f5f6fb; }
    .uib-datepicker-popup .uib-datepicker .uib-day button .secondary,
    .uib-datepicker-popup .uib-datepicker .uib-month button .secondary,
    .uib-datepicker-popup .uib-datepicker .uib-year button .secondary {
      opacity: 0.5; }

.tooltip-inner a {
  color: white; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.job-create-field-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600; }
  .job-create-field-name label {
    margin-bottom: 0; }
  .job-create-field-name .help-text {
    color: #b0b4c3;
    font-weight: 400; }

.job-create-location-field {
  flex-direction: column;
  align-items: flex-start; }

.job-create-field:not(:last-child) {
  margin-bottom: 20px; }

.job-create-contract-type-field {
  padding-left: 0; }

.job-create-application-method-field {
  justify-content: flex-start; }
  .job-create-application-method-field label {
    margin-right: 0.5rem; }

.job-create-audience {
  text-align: center;
  color: var(--web-secondary-100, #00c7e8);
  font-size: 1.375rem;
  line-height: 1.625rem;
  letter-spacing: -0.025em;
  font-weight: 300; }
  .job-create-audience strong {
    font-weight: 700; }

.job-create textarea {
  min-height: 120px; }

.job-create .datepicker-container {
  display: flex; }

.job-create .grey-block {
  border: 1px solid #e7eaf3;
  background-color: #f5f6fb;
  padding: 25px; }

.job-create-buttons {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap; }
  .job-create-buttons button {
    font-weight: 600;
    flex-basis: 45%;
    max-height: 2.3rem; }
  @media (max-width: 767.98px) {
    .job-create-buttons button {
      flex-basis: 100%;
      margin: 0 10px 10px; } }
  .job-create-buttons-right {
    display: flex;
    flex-direction: column; }

.job-create .show-other-plans-link {
  text-align: center;
  margin-top: 30px;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: underline; }
  .job-create .show-other-plans-link a {
    color: #777b86; }

.job-create .assisted-search-button {
  border: none;
  text-transform: initial;
  text-decoration: underline;
  margin-top: 0.5rem; }

.job-create-settings-applications-email-helper {
  display: flex;
  font-size: 0.6875rem;
  font-style: italic;
  align-items: center;
  clear: both; }
  .job-create-settings-applications-email-helper-icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 0.875rem; }

.job-create-membership-wrapper {
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  max-width: 610px; }
  .job-create-membership-wrapper .membership-header {
    padding: 30px 10px 15px;
    border-bottom: 1px solid #e7eaf3; }
    .job-create-membership-wrapper .membership-header-icon {
      font-size: 2.5rem;
      color: var(--web-secondary-100, #00c7e8);
      line-height: 1em; }
    .job-create-membership-wrapper .membership-header-title {
      font-size: 1.125rem;
      font-weight: 700; }
  .job-create-membership-wrapper .membership-body {
    padding: 30px;
    border-bottom: 1px solid #e7eaf3;
    text-align: left; }
    .job-create-membership-wrapper .membership-body-check-list {
      text-align: left; }
      .job-create-membership-wrapper .membership-body-check-list i {
        padding-right: 5px;
        color: var(--web-primary-100, #20c677); }
  .job-create-membership-wrapper .membership-footer {
    padding: 30px; }
    .job-create-membership-wrapper .membership-footer-label {
      margin-bottom: 30px; }
    .job-create-membership-wrapper .membership-footer-cta .btn {
      border-radius: 2rem;
      background-color: var(--web-secondary-100, #00c7e8);
      border-color: var(--web-secondary-100, #00c7e8);
      font-weight: 700;
      padding: 0.5rem 1rem;
      font-size: 0.875rem;
      text-transform: uppercase;
      min-width: 180px;
      color: #fff; }
  .job-create-membership-wrapper .membership-disclaimer {
    font-style: italic;
    color: #53555d; }
    .job-create-membership-wrapper .membership-disclaimer-box {
      border-top: 1px solid #e7eaf3;
      padding: 30px; }

.job-create div.job-create-card {
  margin-bottom: 6px;
  text-align: center;
  background-color: transparent; }

.job-create .job-create-card-title {
  font-weight: bold; }

.job-create .order-summary-card {
  margin-bottom: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); }
  .job-create .order-summary-card .card-body {
    padding-left: 10px; }
  .job-create .order-summary-card .order-summary-card-title {
    color: var(--web-secondary-100, #00c7e8);
    margin-bottom: 6px;
    font-weight: bold; }
  .job-create .order-summary-card .order-detail-container {
    padding-top: 20px;
    display: flex;
    align-items: baseline;
    justify-content: space-between; }
  .job-create .order-summary-card .order-summary-quantity-container {
    border: solid #e7eaf3 1px;
    padding-top: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 8px;
    font-weight: bold; }
  .job-create .order-summary-card .order-detail {
    font-weight: 400; }
  .job-create .order-summary-card .order-filler {
    flex-grow: 1;
    border-bottom: 2px dotted #b0b4c3;
    margin: 0 5px; }
  .job-create .order-summary-card .order-total-amount {
    font-size: 2.1875rem;
    font-weight: bold; }

.job-create-field-job-visibility {
  display: flex;
  align-items: center; }
  .job-create-field-job-visibility .md-radio {
    display: flex;
    margin-right: 2rem;
    cursor: pointer; }
  .job-create-field-job-visibility label {
    margin: 0 0 0 5px;
    cursor: pointer; }

.job-create-publication-alert {
  max-width: 600px;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: #ef5d6a;
  border: 1px solid #ef5d6a;
  background-color: #ffe5de; }

.job-create-features {
  list-style-type: none;
  padding: 0;
  margin-top: 10px; }
  .job-create-features li {
    display: flex;
    align-items: center; }
  .job-create-features i {
    margin-right: 0.3rem; }
    .job-create-features i.enabled {
      color: var(--web-primary-100, #20c677); }
    .job-create-features i.disabled {
      color: var(--web-primary-100, #ef5d6a); }
  .job-create-features span.disabled {
    color: var(---web-primary-100, #b0b4c3); }

.hosco-container.one-column {
  max-width: 610px; }

#description-editor-container,
#requirements-editor-container {
  height: 200px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-badge {
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 8px;
  margin-right: 5px; }

.md-badge-default {
  border: 1px solid #b0b4c3;
  color: #b0b4c3; }

.candidates-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }
  @media (max-width: 575.98px) {
    .candidates-toolbar .dropdown-btn-toggle {
      width: 205px; } }

.candidates-count {
  text-transform: uppercase; }
  .candidates-count .fa {
    color: #00c7e8;
    margin-right: 5px; }
    @media (max-width: 767.98px) {
      .candidates-count .fa {
        display: none; } }

.candidates-active-filters {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }
  .candidates-active-filters-title {
    font-weight: bold;
    font-size: 0.75rem;
    margin-right: 10px;
    color: #53555d; }
  .candidates-active-filters .md-badge {
    background-color: #fff;
    color: #00c7e8;
    text-transform: lowercase;
    transition: box-shadow 0.25s ease-in-out;
    margin-bottom: 5px; }
    .candidates-active-filters .md-badge:hover {
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .candidates-active-filters .md-badge:hover .fa {
        color: #ef5d6a; }
    .candidates-active-filters .md-badge.is-reject:hover .fa {
      color: #fff; }
  .candidates-active-filters .candidate-status {
    color: #fff; }

.candidates-content {
  transition: all 0.5s ease-in;
  flex: 0 0 calc(100% - 1px); }
  .candidates-content.is-faded {
    transform: translate3d(275px, 0, 0);
    opacity: 0.25; }

@media (max-width: 575.98px) {
  .candidates-sidebar {
    flex: 0 0 1px;
    padding: 0;
    min-height: 100vh; } }

.candidates-loader {
  margin-top: 30px;
  text-align: center;
  font-size: 0.75rem;
  color: #b0b4c3; }
  .candidates-loader .hosco-loader {
    display: table;
    margin: 0 auto 10px; }

.candidates-list {
  margin-top: 15px; }

.candidates-filters {
  border: 1px solid #e7eaf3;
  border-radius: 6px;
  background-color: #fff; }
  @media (max-width: 575.98px) {
    .candidates-filters {
      position: absolute;
      top: 0;
      bottom: auto;
      left: 10px;
      width: 255px;
      z-index: 14;
      transform: translate3d(-110%, 0, 0);
      transition: transform 0.5s ease-in;
      overflow-y: auto; }
      .candidates-filters.is-expanded {
        transform: translate3d(0, 0, 0); } }
  .candidates-filters-title {
    padding: 10px 20px;
    border-bottom: 2px solid #e7eaf3;
    text-transform: uppercase;
    color: #000;
    display: flex;
    justify-content: space-between; }
  .candidates-filters-clear {
    color: #b0b4c3;
    font-size: 0.75rem;
    text-transform: none; }
    .candidates-filters-clear .fa {
      font-size: 0.875rem;
      margin-left: 5px; }
    .candidates-filters-clear:hover {
      color: #53555d; }
  .candidates-filters-content {
    padding: 0 20px;
    overflow-y: auto;
    position: relative;
    max-height: calc(100vh - 195px); }
  .candidates-filters-toggle {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 15;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #00c7e8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
    @media (max-width: 575.98px) {
      .candidates-filters-toggle {
        display: block; } }

.candidates-filter {
  margin: 20px 0; }
  .candidates-filter:not(:last-child) {
    border-bottom: 2px solid #e7eaf3;
    padding-bottom: 20px; }
  .candidates-filter-title {
    color: #53555d;
    font-weight: bold;
    margin-bottom: 15px; }

.no-candidates {
  margin-top: 50px;
  text-align: center;
  color: #53555d; }
  .no-candidates-title {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 50px; }
  .no-candidates-message {
    padding-top: 90px;
    background: transparent no-repeat url(https://www.hosco.com/client/build/production/995df18da9a6f0dab125a4a3a6d4eeb4.png) top center;
    margin-bottom: 20px; }
    .is-search .no-candidates-message {
      background-image: url(https://www.hosco.com/client/build/production/945fdeb95d2d3bbceb3e3edd663378eb.png); }
  .no-candidates .md-btn {
    text-transform: uppercase; }

.candidate-wrapper {
  background-color: #fff; }

@media (max-width: 575.98px) {
  .candidate-wrapper .hosco-content {
    padding: 0 15px; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

application-status {
  width: 100%; }
  application-status .btn {
    border-radius: 4px; }
  application-status .job-application-buttons {
    display: flex;
    flex-direction: column;
    align-items: center; }
    application-status .job-application-buttons .md-btn,
    application-status .job-application-buttons .application-status-label {
      text-transform: uppercase;
      margin: 0 0 10px;
      min-width: 135px;
      border-radius: 4px;
      font-weight: 600;
      padding: 8px 10px;
      text-align: center;
      line-height: 1.2em; }
    application-status .job-application-buttons .application-status-label {
      color: #fff; }
    application-status .job-application-buttons .label-reviewed {
      background-color: var(--web-primary-100, #20c677);
      border: 2px solid var(--web-primary-100, #20c677); }
    application-status .job-application-buttons .label-rejected {
      background-color: #ef5d6a;
      border: 2px solid #ef5d6a; }
    application-status .job-application-buttons .label-hired {
      background-color: var(--web-secondary-100, #00c7e8);
      border: 2px solid var(--web-secondary-100, #00c7e8); }
  application-status .application-status-btn:hover > .normal-text {
    display: none; }
  application-status .application-status-btn:not(:hover) > .hover-text {
    display: none; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.job-actions {
  display: inline-block; }
  .job-actions .dropdown-item {
    font-size: 0.8125rem;
    padding: 6px 25px 6px 15px; }

@media (max-width: 767.98px) {
  .job-badge-actions .nav-link {
    padding: 10px !important; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.drop-box {
  border: dashed 1px #c5c9d8;
  min-height: 100px;
  width: 100%;
  color: #b0b4c3;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box; }
  .drop-box .drop-box-text {
    margin-top: 0 !important;
    font-size: 1.5rem !important;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  .drop-box .upload-icon {
    margin-top: 20px; }
  .drop-box:hover {
    cursor: pointer; }

.attachment-result {
  margin-top: 10px;
  width: 100%;
  border: 10px solid #f5f6fb;
  display: table;
  vertical-align: middle; }

.attachment-thumb,
.attachment-progress,
.attachment-name,
.attachment-error,
.attachment-delete {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.attachment-name,
.attachment-error,
.attachment-progress {
  padding: 0 10px; }

.attachment-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 150px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.job-logo-button {
  position: relative;
  display: inline-block;
  height: 120px;
  width: 120px;
  color: #00c7e8;
  border: 1px solid #e7eaf3;
  background-color: #fff;
  cursor: pointer;
  margin: 0;
  margin-right: 10px;
  padding: 0; }
  .job-logo-button img {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: initial; }
  .job-logo-button-default {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .job-logo-button-default-icon {
      z-index: 100;
      opacity: 0.3;
      position: relative;
      font-size: 1.875rem;
      color: #e7eaf3; }
    .job-logo-button-default-image {
      position: absolute;
      z-index: 1; }
  .job-logo-button-empty-icon, .job-logo-button-empty-text {
    z-index: 100;
    position: relative; }
  .job-logo-button-empty-background {
    position: absolute;
    top: 5px;
    left: 25px;
    font-size: 4.0625rem;
    color: #e7eaf3;
    z-index: 1;
    opacity: 0.5; }
    .job-logo-button-empty-background:hover {
      color: #e7eaf3; }
  .job-logo-button:hover {
    border: 1px solid #00c7e8; }
    .job-logo-button:hover .job-logo-button-default-icon {
      opacity: 1;
      color: #00c7e8; }

.job-logo-cropper {
  clear: both;
  padding-top: 25px; }
  .job-logo-cropper-area {
    background: #e7eaf3;
    overflow: hidden;
    width: 100%;
    height: 350px; }
    .job-logo-cropper-area-ui {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      overflow: hidden; }
      .job-logo-cropper-area-ui canvas {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.job-logo-clear {
  clear: both; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.application-modal-title-container {
  font-weight: bold;
  line-height: 1.33; }

.application-modal-title {
  font-size: 1.125rem; }

.application-modal-jobtitle {
  font-size: 1.375rem; }

.application-modal-company {
  font-size: 0.875rem;
  font-weight: normal; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-badge {
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 8px;
  margin-right: 5px; }

.md-badge-default {
  border: 1px solid #b0b4c3;
  color: #b0b4c3; }

.candidate-card {
  border: 1px solid #e7eaf3;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 20px; }
  .candidate-card .tracking-info {
    margin: 10px;
    color: #6d2d9b; }

.candidate-header {
  padding: 10px;
  border-bottom: 2px solid #e7eaf3;
  display: flex;
  align-items: baseline; }

.candidate-date {
  font-weight: bold;
  font-size: 0.75rem;
  color: #b0b4c3; }

.candidate-status {
  text-transform: lowercase;
  margin-right: 10px;
  padding: 0 10px;
  color: #fff; }
  .candidate-status.is-reviewed {
    background: #20c677; }
  .candidate-status.is-hired {
    background: #00c7e8; }
  .candidate-status.is-pending {
    background: #2433be; }
  .candidate-status.is-reject {
    background: #ef5d6a; }

.candidate-new {
  text-transform: uppercase;
  font-weight: bold;
  color: #00c7e8;
  border: 1px solid #00c7e8;
  margin-bottom: 15px; }

.candidate-anchor {
  font-size: 1rem;
  color: var(--web-primary-100, #3246ff);
  margin-left: 10px; }
  .candidate-anchor.disabled {
    color: #c5c9d8; }
  .candidate-anchor-list {
    margin-left: auto; }

.candidate-content {
  padding: 10px; }

.candidate-name {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.22;
  margin: 0; }

.candidate-position {
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.33;
  border-bottom: 2px solid #e7eaf3;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.candidate-info .fa {
  color: #777b86;
  width: 25px; }

.candidate-link {
  font-weight: bold;
  text-decoration: underline; }
  .candidate-link .fa {
    color: #00c7e8; }

.candidate-languages {
  display: flex;
  align-items: baseline; }
  .candidate-languages-more {
    font-size: 0.8125rem; }

.candidate-requirements {
  border-radius: 4px;
  background: #f5f6fb;
  text-align: center;
  padding: 10px 0; }
  @media (max-width: 575.98px) {
    .candidate-requirements {
      margin-top: 10px; } }
  .candidate-requirements-label {
    text-transform: uppercase;
    color: #b0b4c3;
    font-size: 0.6875rem; }
    @media (max-width: 575.98px) {
      .candidate-requirements-label {
        font-weight: bold; } }
  .candidate-requirements-ratio {
    font-size: 2.25rem;
    line-height: 1;
    color: #00c7e8;
    font-weight: bold;
    letter-spacing: -4px; }

@media (max-width: 575.98px) {
  .candidate-links {
    display: flex;
    justify-content: space-between;
    padding-left: calc(25% + 5px); } }

.candidate-links a {
  display: table;
  margin-top: 10px;
  color: #53555d;
  line-height: 1.3; }

.candidate-links .fa {
  color: #00c7e8;
  margin-right: 10px; }

.candidate-details {
  padding: 10px; }
  .candidate-details-nav {
    background: #f5f6fb;
    border-radius: 4px 0 0 4px; }
    @media (max-width: 575.98px) {
      .candidate-details-nav {
        text-align: center; }
        .candidate-details-nav-label {
          display: none; } }
    .candidate-details-nav-icon {
      width: 20px; }
      @media (max-width: 575.98px) {
        .candidate-details-nav-icon {
          font-size: 1.125rem; } }
    .candidate-details-nav a {
      position: relative;
      display: block;
      font-size: 0.75rem;
      text-transform: uppercase;
      padding: 10px 7px;
      color: #777b86;
      font-weight: bold; }
      .candidate-details-nav a.active {
        background: #00c7e8;
        color: #fff; }
        .candidate-details-nav a.active:after {
          content: '';
          position: absolute;
          display: block;
          top: 0;
          bottom: 0;
          left: 100%;
          background: #00c7e8;
          width: 8px;
          z-index: 6; }
      .candidate-details-nav a:first-child {
        border-radius: 4px 0 0 0; }
      .candidate-details-nav a:last-child {
        border-radius: 0 0 0 4px; }
  .candidate-details-content {
    border: 1px solid rgba(0, 199, 232, 0.5);
    padding: 10px 10px 10px 20px;
    position: absolute;
    width: 100%;
    height: 100%; }
    .is-notes .candidate-details-content {
      padding-bottom: 40px; }
    .candidate-details-content-container {
      padding-left: 0;
      position: relative;
      margin-left: -10px; }
  .candidate-details-intro {
    font-style: italic;
    color: #b0b4c3;
    font-size: 0.8125rem;
    margin-bottom: 10px; }
    @media (max-width: 575.98px) {
      .candidate-details-intro {
        font-size: 0.75rem; } }

.candidate-toggle {
  border-top: 2px solid #e7eaf3;
  padding: 5px;
  font-size: 0.75rem;
  color: #b0b4c3;
  text-align: center; }
  .candidate-toggle .fa {
    display: table;
    margin: 0 auto;
    color: #00c7e8; }

.candidate-file {
  display: table;
  margin-bottom: 5px;
  color: #53555d; }
  .candidate-file:hover {
    color: #00c7e8; }
  .candidate-file .fa {
    color: #00c7e8; }

.candidate-message {
  white-space: pre-line; }

.candidate-actions {
  padding: 10px 10px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 575.98px) {
    .candidate-actions-label {
      flex-basis: 100%;
      margin-bottom: 10px; } }
  .candidate-actions application-status {
    width: auto;
    flex: 1 1 0%; }
  .candidate-actions .job-application-buttons {
    flex-direction: row;
    justify-content: flex-end; }
    @media (max-width: 575.98px) {
      .candidate-actions .job-application-buttons {
        justify-content: space-between; } }
    .candidate-actions .job-application-buttons .md-btn,
    .candidate-actions .job-application-buttons .application-status-label {
      margin: 0; }
      @media (max-width: 575.98px) {
        .candidate-actions .job-application-buttons .md-btn,
        .candidate-actions .job-application-buttons .application-status-label {
          min-width: 95px; } }
      @media (min-width: 576px) {
        .candidate-actions .job-application-buttons .md-btn:not(:first-child),
        .candidate-actions .job-application-buttons .application-status-label:not(:first-child) {
          margin-left: 30px; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.candidate-eligibility.is-matching .fa {
  color: var(--web-secondary-100, #00c7e8); }

.candidate-eligibility.is-not-matching {
  opacity: 0.5; }
  .candidate-eligibility.is-not-matching .fa {
    color: #ef5d6a; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.candidate-note-container {
  height: 100%; }
  .candidate-note-container.is-loading:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.5); }
  .candidate-note-container > * {
    height: 100%; }

.candidate-note-list {
  position: relative;
  height: 100%; }

.candidate-note-item {
  background: #f5f6fb;
  color: #53555d;
  padding: 5px 45px 10px 10px;
  position: relative; }
  .candidate-note-item + .candidate-note-item {
    margin-top: 10px; }

.candidate-note-manage {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #777b86; }
  .candidate-note-manage .fa {
    margin-left: 5px;
    opacity: 0.7; }
    .candidate-note-manage .fa:hover {
      opacity: 1; }

.candidate-note-delete {
  color: #ef5d6a; }

.candidate-note-content {
  white-space: pre-line; }

.candidate-note-form {
  display: flex;
  flex-direction: column;
  height: 100%; }

.candidate-note-form .candidate-note-file {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 2;
  padding-left: 10px;
  padding-bottom: 8px;
  margin: 0; }

.candidate-note-input {
  width: 100%;
  height: 100%;
  background: #f5f6fb;
  color: #777b86;
  resize: none;
  padding: 5px 10px 30px;
  border: 1px solid #f5f6fb; }
  .ng-submitted .candidate-note-input.ng-invalid {
    border-color: rgba(239, 93, 106, 0.7); }
  .candidate-note-input::placeholder {
    color: #777b86; }

.candidate-note-toolbar {
  position: absolute;
  left: 20px;
  right: 10px;
  bottom: 10px;
  border-top: 2px solid #e7eaf3;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end; }
  .candidate-note-toolbar a {
    color: #53555d;
    line-height: 1.3; }
    .candidate-note-toolbar a:hover {
      color: var(--web-primary-100, #3246ff); }
    .candidate-note-toolbar a + a {
      margin-left: 30px; }
    .candidate-note-toolbar a .fa {
      color: var(--web-secondary-100, #00c7e8);
      margin-right: 10px; }

.candidate-note-cancel {
  margin-right: auto; }
  .candidate-note-cancel .fa {
    color: #777b86 !important; }

.candidate-note-save .fa {
  color: var(--web-primary-100, #20c677) !important; }

.candidate-note-form {
  height: 100%; }

.candidate-note-file {
  display: table;
  margin-top: 10px;
  font-size: 0.8125rem;
  color: var(--web-secondary-100, #00c7e8);
  background: #f5f6fb; }
  .candidate-note-file .fa {
    margin-right: 10px; }
  .candidate-note-file-remove {
    color: #ef5d6a;
    margin-left: 15px; }

@media (max-width: 575.98px) {
  .candidate-note-form .candidate-note-toolbar {
    justify-content: space-between; }
    .candidate-note-form .candidate-note-toolbar-icon {
      font-size: 1.125rem; }
    .candidate-note-form .candidate-note-toolbar-label {
      display: none; }
  .candidate-note-cancel {
    margin: 0; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-save-job i {
  padding: 10px 9px 7px 10px;
  background: #f5f6fb;
  border-radius: 50%;
  color: #e7eaf3; }
  .hosco-save-job i::before {
    font-size: 25px; }

.hosco-save-job .fa.fa-heart {
  color: #f59ea6;
  background: none;
  border: 1px solid #e7eaf3; }

.hosco-save-job .translation {
  display: none; }

.hosco-save-job-detail.md-btn {
  border: 1px solid #e7eaf3;
  background: white;
  color: #777b86;
  width: -moz-fit-content;
  width: fit-content; }
  .hosco-save-job-detail.md-btn i {
    color: #777b86;
    font-size: 1.125rem; }
  .hosco-save-job-detail.md-btn .fa.fa-heart {
    color: #777b86;
    background: none; }
    .hosco-save-job-detail.md-btn .fa.fa-heart::before {
      color: #f59ea6;
      font-size: 1.125rem; }
  .hosco-save-job-detail.md-btn .translation {
    display: inline-block;
    color: #777b86; }

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.error-border {
  border: 1px solid red; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-blue-header {
  padding: 20px;
  font-size: 1rem;
  color: #53555d;
  background: #e7eaf3;
  margin-bottom: 20px;
  text-align: center; }
  .hosco-blue-header-title {
    margin: 0 0 20px;
    font-size: 1.875rem; }
  .hosco-blue-header .title-underline {
    text-decoration: underline; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-container-wrapper {
  background-color: #f5f6fb;
  padding-bottom: 60px;
  padding-top: 20px; }

.hosco-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .hosco-container {
      padding: 0;
      overflow: hidden; } }

.hosco-content {
  flex: 1 0 1%;
  min-width: 1px; }
  @media (max-width: 767.98px) {
    .hosco-content {
      flex-basis: 100%; } }

.hosco-sidebar-wrapper,
hosco-sidebar {
  width: 340px;
  padding-left: 20px;
  position: relative; }
  @media (max-width: 767.98px) {
    .hosco-sidebar-wrapper,
    hosco-sidebar {
      width: 100%; } }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.permissions-wrapper {
  padding-top: 0; }
  .permissions-wrapper .hosco-blue-header {
    position: relative; }
  .permissions-wrapper .hosco-blue-header-title {
    font-size: 1.875rem; }
  .permissions-wrapper .btn-invite-user {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 1.125rem;
    line-height: 3.125rem;
    color: #fff;
    background-color: #20c677;
    border-color: #20c677;
    border: none; }
    .permissions-wrapper .btn-invite-user:hover, .permissions-wrapper .btn-invite-user:focus, .permissions-wrapper .btn-invite-user:active {
      background-color: #20c677;
      color: #fff;
      border-color: #20c677; }
    .permissions-wrapper .btn-invite-user.disabled, .permissions-wrapper .btn-invite-user.disabled:hover, .permissions-wrapper .btn-invite-user[disabled], .permissions-wrapper .btn-invite-user[disabled]:hover {
      color: #fff; }
  .permissions-wrapper .label-invite-user {
    font-weight: 600;
    font-size: 1rem; }
  .permissions-wrapper .users-count {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--web-secondary-100, #00c7e8); }
  .permissions-wrapper .filter-container {
    text-align: right;
    margin: 10px 0; }
    .permissions-wrapper .filter-container .btn-group {
      display: inline-block; }
  .permissions-wrapper .card {
    margin: 20px 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.label-permission-admin,
.label-permission-full,
.label-permission-restricted {
  padding: 1px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: bold; }

.label-permission-admin {
  color: var(--web-secondary-100, #00c7e8);
  border: 1px solid var(--web-secondary-100, #00c7e8); }

.label-permission-full {
  color: #20c677;
  border: 1px solid #20c677; }

.label-permission-restricted {
  color: #fff;
  border: 1px solid #b0b4c3;
  background-color: #b0b4c3; }

member-permissions {
  padding: 20px 0; }
  member-permissions:last-child {
    padding-bottom: 0; }

.member-permissions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid #e7eaf3;
  padding: 20px 0; }
  @media (max-width: 767.98px) {
    .member-permissions {
      align-items: center; } }
  .member-permissions .you {
    text-transform: uppercase;
    color: #b0b4c3;
    font-size: 0.5625rem;
    line-height: 1.5rem;
    font-weight: bold;
    padding: 0 0 0 5px;
    margin: 0 10px 0 0;
    border-left: 5px solid #e7eaf3; }
    .member-permissions .you > i {
      color: #ffc300;
      margin-right: 2px; }
  .member-permissions .member-info-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .member-permissions .member-name,
  .member-permissions .member-divider {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: #53555d; }
  .member-permissions .member-username {
    font-size: 0.875rem;
    color: #53555d; }
    @media (max-width: 767.98px) {
      .member-permissions .member-username {
        flex-basis: 100%; } }
  .member-permissions .label-permission-container {
    padding: 10px 0 0 0; }
  .member-permissions .edit-permissions {
    margin-right: 40px; }
    @media (max-width: 767.98px) {
      .member-permissions .edit-permissions {
        margin-right: 0; } }
  .member-permissions .member-action {
    font-size: 0.875rem;
    color: #53555d; }
    @media (max-width: 767.98px) {
      .member-permissions .member-action {
        display: none; }
        .member-permissions .member-action-container {
          display: block;
          width: 50px;
          height: 50px;
          text-align: center;
          line-height: 50px;
          border-radius: 50%;
          border: 1px solid #e7eaf3;
          font-size: 1.125rem; }
          .member-permissions .member-action-container:not(:last-child) {
            margin-bottom: 4px; } }
  .member-permissions .fa-times {
    color: #ef5d6a; }
  .member-permissions .fa-sign-out {
    color: #777b86; }
  .member-permissions .fa-pencil {
    color: var(--web-secondary-100, #00c7e8); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.pm-tips {
  position: relative;
  background-color: #fff;
  position: relative;
  display: block;
  border-bottom: 1px solid #c5c9d8;
  border-right: 1px solid #e7eaf3;
  padding: 30px 20px 20px; }
  @media (max-width: 767.98px) {
    .pm-tips {
      padding: 30px 10px 20px 10px; } }
  .pm-tips::before {
    content: '';
    width: 55px;
    height: 7px;
    background-color: #f59ea6;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%); }
  .pm-tips.hidden {
    display: none; }
  .pm-tips-header {
    padding-top: 17px; }
  .pm-tips-blue-title {
    color: var(--web-primary-100, #3246ff);
    font-weight: bold;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 0.875rem;
    letter-spacing: 0.1875rem;
    text-align: center;
    text-transform: uppercase;
    position: relative; }
    .pm-tips-blue-title .pm-tips-mobile-navigator-right, .pm-tips-blue-title .pm-tips-mobile-navigator-left {
      position: absolute;
      font-size: 1.25rem;
      color: #b0b4c3;
      top: 50%;
      transform: translateY(-50%); }
    .pm-tips-blue-title .pm-tips-mobile-navigator-right {
      right: 0; }
    .pm-tips-blue-title .pm-tips-mobile-navigator-left {
      left: 0; }
  .pm-tips-big-title {
    color: #53555d;
    font-size: 2.375rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin: 10px auto 35px auto; }
    @media (max-width: 767.98px) {
      .pm-tips-big-title {
        margin: 10px auto 20px auto; } }
  .pm-tips-subtitle {
    color: #53555d;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-align: center;
    max-width: 470px;
    margin: 10px auto 35px auto; }
    @media (max-width: 767.98px) {
      .pm-tips-subtitle {
        margin: 25px auto 20px auto; } }
  .pm-tips-top-right {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #b0b4c3;
    font-size: 0.75rem;
    font-weight: 600; }
    .pm-tips-top-right a {
      color: #b0b4c3; }
  .pm-tips-description {
    display: flex;
    align-items: flex-start; }
    .pm-tips-description-icon {
      width: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 50px;
      border: 1px solid #777b86; }
      .pm-tips-description-icon.plus-icon {
        background-color: var(--web-primary-100, #20c677);
        border: 1px solid var(--web-primary-100, #20c677); }
      .pm-tips-description-icon-container {
        flex-basis: 50px; }
      .pm-tips-description-icon > .fa {
        font-size: 1.125rem; }
      .pm-tips-description-icon > .fa-plus {
        color: #fff; }
      .pm-tips-description-icon > .fa-times {
        color: #ef5d6a; }
      .pm-tips-description-icon > .fa-pencil {
        color: var(--web-secondary-100, #00c7e8); }
      .pm-tips-description-icon > .fa-sign-out {
        color: #777b86; }
    .pm-tips-description-text {
      padding-left: 10px;
      margin-bottom: 25px; }
      @media (max-width: 767.98px) {
        .pm-tips-description-text {
          margin-bottom: 20px; } }
  .pm-tips-column-title {
    color: #53555d;
    font-size: 0.90625rem;
    font-weight: 600;
    margin-bottom: 10px; }
  .pm-tips-text {
    font-size: 0.9375rem;
    margin-bottom: 20px; }
  .pm-tips-indicators {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }
  .pm-tips-indicator {
    height: 10px;
    width: 10px;
    background-color: #777b86;
    border-radius: 50%;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out; }
    .pm-tips-indicator.active {
      transform: scale(2);
      background-color: var(--web-secondary-100, #00c7e8); }
    .pm-tips-indicator:not(:last-child) {
      margin-right: 10px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-card {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 0px; }
  .md-card .header {
    flex: 1;
    position: relative; }
    .md-card .header:before {
      content: '';
      position: absolute;
      top: 0;
      width: 50px;
      height: 7px;
      background-color: #f59ea6;
      left: 0; }
    .md-card .header .close {
      float: right;
      color: #b0b4c3;
      font-size: 12px; }
      .md-card .header .close .ha {
        font-size: 10px; }
    .md-card .header .subtitle {
      margin-top: 20px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 14px;
      color: var(--web-secondary-100, #00c7e8);
      text-transform: uppercase; }
    .md-card .header .title {
      margin: 20px 0;
      font-size: 38px;
      font-weight: bold;
      line-height: 40px;
      color: #53555d; }
  .md-card .content {
    margin-bottom: 20px; }
  .md-card .action {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .md-card .action > * {
      margin-bottom: 20px;
      align-self: center; }

.md-card-hover:hover {
  box-shadow: -7px 7px 10px 0 rgba(0, 0, 0, 0.3); }

.md-card-hover:active {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-badge {
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 8px;
  margin-right: 5px; }

.md-badge-default {
  border: 1px solid #b0b4c3;
  color: #b0b4c3; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-sidebar-nav {
  position: fixed;
  height: 100%;
  padding-right: 15px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-items: right;
  right: 0;
  transition: right 0.5s ease-in-out; }
  @media (max-width: 575.98px) {
    .hosco-sidebar-nav {
      display: none; } }
  .hosco-sidebar-nav.hide {
    right: -200px;
    transition: right 0.5s ease-in-out; }
  .hosco-sidebar-nav-item {
    display: block;
    padding: 7px 0;
    text-align: right; }
    .hosco-sidebar-nav-item .md-btn {
      padding: 1px 8px;
      min-width: 0;
      opacity: 0.5;
      transition: opacity 0.2s ease-in-out; }
      .hosco-sidebar-nav-item .md-btn-text {
        display: none;
        padding: 0 10px; }
      .hosco-sidebar-nav-item .md-btn-placeholder {
        display: block; }
      .hosco-sidebar-nav-item .md-btn.active {
        opacity: 1;
        transition: opacity 0.2s ease-in-out;
        background-color: var(--web-secondary-100, #00c7e8);
        border-color: var(--web-secondary-100, #00c7e8); }
        .hosco-sidebar-nav-item .md-btn.active .md-btn-text {
          display: block; }
        .hosco-sidebar-nav-item .md-btn.active .md-btn-placeholder {
          display: none; }
      @media (min-width: 992px) {
        .hosco-sidebar-nav-item .md-btn:hover {
          opacity: 1;
          transition: opacity 0.2s ease-in-out;
          background-color: var(--web-primary-100, #3246ff);
          border-color: var(--web-primary-100, #3246ff); }
          .hosco-sidebar-nav-item .md-btn:hover .md-btn-text {
            display: block; }
          .hosco-sidebar-nav-item .md-btn:hover .md-btn-placeholder {
            display: none; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.home-new-jumbotron,
.org-new-jumbotron,
.ts-new-jumbotron {
  margin: 0;
  padding-top: calc(60px + 20);
  position: relative;
  z-index: 5;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  height: 100vh;
  width: 100%; }
  .home-new-jumbotron.app-banner,
  .org-new-jumbotron.app-banner,
  .ts-new-jumbotron.app-banner {
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-new-jumbotron-testimonials,
  .org-new-jumbotron-testimonials,
  .ts-new-jumbotron-testimonials {
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .home-new-jumbotron-testimonials .home-new-jumbotron-container,
    .org-new-jumbotron-testimonials .home-new-jumbotron-container,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-container {
      width: 100%;
      flex-wrap: wrap; }
    .home-new-jumbotron-testimonials .home-new-jumbotron-baseline,
    .org-new-jumbotron-testimonials .home-new-jumbotron-baseline,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline {
      padding: 0 40px;
      display: flex; }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs {
        flex: 0 0 100%;
        max-width: 100%;
        align-self: flex-start; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs.app-banner,
        .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs.app-banner,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs.app-banner {
          padding-top: 30px; }
        @media (min-width: 576px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs {
            display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
        @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm {
            display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title {
        font-size: 1.625rem; }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle {
        font-size: 1.125rem; }
      @media (max-width: 575.98px) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-baseline,
        .org-new-jumbotron-testimonials .home-new-jumbotron-baseline,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline {
          padding: 0;
          margin-top: -50px; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title {
            font-size: 1.5625rem; } }
    @media (max-width: 575.98px) and (max-width: 575.98px) {
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title {
        font-size: 1.125rem;
        line-height: 1.125rem;
        padding: 0; } }
      @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle {
            font-size: 1rem; } }
    @media (max-width: 575.98px) and (max-width: 575.98px) {
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle {
        font-size: 0.75rem;
        line-height: 0.75rem;
        padding: 0; } }
    .home-new-jumbotron-testimonials .home-new-jumbotron-video,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
      text-align: center;
      align-items: center;
      justify-content: space-between;
      display: flex;
      flex-direction: column;
      background-image: url(https://www.hosco.com/client/build/production/039c6910d99bc04779d450e242e81360.png);
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      padding: 0;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      /* @2x Images (Pixel Ratio of 1.25+) */
      /* @3x Images (Pixel Ratio of 2.25+) */ }
      @media (max-width: 575.98px) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          height: 270px;
          flex: 0 0 100%;
          max-width: 100%;
          border-bottom: 2px solid #998651; } }
      @media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          background-image: url(https://www.hosco.com/client/build/production/5c7293432ac3179ee04033b8b3c8d794.png); } }
      @media only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          background-image: url(https://www.hosco.com/client/build/production/66aa6bb6133044f838cfff8c00d987bb.png); } }
      @media (max-width: 991.98px) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          /* @2x Images (Pixel Ratio of 1.25+) */
          /* @3x Images (Pixel Ratio of 2.25+) */ } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (min-resolution: 1.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
      background-image: url(https://www.hosco.com/client/build/production/54a2f5d7a6d53c848f943f12b211b233.png); } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 2.25), only screen and (max-width: 991.98px) and (min-resolution: 2.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
      background-image: url(https://www.hosco.com/client/build/production/90b1d477e92572ddebb7983560279a92.png); } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-video-top,
      .org-new-jumbotron-testimonials .home-new-jumbotron-video-top,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top {
        color: #fff;
        margin-top: 30vh; }
        @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top {
            margin-top: 20px; } }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title {
          font-size: 1.875rem;
          opacity: 0.5;
          font-weight: 300;
          padding: 0; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
            background-repeat: no-repeat;
            width: 600px; }
            @media (max-width: 991.98px) {
              .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
              .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
              .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
                max-width: 320px;
                /* @2x Images (Pixel Ratio of 1.25+) */
                /* @3x Images (Pixel Ratio of 2.25+) */ } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (min-resolution: 1.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
      background-image: url("https://cdn.hosco.com/advice/picture/influencers-2/hospitality-influencers@2x.png") no-repeat; } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 2.25), only screen and (max-width: 991.98px) and (min-resolution: 2.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
      background-image: url("https://cdn.hosco.com/advice/picture/influencers-2/hospitality-influencers@3x.png") no-repeat; } }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-subtitle,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-subtitle,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-subtitle {
          font-size: 0.625rem;
          letter-spacing: 0.83px;
          opacity: 0.7;
          font-weight: 700;
          text-transform: uppercase;
          padding: 0; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch {
          font-size: 0.75rem; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch a,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch a,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch a {
            color: #fff; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch i,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch i,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch i {
            margin-left: 5px; }
          @media (max-width: 575.98px) {
            .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
            .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
            .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch {
              display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
      .org-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-video-middle {
        opacity: 0.5;
        font-size: 5.625rem;
        line-height: 0.7; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-middle a,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-middle a,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-middle a {
          color: #fff; }
        @media (min-width: 576px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-middle {
            display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
      .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom {
        color: #998651;
        margin-bottom: 145px; }
        @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom {
            margin-bottom: 10px; } }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-starring,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-starring,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-starring {
          font-size: 0.625rem;
          font-weight: 700;
          text-transform: uppercase; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people {
          font-size: 0.8125rem;
          font-style: italic; }
          @media (max-width: 575.98px) {
            .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
            .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
            .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people {
              font-size: 0.625rem; } }
  .home-new-jumbotron-home,
  .org-new-jumbotron-home,
  .ts-new-jumbotron-home {
    background-color: black; }
  .home-new-jumbotron-employers,
  .org-new-jumbotron-employers,
  .ts-new-jumbotron-employers {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gETCgEpvqrtEwAAABdJREFUCNcFwQEBAAAAgiD6P9oAqqwCB0bUBvuTmwWwAAAAAElFTkSuQmCC"), url(https://www.hosco.com/client/build/production/478d0620b2dd80cc7dabbe614776e4e0.jpg);
    background-position: left, left, left, center center; }
  .home-new-jumbotron-schools,
  .org-new-jumbotron-schools,
  .ts-new-jumbotron-schools {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gETCgEpvqrtEwAAABdJREFUCNcFwQEBAAAAgiD6P9oAqqwCB0bUBvuTmwWwAAAAAElFTkSuQmCC"), url(https://www.hosco.com/client/build/production/bbd2c6404095222fd5f1245fe0c440b2.jpg);
    background-position: left, left, left, right center; }
  .home-new-jumbotron-mobile,
  .org-new-jumbotron-mobile,
  .ts-new-jumbotron-mobile {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gETCgEpvqrtEwAAABdJREFUCNcFwQEBAAAAgiD6P9oAqqwCB0bUBvuTmwWwAAAAAElFTkSuQmCC"), url(https://www.hosco.com/client/build/production/a5777f50ba50c2f221a645e6620f0b9e.jpg);
    background-position: left, left, left, right center;
    color: #fff;
    padding: 50px; }
    .home-new-jumbotron-mobile .accent,
    .org-new-jumbotron-mobile .accent,
    .ts-new-jumbotron-mobile .accent {
      display: flex;
      align-items: center; }
      .home-new-jumbotron-mobile .accent .ha,
      .org-new-jumbotron-mobile .accent .ha,
      .ts-new-jumbotron-mobile .accent .ha {
        font-size: 3rem;
        position: relative;
        bottom: 16px;
        right: 3px; }
      .home-new-jumbotron-mobile .accent .message,
      .org-new-jumbotron-mobile .accent .message,
      .ts-new-jumbotron-mobile .accent .message {
        background-color: var(--web-secondary-100, #00c7e8);
        color: white;
        font-size: 0.75rem;
        border-radius: 10px;
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: bold; }
  .home-new-jumbotron-container,
  .org-new-jumbotron-container,
  .ts-new-jumbotron-container {
    height: 100%;
    display: flex;
    align-items: center; }
    .home-new-jumbotron-container-center,
    .org-new-jumbotron-container-center,
    .ts-new-jumbotron-container-center {
      justify-content: center; }
  .home-new-jumbotron-baseline,
  .org-new-jumbotron-baseline,
  .ts-new-jumbotron-baseline {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 90%; }
    @media (min-width: 992px) {
      .home-new-jumbotron-baseline,
      .org-new-jumbotron-baseline,
      .ts-new-jumbotron-baseline {
        max-width: 500px; } }
    .home-new-jumbotron-baseline-images,
    .org-new-jumbotron-baseline-images,
    .ts-new-jumbotron-baseline-images {
      width: 100%;
      max-width: none;
      flex-direction: row;
      text-align: left;
      padding: 20px; }
      .home-new-jumbotron-baseline-images img,
      .org-new-jumbotron-baseline-images img,
      .ts-new-jumbotron-baseline-images img {
        max-width: 100%; }
      @media (max-width: 767.98px) {
        .home-new-jumbotron-baseline-images,
        .org-new-jumbotron-baseline-images,
        .ts-new-jumbotron-baseline-images {
          flex-direction: column;
          text-align: center; } }
      @media (min-width: 1200px) {
        .home-new-jumbotron-baseline-images > div,
        .org-new-jumbotron-baseline-images > div,
        .ts-new-jumbotron-baseline-images > div {
          flex: 1; }
          .home-new-jumbotron-baseline-images > div:first-child,
          .org-new-jumbotron-baseline-images > div:first-child,
          .ts-new-jumbotron-baseline-images > div:first-child {
            padding-left: 100px;
            flex: 0.4; }
          .home-new-jumbotron-baseline-images > div:last-child,
          .org-new-jumbotron-baseline-images > div:last-child,
          .ts-new-jumbotron-baseline-images > div:last-child {
            padding-right: 100px;
            flex: 0.6; } }
  .home-new-jumbotron-title,
  .org-new-jumbotron-title,
  .ts-new-jumbotron-title {
    padding: 5px 0;
    font-weight: 700;
    font-size: 1.875rem; }
    @media (min-width: 992px) {
      .home-new-jumbotron-title,
      .org-new-jumbotron-title,
      .ts-new-jumbotron-title {
        font-size: 2.5rem; } }
  .home-new-jumbotron-subtitle,
  .org-new-jumbotron-subtitle,
  .ts-new-jumbotron-subtitle {
    padding: 5px 0;
    font-size: 1.125rem;
    line-height: 1.5rem; }
    @media (min-width: 992px) {
      .home-new-jumbotron-subtitle,
      .org-new-jumbotron-subtitle,
      .ts-new-jumbotron-subtitle {
        max-width: 600px; } }
    @media (min-width: 576px) {
      .home-new-jumbotron-subtitle-md,
      .org-new-jumbotron-subtitle-md,
      .ts-new-jumbotron-subtitle-md {
        display: block; } }
    @media (max-width: 767.98px) {
      .home-new-jumbotron-subtitle-md,
      .org-new-jumbotron-subtitle-md,
      .ts-new-jumbotron-subtitle-md {
        display: none; } }
    @media (min-width: 576px) {
      .home-new-jumbotron-subtitle-sm,
      .org-new-jumbotron-subtitle-sm,
      .ts-new-jumbotron-subtitle-sm {
        display: none; } }
    @media (max-width: 767.98px) {
      .home-new-jumbotron-subtitle-sm,
      .org-new-jumbotron-subtitle-sm,
      .ts-new-jumbotron-subtitle-sm {
        display: block; } }
  .home-new-jumbotron-cta,
  .org-new-jumbotron-cta,
  .ts-new-jumbotron-cta {
    padding: 20px 0; }
  .home-new-jumbotron-benefits,
  .org-new-jumbotron-benefits,
  .ts-new-jumbotron-benefits {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    padding: 15px 0 10px 0; }
    .home-new-jumbotron-benefits-line,
    .org-new-jumbotron-benefits-line,
    .ts-new-jumbotron-benefits-line {
      content: '';
      width: 62px;
      height: 0px;
      border: 2.5px solid var(--web-secondary-100, #00c7e8);
      border-radius: 50px;
      margin: 10px 0; }
    .home-new-jumbotron-benefits-text,
    .org-new-jumbotron-benefits-text,
    .ts-new-jumbotron-benefits-text {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.875rem; }
    .home-new-jumbotron-benefits-caret,
    .org-new-jumbotron-benefits-caret,
    .ts-new-jumbotron-benefits-caret {
      animation: bounce-down 0.75s infinite ease-in-out;
      font-size: 1.875rem;
      color: var(--web-secondary-100, #00c7e8);
      cursor: pointer; }
      .home-new-jumbotron-benefits-caret:hover,
      .org-new-jumbotron-benefits-caret:hover,
      .ts-new-jumbotron-benefits-caret:hover {
        animation: none; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.home-jumbotron {
  min-height: 600px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
  height: 600px; }
  .home-jumbotron-container {
    position: absolute;
    width: 100%;
    top: 30%;
    padding: 0;
    z-index: 8; }
    @media (max-width: 767.98px) {
      .home-jumbotron-container {
        position: relative; } }
  .home-jumbotron-title h1 {
    font-size: 3.4375rem;
    line-height: 1.24em;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin: 0 0 15px;
    text-shadow: 0 0 40px #53555d; }
    @media (max-width: 767.98px) {
      .home-jumbotron-title h1 {
        font-size: 2.5rem; } }
    @media (max-width: 575.98px) {
      .home-jumbotron-title h1 {
        font-size: 2.1875rem; } }
  .home-jumbotron-title h2 {
    font-size: 3.09375rem;
    line-height: 1.24em;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin: 0 0 15px;
    text-shadow: 0 0 40px #53555d; }
    @media (max-width: 767.98px) {
      .home-jumbotron-title h2 {
        font-size: 2.25rem; } }
    @media (max-width: 575.98px) {
      .home-jumbotron-title h2 {
        font-size: 1.96875rem; } }
  .home-jumbotron-title h3 {
    font-size: 2.75rem;
    line-height: 1.24em;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin: 0 0 15px;
    text-shadow: 0 0 40px #53555d; }
    @media (max-width: 767.98px) {
      .home-jumbotron-title h3 {
        font-size: 2rem; } }
    @media (max-width: 575.98px) {
      .home-jumbotron-title h3 {
        font-size: 1.75rem; } }
  .home-jumbotron-form {
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 200px;
    padding: 35px 10px;
    position: relative; }
    @media (max-width: 767.98px) {
      .home-jumbotron-form {
        margin-top: 130px; } }
    @media (max-width: 575.98px) {
      .home-jumbotron-form {
        padding: 15px 10px; } }
    .home-jumbotron-form label,
    .home-jumbotron-form input {
      color: #000;
      font-weight: 300; }
    .home-jumbotron-form-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
  .home-jumbotron-baseline {
    min-height: 80px;
    text-align: center; }
  .home-jumbotron-secondary {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: 300;
    text-align: center;
    margin: 0 0 20px;
    text-shadow: none; }
    @media (max-width: 767.98px) {
      .home-jumbotron-secondary {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
  .home-jumbotron .form-control {
    border: 0;
    color: #777b86;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    width: 240px;
    font-size: 1.125rem;
    max-width: 100%; }
    .home-jumbotron .form-control::placeholder {
      font-weight: 500;
      color: #777b86;
      font-size: 1.25rem;
      opacity: 1; }
    @media (max-width: 575.98px) {
      .home-jumbotron .form-control {
        width: 100%; } }
  .home-jumbotron .btn {
    height: 53px;
    line-height: 53px;
    padding: 0 15px;
    font-size: 1.25rem;
    text-transform: none;
    min-width: 210px;
    width: 100%;
    max-width: 100%; }
  @media (max-width: 767.98px) {
    .home-jumbotron .btn-wrapper {
      margin-top: 10px; } }
  .home-jumbotron .form-group {
    margin-bottom: 0;
    display: inline-block;
    margin-right: 5px;
    vertical-align: top; }
    @media (max-width: 575.98px) {
      .home-jumbotron .form-group {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
        display: block; } }
  .home-jumbotron-arrow {
    background: #000;
    height: 40px;
    line-height: 40px;
    width: 50px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
    z-index: 10;
    color: #fff; }
    .home-jumbotron-arrow:hover {
      background-color: #53555d;
      color: #fff; }
  .home-jumbotron-play {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0; }
  .home-jumbotron-video {
    position: absolute;
    width: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
    .home-jumbotron-video-placeholder {
      position: absolute;
      width: 100%;
      height: 100%;
      background: transparent url(https://www.hosco.com/client/build/production/91177f64745b54d49ddfc33bea0badf3.jpg) no-repeat center center;
      background-size: cover;
      z-index: 5; }
    .home-jumbotron-video-wrapper {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      overflow: hidden; }
    .home-jumbotron-video iframe {
      position: absolute;
      width: 100%;
      height: 100%; }

.branded-content .jumbotron.home-jumbotron .home-jumbotron-form {
  margin-top: 60px; }
  @media (max-width: 575.98px) {
    .branded-content .jumbotron.home-jumbotron .home-jumbotron-form {
      margin-top: 30px; } }

.branded-content .home-jumbotron {
  min-height: 700px;
  background-position: center center !important; }
  @media (max-width: 767.98px) {
    .branded-content .home-jumbotron {
      min-height: 0;
      height: auto; } }
  .branded-content .home-jumbotron .btn {
    width: auto; }

.branded-banner {
  background: no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 100; }
  @media (max-width: 767.98px) {
    .branded-banner {
      display: none; } }

.home-stat-section {
  background-color: #c5c9d8;
  padding: 50px 0 25px; }

.home-stat-container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  display: table;
  overflow: hidden; }

.home-stat-list {
  margin-bottom: 0;
  text-align: center; }

.home-stat-value {
  font-size: 2.8125rem;
  line-height: 1.2em;
  color: #53555d;
  opacity: 0; }

.home-stat-label {
  font-size: 1.375rem;
  display: block; }

.branded-banner-top {
  text-align: center; }

.branded-banner + .home-jumbotron-container .home-jumbotron-title {
  padding-right: 200px; }
  @media (max-width: 767.98px) {
    .branded-banner + .home-jumbotron-container .home-jumbotron-title {
      padding-right: 0; } }

.hosco-new-brand #main {
  background-color: #f5f6fb;
  padding: 60px 0 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 575.98px) {
    .hosco-new-brand #main {
      padding: 60px 0 0 0; } }
  .hosco-new-brand #main .even {
    width: 100%;
    background-color: white; }
  .hosco-new-brand #main .home-section {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .hosco-new-brand #main .home-section-bgtext {
      font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #e7eaf3;
      text-transform: uppercase;
      font-weight: 700;
      position: absolute;
      line-height: 1;
      margin-top: -52px;
      font-size: 6.25rem; }
      @media (max-width: 991.98px) {
        .hosco-new-brand #main .home-section-bgtext {
          font-size: 4.0625rem;
          margin-top: -21px; } }
      @media (max-width: 767.98px) {
        .hosco-new-brand #main .home-section-bgtext {
          font-size: 3.125rem;
          margin-top: -9px; } }
    .hosco-new-brand #main .home-section-line {
      content: '';
      width: 62px;
      height: 0px;
      border: 2.5px solid var(--web-secondary-100, #00c7e8);
      margin-bottom: 10px;
      margin-left: -5px;
      border-radius: 50px; }
      .hosco-new-brand #main .home-section-line-center {
        margin: 0 auto 10px; }
    .hosco-new-brand #main .home-section-quote {
      text-transform: uppercase;
      font-weight: 700;
      color: var(--web-secondary-100, #00c7e8); }
    .hosco-new-brand #main .home-section-title {
      font-size: 2.375rem;
      font-weight: 700;
      line-height: 1.2;
      padding: 10px 0; }
    .hosco-new-brand #main .home-section-accent {
      font-size: 0.75rem;
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      background-color: var(--web-secondary-100, #00c7e8);
      border-radius: 10px;
      padding: 0 10px;
      margin: auto;
      display: inline-block; }
    .hosco-new-brand #main .home-section-text {
      font-size: 1.125rem;
      max-width: 80%;
      padding: 10px 0;
      line-height: 1.5rem; }
      @media (max-width: 575.98px) {
        .hosco-new-brand #main .home-section-text {
          max-width: 100%; } }
      .hosco-new-brand #main .home-section-text-center {
        margin: auto; }
    .hosco-new-brand #main .home-section-content {
      color: #333;
      padding: 20px 0;
      display: flex;
      margin: 0 -5px;
      flex-wrap: wrap; }
      .hosco-new-brand #main .home-section-content .app-preview {
        margin-top: -4rem; }
    .hosco-new-brand #main .home-section.home-jobs-section .home-section-content {
      margin: 0 -10px;
      flex-wrap: wrap; }
    .hosco-new-brand #main .home-section.home-form-section .home-section-bgtext {
      max-width: 730px; }
      @media (max-width: 991.98px) {
        .hosco-new-brand #main .home-section.home-form-section .home-section-bgtext {
          max-width: 415px; } }
      @media (max-width: 767.98px) {
        .hosco-new-brand #main .home-section.home-form-section .home-section-bgtext {
          max-width: 310px; } }
    .hosco-new-brand #main .home-section-cta {
      text-align: center;
      padding: 30px 0; }
    .hosco-new-brand #main .home-section .md-card-job {
      padding: 10px 0;
      margin: 0 5px 15px 5px; }
      @media (max-width: 991.98px) {
        .hosco-new-brand #main .home-section .md-card-job {
          margin: 5px 0; } }
      .hosco-new-brand #main .home-section .md-card-job .md-card-thumb {
        align-self: center; }
        .hosco-new-brand #main .home-section .md-card-job .md-card-thumb img {
          border: 1px solid #e7eaf3;
          width: 100%;
          height: auto;
          padding: 5px; }
      .hosco-new-brand #main .home-section .md-card-job .md-card-content {
        flex-direction: column;
        padding-left: 0; }
        .hosco-new-brand #main .home-section .md-card-job .md-card-content-title {
          font-size: 1.0625rem;
          font-weight: 700;
          line-height: 1.25rem; }
          @media (min-width: 576px) {
            .hosco-new-brand #main .home-section .md-card-job .md-card-content-title {
              max-height: 24px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; } }
        .hosco-new-brand #main .home-section .md-card-job .md-card-content-subtitle {
          padding-top: 5px;
          line-height: 1rem;
          color: #777b86; }
        .hosco-new-brand #main .home-section .md-card-job .md-card-content-badges {
          padding-top: 10px;
          margin-top: auto;
          overflow-x: hidden;
          height: 34px;
          text-overflow: ellipsis;
          white-space: nowrap; }
          @media (max-width: 575.98px) {
            .hosco-new-brand #main .home-section .md-card-job .md-card-content-badges {
              display: none; } }
      .hosco-new-brand #main .home-section .md-card-job .md-card-cta {
        padding-left: 0;
        align-self: center;
        font-weight: 700;
        text-transform: uppercase;
        text-align: right;
        color: var(--web-primary-100, #3246ff);
        font-size: 1.125rem; }
    .hosco-new-brand #main .home-section.home-section-mobile .fa-ul {
      font-size: 1.125rem;
      line-height: 24px; }
      .hosco-new-brand #main .home-section.home-section-mobile .fa-ul li {
        margin-bottom: 20px; }
      .hosco-new-brand #main .home-section.home-section-mobile .fa-ul .fa-check {
        color: var(--web-secondary-100, #00c7e8); }
    .hosco-new-brand #main .home-section.home-section-mobile-card {
      display: flex;
      background-color: white; }
      .hosco-new-brand #main .home-section.home-section-mobile-card .home-section-card {
        margin: 30px;
        padding: 10px;
        background-color: #f5f6fb;
        flex: 1 0 0; }
        .hosco-new-brand #main .home-section.home-section-mobile-card .home-section-card:first-child {
          margin-right: 15px;
          margin-left: 0; }
        .hosco-new-brand #main .home-section.home-section-mobile-card .home-section-card:last-child {
          margin-right: 0;
          margin-left: 15px; }
        @media (max-width: 575.98px) {
          .hosco-new-brand #main .home-section.home-section-mobile-card .home-section-card {
            flex: 100% 0 0; }
            .hosco-new-brand #main .home-section.home-section-mobile-card .home-section-card:first-child, .hosco-new-brand #main .home-section.home-section-mobile-card .home-section-card:last-child {
              margin-right: 0;
              margin-left: 0; } }
    .hosco-new-brand #main .home-section.home-section-mobile-advantages {
      padding-top: 40px; }
      .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards {
        display: flex;
        flex-wrap: wrap; }
        .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards > .card-container {
          flex: 50% 0 0;
          padding: 10px;
          display: flex; }
          @media (max-width: 575.98px) {
            .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards > .card-container {
              flex: 1 0 0; } }
        .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards .md-card {
          background-color: white;
          padding: 20px;
          position: relative; }
          .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards .md-card .separator {
            background-color: #f5f6fb;
            height: 10px;
            width: 200px;
            display: block;
            position: relative;
            top: 25px;
            right: 25px;
            z-index: 1; }
          .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards .md-card .title-icon {
            height: 40px;
            z-index: 2;
            position: relative;
            margin-bottom: 40px; }
            .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards .md-card .title-icon img {
              height: 100%; }
          .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards .md-card .title {
            font-size: 1.125rem;
            font-weight: bold;
            line-height: 24px; }
          .hosco-new-brand #main .home-section.home-section-mobile-advantages .cards .md-card .content {
            font-size: 1.125rem;
            line-height: 24px; }
  .hosco-new-brand #main .md-card-form {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-card {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 0px; }
  .md-card .header {
    flex: 1;
    position: relative; }
    .md-card .header:before {
      content: '';
      position: absolute;
      top: 0;
      width: 50px;
      height: 7px;
      background-color: #f59ea6;
      left: 0; }
    .md-card .header .close {
      float: right;
      color: #b0b4c3;
      font-size: 12px; }
      .md-card .header .close .ha {
        font-size: 10px; }
    .md-card .header .subtitle {
      margin-top: 20px;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 3px;
      line-height: 14px;
      color: var(--web-secondary-100, #00c7e8);
      text-transform: uppercase; }
    .md-card .header .title {
      margin: 20px 0;
      font-size: 38px;
      font-weight: bold;
      line-height: 40px;
      color: #53555d; }
  .md-card .content {
    margin-bottom: 20px; }
  .md-card .action {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .md-card .action > * {
      margin-bottom: 20px;
      align-self: center; }

.md-card-hover:hover {
  box-shadow: -7px 7px 10px 0 rgba(0, 0, 0, 0.3); }

.md-card-hover:active {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-badge {
  display: inline-block;
  border-radius: 5px;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 8px;
  margin-right: 5px; }

.md-badge-default {
  border: 1px solid #b0b4c3;
  color: #b0b4c3; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-sidebar-nav {
  position: fixed;
  height: 100%;
  padding-right: 15px;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-items: right;
  right: 0;
  transition: right 0.5s ease-in-out; }
  @media (max-width: 575.98px) {
    .hosco-sidebar-nav {
      display: none; } }
  .hosco-sidebar-nav.hide {
    right: -200px;
    transition: right 0.5s ease-in-out; }
  .hosco-sidebar-nav-item {
    display: block;
    padding: 7px 0;
    text-align: right; }
    .hosco-sidebar-nav-item .md-btn {
      padding: 1px 8px;
      min-width: 0;
      opacity: 0.5;
      transition: opacity 0.2s ease-in-out; }
      .hosco-sidebar-nav-item .md-btn-text {
        display: none;
        padding: 0 10px; }
      .hosco-sidebar-nav-item .md-btn-placeholder {
        display: block; }
      .hosco-sidebar-nav-item .md-btn.active {
        opacity: 1;
        transition: opacity 0.2s ease-in-out;
        background-color: var(--web-secondary-100, #00c7e8);
        border-color: var(--web-secondary-100, #00c7e8); }
        .hosco-sidebar-nav-item .md-btn.active .md-btn-text {
          display: block; }
        .hosco-sidebar-nav-item .md-btn.active .md-btn-placeholder {
          display: none; }
      @media (min-width: 992px) {
        .hosco-sidebar-nav-item .md-btn:hover {
          opacity: 1;
          transition: opacity 0.2s ease-in-out;
          background-color: var(--web-primary-100, #3246ff);
          border-color: var(--web-primary-100, #3246ff); }
          .hosco-sidebar-nav-item .md-btn:hover .md-btn-text {
            display: block; }
          .hosco-sidebar-nav-item .md-btn:hover .md-btn-placeholder {
            display: none; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.home-new-jumbotron,
.org-new-jumbotron,
.ts-new-jumbotron {
  margin: 0;
  padding-top: calc(60px + 20);
  position: relative;
  z-index: 5;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, cover;
  height: 100vh;
  width: 100%; }
  .home-new-jumbotron.app-banner,
  .org-new-jumbotron.app-banner,
  .ts-new-jumbotron.app-banner {
    padding-top: 50px;
    padding-bottom: 50px; }
  .home-new-jumbotron-testimonials,
  .org-new-jumbotron-testimonials,
  .ts-new-jumbotron-testimonials {
    background-color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .home-new-jumbotron-testimonials .home-new-jumbotron-container,
    .org-new-jumbotron-testimonials .home-new-jumbotron-container,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-container {
      width: 100%;
      flex-wrap: wrap; }
    .home-new-jumbotron-testimonials .home-new-jumbotron-baseline,
    .org-new-jumbotron-testimonials .home-new-jumbotron-baseline,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline {
      padding: 0 40px;
      display: flex; }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs {
        flex: 0 0 100%;
        max-width: 100%;
        align-self: flex-start; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs.app-banner,
        .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs.app-banner,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs.app-banner {
          padding-top: 30px; }
        @media (min-width: 576px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-xs {
            display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm {
        flex: 0 0 41.66667%;
        max-width: 41.66667%; }
        @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline-sm {
            display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title {
        font-size: 1.625rem; }
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle {
        font-size: 1.125rem; }
      @media (max-width: 575.98px) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-baseline,
        .org-new-jumbotron-testimonials .home-new-jumbotron-baseline,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline {
          padding: 0;
          margin-top: -50px; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title {
            font-size: 1.5625rem; } }
    @media (max-width: 575.98px) and (max-width: 575.98px) {
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-title {
        font-size: 1.125rem;
        line-height: 1.125rem;
        padding: 0; } }
      @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
          .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle {
            font-size: 1rem; } }
    @media (max-width: 575.98px) and (max-width: 575.98px) {
      .home-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .org-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-baseline .home-new-jumbotron-subtitle {
        font-size: 0.75rem;
        line-height: 0.75rem;
        padding: 0; } }
    .home-new-jumbotron-testimonials .home-new-jumbotron-video,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
      text-align: center;
      align-items: center;
      justify-content: space-between;
      display: flex;
      flex-direction: column;
      background-image: url(https://www.hosco.com/client/build/production/039c6910d99bc04779d450e242e81360.png);
      height: 100%;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      padding: 0;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      /* @2x Images (Pixel Ratio of 1.25+) */
      /* @3x Images (Pixel Ratio of 2.25+) */ }
      @media (max-width: 575.98px) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          height: 270px;
          flex: 0 0 100%;
          max-width: 100%;
          border-bottom: 2px solid #998651; } }
      @media only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          background-image: url(https://www.hosco.com/client/build/production/5c7293432ac3179ee04033b8b3c8d794.png); } }
      @media only screen and (min-device-pixel-ratio: 2.25), only screen and (min-resolution: 2.25dppx) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          background-image: url(https://www.hosco.com/client/build/production/66aa6bb6133044f838cfff8c00d987bb.png); } }
      @media (max-width: 991.98px) {
        .home-new-jumbotron-testimonials .home-new-jumbotron-video,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
          /* @2x Images (Pixel Ratio of 1.25+) */
          /* @3x Images (Pixel Ratio of 2.25+) */ } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (min-resolution: 1.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
      background-image: url(https://www.hosco.com/client/build/production/54a2f5d7a6d53c848f943f12b211b233.png); } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 2.25), only screen and (max-width: 991.98px) and (min-resolution: 2.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video {
      background-image: url(https://www.hosco.com/client/build/production/90b1d477e92572ddebb7983560279a92.png); } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-video-top,
      .org-new-jumbotron-testimonials .home-new-jumbotron-video-top,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top {
        color: #fff;
        margin-top: 30vh; }
        @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top {
            margin-top: 20px; } }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title {
          font-size: 1.875rem;
          opacity: 0.5;
          font-weight: 300;
          padding: 0; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
            background-repeat: no-repeat;
            width: 600px; }
            @media (max-width: 991.98px) {
              .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
              .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
              .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
                max-width: 320px;
                /* @2x Images (Pixel Ratio of 1.25+) */
                /* @3x Images (Pixel Ratio of 2.25+) */ } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 1.25), only screen and (max-width: 991.98px) and (min-resolution: 1.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
      background-image: url("https://cdn.hosco.com/advice/picture/influencers-2/hospitality-influencers@2x.png") no-repeat; } }
  @media only screen and (max-width: 991.98px) and (min-device-pixel-ratio: 2.25), only screen and (max-width: 991.98px) and (min-resolution: 2.25dppx) {
    .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img,
    .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-title-img {
      background-image: url("https://cdn.hosco.com/advice/picture/influencers-2/hospitality-influencers@3x.png") no-repeat; } }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-subtitle,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-subtitle,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-subtitle {
          font-size: 0.625rem;
          letter-spacing: 0.83px;
          opacity: 0.7;
          font-weight: 700;
          text-transform: uppercase;
          padding: 0; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch {
          font-size: 0.75rem; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch a,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch a,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch a {
            color: #fff; }
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch i,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch i,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch i {
            margin-left: 5px; }
          @media (max-width: 575.98px) {
            .home-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
            .org-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch,
            .ts-new-jumbotron-testimonials .home-new-jumbotron-video-top .home-new-jumbotron-watch {
              display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
      .org-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-video-middle {
        opacity: 0.5;
        font-size: 5.625rem;
        line-height: 0.7; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-middle a,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-middle a,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-middle a {
          color: #fff; }
        @media (min-width: 576px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-middle,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-middle {
            display: none; } }
      .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
      .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
      .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom {
        color: #998651;
        margin-bottom: 145px; }
        @media (max-width: 575.98px) {
          .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
          .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom,
          .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom {
            margin-bottom: 10px; } }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-starring,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-starring,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-starring {
          font-size: 0.625rem;
          font-weight: 700;
          text-transform: uppercase; }
        .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
        .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
        .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people {
          font-size: 0.8125rem;
          font-style: italic; }
          @media (max-width: 575.98px) {
            .home-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
            .org-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people,
            .ts-new-jumbotron-testimonials .home-new-jumbotron-video-bottom .home-new-jumbotron-people {
              font-size: 0.625rem; } }
  .home-new-jumbotron-home,
  .org-new-jumbotron-home,
  .ts-new-jumbotron-home {
    background-color: black; }
  .home-new-jumbotron-employers,
  .org-new-jumbotron-employers,
  .ts-new-jumbotron-employers {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gETCgEpvqrtEwAAABdJREFUCNcFwQEBAAAAgiD6P9oAqqwCB0bUBvuTmwWwAAAAAElFTkSuQmCC"), url(https://www.hosco.com/client/build/production/478d0620b2dd80cc7dabbe614776e4e0.jpg);
    background-position: left, left, left, center center; }
  .home-new-jumbotron-schools,
  .org-new-jumbotron-schools,
  .ts-new-jumbotron-schools {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gETCgEpvqrtEwAAABdJREFUCNcFwQEBAAAAgiD6P9oAqqwCB0bUBvuTmwWwAAAAAElFTkSuQmCC"), url(https://www.hosco.com/client/build/production/bbd2c6404095222fd5f1245fe0c440b2.jpg);
    background-position: left, left, left, right center; }
  .home-new-jumbotron-mobile,
  .org-new-jumbotron-mobile,
  .ts-new-jumbotron-mobile {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 50%), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4gETCgEpvqrtEwAAABdJREFUCNcFwQEBAAAAgiD6P9oAqqwCB0bUBvuTmwWwAAAAAElFTkSuQmCC"), url(https://www.hosco.com/client/build/production/a5777f50ba50c2f221a645e6620f0b9e.jpg);
    background-position: left, left, left, right center;
    color: #fff;
    padding: 50px; }
    .home-new-jumbotron-mobile .accent,
    .org-new-jumbotron-mobile .accent,
    .ts-new-jumbotron-mobile .accent {
      display: flex;
      align-items: center; }
      .home-new-jumbotron-mobile .accent .ha,
      .org-new-jumbotron-mobile .accent .ha,
      .ts-new-jumbotron-mobile .accent .ha {
        font-size: 3rem;
        position: relative;
        bottom: 16px;
        right: 3px; }
      .home-new-jumbotron-mobile .accent .message,
      .org-new-jumbotron-mobile .accent .message,
      .ts-new-jumbotron-mobile .accent .message {
        background-color: var(--web-secondary-100, #00c7e8);
        color: white;
        font-size: 0.75rem;
        border-radius: 10px;
        padding: 0 10px;
        text-transform: uppercase;
        font-weight: bold; }
  .home-new-jumbotron-container,
  .org-new-jumbotron-container,
  .ts-new-jumbotron-container {
    height: 100%;
    display: flex;
    align-items: center; }
    .home-new-jumbotron-container-center,
    .org-new-jumbotron-container-center,
    .ts-new-jumbotron-container-center {
      justify-content: center; }
  .home-new-jumbotron-baseline,
  .org-new-jumbotron-baseline,
  .ts-new-jumbotron-baseline {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    width: 90%; }
    @media (min-width: 992px) {
      .home-new-jumbotron-baseline,
      .org-new-jumbotron-baseline,
      .ts-new-jumbotron-baseline {
        max-width: 500px; } }
    .home-new-jumbotron-baseline-images,
    .org-new-jumbotron-baseline-images,
    .ts-new-jumbotron-baseline-images {
      width: 100%;
      max-width: none;
      flex-direction: row;
      text-align: left;
      padding: 20px; }
      .home-new-jumbotron-baseline-images img,
      .org-new-jumbotron-baseline-images img,
      .ts-new-jumbotron-baseline-images img {
        max-width: 100%; }
      @media (max-width: 767.98px) {
        .home-new-jumbotron-baseline-images,
        .org-new-jumbotron-baseline-images,
        .ts-new-jumbotron-baseline-images {
          flex-direction: column;
          text-align: center; } }
      @media (min-width: 1200px) {
        .home-new-jumbotron-baseline-images > div,
        .org-new-jumbotron-baseline-images > div,
        .ts-new-jumbotron-baseline-images > div {
          flex: 1; }
          .home-new-jumbotron-baseline-images > div:first-child,
          .org-new-jumbotron-baseline-images > div:first-child,
          .ts-new-jumbotron-baseline-images > div:first-child {
            padding-left: 100px;
            flex: 0.4; }
          .home-new-jumbotron-baseline-images > div:last-child,
          .org-new-jumbotron-baseline-images > div:last-child,
          .ts-new-jumbotron-baseline-images > div:last-child {
            padding-right: 100px;
            flex: 0.6; } }
  .home-new-jumbotron-title,
  .org-new-jumbotron-title,
  .ts-new-jumbotron-title {
    padding: 5px 0;
    font-weight: 700;
    font-size: 1.875rem; }
    @media (min-width: 992px) {
      .home-new-jumbotron-title,
      .org-new-jumbotron-title,
      .ts-new-jumbotron-title {
        font-size: 2.5rem; } }
  .home-new-jumbotron-subtitle,
  .org-new-jumbotron-subtitle,
  .ts-new-jumbotron-subtitle {
    padding: 5px 0;
    font-size: 1.125rem;
    line-height: 1.5rem; }
    @media (min-width: 992px) {
      .home-new-jumbotron-subtitle,
      .org-new-jumbotron-subtitle,
      .ts-new-jumbotron-subtitle {
        max-width: 600px; } }
    @media (min-width: 576px) {
      .home-new-jumbotron-subtitle-md,
      .org-new-jumbotron-subtitle-md,
      .ts-new-jumbotron-subtitle-md {
        display: block; } }
    @media (max-width: 767.98px) {
      .home-new-jumbotron-subtitle-md,
      .org-new-jumbotron-subtitle-md,
      .ts-new-jumbotron-subtitle-md {
        display: none; } }
    @media (min-width: 576px) {
      .home-new-jumbotron-subtitle-sm,
      .org-new-jumbotron-subtitle-sm,
      .ts-new-jumbotron-subtitle-sm {
        display: none; } }
    @media (max-width: 767.98px) {
      .home-new-jumbotron-subtitle-sm,
      .org-new-jumbotron-subtitle-sm,
      .ts-new-jumbotron-subtitle-sm {
        display: block; } }
  .home-new-jumbotron-cta,
  .org-new-jumbotron-cta,
  .ts-new-jumbotron-cta {
    padding: 20px 0; }
  .home-new-jumbotron-benefits,
  .org-new-jumbotron-benefits,
  .ts-new-jumbotron-benefits {
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    padding: 15px 0 10px 0; }
    .home-new-jumbotron-benefits-line,
    .org-new-jumbotron-benefits-line,
    .ts-new-jumbotron-benefits-line {
      content: '';
      width: 62px;
      height: 0px;
      border: 2.5px solid var(--web-secondary-100, #00c7e8);
      border-radius: 50px;
      margin: 10px 0; }
    .home-new-jumbotron-benefits-text,
    .org-new-jumbotron-benefits-text,
    .ts-new-jumbotron-benefits-text {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.875rem; }
    .home-new-jumbotron-benefits-caret,
    .org-new-jumbotron-benefits-caret,
    .ts-new-jumbotron-benefits-caret {
      animation: bounce-down 0.75s infinite ease-in-out;
      font-size: 1.875rem;
      color: var(--web-secondary-100, #00c7e8);
      cursor: pointer; }
      .home-new-jumbotron-benefits-caret:hover,
      .org-new-jumbotron-benefits-caret:hover,
      .ts-new-jumbotron-benefits-caret:hover {
        animation: none; }

.container h1 {
  padding-top: 20px;
  padding-bottom: 10px; }

.hosco-new-brand #main {
  background-color: #f5f6fb;
  padding: 60px 0 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (max-width: 575.98px) {
    .hosco-new-brand #main {
      padding: 60px 0 0 0; } }
  .hosco-new-brand #main .org-section {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .hosco-new-brand #main .org-section-bgtext {
      font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
      color: #e7eaf3;
      text-transform: uppercase;
      font-weight: 700;
      position: absolute;
      line-height: 1;
      margin-top: -52px;
      font-size: 6.25rem; }
      @media (max-width: 991.98px) {
        .hosco-new-brand #main .org-section-bgtext {
          font-size: 4.0625rem;
          margin-top: -21px; } }
      @media (max-width: 767.98px) {
        .hosco-new-brand #main .org-section-bgtext {
          font-size: 3.125rem;
          margin-top: -9px; } }
    .hosco-new-brand #main .org-section-line {
      content: '';
      background-color: #f59ea6;
      width: 50px;
      height: 7px;
      margin-bottom: 10px;
      margin-left: -5px; }
    .hosco-new-brand #main .org-section-quote {
      text-transform: uppercase;
      font-weight: 700;
      color: var(--web-secondary-100, #00c7e8); }
    .hosco-new-brand #main .org-section-title {
      font-size: 2.375rem;
      font-weight: 700;
      line-height: 1.2;
      padding: 10px 0; }
    .hosco-new-brand #main .org-section-text {
      font-size: 1.125rem;
      max-width: 80%;
      padding: 10px 0;
      line-height: 1.5rem; }
    .hosco-new-brand #main .org-section-content {
      padding: 20px 0;
      display: flex;
      margin: 0 -10px;
      flex-wrap: wrap; }
      .hosco-new-brand #main .org-section-content .org-md-card-container {
        margin: 5px 0; }
    .hosco-new-brand #main .org-section-cta {
      text-align: center;
      padding: 30px 0; }
    .hosco-new-brand #main .org-section.org-testimonials-section {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-items: center;
      width: 100%; }
    .hosco-new-brand #main .org-section.org-contact-section, .hosco-new-brand #main .org-section.org-talent-section {
      background-color: #fff;
      width: 100%;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      padding: 90px 0 20px 0; }
      .hosco-new-brand #main .org-section.org-contact-section .org-section-bgtext, .hosco-new-brand #main .org-section.org-talent-section .org-section-bgtext {
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        margin-top: -3px; }
      .hosco-new-brand #main .org-section.org-contact-section .org-section-line, .hosco-new-brand #main .org-section.org-talent-section .org-section-line {
        margin-left: auto;
        margin-right: auto; }
      .hosco-new-brand #main .org-section.org-contact-section .org-section-quote, .hosco-new-brand #main .org-section.org-talent-section .org-section-quote {
        text-align: center; }
      .hosco-new-brand #main .org-section.org-contact-section .org-section-title, .hosco-new-brand #main .org-section.org-talent-section .org-section-title {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        @media (max-width: 767.98px) {
          .hosco-new-brand #main .org-section.org-contact-section .org-section-title, .hosco-new-brand #main .org-section.org-talent-section .org-section-title {
            max-width: 100%; } }
      .hosco-new-brand #main .org-section.org-contact-section .org-section-text, .hosco-new-brand #main .org-section.org-talent-section .org-section-text {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        @media (max-width: 767.98px) {
          .hosco-new-brand #main .org-section.org-contact-section .org-section-text, .hosco-new-brand #main .org-section.org-talent-section .org-section-text {
            max-width: 100%; } }
    .hosco-new-brand #main .org-section.org-talent-section {
      margin-bottom: 0; }
    .hosco-new-brand #main .org-section .md-card-community,
    .hosco-new-brand #main .org-section .md-card-efficiency,
    .hosco-new-brand #main .org-section .md-card-visibility,
    .hosco-new-brand #main .org-section .md-card-recruitment {
      flex-direction: column;
      flex-wrap: wrap;
      height: 100%; }
      .hosco-new-brand #main .org-section .md-card-community .md-card-image,
      .hosco-new-brand #main .org-section .md-card-efficiency .md-card-image,
      .hosco-new-brand #main .org-section .md-card-visibility .md-card-image,
      .hosco-new-brand #main .org-section .md-card-recruitment .md-card-image {
        padding: 30px 20px;
        text-align: center; }
        .hosco-new-brand #main .org-section .md-card-community .md-card-image img,
        .hosco-new-brand #main .org-section .md-card-efficiency .md-card-image img,
        .hosco-new-brand #main .org-section .md-card-visibility .md-card-image img,
        .hosco-new-brand #main .org-section .md-card-recruitment .md-card-image img {
          width: auto;
          height: 50px; }
      .hosco-new-brand #main .org-section .md-card-community .md-card-content,
      .hosco-new-brand #main .org-section .md-card-efficiency .md-card-content,
      .hosco-new-brand #main .org-section .md-card-visibility .md-card-content,
      .hosco-new-brand #main .org-section .md-card-recruitment .md-card-content {
        padding: 0 20px 20px 20px;
        font-size: 1.125rem;
        line-height: 1.5rem;
        text-align: center; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.medium-toolbar-arrow-under:after {
  border-color: #428bca transparent transparent transparent;
  top: 60px; }

.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #428bca transparent; }

.medium-editor-toolbar {
  background-color: #428bca;
  border: 1px solid #357ebd;
  border-radius: 4px; }
  .medium-editor-toolbar li button {
    background-color: transparent;
    border: none;
    border-right: 1px solid #357ebd;
    box-sizing: border-box;
    color: #fff;
    height: 60px;
    min-width: 60px;
    transition: background-color .2s ease-in, color .2s ease-in; }
    .medium-editor-toolbar li button:hover {
      background-color: #3276b1;
      color: #fff; }
  .medium-editor-toolbar li .medium-editor-button-first {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .medium-editor-toolbar li .medium-editor-button-last {
    border-bottom-right-radius: 4px;
    border-right: none;
    border-top-right-radius: 4px; }
  .medium-editor-toolbar li .medium-editor-button-active {
    background-color: #3276b1;
    color: #fff; }

.medium-editor-toolbar-form {
  background: #428bca;
  border-radius: 4px;
  color: #fff; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input {
    background: #428bca;
    color: #fff;
    height: 60px; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
      color: #fff;
      color: rgba(255, 255, 255, 0.8); }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      color: rgba(255, 255, 255, 0.8); }
    .medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      color: rgba(255, 255, 255, 0.8); }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
      color: #fff;
      color: rgba(255, 255, 255, 0.8); }
  .medium-editor-toolbar-form a {
    color: #fff; }

.medium-editor-toolbar-anchor-preview {
  background: #428bca;
  border-radius: 4px;
  color: #fff; }

.medium-editor-placeholder:after {
  color: #357ebd; }

.logo-container {
  position: relative; }
  .logo-container.overlay:hover {
    background-color: #fff;
    opacity: 0.8; }
    .logo-container.overlay:hover:after {
      content: '\F030';
      display: inline-block;
      font: normal normal normal 1.5625rem FontAwesome;
      color: var(--web-secondary-100, #00c7e8);
      position: absolute;
      width: 100%;
      height: 60px;
      top: 0;
      background-color: #fff;
      opacity: 0.6;
      text-align: center;
      padding-top: 18px; }

.editable-slide {
  display: inline-block;
  padding: 1rem;
  opacity: 0.8; }
  .editable-slide:hover {
    opacity: 1; }
  .editable-slide .fa {
    font-size: 1.875rem; }

.editable-container {
  min-height: 31px;
  border: 1px dashed #acb4de; }
  .editable-container:hover {
    margin: -1px;
    padding: 0;
    cursor: pointer; }
    .editable-container:hover:after {
      content: '\F040';
      font-family: FontAwesome;
      font-size: 0.9375rem;
      display: inline-block;
      position: absolute;
      z-index: 5;
      color: var(--web-secondary-100, #00c7e8);
      background-color: #f5f6fb;
      opacity: 0.8;
      right: 9px;
      top: -1px;
      padding: 3px 10px; }

@-webkit-keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes medium-editor-image-loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
            transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
            transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
            transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
            transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  -webkit-animation: medium-editor-image-loading 1s infinite ease-in-out;
          animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }
  .medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-editor-placeholder-relative {
  position: relative; }
  .medium-editor-placeholder-relative:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: relative;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-toolbar ul {
    margin: 0;
    padding: 0; }
  .medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .medium-editor-toolbar li button {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.33;
      margin: 0;
      padding: 15px;
      text-decoration: none; }
      .medium-editor-toolbar li button:focus {
        outline: none; }
    .medium-editor-toolbar li .medium-editor-action-underline {
      text-decoration: underline; }
    .medium-editor-toolbar li .medium-editor-action-pre {
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-size: 12px;
      font-weight: 100;
      padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  -webkit-animation: medium-editor-pop-upwards 160ms forwards linear;
          animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }
  .medium-editor-toolbar-form input,
  .medium-editor-toolbar-form a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input,
  .medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
    .medium-editor-toolbar-form label:focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      box-shadow: none;
      outline: 0; }
  .medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }
  .medium-editor-element img {
    max-width: 100%; }
  .medium-editor-element sub {
    vertical-align: sub; }
  .medium-editor-element sup {
    vertical-align: super; }

.medium-editor-hidden {
  display: none; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-card-container.featured-companies-container {
  flex: 0 0 20%;
  max-width: 20%;
  margin: 5px 0; }
  @media (max-width: 575.98px) {
    .md-card-container.featured-companies-container:nth-child(1), .md-card-container.featured-companies-container:nth-child(2) {
      flex: 0 0 50%;
      max-width: 50%; }
    .md-card-container.featured-companies-container:nth-child(3), .md-card-container.featured-companies-container:nth-child(4), .md-card-container.featured-companies-container:nth-child(5) {
      flex: 0 0 33.3%;
      max-width: 33.3%; } }

.md-card-company {
  margin: 5px;
  flex-direction: column;
  align-content: center;
  padding: 10px;
  height: 100%; }
  .md-card-company .md-card-image {
    display: block;
    max-width: 120px;
    margin: auto; }
    .md-card-company .md-card-image img {
      width: 100%;
      height: auto;
      filter: grayscale(1) contrast(0.5) ;
      transition-property: filter;
      transition-duration: 0.2s; }
  .md-card-company:hover .md-card-image img {
    filter: none;
    transition-property: filter;
    transition-duration: 0.2s; }

@charset "UTF-8";
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.testimonial-holder {
  padding: 34px 0 0;
  width: 100%; }

.testimonial-carousel {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center; }

.testimonial-nav {
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around; }
  @media (min-width: 576px) {
    .testimonial-nav {
      display: none; } }

.testimonial-slideset {
  min-height: 190px; }
  @media (max-width: 991.98px) {
    .testimonial-slideset {
      min-height: 360px; } }

.testimonial-slide {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s ease-out;
  display: flex;
  flex-direction: row; }
  .testimonial-slide.active {
    opacity: 1; }

.testimonial-thumb-topleft img, .testimonial-thumb-bottomleft img {
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto; }

@media (max-width: 575.98px) {
  .testimonial-thumb-topleft {
    display: none; } }

@media (min-width: 576px) {
  .testimonial-thumb-bottomleft {
    display: none; } }

.testimonial-quote-hold {
  min-height: 190px; }
  @media (max-width: 991.98px) {
    .testimonial-quote-hold {
      min-height: 360px; } }

.testimonial-blockquote {
  border: 0;
  quotes: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.testimonial-quote {
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6875rem;
  quotes: "\201C" "\201D";
  min-height: 95px; }
  @media (max-width: 991.98px) {
    .testimonial-quote {
      min-height: 200px; } }

.testimonial-cite {
  border-left: 4px solid var(--web-secondary-100, #00c7e8); }
  @media (min-width: 576px) {
    .testimonial-cite {
      margin-left: 10px; } }

.testimonial-person {
  color: #53555d;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 1.0625rem;
  font-style: normal;
  display: block; }

.testimonial-position {
  color: #777b86;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  line-height: 1.0625rem;
  display: block; }

.testimonial-button {
  margin-top: auto;
  margin-bottom: auto;
  height: 100%; }
  .testimonial-button button {
    box-shadow: none;
    background: none !important;
    opacity: 1;
    text-shadow: none;
    color: #777b86;
    font-size: 1.75rem;
    line-height: 1.75rem;
    border: none; }
    .testimonial-button button:hover {
      color: var(--web-secondary-100, #00c7e8);
      text-decoration: none; }
  .testimonial-button.left {
    padding-right: 0;
    text-align: right; }
    @media (max-width: 575.98px) {
      .testimonial-button.left {
        display: none; } }
  .testimonial-button.right {
    padding-left: 0;
    text-align: left; }
    @media (max-width: 575.98px) {
      .testimonial-button.right {
        display: none; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
#main-title {
  padding: 95px 20px 55px;
  /* the scss files importing this file are at same depth level */
  background: #000; }
  #main-title .content {
    max-width: 830px;
    margin: 0 auto;
    position: relative; }
    #main-title .content h1 {
      display: inline-block;
      color: #fff;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 1.2;
      padding-right: 45px;
      position: relative;
      letter-spacing: -0.04em; }

#content {
  padding: 0 20px; }
  #content p {
    font-size: 1.0625rem;
    margin-top: 25px; }
  #content section {
    max-width: 830px;
    margin: 30px auto 40px; }
    #content section h2,
    #content section h3 {
      font-size: 1.875rem;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -0.025em; }
    #content section h2 {
      color: var(--web-primary-100, #3246ff); }
    #content section h3 {
      color: var(--web-primary-100, #3246ff); }

.logos-carousel-holder {
  padding: 15px 0 30px; }

.logos-carousel-container {
  position: relative;
  height: 274px;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .logos-carousel-container {
      height: 352px; } }
  @media (max-width: 767.98px) {
    .logos-carousel-container {
      height: 550px; } }
  @media (max-width: 575.98px) {
    .logos-carousel-container {
      height: 800px; } }

.logos-carousel-schools, .logos-carousel-employers {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  animation: logos-carousel-fade 8s linear infinite; }

.logos-carousel-employers {
  animation-delay: 4s; }

.logos-carousel-title {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  display: block;
  margin: 0 0 38px;
  color: #b0b4c3; }

.logos-carousel-logo-wrap {
  float: left;
  padding: 0 18px 23px;
  text-align: center;
  width: 14.28%;
  height: 103px; }
  @media (max-width: 991.98px) {
    .logos-carousel-logo-wrap {
      padding: 0 10px 20px;
      width: 20%; } }
  @media (max-width: 767.98px) {
    .logos-carousel-logo-wrap {
      width: 33.33%; } }
  @media (max-width: 575.98px) {
    .logos-carousel-logo-wrap {
      width: 50%; } }

.logos-carousel-logo {
  max-height: 65px;
  max-width: 100%; }

@keyframes logos-carousel-fade {
  55%,
  95% {
    opacity: 0; }
  5%,
  45% {
    opacity: 1; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.numbers-carousel-holder {
  padding: 40px 0;
  overflow: hidden;
  width: 590px;
  margin: 0 auto;
  display: table;
  table-layout: fixed; }
  @media (max-width: 1199.98px) {
    .numbers-carousel-holder {
      padding: 30px 0; } }
  @media (max-width: 767.98px) {
    .numbers-carousel-holder {
      width: 310px;
      padding: 20px 0; } }

.numbers-carousel-title {
  text-align: center;
  width: 207px;
  display: table-cell;
  padding: 10px 20px;
  vertical-align: middle;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 300;
  border-right: 4px solid var(--web-secondary-100, #00c7e8); }
  @media (max-width: 1199.98px) {
    .numbers-carousel-title {
      padding: 9px 15px;
      font-size: 1.75rem;
      line-height: 2rem; } }
  @media (max-width: 767.98px) {
    .numbers-carousel-title {
      width: 100px;
      font-size: 1.25rem;
      line-height: 1.5625rem;
      padding: 5px;
      border-right-width: 2px; } }

.numbers-carousel-slideset {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-left: 43px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 300; }
  @media (max-width: 767.98px) {
    .numbers-carousel-slideset {
      padding-left: 20px;
      font-size: 1.25rem;
      line-height: 1.5625rem; } }

.numbers-carousel-slide {
  max-width: 100%;
  display: block;
  position: absolute;
  top: 10px;
  opacity: 0;
  bottom: 10px;
  animation: numbers-carousel-fade 12s linear infinite; }
  .numbers-carousel-slide:nth-child(2) {
    animation-delay: 4s; }
  .numbers-carousel-slide:nth-child(3) {
    animation-delay: 8s; }
  @media (max-width: 1199.98px) {
    .numbers-carousel-slide {
      bottom: 9px; } }
  @media (max-width: 767.98px) {
    .numbers-carousel-slide {
      bottom: 5px; } }

@keyframes numbers-carousel-fade {
  36.66%,
  96.66% {
    opacity: 0; }
  3.33%,
  30% {
    opacity: 1; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-three-blocks-holder {
  background: var(--web-secondary-100, #00c7e8) url(https://www.hosco.com/client/build/production/4e484b738c8b19d60602c0f8c346767b.jpg) no-repeat 50% 0/cover;
  padding-bottom: 30px;
  color: #fff;
  overflow: hidden; }
  .hosco-three-blocks-holder-dark-blue {
    background-image: url(https://www.hosco.com/client/build/production/49048895d842d87abd0d4c351ff1fad8.jpg); }

.hosco-three-blocks-top-txt-container {
  min-height: 140px;
  padding: 10px 0;
  white-space: nowrap;
  text-align: center; }
  .hosco-three-blocks-top-txt-container:after {
    min-height: 120px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px; }

.hosco-three-blocks-top-txt-wrap {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  max-width: 925px; }

.hosco-three-blocks-play-button-container {
  text-align: center;
  padding: 10px 0; }

.hosco-three-blocks-play-button {
  border: none;
  background: none; }

.hosco-three-blocks-top-text {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 300; }

.hosco-three-blocks-with-play-button {
  margin-top: 20px; }

.hosco-three-blocks-images-blocks {
  margin-bottom: 0; }

.hosco-three-blocks-block {
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  padding: 0; }
  .hosco-three-blocks-block-img-hold {
    display: block;
    overflow: hidden;
    min-height: 290px;
    position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer; }
  .hosco-three-blocks-block a.hosco-three-blocks-block-img-hold,
  .hosco-three-blocks-block a.hosco-three-blocks-block-img-hold:hover {
    color: #fff; }
  .hosco-three-blocks-block-info-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 1.1875rem;
    transition: background 400ms linear; }
  .hosco-three-blocks-block-txt-wrap {
    display: table;
    height: 100%;
    padding: 10px 50px; }
  .hosco-three-blocks-block-frame {
    display: table-cell;
    vertical-align: middle; }
  .hosco-three-blocks-block-title {
    margin-bottom: 15px;
    text-align: center;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8125rem;
    line-height: 2.1875rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 400ms linear; }
  .hosco-three-blocks-block-desc {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    font-size: 1.1875rem;
    margin-bottom: 15px;
    text-align: center;
    transition: max-height 800ms linear, opacity 800ms linear; }
  .hosco-three-blocks-block-img-hold:hover .hosco-three-blocks-block-desc {
    opacity: 1;
    max-height: 500px; }
  .hosco-three-blocks-block-img-hold:hover .hosco-three-blocks-block-info-txt {
    background: rgba(0, 0, 0, 0.5); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
#main-title {
  padding: 95px 20px 55px;
  /* the scss files importing this file are at same depth level */
  background: #000; }
  #main-title .content {
    max-width: 830px;
    margin: 0 auto;
    position: relative; }
    #main-title .content h1 {
      display: inline-block;
      color: #fff;
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 1.2;
      padding-right: 45px;
      position: relative;
      letter-spacing: -0.04em; }

#content {
  padding: 0 20px; }
  #content p {
    font-size: 1.0625rem;
    margin-top: 25px; }
  #content section {
    max-width: 830px;
    margin: 30px auto 40px; }
    #content section h2,
    #content section h3 {
      font-size: 1.875rem;
      font-weight: 300;
      line-height: 1.2;
      letter-spacing: -0.025em; }
    #content section h2 {
      color: var(--web-primary-100, #3246ff); }
    #content section h3 {
      color: var(--web-primary-100, #3246ff); }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%; }

.card-img-top {
  width: 100%; }

.card-img-bottom {
  width: 100%; }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#content .nav {
  margin-bottom: 20px; }

#content .answer .panel {
  margin-bottom: 10px;
  border: 1px solid #c5c9d8; }

#content .answer .panel-default h4,
#content .answer .panel-default .h4,
#content .answer .panel-default h5,
#content .answer .panel-default .h5,
#content .answer .panel-default h6,
#content .answer .panel-default .h6 {
  margin-top: 5px;
  margin-bottom: 5px; }

#content .answer .panel-default h4 {
  font-size: 1.125rem; }

#content .answer .panel-default .card-header {
  padding: 0.75rem 1rem;
  background-color: #f5f6fb;
  border-bottom: 1px solid #e7eaf3; }

#content .answer .panel-default a.accordion-toggle {
  color: var(--web-primary-100, #3246ff); }
  #content .answer .panel-default a.accordion-toggle:hover {
    color: var(--web-primary-60, #98a2ff); }
  #content .answer .panel-default a.accordion-toggle i {
    margin-top: 3px; }

#content .answer .panel-default .panel-collapse .card-block {
  padding: 0.75rem 1rem; }
  #content .answer .panel-default .panel-collapse .card-block p {
    margin: 0 0 10px;
    font-size: 1rem; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.browser {
  padding: 0;
  background-color: #e7eaf3;
  justify-content: center !important; }
  .browser .hosco-container {
    max-width: 1024px;
    padding: 25px 20px 50px;
    background-color: #fff;
    height: 100%;
    margin: auto; }
    .browser .hosco-container .browser-title {
      margin: 0 0 20px;
      color: #53555d;
      font-size: 1.8125rem;
      padding-bottom: 10px;
      border-bottom: 1px solid #c5c9d8; }
    .browser .hosco-container .browser-filter-title {
      margin: 0 0 10px;
      color: #2433be;
      font-size: 1.25rem; }
    @media (max-width: 767.98px) {
      .browser .hosco-container .browser-list > ol {
        max-width: calc(100vw - 40px); } }
    .browser .hosco-container .browser-list a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c6cbff; }

.table-hover .table-primary:hover {
  background-color: #adb4ff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #adb4ff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8eff9; }

.table-hover .table-secondary:hover {
  background-color: #a0eaf7; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a0eaf7; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c1efd9; }

.table-hover .table-success:hover {
  background-color: #adeacd; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #adeacd; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8eff9; }

.table-hover .table-info:hover {
  background-color: #a0eaf7; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a0eaf7; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffdad1; }

.table-hover .table-warning:hover {
  background-color: #ffc5b8; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffc5b8; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbd2d5; }

.table-hover .table-danger:hover {
  background-color: #f9bbbf; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f9bbbf; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.cookies-policy ol li {
  list-style-type: lower-roman; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.navbar-brand.htmi {
  background-size: contain !important; }

.branded-content.aeht .home-jumbotron-title h1 {
  font-size: 3.5rem; }

.branded-content.htmi .home-jumbotron {
  background-size: 100%;
  background-position: top center; }

.branded-content.htmi .home-jumbotron-title h1 {
  font-size: 2rem; }

.home-jumbotron::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1; }

.hosco-footer {
  background-color: #fff; }
  .hosco-footer.htmi .branding-footer-contact {
    color: var(--web-secondary-100, #00c7e8); }
  .hosco-footer.htmi .hosco-footer-social a img {
    height: 36px;
    border-radius: 50%; }
  .hosco-footer-container {
    padding: 35px 0 15px; }
    .hosco-footer-container:before {
      display: none; }
  .hosco-footer .footer-brand-container {
    height: 100px;
    overflow: hidden; }
  .hosco-footer .footer-brand {
    width: 100% !important;
    height: 100% !important;
    background-size: contain !important;
    background-position: top !important;
    background-repeat: no-repeat; }
  .hosco-footer .footer-section {
    border-left: 1px solid black;
    min-height: 150px;
    padding-left: 15px; }

.hosco-brand#wrapper {
  padding-top: 0 !important; }

.hosco-brand .btn-hold {
  padding: 27px 0; }
  .hosco-brand .btn-hold .btn-primary {
    padding: 10px;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    border: 2px solid #2433be;
    min-width: 145px;
    text-transform: uppercase;
    color: var(--web-primary-100, #3246ff);
    background-color: transparent; }
    .hosco-brand .btn-hold .btn-primary:hover {
      color: #777b86;
      border-color: #777b86; }

.hosco-brand .brand-join-btn {
  padding: 10px;
  font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border-width: 2px;
  min-width: 145px;
  text-transform: uppercase; }

.branding-buttons {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin: 10px;
  min-width: 350px;
  min-height: 140px; }
  .branding-buttons-title {
    font-size: 1.25rem;
    font-weight: 800; }

@media (min-width: 768px) {
  #footer.branding .social {
    max-width: 573px; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-badges {
  margin-bottom: 20px !important;
  border-top: 1px solid #e7eaf3;
  padding: 15px 0; }
  .profile-badges .profile-badge-list {
    margin-top: 0.625rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .profile-badges .profile-badge-list .profile-badge-item {
      margin: 0 0.25rem 0.5rem 0;
      max-width: 7.5rem; }
      .profile-badges .profile-badge-list .profile-badge-item img {
        width: 100%; }
  .profile-badges-arrow {
    margin: 0 -0.5rem !important; }
  .profile-badges .profile-badges-emtpy p {
    text-align: justify; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-ikigai-badges {
  margin-bottom: 20px !important;
  border-top: 1px solid #e7eaf3;
  padding: 15px 0; }
  .profile-ikigai-badges .hosco-panel-content {
    min-height: 10rem; }
    .profile-ikigai-badges .hosco-panel-content .profile-ikigai-badge-list:first-child {
      border-top: 1px solid #e7eaf3;
      padding-top: 20px; }
    .profile-ikigai-badges .hosco-panel-content .profile-ikigai-badge-list {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 1.875rem; }
      .profile-ikigai-badges .hosco-panel-content .profile-ikigai-badge-list .profile-ikigai-badge-item {
        margin: 0 3.125rem 0 0;
        cursor: pointer; }
        .profile-ikigai-badges .hosco-panel-content .profile-ikigai-badge-list .profile-ikigai-badge-item img {
          width: 100px;
          height: 100px; }
      .profile-ikigai-badges .hosco-panel-content .profile-ikigai-badge-list .profile-ikigai-badge-item:last-child {
        margin-right: 0; }
    .profile-ikigai-badges .hosco-panel-content .showmore-trigger-wrapper {
      text-align: center; }
      .profile-ikigai-badges .hosco-panel-content .showmore-trigger-wrapper .showmore-trigger {
        color: var(--web-primary-100, #3246ff); }
  .profile-ikigai-badges .hosco-panel-content.one-row {
    min-height: 7.8125rem;
    padding-bottom: 0px; }
    .profile-ikigai-badges .hosco-panel-content.one-row .showmore-trigger-wrapper {
      display: none; }

.ikigai-badge {
  display: inline-block;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0 0.25rem;
  color: #fff;
  background-color: var(--web-primary-100, #3246ff); }

.hosco-ikigai-badge-info {
  padding: 0.5rem 0.5625rem;
  margin-left: 1rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0.375rem 0.5rem 1rem 0.125rem; }
  .hosco-ikigai-badge-info .popover-arrow::before {
    border-right-color: rgba(0, 0, 0, 0.05); }
  @media (max-width: 575.98px) {
    .hosco-ikigai-badge-info {
      left: 0.625rem !important; } }
  .hosco-ikigai-badge-info .ikigai-badge-popover {
    color: #000; }
    .hosco-ikigai-badge-info .ikigai-badge-popover li:nth-child(1) {
      color: var(--web-primary-100, #3246ff); }
    .hosco-ikigai-badge-info .ikigai-badge-popover li:nth-child(2) {
      font-size: 0.625rem;
      font-style: italic; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-container-wrapper {
  background-color: #f5f6fb;
  padding-bottom: 60px;
  padding-top: 20px; }

.hosco-container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .hosco-container {
      padding: 0;
      overflow: hidden; } }

.hosco-content {
  flex: 1 0 1%;
  min-width: 1px; }
  @media (max-width: 767.98px) {
    .hosco-content {
      flex-basis: 100%; } }

.hosco-sidebar-wrapper,
hosco-sidebar {
  width: 340px;
  padding-left: 20px;
  position: relative; }
  @media (max-width: 767.98px) {
    .hosco-sidebar-wrapper,
    hosco-sidebar {
      width: 100%; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-badge {
  padding-bottom: 80px; }
  .hosco-badge.is-fixed .hosco-badge-navbar {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 99; }
    .hosco-new-wrapper .hosco-badge.is-fixed .hosco-badge-navbar {
      top: 60px; }
    .hosco-badge.is-fixed .hosco-badge-navbar-left {
      padding-left: 0; }
    .hosco-badge.is-fixed .hosco-badge-navbar-right {
      padding-right: 0; }
  .hosco-container-wrapper .hosco-badge {
    flex: 0 0 100%; }
  .hosco-badge.no-picture .hosco-badge-lastupdate {
    right: 20px; }
  .hosco-badge.no-picture .hosco-badge-navbar-right {
    padding-right: 15px; }
  .hosco-badge-sm .hosco-badge-container {
    height: 225px; }
    @media (max-width: 767.98px) {
      .hosco-badge-sm .hosco-badge-container {
        height: 200px; } }
  .hosco-badge-title {
    margin: 0;
    font-size: 2.5rem; }
    @media (max-width: 767.98px) {
      .hosco-badge-title {
        font-size: 1.5625rem; } }
  .hosco-badge-cover {
    background: transparent no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .hosco-badge-cover-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      background: var(--web-primary-110, #2433be); }
      .hosco-badge-cover-wrapper:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        /* the scss files importing this file are at same depth level */
        background: transparent url(https://www.hosco.com/client/build/production/976e07cc7a02c20548c36b00a3f0fd3e.png) repeat-x bottom left;
        z-index: 9; }
      .hosco-badge-cover-wrapper-job {
        background: #e7eaf3; }
  .hosco-badge-container {
    position: relative;
    height: 300px;
    z-index: 20; }
    @media (max-width: 767.98px) {
      .hosco-badge-container {
        height: 250px; } }
    .hosco-badge-container-job {
      position: relative;
      height: 26.25rem; }
  .hosco-badge-meta {
    color: #fff; }
    .hosco-badge-meta a {
      color: inherit; }
      .hosco-badge-meta a:hover {
        color: #cccccc; }
  .hosco-badge-job-picture img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    margin-top: 6.25rem; }
    @media (max-width: 767.98px) {
      .hosco-badge-job-picture img {
        width: 100px;
        height: 100px; } }
  .hosco-badge-picture {
    border: 2px solid #c5c9d8;
    background-color: #fff; }
    .hosco-badge-picture img {
      width: 140px;
      height: 140px; }
      @media (max-width: 767.98px) {
        .hosco-badge-picture img {
          width: 100px;
          height: 100px; } }
    .hosco-badge-picture-container {
      position: absolute;
      bottom: -65px;
      right: 15px;
      z-index: 15; }
      @media (max-width: 767.98px) {
        .hosco-badge-picture-container {
          bottom: -30px; } }
  .hosco-badge-info {
    padding-left: 30px;
    position: absolute;
    left: 0;
    z-index: 15;
    bottom: 10px;
    max-width: calc(100% - 195px); }
    @media (max-width: 767.98px) {
      .hosco-badge-info {
        bottom: 75px;
        width: 100%;
        max-width: none; } }
    @media (max-width: 991.98px) {
      .hosco-badge-info {
        padding-left: 15px; } }
  .hosco-badge-job-navbar {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color: #e7eaf3;
    color: #53555d; }
    @media (min-width: 768px) {
      .hosco-badge-job-navbar-right {
        padding-left: 20px;
        padding-right: 159px;
        justify-content: flex-end; } }
    .hosco-badge-job-navbar-left {
      flex: 1 0 auto;
      padding-left: 30px; }
      @media (max-width: 767.98px) {
        .hosco-badge-job-navbar-left {
          background-color: #fff;
          padding-left: 0;
          margin-top: 3.75rem; } }
    .hosco-badge-job-navbar .fa:before {
      display: inline-block;
      font-family: FontAwesome; }
    @media (max-width: 767.98px) {
      .hosco-badge-job-navbar .fa {
        font-family: inherit;
        font-size: 0.875rem; } }
    .hosco-badge-job-navbar .nav-item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 767.98px) {
        .hosco-badge-job-navbar .nav-item {
          align-items: stretch; } }
      @media (min-width: 768px) {
        .hosco-badge-job-navbar .nav-item.active .nav-link {
          background-color: #fff;
          color: var(--web-primary-110, #2433be) !important; } }
  .hosco-badge .nav-link-job {
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #53555d;
    display: block; }
    @media (min-width: 768px) {
      .hosco-badge .nav-link-job {
        padding: 0 15px !important;
        line-height: 50px; } }
    @media (max-width: 767.98px) {
      .hosco-badge .nav-link-job {
        padding: 10px 10px 10px 70px !important;
        line-height: 30px; } }
  .hosco-badge-navbar {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 50px;
    z-index: 10;
    background-color: var(--web-primary-110, #2433be);
    color: #fff; }
    @media (min-width: 768px) {
      .hosco-badge-navbar-right {
        padding-left: 20px;
        padding-right: 159px;
        justify-content: flex-end; } }
    .hosco-badge-navbar-left {
      flex: 1 0 auto;
      padding-left: 30px; }
      @media (max-width: 767.98px) {
        .hosco-badge-navbar-left {
          padding-left: 0; } }
    @media (max-width: 767.98px) {
      .hosco-badge-navbar .fa {
        font-family: inherit;
        font-size: 0.875rem; }
        .hosco-badge-navbar .fa:before {
          display: inline-block;
          font-family: FontAwesome; } }
    .hosco-badge-navbar .nav-item {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767.98px) {
        .hosco-badge-navbar .nav-item {
          align-items: stretch; } }
      @media (min-width: 768px) {
        .hosco-badge-navbar .nav-item.active .nav-link {
          background-color: #fff;
          color: var(--web-primary-110, #2433be) !important; } }
    .hosco-badge-navbar .nav-link {
      color: #fff;
      display: block; }
      @media (min-width: 768px) {
        .hosco-badge-navbar .nav-link {
          padding: 0 15px !important;
          line-height: 50px; } }
      @media (max-width: 767.98px) {
        .hosco-badge-navbar .nav-link {
          padding: 10px 10px 10px 70px !important;
          line-height: 30px; } }
      .hosco-badge-navbar .nav-link:hover {
        background-color: var(--web-primary-100, #3246ff); }
  .hosco-badge .navbar {
    height: 50px;
    max-width: 1120px;
    margin: 0 auto; }
  @media (max-width: 767.98px) {
    .hosco-badge .navbar-nav {
      flex-basis: 100%;
      align-items: stretch; } }
  @media (max-width: 767.98px) {
    .hosco-badge .navbar-collapse {
      flex-wrap: wrap;
      background: var(--web-primary-110, #2433be);
      margin-top: -43px; } }
  .hosco-badge .navbar-collapse.responsive-menu {
    display: inherit; }
  @media (max-width: 991.98px) {
    .hosco-badge-btn:only-child {
      margin-top: 40px; } }
  @media (min-width: 768px) {
    .hosco-badge-btn .nav-link {
      font-size: 1.5625rem;
      padding-left: 10px !important;
      padding-right: 10px !important; } }
  .hosco-badge-stat {
    background: var(--web-primary-20, #e0e3ff);
    color: var(--web-primary-100, var(--web-primary-100, #3246ff));
    padding: 0 30px;
    font-size: 0.8125rem;
    line-height: 1em;
    height: 50px;
    text-align: center; }
    @media (max-width: 767.98px) {
      .hosco-badge-stat {
        padding: 10px 20px !important;
        display: block !important;
        align-self: flex-start;
        margin-left: 70px;
        height: auto; } }
    .hosco-badge-stat + .hosco-badge-stat {
      margin-left: 0.5rem; }
      @media (max-width: 767.98px) {
        .hosco-badge-stat + .hosco-badge-stat {
          margin-top: 10px;
          margin-left: 70px; } }
    .hosco-badge-stat-count {
      display: block;
      margin-bottom: 5px;
      font-size: 1.25rem; }
      @media (max-width: 767.98px) {
        .hosco-badge-stat-count {
          display: inline;
          margin: 0;
          font-size: 0.8125rem; } }
  .hosco-badge .navbar-toggler {
    z-index: 15;
    background-color: var(--web-primary-100, #3246ff);
    border: none;
    align-self: flex-start;
    margin-left: 10px;
    margin-top: 5px; }
  .hosco-badge .navbar-job-toggler {
    z-index: 15;
    background-color: #e7eaf3;
    color: #53555d;
    border: none;
    align-self: flex-start;
    margin-left: 10px;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .hosco-badge .navbar-job-toggler {
        display: none; } }
  .hosco-badge-lastupdate {
    font-size: 0.75rem;
    position: absolute;
    bottom: 10px;
    right: 170px;
    z-index: 15; }
    .hosco-badge-lastupdate .fa {
      margin-right: 5px; }
    @media (max-width: 767.98px) {
      .hosco-badge-lastupdate {
        left: 10px;
        right: auto !important; } }
  .hosco-badge-icon-text {
    margin-left: 5px; }
  @media (max-width: 767.98px) {
    .hosco-badge .navbar-collapse-gray {
      background: #e7eaf3; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-panel {
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative; }
  .hosco-panel:last-child {
    margin-bottom: 0; }
  .hosco-panel-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.25rem;
    color: #53555d; }
  .hosco-panel-sub-title {
    padding: 5px 0;
    margin: 20px 0;
    font-size: 0.875rem;
    color: #53555d;
    border-bottom: 1px solid #e7eaf3; }
  .hosco-panel-card {
    background-color: #fff;
    position: relative;
    display: block;
    border-bottom: 1px solid #c5c9d8;
    border-right: 1px solid #e7eaf3;
    padding: 20px; }
    .hosco-panel-card .showmore-trigger-wrapper {
      background-color: #fff; }
  .hosco-panel-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .hosco-panel-list-item {
      margin-bottom: 15px;
      display: block; }
      .hosco-panel-list-item:last-child {
        margin-bottom: 0; }
      .hosco-panel-list-item-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .hosco-panel-list-item-break-word {
        word-wrap: break-word; }
    .hosco-panel-list-inline .hosco-panel-list-label,
    .hosco-panel-list-inline .hosco-panel-list-value {
      display: inline;
      vertical-align: middle; }
    .hosco-panel-list-justified .hosco-panel-list-item {
      display: flex; }
    .hosco-panel-list-justified .hosco-panel-list-value {
      margin-left: auto; }
    .hosco-panel-list-inline .fa {
      margin-right: 5px; }
    .hosco-panel-list-label {
      display: block;
      font-weight: bold; }
    .hosco-panel-list-value {
      margin-bottom: 0; }
      .hosco-panel-list-value-green, .hosco-panel-list-value-red, .hosco-panel-list-value-notset {
        font-weight: 700;
        text-transform: uppercase; }
      .hosco-panel-list-value-green {
        color: var(--web-primary-100, #20c677); }
      .hosco-panel-list-value-red {
        color: #ef5d6a; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.editor-avatar .editor-preview {
  padding: 0 !important;
  border: 0 !important; }
  .editor-avatar .editor-preview:hover:after {
    content: '\F030';
    font-family: FontAwesome;
    position: absolute;
    font-size: 2.5rem;
    text-align: center;
    display: block;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    z-index: 150;
    background-color: rgba(255, 255, 255, 0.75);
    line-height: 140px;
    color: #b0b4c3; }
  .editor-avatar .editor-preview:hover {
    border: 0; }

.editor-avatar .editor-form {
  background-color: #fff;
  padding: 15px 15px 0;
  border-right: 1px solid #c5c9d8;
  border-bottom: 1px solid #c5c9d8; }

.editor-cover .editor,
.editor-cover .editor-preview {
  position: static; }

.editor-cover .editor-placeholder {
  font-size: 1.875rem;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px !important;
  text-align: center !important;
  z-index: 15;
  border: 0; }
  .editor-cover .editor-placeholder:hover {
    background-color: inherit;
    color: #c5c9d8; }
  .editor-cover .editor-placeholder:before {
    content: '\F030';
    font-family: FontAwesome;
    vertical-align: middle;
    display: inline-block;
    margin-right: 15px; }

.editor-cover .editor-preview:hover {
  border-color: transparent; }

.editor-cover .editor:not(.is-empty) .editor-preview:before {
  content: '\F030';
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  z-index: 10;
  color: #fff;
  background-color: #777b86;
  border: 1px #fff dashed;
  padding: 0 10px;
  font-size: 1.875rem;
  opacity: 0.8 !important;
  transform: translate(-50%, -50%); }

.editor-cover .editor:not(.is-empty) .editor-preview:hover:before {
  opacity: 1 !important; }

@media (max-width: 767.98px) {
  .editor-cover .editor .editor-preview:before {
    top: 15%; } }

.editor-contact-form {
  padding: 0 35px; }
  .editor-contact-form hosco-cropper {
    margin: 0; }
  .editor-contact-form hr {
    margin: 5px 0 20px; }
  .editor-contact-form .btn-danger {
    position: absolute;
    left: -30px;
    top: 0;
    padding: 3px 8px;
    opacity: 0.5;
    z-index: 8; }
    .editor-contact-form .btn-danger:hover {
      opacity: 1; }
  .editor-contact-form > .form-group:nth-child(2n + 2) .btn-danger {
    left: auto;
    right: -30px; }
  .editor-contact-form .form-group > .form-group {
    margin-bottom: 5px; }
  .editor-contact-form .avatar {
    margin: 10px auto; }

.editor-personnalinformation .form-group:nth-child(2n + 1) {
  clear: left; }

.editor-language .editor-form .hosco-panel {
  padding-left: 45px;
  padding-right: 45px; }

.editor:hover .showmore {
  background-color: inherit; }

.editor-name .editor-form {
  min-width: 290px; }
  @media (max-width: 767.98px) {
    .editor-name .editor-form {
      min-width: 0; }
      .editor-name .editor-form .form-control {
        width: auto; } }

.hosco-content .hosco-editor {
  margin-bottom: 20px;
  display: block; }

.is-multiple .editor-form .hosco-panel {
  padding-left: 45px;
  padding-right: 45px; }

.hosco-sidebar .editor.is-multiple .editor-form {
  padding-right: 40px; }
  .hosco-sidebar .editor.is-multiple .editor-form .btn-danger {
    left: auto;
    right: -30px; }

.editor-attachments .editor-form .btn-hosco {
  padding: 4px 8px; }

.editor-social .editor,
.editor-social .editor-preview {
  position: static; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-badge .editor-preview {
  padding: 0 5px;
  margin-left: -5px;
  display: inline-block; }
  .profile-badge .editor-preview:hover {
    background: 0; }

.profile-badge .editor.has-btn .editor-preview:before {
  color: var(--web-primary-100, #3246ff);
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  background-color: transparent;
  padding: 0; }

.profile-badge .editor.is-loading {
  opacity: 0.5; }
  .profile-badge .editor.is-loading:before {
    background: 0; }

@media (max-width: 767.98px) {
  .profile-badge .editor-edit-container {
    display: flex; } }

@media (min-width: 768px) {
  .profile-badge .editor-buttons {
    position: absolute;
    left: 100%;
    width: 200px;
    top: 0;
    margin: 0 0 0 10px; } }

@media (max-width: 767.98px) {
  .profile-badge .editor-buttons {
    margin: 0; }
    .profile-badge .editor-buttons .btn {
      margin: 0; } }

@media (max-width: 767.98px) {
  .profile-badge .editor-name .editor-form {
    min-width: 0; }
    .profile-badge .editor-name .editor-form .form-control {
      width: auto; } }

.profile-badge .editor-info {
  position: absolute;
  left: 100%;
  width: 200px;
  top: 0;
  margin: 0 0 0 10px;
  font-style: italic;
  font-size: 0.75rem; }

.profile-badge .form-group {
  margin-bottom: 0; }

.profile-badge .editor-placeholder {
  background: 0;
  color: #fff;
  padding: 5px 10px;
  text-align: left; }

.profile-badge .profile-social-wrapper {
  top: 0; }

.profile-badge .hosco-badge-stat {
  padding: 0 20px; }

@media (min-width: 768px) {
  .profile-badge .hosco-badge-btn .nav-link {
    font-size: 1.25rem; } }

@media (min-width: 768px) {
  .profile-badge .hosco-badge-navbar .nav-link {
    padding: 0 10px !important; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-attachment-item,
.profile-document-item,
.profile-cv-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8125rem;
  margin-right: 30px; }
  .profile-attachment-item a,
  .profile-document-item a,
  .profile-cv-item a {
    color: #53555d; }
    .profile-attachment-item a:hover,
    .profile-document-item a:hover,
    .profile-cv-item a:hover {
      color: var(--web-primary-100, #3246ff); }

.profile-wrapper .widget .hosco-panel-list {
  font-size: 0.875rem; }
  .profile-wrapper .widget .hosco-panel-list-item:not(:last-child) {
    margin-bottom: 10px; }

.profile-wrapper .widget .profile-media {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px; }
  .profile-wrapper .widget .profile-media:nth-child(-n + 3) {
    margin-top: 0; }
  .profile-wrapper .widget .profile-media-list {
    margin-right: -5px;
    margin-left: -5px; }

.profile-wrapper .profile-carousel .carousel-indicators {
  z-index: 15;
  text-align: center;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin: 10px 0 0;
  position: static; }
  .profile-wrapper .profile-carousel .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #e7eaf3; }
    .profile-wrapper .profile-carousel .carousel-indicators li.active {
      width: 14px;
      height: 14px;
      background-color: #b0b4c3; }

.profile-wrapper .profile-carousel .widget-list-item {
  text-align: left; }

.profile-wrapper .profile-carousel .carousel-control-prev,
.profile-wrapper .profile-carousel .carousel-control-next {
  display: none; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-title {
  color: var(--web-primary-100, #3246ff);
  font-size: 1.875rem;
  margin: 0 0 20px; }

.profile-social {
  position: absolute;
  top: 380px;
  margin-bottom: 0;
  letter-spacing: -0.5em; }
  .profile-social a,
  .profile-social span {
    font-size: 1.25rem;
    color: #fff;
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
    .profile-social a:hover,
    .profile-social span:hover {
      text-decoration: none;
      color: #fff; }
  .profile-social li {
    display: block;
    letter-spacing: normal;
    background-color: #c5c9d8;
    margin-bottom: 5px; }
  .profile-social-wrapper {
    position: absolute;
    left: -90px;
    z-index: 10; }
  .profile-social.is-fixed {
    position: fixed;
    top: 130px; }
  .profile-social-facebook:hover {
    background: #007ad9; }
  .profile-social-twitter:hover {
    background: #000000; }
  .profile-social-linkedin:hover {
    background: #0077b5; }
  .profile-social-youtube:hover {
    background: #ff0000; }
  .profile-social-website:hover {
    background: var(--web-primary-100, #3246ff); }
  .profile-social-instagram:hover {
    background: #3f729b; }
  .profile-social-pinterest:hover {
    background: #bd081c; }
  .profile-social-tripadvisor:hover {
    background: #00af87; }
  .profile-social-tiktok:hover {
    background: linear-gradient(to right, #010101, #69c9d0, #ee1d52, #69c9d0, #010101); }
  .profile-social-blog:hover {
    background: #000; }
  .profile-social-rss:hover {
    background: #f26522; }
  .profile-social-edit {
    background-color: #b0b4c3; }
    .profile-social-edit:hover {
      background-color: #777b86; }

.profile-wrapper {
  padding-top: 0 !important; }
  .profile-wrapper .share-update {
    margin-bottom: 0;
    padding: 0; }
  .profile-wrapper .profile-resume {
    padding: 40px 60px; }
    .profile-wrapper .profile-resume .showmore-trigger {
      line-height: 40px; }
  .profile-wrapper .profile-intro {
    position: relative; }
    .profile-wrapper .profile-intro .fa-quote-left {
      position: absolute;
      left: -25px;
      font-size: 0.9375rem; }
  .profile-wrapper .profile-address {
    margin-top: 10px; }
  .profile-wrapper .profile-name {
    font-size: 1.875rem;
    margin: 0; }
    @media (max-width: 767.98px) {
      .profile-wrapper .profile-name {
        font-size: 1.5rem; } }
  .profile-wrapper .profile-location {
    font-size: 1.125rem; }
  .profile-wrapper .profile-view:nth-child(4n + 1) {
    clear: left; }
  .profile-wrapper .profile-view:nth-child(n + 5) {
    margin-top: 20px; }
  .profile-wrapper .profile-view-picture {
    width: 100%; }
  .profile-wrapper .profile-view-name {
    font-size: 0.875rem;
    color: var(--web-primary-110, #2433be);
    margin-top: 5px;
    display: block; }
  .profile-wrapper .profile-view-date {
    font-size: 0.75rem; }
  .profile-wrapper .profile-viewers-btn.btn {
    font-size: 1rem;
    margin: 25px auto 0;
    display: table; }

.profile-posts-btn {
  display: table;
  margin: 20px auto 0;
  text-transform: uppercase; }

.corporate-profile-block {
  margin-bottom: 15px; }

.profile-title {
  color: var(--web-primary-100, #3246ff);
  font-size: 1.875rem;
  margin: 0 0 20px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-block {
  font-size: 0.8125rem;
  padding-left: 7.5px;
  padding-right: 7.5px; }
  .profile-block-wrapper {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .profile-block-media {
    background: transparent no-repeat 0 0;
    background-size: cover;
    background-position: center;
    z-index: 5; }
  .profile-block-quote {
    height: 100%; }
  .profile-block-info {
    background-color: rgba(0, 0, 0, 0.7);
    transition: background 0.5s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 6;
    padding: 5px;
    color: #fff; }
    .profile-block-info:hover {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.9); }
    .profile-block-info.has-icon {
      padding-left: 37px; }
    .profile-block-info-icon {
      position: absolute;
      left: 8px;
      top: 50%;
      margin-top: -13.5px;
      font-size: 27px;
      line-height: 1em; }
    .profile-block-info-text {
      font-size: 0.75rem; }
    .profile-block-info span {
      display: block; }

.is-company .profile-team-dropdown .dropdown-item {
  border-bottom: 1px solid #f5f6fb; }
  .is-company .profile-team-dropdown .dropdown-item:last-child {
    border: 0; }

.is-company .profile-team-dropdown-title {
  font-size: 0.9em;
  color: #777b86;
  display: block; }

.is-company .editor-introduction .has-btn .editor-preview:before,
.is-company .editor-keyfact .has-btn .editor-preview:before {
  right: -45px; }

@media (max-width: 767.98px) {
  .is-company .hosco-badge-info {
    background: rgba(0, 0, 0, 0.4); } }

.is-company .hosco-badge-picture img {
  width: 140px;
  height: 140px; }
  @media (max-width: 767.98px) {
    .is-company .hosco-badge-picture img {
      width: 100px;
      height: 100px; } }

.is-company .label-permission-admin {
  margin-left: 5px; }

.teammate-title {
  font-size: 1.25rem;
  color: var(--web-primary-100, #3246ff);
  margin-top: 0; }
  .teammate-title a {
    font-size: 0.8125rem; }

.teammate-name {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 10px;
  display: block; }

.teammate-media, .teammate-title, .teammate-attachments {
  margin-bottom: 20px; }

.teammate-description {
  text-align: justify; }

.teammate-media img {
  width: 100%; }

.teammate-attachments .profile-block:hover .profile-block-info {
  opacity: 1; }

.teammate-attachments .profile-block .profile-block-info {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: auto; }

.teammate-attachments-thumb {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: transparent no-repeat 0 0;
  background-size: cover;
  z-index: 9;
  cursor: pointer; }

.teammate-status {
  font-size: 20px; }

.popover-onboarding {
  border-radius: 6px;
  background-color: #f5f6fb;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  max-width: 300px;
  z-index: 20; }
  @media (max-width: 767.98px) {
    .popover-onboarding-avatar {
      max-width: 200px; } }
  .popover-onboarding .popover-title {
    color: var(--web-primary-100, #3246ff);
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3125rem; }
  .popover-onboarding .popover-body {
    padding: 0; }
    .popover-onboarding .popover-body p {
      text-align: left;
      color: #777b86;
      font-size: 0.875rem;
      line-height: 1rem; }
    .popover-onboarding .popover-body .btn {
      color: var(--web-primary-100, #3246ff);
      font-size: 0.875rem;
      font-weight: 700;
      border: none; }
  .popover-onboarding .popover-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .popover-onboarding .popover-footer a {
      color: var(--web-primary-100, #3246ff);
      font-size: 0.875rem;
      font-weight: 700;
      border: none; }
      .popover-onboarding .popover-footer a:hover {
        color: #2433be; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.is-student .hosco-content {
  display: flex;
  flex-direction: column; }
  .is-student .hosco-content hosco-editor {
    margin-bottom: 20px; }
  .is-student .hosco-content .hosco-panel-title {
    position: relative;
    margin: 0; }
  .is-student .hosco-content .hosco-panel-head {
    display: flex;
    justify-content: space-between;
    color: #53555d;
    padding-bottom: 16px; }
    .is-student .hosco-content .hosco-panel-head .add-item {
      color: var(--web-primary-100, #3246ff);
      font-size: 0.875rem;
      border: none;
      background-color: transparent;
      box-shadow: none;
      padding: 0;
      align-self: baseline; }
      .is-student .hosco-content .hosco-panel-head .add-item-text {
        vertical-align: super; }
        @media (max-width: 767.98px) {
          .is-student .hosco-content .hosco-panel-head .add-item-text {
            visibility: hidden;
            display: none; } }
      .is-student .hosco-content .hosco-panel-head .add-item i {
        font-size: 1.25rem;
        padding-left: 4px; }
        @media (max-width: 767.98px) {
          .is-student .hosco-content .hosco-panel-head .add-item i {
            border: 14px solid #f5f6fb;
            border-radius: 50%;
            padding: 0; } }
    .is-student .hosco-content .hosco-panel-head .sub-title {
      font-size: 0.75rem;
      color: var(--web-primary-110, #2433be);
      font-weight: bold;
      margin: 0;
      padding-left: 27px;
      text-align: left; }
  .is-student .hosco-content .hosco-panel-header {
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    color: #53555d; }
  .is-student .hosco-content .hosco-panel-description {
    color: #53555d;
    text-align: left; }
    .is-student .hosco-content .hosco-panel-description-disclaimer {
      color: #53555d;
      font-weight: bold; }
  .is-student .hosco-content .hosco-panel.profile-introduction .profile-introduction-item {
    border-top: 1px solid #e7eaf3;
    padding-top: 17px; }
  .is-student .hosco-content .hosco-panel.profile-introduction .showmore-trigger {
    color: var(--web-primary-100, var(--web-primary-100, #3246ff)); }
  .is-student .hosco-content .hosco-panel.new {
    border: none !important; }
  .is-student .hosco-content .profile-appear-public {
    order: -10; }
  .is-student .hosco-content .shorten-link {
    display: block; }
    .is-student .hosco-content .shorten-link::before {
      font-family: 'FontAwesome';
      content: '\F078   '; }
  .is-student .hosco-content br + .shorten-link::before {
    content: '\F077   '; }
  .is-student .hosco-content .profile-organization-status-actions {
    margin-bottom: 15px; }
  .is-student .hosco-content .member-status-dropdown {
    background-color: transparent;
    color: #777b86;
    border: 1px solid #ef5d6a;
    border-right: none;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 2px 0px 2px 10px;
    min-width: 110px; }
    .is-student .hosco-content .member-status-dropdown:active {
      background-color: inherit;
      color: inherit;
      border-color: inherit; }
    .is-student .hosco-content .member-status-dropdown:focus {
      box-shadow: none !important; }
    .is-student .hosco-content .member-status-dropdown.btn-success {
      background-color: var(--web-primary-100, #20c677);
      color: #fff;
      border-color: var(--web-primary-100, #20c677); }
    .is-student .hosco-content .member-status-dropdown.btn-danger {
      background-color: #ef5d6a;
      color: #fff;
      border-color: #ef5d6a; }
    .is-student .hosco-content .member-status-dropdown-toggle {
      background-color: transparent;
      color: #777b86;
      border: 1px solid #ef5d6a;
      border-left: none; }
      .is-student .hosco-content .member-status-dropdown-toggle:focus {
        box-shadow: none !important; }
      .is-student .hosco-content .member-status-dropdown-toggle.btn-success {
        background-color: var(--web-primary-100, #20c677);
        color: #fff;
        border-color: var(--web-primary-100, #20c677); }
      .is-student .hosco-content .member-status-dropdown-toggle.btn-danger {
        background-color: #ef5d6a;
        color: #fff; }
    .is-student .hosco-content .member-status-dropdown-menu {
      min-width: 138px;
      padding: 0;
      z-index: 0; }
    .is-student .hosco-content .member-status-dropdown-approve {
      display: block;
      color: #777b86;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 3px 0 3px 10px; }
      .is-student .hosco-content .member-status-dropdown-approve:hover {
        background-color: var(--web-primary-100, #20c677);
        color: #fff; }
      .is-student .hosco-content .member-status-dropdown-approve i {
        float: right;
        padding-right: 5px;
        padding-top: 4px; }
    .is-student .hosco-content .member-status-dropdown-reject {
      display: block;
      color: #777b86;
      font-size: 0.75rem;
      font-weight: bold;
      padding: 3px 0 3px 10px; }
      .is-student .hosco-content .member-status-dropdown-reject:hover {
        background-color: #ef5d6a;
        color: #fff; }
      .is-student .hosco-content .member-status-dropdown-reject i {
        float: right;
        padding-right: 7px;
        padding-top: 4px; }

.is-student .profile-location {
  font-size: 0.875rem; }

.is-student .profile-resume {
  padding-bottom: 0;
  padding-top: 20px; }

.is-student .profile-education-list,
.is-student .profile-experience-list,
.is-student .profile-language-list,
.is-student .profile-personal-information-list,
.is-student .profile-judging-history-list,
.is-student .profile-competition-participations-list,
.is-student .profile-cvs-list,
.is-student .profile-attachments-list,
.is-student .profile-badges-list,
.is-student .profile-status-list {
  padding-left: 0;
  margin-bottom: 0; }

.is-student .profile-education-item,
.is-student .profile-experience-item,
.is-student .profile-language-item,
.is-student .profile-personal-information-item,
.is-student .profile-judging-history-item,
.is-student .profile-competition-participations-item,
.is-student .profile-cvs-item,
.is-student .profile-attachments-item,
.is-student .profile-badges-item,
.is-student .profile-status-item {
  position: relative;
  padding-left: 38px;
  border-top: 1px solid #e7eaf3;
  list-style: none; }
  .is-student .profile-education-item-organism,
  .is-student .profile-experience-item-organism,
  .is-student .profile-language-item-organism,
  .is-student .profile-personal-information-item-organism,
  .is-student .profile-judging-history-item-organism,
  .is-student .profile-competition-participations-item-organism,
  .is-student .profile-cvs-item-organism,
  .is-student .profile-attachments-item-organism,
  .is-student .profile-badges-item-organism,
  .is-student .profile-status-item-organism {
    line-height: 1.4; }
  .is-student .profile-education-item-status,
  .is-student .profile-experience-item-status,
  .is-student .profile-language-item-status,
  .is-student .profile-personal-information-item-status,
  .is-student .profile-judging-history-item-status,
  .is-student .profile-competition-participations-item-status,
  .is-student .profile-cvs-item-status,
  .is-student .profile-attachments-item-status,
  .is-student .profile-badges-item-status,
  .is-student .profile-status-item-status {
    margin: 0 0 5px; }
    .is-student .profile-education-item-status .label,
    .is-student .profile-experience-item-status .label,
    .is-student .profile-language-item-status .label,
    .is-student .profile-personal-information-item-status .label,
    .is-student .profile-judging-history-item-status .label,
    .is-student .profile-competition-participations-item-status .label,
    .is-student .profile-cvs-item-status .label,
    .is-student .profile-attachments-item-status .label,
    .is-student .profile-badges-item-status .label,
    .is-student .profile-status-item-status .label {
      font-size: 0.6875rem; }

.is-student .profile-education-picture,
.is-student .profile-experience-picture,
.is-student .profile-language-picture,
.is-student .profile-personal-information-picture,
.is-student .profile-judging-history-picture,
.is-student .profile-competition-participations-picture,
.is-student .profile-cvs-picture,
.is-student .profile-attachments-picture,
.is-student .profile-badges-picture,
.is-student .profile-status-picture {
  position: absolute;
  right: 0; }
  .is-student .profile-education-picture .avatar,
  .is-student .profile-experience-picture .avatar,
  .is-student .profile-language-picture .avatar,
  .is-student .profile-personal-information-picture .avatar,
  .is-student .profile-judging-history-picture .avatar,
  .is-student .profile-competition-participations-picture .avatar,
  .is-student .profile-cvs-picture .avatar,
  .is-student .profile-attachments-picture .avatar,
  .is-student .profile-badges-picture .avatar,
  .is-student .profile-status-picture .avatar {
    width: 70px;
    height: 70px; }

.is-student .profile-education-content,
.is-student .profile-experience-content,
.is-student .profile-language-content,
.is-student .profile-personal-information-content,
.is-student .profile-judging-history-content,
.is-student .profile-competition-participations-content,
.is-student .profile-cvs-content,
.is-student .profile-attachments-content,
.is-student .profile-badges-content,
.is-student .profile-status-content {
  display: flex;
  justify-content: flex-start;
  margin-top: 17px; }

.is-student .profile-education-title,
.is-student .profile-experience-title,
.is-student .profile-language-title,
.is-student .profile-personal-information-title,
.is-student .profile-judging-history-title,
.is-student .profile-competition-participations-title,
.is-student .profile-cvs-title,
.is-student .profile-attachments-title,
.is-student .profile-badges-title,
.is-student .profile-status-title {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 5px;
  color: #000;
  word-break: break-all; }
  .is-student .profile-education-title a,
  .is-student .profile-experience-title a,
  .is-student .profile-language-title a,
  .is-student .profile-personal-information-title a,
  .is-student .profile-judging-history-title a,
  .is-student .profile-competition-participations-title a,
  .is-student .profile-cvs-title a,
  .is-student .profile-attachments-title a,
  .is-student .profile-badges-title a,
  .is-student .profile-status-title a {
    color: inherit; }

.is-student .profile-education-recos,
.is-student .profile-experience-recos,
.is-student .profile-language-recos,
.is-student .profile-personal-information-recos,
.is-student .profile-judging-history-recos,
.is-student .profile-competition-participations-recos,
.is-student .profile-cvs-recos,
.is-student .profile-attachments-recos,
.is-student .profile-badges-recos,
.is-student .profile-status-recos {
  display: inline-block;
  margin-top: 5px; }

.is-student .profile-education-organism,
.is-student .profile-experience-organism,
.is-student .profile-language-organism,
.is-student .profile-personal-information-organism,
.is-student .profile-judging-history-organism,
.is-student .profile-competition-participations-organism,
.is-student .profile-cvs-organism,
.is-student .profile-attachments-organism,
.is-student .profile-badges-organism,
.is-student .profile-status-organism {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  margin: 0 0 5px; }
  .is-student .profile-education-organism a,
  .is-student .profile-experience-organism a,
  .is-student .profile-language-organism a,
  .is-student .profile-personal-information-organism a,
  .is-student .profile-judging-history-organism a,
  .is-student .profile-competition-participations-organism a,
  .is-student .profile-cvs-organism a,
  .is-student .profile-attachments-organism a,
  .is-student .profile-badges-organism a,
  .is-student .profile-status-organism a {
    color: var(--web-primary-110, #2433be); }

.is-student .profile-education-date, .is-student .profile-education-degree,
.is-student .profile-experience-date,
.is-student .profile-experience-degree,
.is-student .profile-language-date,
.is-student .profile-language-degree,
.is-student .profile-personal-information-date,
.is-student .profile-personal-information-degree,
.is-student .profile-judging-history-date,
.is-student .profile-judging-history-degree,
.is-student .profile-competition-participations-date,
.is-student .profile-competition-participations-degree,
.is-student .profile-cvs-date,
.is-student .profile-cvs-degree,
.is-student .profile-attachments-date,
.is-student .profile-attachments-degree,
.is-student .profile-badges-date,
.is-student .profile-badges-degree,
.is-student .profile-status-date,
.is-student .profile-status-degree {
  display: inline-block;
  margin-right: 5px;
  color: #777b86; }

.is-student .profile-education-description,
.is-student .profile-experience-description,
.is-student .profile-language-description,
.is-student .profile-personal-information-description,
.is-student .profile-judging-history-description,
.is-student .profile-competition-participations-description,
.is-student .profile-cvs-description,
.is-student .profile-attachments-description,
.is-student .profile-badges-description,
.is-student .profile-status-description {
  margin: 5px 0 0;
  word-wrap: anywhere; }

.is-student .profile-education-department,
.is-student .profile-experience-department,
.is-student .profile-language-department,
.is-student .profile-personal-information-department,
.is-student .profile-judging-history-department,
.is-student .profile-competition-participations-department,
.is-student .profile-cvs-department,
.is-student .profile-attachments-department,
.is-student .profile-badges-department,
.is-student .profile-status-department {
  display: table;
  border: 1px solid #b0b4c3;
  color: #b0b4c3;
  border-radius: 5px;
  font-weight: 700;
  padding: 2px 8px; }

.is-student .profile-education-external-reference,
.is-student .profile-experience-external-reference,
.is-student .profile-language-external-reference,
.is-student .profile-personal-information-external-reference,
.is-student .profile-judging-history-external-reference,
.is-student .profile-competition-participations-external-reference,
.is-student .profile-cvs-external-reference,
.is-student .profile-attachments-external-reference,
.is-student .profile-badges-external-reference,
.is-student .profile-status-external-reference {
  display: table;
  border: 1px solid var(--web-secondary-100, #00c7e8);
  color: var(--web-secondary-100, #00c7e8);
  border-radius: 5px;
  padding: 2px 8px; }

.is-student .profile-education-text,
.is-student .profile-experience-text,
.is-student .profile-language-text,
.is-student .profile-personal-information-text,
.is-student .profile-judging-history-text,
.is-student .profile-competition-participations-text,
.is-student .profile-cvs-text,
.is-student .profile-attachments-text,
.is-student .profile-badges-text,
.is-student .profile-status-text {
  margin-right: 70px; }

.is-student .profile-experience-department {
  display: inline-block; }
  .is-student .profile-experience-department-hosco-admin {
    border-color: #6d2d9b;
    color: #6d2d9b; }

.is-student .view-mode .profile-experience-item,
.is-student .view-mode .profile-education-item,
.is-student .view-mode .profile-personal-information-item,
.is-student .view-mode .profile-competition-participations-item,
.is-student .view-mode .profile-judging-history-item,
.is-student .view-mode .profile-cvs-item,
.is-student .view-mode .profile-attachments-item,
.is-student .view-mode .profile-badges-item,
.is-student .view-mode .profile-status-item {
  padding: 0; }

.is-student .profile-language-info li {
  cursor: initial; }

.is-student .profile-language-item {
  padding-left: 38px;
  position: relative;
  padding-top: 12px; }
  .is-student .profile-language-item .profile-language-name {
    position: absolute;
    font-weight: 600;
    font-size: 1rem; }

.is-student .profile-language-level-title {
  font-size: 0.9375rem; }

.is-student .view-mode .profile-language-item {
  padding-left: 0; }

.is-student .profile-skill-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 38px;
  padding-top: 12px;
  border-top: 1px solid #e7eaf3; }

.is-student .profile-skill-item {
  border: 1px solid var(--web-secondary-100, #00c7e8);
  border-radius: 4px;
  padding: 4.5px 10.5px;
  color: #53555d;
  margin: 5px; }

.is-student .profile-skill .edit-item {
  top: 60%;
  left: auto; }
  @media (max-width: 767.98px) {
    .is-student .profile-skill .edit-item {
      left: 1%;
      top: 65%; } }

.is-student .profile-reco-list {
  margin-bottom: 0; }

.is-student .profile-reco-item {
  display: flex;
  padding-bottom: 20px;
  border-top: 1px solid #e7eaf3;
  padding-top: 12px; }
  .is-student .profile-reco-item:last-child {
    padding-bottom: 0; }

.is-student .profile-reco-picture {
  padding-left: 20px; }
  .is-student .profile-reco-picture img {
    width: 90px;
    height: 90px; }

.is-student .profile-reco-actions {
  width: 80px; }
  .is-student .profile-reco-actions .btn {
    display: block;
    margin-bottom: 10px; }

.is-student .profile-reco-content {
  flex: 1 1 0%;
  display: flex; }
  .is-student .profile-reco-content .delete-reco {
    color: #53555d;
    font-size: 0.625rem;
    background-color: #f5f6fb;
    border-radius: 50%;
    padding: 5.5px 9px;
    align-self: baseline; }
    .is-student .profile-reco-content .delete-reco:hover {
      color: #ef5d6a;
      font-size: 0.875rem;
      transition: all ease-in-out 0.15s;
      padding: 2px 7px; }
  .is-student .profile-reco-content .profile-reco-text {
    padding-left: 10px; }

.is-student .profile-reco-from {
  font-size: 1rem;
  color: var(--web-secondary-100, #00c7e8);
  margin-bottom: 5px; }

.is-student .profile-reco-file {
  color: #2433be; }
  .is-student .profile-reco-file:hover {
    color: var(--web-primary-100, #3246ff); }

.is-student .profile-reco-buttons {
  text-align: center;
  margin-top: 20px; }

.is-student .profile-reco-experience {
  font-size: 1rem;
  font-weight: bold;
  color: #53555d; }

.is-student .profile-section-item {
  position: relative;
  border-top: 1px solid #e7eaf3;
  padding: 12px 0 20px 38px; }

.is-student .profile-section-title {
  color: #53555d;
  font-size: 1rem;
  font-weight: 600; }

.is-student .profile-section .is-video .post-embedded-player,
.is-student .profile-section .is-video .post-embedded-meta {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-bottom: 10px; }

.is-student .profile-section .is-video .post-embedded-player {
  padding-bottom: 28.125%; }

.is-student .profile-section .is-video .post-embedded-meta {
  margin-top: 0;
  padding-left: 10px; }

.is-student .profile-position {
  font-size: 1.125rem; }
  @media (max-width: 767.98px) {
    .is-student .profile-position {
      font-size: 0.9375rem; } }

.is-student .profile-attachment-item,
.is-student .profile-document-item {
  margin-bottom: 5px;
  font-size: 0.8125rem; }

.is-student .profile-status {
  order: -8; }
  .is-student .profile-status-name {
    margin-bottom: 15px !important;
    padding-left: 20px !important;
    font-size: 1.1em; }
  .is-student .profile-status-info {
    margin-bottom: 5px;
    font-size: 0.8125rem; }
    .is-student .profile-status-info .fa {
      margin-right: 5px; }

.is-student .hosco-badge-stat {
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767.98px) {
  .is-student .hosco-badge-picture-container {
    bottom: -70px;
    right: 0; } }

.is-student .hosco-badge-picture img {
  width: 170px;
  height: 170px; }
  @media (max-width: 767.98px) {
    .is-student .hosco-badge-picture img {
      width: 140px;
      height: 140px; } }

.is-student .hosco-badge-lastupdate {
  right: 195px; }

.is-student .hosco-badge-navbar-right {
  padding-right: 190px; }
  @media (max-width: 767.98px) {
    .is-student .hosco-badge-navbar-right {
      padding: 0; } }

.is-student .hosco-badge-container {
  background: var(--web-primary-20, #e0e3ff);
  background-size: cover; }

.is-student .hosco-badge-meta {
  color: #53555d; }

.is-student .hosco-badge .profile-tag {
  display: inline-block;
  margin-right: 5px;
  font-size: 0.75rem;
  letter-spacing: normal; }
  .is-student .hosco-badge .profile-tag:last-child {
    margin-right: 0; }
  .is-student .hosco-badge .profile-tag-list {
    position: absolute;
    bottom: 30px;
    right: 195px;
    word-break: break-all;
    max-width: 150px;
    letter-spacing: -0.5em;
    z-index: 11; }

@media (min-width: 576px) {
  .is-student .hosco-badge .hosco-badge-btn .nav-link {
    padding: 0 7px !important; } }

.is-student .editor-avatar .editor-preview:hover:after {
  line-height: 170px; }

.application-tracker-item {
  margin-bottom: 10px;
  font-size: 0.8125rem; }

.report-hiring-label,
.report-hiring-radio {
  margin-top: 10px !important;
  margin-bottom: 15px; }

.report-hiring-radio label {
  padding-left: 5px; }

.profile-access {
  text-align: center; }
  .profile-access-title {
    text-transform: uppercase;
    margin-bottom: 10px; }

.profile-completion-progress-bar {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  order: -9; }
  @media (max-width: 767.98px) {
    .profile-completion-progress-bar {
      flex-flow: column wrap;
      height: 110px;
      align-items: stretch;
      justify-content: flex-start; } }
  .profile-completion-progress-bar h3 {
    font-weight: bold;
    font-size: 1.25rem; }
  .profile-completion-progress-bar .completion-percentage {
    font-size: 2.25rem;
    font-family: "Work Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    @media (max-width: 767.98px) {
      .profile-completion-progress-bar .completion-percentage {
        margin-top: 10px; } }
  .profile-completion-progress-bar .progress {
    width: 60%;
    margin: 0 5px;
    color: #777b86; }
    @media (max-width: 767.98px) {
      .profile-completion-progress-bar .progress {
        width: 70%; } }
    .profile-completion-progress-bar .progress .progress-bar {
      position: relative;
      background-color: #b0b4c3;
      border-radius: 10px;
      width: 100%;
      height: 6px; }
      .profile-completion-progress-bar .progress .progress-bar div {
        position: absolute;
        height: 6px;
        border-radius: inherit; }
      .profile-completion-progress-bar .progress .progress-bar .twenty {
        background-color: #ff7775;
        width: 20%; }
      .profile-completion-progress-bar .progress .progress-bar .thirty {
        background-color: #ff753d;
        width: 30%; }
      .profile-completion-progress-bar .progress .progress-bar .fourty {
        background-color: #ff5e33;
        width: 40%; }
      .profile-completion-progress-bar .progress .progress-bar .fifty {
        background-color: #f3a700;
        width: 50%; }
      .profile-completion-progress-bar .progress .progress-bar .sixty {
        background-color: #fbdc00;
        width: 60%; }
      .profile-completion-progress-bar .progress .progress-bar .seventy {
        background-color: #d7e400;
        width: 70%; }
      .profile-completion-progress-bar .progress .progress-bar .eighty {
        background-color: #61bd6d;
        width: 80%; }
      .profile-completion-progress-bar .progress .progress-bar .ninety {
        background-color: #61bd6d;
        width: 90%; }
      .profile-completion-progress-bar .progress .progress-bar .hundred {
        background-color: #00d563;
        width: 100%; }

.linkedin-sync-box {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  margin: 5px 0 20px 0;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 767.98px) {
    .linkedin-sync-box {
      flex-direction: column; } }
  .linkedin-sync-box .banner {
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .linkedin-sync-box .banner {
        margin-bottom: 5px; } }
    .linkedin-sync-box .banner h3 {
      font-weight: bold;
      margin-bottom: 0px;
      font-size: 1.25rem; }
    .linkedin-sync-box .banner .fa-linkedin-square {
      color: #0077b5;
      font-size: 1.75rem;
      padding: 7px; }

.new-modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  padding: 30px 0 16px 0;
  border-bottom: 1px solid #e7eaf3; }
  @media (max-width: 767.98px) {
    .new-modal-header {
      width: 100%;
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
      border: none; } }
  .new-modal-header .fa {
    color: var(--web-secondary-100, #00c7e8); }
  .new-modal-header .modal-title {
    padding-top: 17.2px;
    font-size: 1.125rem;
    font-weight: bold; }
  .new-modal-header hr {
    width: 90%;
    margin: 0; }
  .new-modal-header.section .fa {
    padding: 5.8px 6.8px; }
  .new-modal-header.education .fa {
    padding: 8.2px 6.8px; }
  .new-modal-header.competition-participation .fa {
    padding: 6px 7px; }

.new-modal-body {
  position: relative;
  overflow-x: auto;
  max-height: calc(100vh - 60px - 113px - 67px);
  padding: 17px 30px 0px 30px; }
  @media (max-width: 767.98px) {
    .new-modal-body {
      max-height: calc(100vh - 60px - 113px - 113px); } }
  .new-modal-body .introduction {
    padding-bottom: 15px;
    text-align: left; }
  .new-modal-body p:first-child {
    font-weight: bold;
    font-size: 0.875rem; }
  .new-modal-body.profile-picture img {
    display: block;
    margin: 50px auto; }
  .new-modal-body.profile-picture .form-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0; }
  .new-modal-body.profile-introduction textarea {
    resize: none;
    width: 100%;
    margin-top: 35px;
    padding: 15px; }
  .new-modal-body.profile-introduction .clear-textarea {
    background-color: inherit;
    border: none;
    color: #b0b4c3;
    text-decoration: underline;
    position: absolute;
    right: 5%;
    top: 32%; }
  .new-modal-body.experience .modal-form, .new-modal-body.education .modal-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 30px; }
    @media (max-width: 767.98px) {
      .new-modal-body.experience .modal-form, .new-modal-body.education .modal-form {
        grid-template-columns: auto; } }
    .new-modal-body.experience .modal-form .md-form-group, .new-modal-body.education .modal-form .md-form-group {
      margin: 0; }
    .new-modal-body.experience .modal-form .experiences-checkbox, .new-modal-body.education .modal-form .experiences-checkbox {
      display: flex;
      align-items: baseline; }
      .new-modal-body.experience .modal-form .experiences-checkbox label, .new-modal-body.education .modal-form .experiences-checkbox label {
        font-weight: bold; }
      .new-modal-body.experience .modal-form .experiences-checkbox[disabled], .new-modal-body.education .modal-form .experiences-checkbox[disabled] {
        opacity: 0.3;
        pointer-events: none; }
    .new-modal-body.experience .modal-form .profile-experience-comment-input,
    .new-modal-body.experience .modal-form .profile-education-comment-input, .new-modal-body.education .modal-form .profile-experience-comment-input,
    .new-modal-body.education .modal-form .profile-education-comment-input {
      grid-column: 1/3;
      resize: none;
      padding: 15px; }
      @media (max-width: 767.98px) {
        .new-modal-body.experience .modal-form .profile-experience-comment-input,
        .new-modal-body.experience .modal-form .profile-education-comment-input, .new-modal-body.education .modal-form .profile-experience-comment-input,
        .new-modal-body.education .modal-form .profile-education-comment-input {
          grid-column: 1;
          margin-bottom: 30px; } }
  .new-modal-body.education .md-form-group:first-child {
    grid-column: 1/3; }
  .new-modal-body.language {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .new-modal-body.language .language-item {
      width: 50%;
      margin-bottom: 30px; }
      @media (max-width: 767.98px) {
        .new-modal-body.language .language-item {
          width: 100%; } }
    .new-modal-body.language .language-level {
      position: absolute;
      right: 0%;
      top: 38%; }
      .new-modal-body.language .language-level .profile-language-level-name {
        font-size: 0.625rem;
        color: #b0b4c3;
        text-align: end; }
    .new-modal-body.language .modal-form {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 30px;
      width: 100%;
      flex-shrink: 0; }
    .new-modal-body.language .md-btn-secondary {
      flex-shrink: 0; }
    .new-modal-body.language .add-english {
      margin-bottom: 20px; }
    .new-modal-body.language .introduction .blue {
      color: var(--web-secondary-100, #00c7e8); }
      .new-modal-body.language .introduction .blue-bold {
        font-weight: bold;
        color: var(--web-secondary-100, #00c7e8); }
  .new-modal-body.section .modal-form {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .new-modal-body.section .modal-form .title {
      border-bottom: 1px solid var(--web-secondary-100, #00c7e8);
      width: 100%;
      margin-bottom: 30px; }
      .new-modal-body.section .modal-form .title i {
        color: var(--web-secondary-100, #00c7e8); }
      .new-modal-body.section .modal-form .title .profile-section-title-input {
        border: none;
        width: 95%; }
    .new-modal-body.section .modal-form .form-control {
      resize: none;
      width: 100%;
      padding: 15px; }
    .new-modal-body.section .modal-form .upload-info {
      font-size: 0.75rem;
      color: #777b86; }
    .new-modal-body.section .modal-form .md-btn {
      margin-top: 20px; }
  .new-modal-body.section .preview-picture {
    position: relative;
    margin-top: 10px; }
    .new-modal-body.section .preview-picture .profile-section-upload-preview {
      width: 100%; }
    .new-modal-body.section .preview-picture .transparent-edge {
      position: absolute;
      right: 0%;
      top: 0%;
      height: 60px;
      width: 60px;
      border-color: transparent #fff transparent transparent;
      border-style: solid;
      border-width: 0 60px 60px 0; }
    .new-modal-body.section .preview-picture .remove-preview-picture {
      background-color: transparent;
      border: none;
      box-shadow: none;
      position: absolute;
      top: 0%;
      right: 0%;
      font-size: 1.25rem; }
      .new-modal-body.section .preview-picture .remove-preview-picture i {
        color: #ef5d6a; }
  .new-modal-body.skills {
    overflow-x: unset;
    max-height: none; }
    .new-modal-body.skills .modal-form {
      display: flex;
      align-items: center; }
      @media (max-width: 767.98px) {
        .new-modal-body.skills .modal-form {
          flex-direction: column; }
          .new-modal-body.skills .modal-form .skillInput {
            white-space: nowrap; } }
      .new-modal-body.skills .modal-form .skillInput {
        border-bottom: 1px solid var(--web-secondary-100, #00c7e8);
        width: 100%;
        margin-bottom: 28px; }
        .new-modal-body.skills .modal-form .skillInput i {
          color: var(--web-secondary-100, #00c7e8); }
        .new-modal-body.skills .modal-form .skillInput input {
          border: none; }
          .new-modal-body.skills .modal-form .skillInput input:focus {
            box-shadow: none; }
      .new-modal-body.skills .modal-form .form-control-typeahead {
        display: inline-block;
        width: 95%; }
    .new-modal-body.skills .skills-tags {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 20px; }
      .new-modal-body.skills .skills-tags .skill-title {
        border: 1px solid #777b86;
        border-radius: 4px;
        padding: 4.5px;
        color: var(--web-primary-100, #3246ff);
        margin: 5px;
        cursor: pointer; }
        .new-modal-body.skills .skills-tags .skill-title:hover {
          background-color: var(--web-primary-100, #3246ff);
          color: #fff; }
        @media (max-width: 767.98px) {
          .new-modal-body.skills .skills-tags .skill-title {
            padding: 16.5px 4.5px; } }
        .new-modal-body.skills .skills-tags .skill-title.active {
          background-color: var(--web-secondary-100, #00c7e8);
          color: #fff; }
      .new-modal-body.skills .skills-tags .ha {
        padding-left: 7px;
        padding-right: 2px; }
      .new-modal-body.skills .skills-tags .ha-check {
        font-size: 0.5rem;
        padding-right: 4px; }
  .new-modal-body.competition-participation .control-datetime-input, .new-modal-body.judge-experience .control-datetime-input {
    text-align: left; }

.profile-personal-information-block,
.profile-cvs-block,
.profile-attachments-block,
.profile-status-block {
  margin-top: 17px; }

.new-modal-body.description {
  text-align: left; }

@media (max-width: 767.98px) {
  .profile-personal-information .hosco-panel-title {
    text-align: left; } }

.personal-information {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 30px; }
  .personal-information .info-input {
    grid-column: 1/3;
    border-bottom: 1px solid #b0b4c3;
    font-size: 1rem;
    margin-bottom: 10px; }
    .personal-information .info-input.is-focus {
      border-color: var(--web-secondary-100, #00c7e8); }
    .personal-information .info-input input {
      border: none; }
      .personal-information .info-input input:focus {
        box-shadow: none; }
    .personal-information .info-input .form-control-typeahead {
      display: inline-block;
      width: 95%; }
      .personal-information .info-input .form-control-typeahead-label {
        font-weight: normal; }
      .personal-information .info-input .form-control-typeahead .form-control-typeahead-values {
        position: absolute; }
        .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .badge-info {
          border: 1px solid #777b86;
          background-color: white;
          border-radius: 4px;
          padding: 4px;
          color: var(--web-secondary-100, #00c7e8) !important;
          margin: 5px;
          cursor: pointer; }
          .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .badge-info:hover {
            background-color: var(--web-secondary-100, #00c7e8);
            color: #fff !important; }
          @media (max-width: 767.98px) {
            .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .badge-info {
              padding: 3.5px 4px; } }
          .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .badge-info.active {
            background-color: var(--web-secondary-100, #00c7e8);
            color: #fff; }
        .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .ha {
          padding-left: 7px;
          padding-right: 2px; }
        .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .fa-remove:before,
        .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .fa-close:before,
        .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .fa-times:before {
          font-size: 0.9375rem; }
        .personal-information .info-input .form-control-typeahead .form-control-typeahead-values .ha-check {
          font-size: 0.5rem;
          padding-right: 4px; }
  .personal-information .birthday-input {
    grid-column: 1;
    border-bottom: 1px solid #b0b4c3;
    margin-bottom: 28px; }
    .personal-information .birthday-input.is-focus {
      border-color: var(--web-secondary-100, #00c7e8); }
    .personal-information .birthday-input input {
      border: none; }
      .personal-information .birthday-input input:focus {
        box-shadow: none; }
  .personal-information .driving-licence {
    text-align: right;
    grid-column: 2; }
    @media (max-width: 767.98px) {
      .personal-information .driving-licence {
        display: flex; }
        .personal-information .driving-licence .md-checkbox-placeholder::before {
          margin-top: 7px; }
        .personal-information .driving-licence label.md-checkbox-label {
          padding-top: 10px;
          text-align: center; } }
  .personal-information button {
    margin: 10px; }
  .personal-information-content {
    list-style-type: none;
    padding-left: 0;
    display: flex; }
  .personal-information-items {
    border: 1px solid var(--web-secondary-100, #00c7e8);
    border-radius: 4px;
    padding: 4.5px 10.5px;
    color: #53555d;
    margin: 5px; }
    .personal-information-items:first-child {
      margin-left: 0; }
    .personal-information-items.one-element {
      display: table;
      margin-left: 0;
      margin-bottom: 16px; }
  .personal-information-name {
    margin-bottom: 0; }

.cv {
  margin-bottom: 30px; }
  .cv .upload-cv {
    border: 1px dashed var(--web-secondary-100, #00c7e8);
    padding: 20px 0;
    width: 100%;
    text-align: center; }
    .cv .upload-cv .fa-upload {
      font-size: 1.25rem;
      padding: 0px 15px; }
  .cv .file-preview {
    width: 100%;
    background-color: #f5f6fb;
    margin-bottom: 10px; }
    .cv .file-preview .file-title {
      position: relative;
      padding: 20px 10px; }
      .cv .file-preview .file-title p {
        margin-bottom: 0;
        word-break: break-all;
        padding-right: 20px; }
      .cv .file-preview .file-title .remove-file {
        position: absolute;
        right: 10px;
        top: 35%;
        padding: 4px 6px;
        background-color: #ef5d6a;
        color: white;
        border-radius: 50px;
        opacity: 0.7; }
        .cv .file-preview .file-title .remove-file:hover {
          opacity: 1; }
  .cv .cv-review label {
    font-style: italic;
    font-size: 0.75rem;
    margin: 0 8px 0 0; }
  .cv-content {
    list-style-type: none;
    padding-left: 0; }
  .cv-upload-date {
    font-size: 0.75rem; }
  .cv-footnote {
    text-align: right;
    font-size: 0.75rem;
    margin-top: 0.75rem; }
  .cv-save {
    flex-direction: column; }
  .cv-upload-link {
    text-decoration: underline; }
  .cv .pattern-error-warning {
    color: #ef5d6a; }

.free-review {
  display: flex;
  align-items: baseline;
  border-top: 1px solid #e7eaf3;
  justify-content: flex-end; }
  .free-review p {
    font-style: italic;
    font-size: 0.75rem;
    padding-top: 5px;
    margin-bottom: 0; }

.fa-download {
  color: var(--web-primary-100, #3246ff); }

.profile-status .edit-item {
  top: 15px; }

.profile-status-item-title {
  font-size: 0.875rem;
  margin: 0 0 5px; }

.profile-status .preferences-toggle {
  border-top: 1px solid #e7eaf3;
  padding-top: 10px;
  margin-top: 20px;
  text-align: center;
  display: block; }
  .profile-status .preferences-toggle .preferences-option {
    color: var(--web-secondary-100, #00c7e8);
    display: inline-flex; }
    .profile-status .preferences-toggle .preferences-option i {
      font-size: 1.3125rem; }
    .profile-status .preferences-toggle .preferences-option p {
      margin-bottom: 0; }

.profile-status.form-group {
  padding-top: 10px; }

.profile-status .ui.checkbox label::before {
  right: 0;
  left: auto; }

.profile-status .ui.checkbox label::after {
  right: 0;
  left: auto; }

.profile-status .ui.toggle.checkbox input ~ label::after {
  right: 21.5px;
  left: auto; }

.profile-status .ui.toggle.checkbox input:checked ~ label::after {
  right: 0;
  left: auto; }

.profile-status .ui.toggle.checkbox label {
  padding-right: 45px;
  padding-left: 0; }

.status-toggle {
  display: flex;
  flex-direction: column; }

.status-form .form-group {
  text-align: left; }

.status-form-item {
  margin-bottom: 30px; }

.status-content {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0; }

.status-items {
  border: 1px solid var(--web-secondary-100, #00c7e8);
  border-radius: 4px;
  padding: 4.5px 10.5px;
  color: #53555d;
  margin: 5px; }
  .status-items:first-child {
    margin-left: 0; }
  .status-items.one-element {
    display: table;
    margin-left: 0;
    margin-bottom: 16px; }

.status-name {
  margin-bottom: 0; }

.status-description {
  font-weight: normal !important; }

.status-helper {
  display: flex;
  flex-direction: row-reverse; }

.status-help {
  position: absolute;
  top: 10px;
  right: 22px;
  font-size: 0.75rem;
  color: #b0b4c3;
  text-decoration: underline; }

.status-availability {
  display: flex; }

.status-job-seeking-companies span {
  font-weight: bold; }

.status-job-seeking-companies i {
  color: var(--web-primary-100, #20c677);
  font-size: 1.5625rem; }

.new-modal-footer {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 15px 14.5px; }
  @media (max-width: 767.98px) {
    .new-modal-footer {
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
      flex-direction: column;
      padding-bottom: 10px; }
      .new-modal-footer .remove-button {
        margin-bottom: 20px; } }
  .new-modal-footer.status {
    flex-direction: column; }
    .new-modal-footer.status button {
      margin-bottom: 20px; }
  .new-modal-footer .remove-button {
    position: relative; }
  .new-modal-footer.profile-picture .arrow_box {
    top: -495%;
    left: -50%; }
  .new-modal-footer.profile-introduction .arrow_box {
    top: -495%;
    left: -55%; }
  .new-modal-footer.education .arrow_box, .new-modal-footer.experience .arrow_box, .new-modal-footer.section .arrow_box {
    top: -495%;
    left: -36%; }
  .new-modal-footer.competition-participation .arrow_box {
    top: -710%;
    left: -43%; }
  .new-modal-footer.judge-experience .arrow_box {
    top: -502%;
    left: -56%; }
  .new-modal-footer .arrow_box {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 11;
    text-align: center;
    width: max-content; }
    .new-modal-footer .arrow_box .remove-warning {
      font-size: 1.125rem;
      font-weight: bold; }
    .new-modal-footer .arrow_box .remove,
    .new-modal-footer .arrow_box .keep {
      margin: 10px; }
  .new-modal-footer .arrow_box:after,
  .new-modal-footer .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .new-modal-footer .arrow_box:after {
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px; }
  .new-modal-footer .arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: rgba(0, 0, 0, 0.25);
    border-width: 21px;
    margin-left: -21px; }
  .new-modal-footer .keep {
    background-color: var(--web-secondary-100, #00c7e8);
    border-radius: 6px;
    padding: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none; }
    .new-modal-footer .keep-hover {
      background-color: #2433be; }
  .new-modal-footer .remove {
    background-color: #fff;
    border: 2px solid #ef5d6a;
    border-radius: 6px;
    color: #ef5d6a;
    padding: 14px; }
    .new-modal-footer .remove-hover {
      color: #ef5d6a;
      border-color: #ef5d6a; }
  .new-modal-footer .md-btn-primary {
    text-transform: uppercase; }
  .new-modal-footer.competition-participation {
    padding-bottom: 30px; }

.new-modal-body.language .remove-language {
  position: absolute;
  left: 0;
  top: 15px;
  color: #ef5d6a;
  border: 1px solid #ef5d6a;
  border-radius: 5px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0; }

.new-modal-body.language .md-input-container.has-value .profile-language-level-list,
.new-modal-body.language .md-input-container.has-value .profile-language-level-name,
.new-modal-body.language .md-input-container.is-focus .profile-language-level-list,
.new-modal-body.language .md-input-container.is-focus .profile-language-level-name {
  display: block; }

.new-modal-body.language .md-input-container.has-remove.is-focus {
  padding-left: 35px; }
  .new-modal-body.language .md-input-container.has-remove.is-focus .remove-language {
    opacity: 0.7;
    z-index: 10; }
    .new-modal-body.language .md-input-container.has-remove.is-focus .remove-language:hover {
      opacity: 1;
      color: #ef5d6a; }

.edit-item {
  background-color: #f5f6fb;
  border: none;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  border-radius: 50%;
  color: var(--web-primary-100, #3246ff);
  left: 0%;
  font-size: 0.90625rem;
  text-align: center; }
  .edit-item.introduction {
    position: static; }
  .edit-item:hover {
    background-color: var(--web-primary-100, #3246ff);
    color: #fff; }
  @media (max-width: 767.98px) {
    .edit-item {
      margin-right: 0.9375rem;
      left: -0.9375rem;
      top: 25%; }
      .edit-item i {
        background-color: #f5f6fb;
        border-radius: 50%;
        padding: 0.9375rem; } }

.remove-item {
  background-color: #f5f6fb;
  border: none;
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  border-radius: 50%;
  color: #ef5d6a;
  left: 0%;
  font-size: 0.90625rem;
  text-align: center;
  opacity: 0.7; }
  .remove-item:hover {
    background-color: #ef5d6a;
    color: #f5f6fb;
    opacity: 1; }
  @media (max-width: 767.98px) {
    .remove-item {
      left: -0.9375rem;
      height: 3rem;
      width: 3rem;
      padding: 0.75rem; } }

.remove-popup-container .arrow_box {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  left: -8.125rem;
  top: 4.375rem;
  background: #fff;
  padding: 0.9375rem;
  border-radius: 0.625rem;
  z-index: 11;
  text-align: center;
  width: max-content; }
  .remove-popup-container .arrow_box .remove-warning {
    font-size: 1.125rem;
    font-weight: bold; }
  .remove-popup-container .arrow_box .remove,
  .remove-popup-container .arrow_box .keep {
    margin: 0.625rem; }

.remove-popup-container .arrow_box:before,
.remove-popup-container .arrow_box:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.remove-popup-container .arrow_box:before {
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 1.3125rem;
  margin-left: -1.3125rem; }

.remove-popup-container .arrow_box:after {
  border-bottom-color: #fff;
  border-width: 1.25rem;
  margin-left: -1.25rem; }

.remove-popup-container .keep {
  background-color: var(--web-secondary-100, #00c7e8);
  border-radius: 0.375rem;
  padding: 0.9375rem;
  text-transform: uppercase;
  color: #fff;
  border: none; }
  .remove-popup-container .keep-hover {
    background-color: #2433be; }

.remove-popup-container .remove {
  background-color: #fff;
  border: 0.125rem solid #ef5d6a;
  border-radius: 0.375rem;
  color: #ef5d6a;
  padding: 0.8125rem; }
  .remove-popup-container .remove-hover {
    color: #ef5d6a;
    border-color: #ef5d6a; }

@media (max-width: 767.98px) {
  .remove-popup-container .arrow_box {
    left: 3.28125rem;
    top: -2.65625rem; }
  .remove-popup-container .arrow_box:before,
  .remove-popup-container .arrow_box:after {
    bottom: 0%;
    left: -1.25rem;
    right: 100%;
    top: 50%;
    border: solid transparent; }
  .remove-popup-container .arrow_box:before {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0.25);
    border-width: 1.25rem;
    margin-top: -1.25rem; }
  .remove-popup-container .arrow_box:after {
    border-right-color: #fff;
    border-width: 1.25rem;
    margin-top: -1.25rem; } }

.new-modal-body.language .remove-language {
  position: absolute;
  left: 0;
  top: 15px;
  color: #ef5d6a;
  border: 1px solid #ef5d6a;
  border-radius: 5px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0; }

.new-modal-body.language .md-input-container.has-value .profile-language-level-list,
.new-modal-body.language .md-input-container.has-value .profile-language-level-name,
.new-modal-body.language .md-input-container.is-focus .profile-language-level-list,
.new-modal-body.language .md-input-container.is-focus .profile-language-level-name {
  display: block; }

.new-modal-body.language .md-input-container.has-remove.is-focus {
  padding-left: 35px; }
  .new-modal-body.language .md-input-container.has-remove.is-focus .remove-language {
    opacity: 0.7;
    z-index: 10; }
    .new-modal-body.language .md-input-container.has-remove.is-focus .remove-language:hover {
      opacity: 1;
      color: #ef5d6a; }

.no-margin {
  margin: 0; }

.view-mode .hosco-panel-title {
  display: flex; }

.view-mode .sub-title {
  background-color: #e7eaf3;
  padding: 4px 10px !important;
  margin-left: 20px !important; }

.fa-magic {
  font-size: 1.125rem; }

.supercharge-upload-button-container {
  text-align: center;
  font-weight: bold; }

.supercharge-loading-container div {
  margin: 1.25rem 0px 2.5rem 0px; }

.supercharge-loading-container p {
  margin: 0; }

.radio-button-container {
  display: inline-block;
  margin-right: 0.75rem; }
  .radio-button-container .radio-button {
    flex-shrink: 0;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 3.125rem;
    cursor: pointer; }
  .radio-button-container .unchecked {
    border: 1px solid #b0b4c3; }
  .radio-button-container .checked {
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px var(--web-secondary-100, #00c7e8);
    background-color: var(--web-secondary-100, #00c7e8); }

.supercharge-partial {
  order: -9; }

@media (max-width: 767.98px) {
  .mobile-display-none {
    display: none; } }

.supercharge-container {
  display: flex;
  flex-direction: row;
  font-size: 0.875rem; }
  .supercharge-container > .supercharge-upload-button-container {
    width: 35%; }
  .supercharge-container .supercharge-header-container {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.5rem; }
    .supercharge-container .supercharge-header-container > .supercharge-new-icon {
      padding: 0.25rem 0.5rem 0.25rem 0.5rem;
      color: var(--web-primary-100, #20c677);
      font-weight: 600;
      font-size: 0.75rem;
      border: 0.063rem solid var(--web-primary-100, #20c677);
      margin-right: 1rem;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-content: center;
      flex-direction: column; }
    .supercharge-container .supercharge-header-container > .supercharge-header {
      padding-top: 0.125rem; }
  .supercharge-container .supercharge-description {
    font-size: 0.9375rem;
    width: 90%; }
  @media (max-width: 991.98px) {
    .supercharge-container {
      flex-direction: column; }
      .supercharge-container > .supercharge-upload-button-container {
        margin: 1rem 0rem -1rem 0rem;
        width: 100%; }
      .supercharge-container .supercharge-description {
        width: 100%; } }

.incomplete-experience .profile-experience-header {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: -1.875rem; }
  .incomplete-experience .profile-experience-header .profile-experience-label-inner {
    height: 2.1875rem;
    line-height: 2.25rem;
    white-space: nowrap;
    padding: 0 0.625rem; }
  .incomplete-experience .profile-experience-header .profile-experience-label-first .profile-experience-label-inner {
    background-color: #ef5d6a;
    color: #fff; }
    @media (max-width: 991.98px) {
      .incomplete-experience .profile-experience-header .profile-experience-label-first .profile-experience-label-inner {
        padding: 0 0.625rem 0 1.25rem; } }
  .incomplete-experience .profile-experience-header .profile-experience-label-first .hosco-item-label-caret-left {
    color: #ef5d6a; }

.incomplete-experience .profile-experience-content .edit-item {
  top: 3.4375rem; }
  @media (max-width: 767.98px) {
    .incomplete-experience .profile-experience-content .edit-item {
      top: 4.0625rem; } }

.incomplete-experience .profile-experience-content .remove-item {
  top: 5.625rem; }
  @media (max-width: 767.98px) {
    .incomplete-experience .profile-experience-content .remove-item {
      top: 6.875rem; } }

.incomplete-experience .profile-experience-content .remove-popup-container {
  position: absolute;
  top: 4.375rem;
  left: 0rem; }
  @media (max-width: 767.98px) {
    .incomplete-experience .profile-experience-content .remove-popup-container {
      top: 6.25rem; } }

.incomplete-experience .profile-experience-content .profile-experience-text {
  margin-top: 2.5rem; }

.badges {
  margin-bottom: 20px; }

.supercharge-loading-container .images-container {
  height: 6.25rem;
  width: 100%;
  display: flex;
  justify-content: center;
}

.supercharge-loading-container .images-container .gif {
  background-image: url(https://www.hosco.com/client/build/production/4692d6e9901f4eb1d9d3e092258fd8ec.gif);
  background-repeat: no-repeat;
  background-size: cover;
  height: 6.25rem;
  width: 6.25rem;
  margin: 0 auto;
  position: absolute;
}

.supercharge-loading-container .images-container .svg {
  background-image: url(https://www.hosco.com/client/build/production/cb4e88bbff8ce6187be0d85c33693649.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 2.5rem;
  width: 2.5rem;
  margin: 0 auto;
  position: relative;
  top: 2.5rem;
  left: -0.9375rem;
}

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.label-permission-admin,
.label-permission-full,
.label-permission-restricted {
  padding: 1px 10px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  font-weight: bold; }

.label-permission-admin {
  color: var(--web-secondary-100, #00c7e8);
  border: 1px solid var(--web-secondary-100, #00c7e8); }

.label-permission-full {
  color: #20c677;
  border: 1px solid #20c677; }

.label-permission-restricted {
  color: #fff;
  border: 1px solid #b0b4c3;
  background-color: #b0b4c3; }

@media (max-width: 767.98px) {
  .is-school .hosco-badge-info {
    background: rgba(0, 0, 0, 0.4); } }

.is-school .hosco-badge-picture img {
  width: 140px;
  height: 140px; }
  @media (max-width: 767.98px) {
    .is-school .hosco-badge-picture img {
      width: 100px;
      height: 100px; } }

.is-school .label-permission-admin {
  margin-left: 5px; }

.hosco-widgets-settings .hosco-widgets-intro {
  font-size: 0.875rem;
  margin: 30px 0;
  color: #53555d; }
  .hosco-widgets-settings .hosco-widgets-intro ul {
    margin-left: 15px;
    margin-top: 10px; }
  .hosco-widgets-settings .hosco-widgets-intro li {
    list-style: inside; }

.hosco-widgets-settings pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
  color: #53555d;
  background-color: #f5f6fb;
  border: 1px solid #c5c9d8;
  border-radius: 4px; }

.hosco-widgets-settings h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 1.25rem;
  color: var(--web-primary-100, #3246ff); }

.hosco-widgets-settings .card-header {
  border: none;
  background-color: white; }

.hosco-widgets-settings .widget-settings-block {
  padding-bottom: 20px; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.widget-notifications {
  font-size: 0.8125rem; }

.modal-event-close .radio label {
  padding-left: 5px;
  color: #2433be; }

.modal-event .help-block {
  font-size: 0.85em; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.btn-event-create {
  margin-bottom: 20px; }

.profile-event-list .profile-event-item {
  margin-bottom: 10px; }
  .profile-event-list .profile-event-item:last-child {
    margin-bottom: 0; }
  .profile-event-list .profile-event-item.is-disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); }
  .profile-event-list .profile-event-item.is-canceled .profile-event-content:before {
    content: 'canceled';
    background-color: #ef5d6a; }
  .profile-event-list .profile-event-item.is-canceled .profile-event-content:after {
    content: '\F0DA';
    color: #ef5d6a; }

@charset "UTF-8";
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.form-control {
  display: block;
  width: 100%;
  height: calc(2.2375rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b2b9ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(50, 70, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.7;
  color: #53555d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.form-control-lg {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #20c677; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(32, 198, 119, 0.9); }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #20c677; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #20c677;
    box-shadow: 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #20c677; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #20c677; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #7ceab5; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #3adf90; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #20c677; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(32, 198, 119, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ef5d6a; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.75rem;
  line-height: 1.7;
  color: #fff;
  background-color: rgba(239, 93, 106, 0.9); }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ef5d6a; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ef5d6a;
    box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ef5d6a; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef5d6a; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fad1d5; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f48b95; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ef5d6a; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.64062rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5; }

.abc-checkbox {
  cursor: default;
  padding-left: 4px; }
  .abc-checkbox label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px; }
    .abc-checkbox label::before {
      cursor: pointer;
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 2px;
      left: 0;
      margin-left: -1.25rem;
      border: 1px solid #ced4da;
      border-radius: 3px;
      background-color: #fff;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .abc-checkbox label::before {
          transition: none; } }
    .abc-checkbox label::after {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 2px;
      margin-left: -1.25rem;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #495057; }
  .abc-checkbox input[type="checkbox"],
  .abc-checkbox input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .abc-checkbox input[type="checkbox"]:focus + label::before,
    .abc-checkbox input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-checkbox input[type="checkbox"]:checked + label::after,
    .abc-checkbox input[type="radio"]:checked + label::after {
      font-family: "FontAwesome";
      content: "\F00C"; }
    .abc-checkbox input[type="checkbox"]:indeterminate + label::after,
    .abc-checkbox input[type="radio"]:indeterminate + label::after {
      display: block;
      content: "";
      width: 10px;
      height: 3px;
      background-color: #555555;
      border-radius: 2px;
      margin-left: -16.5px;
      margin-top: 7px; }
    .abc-checkbox input[type="checkbox"]:disabled + label,
    .abc-checkbox input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-checkbox input[type="checkbox"]:disabled + label::before,
      .abc-checkbox input[type="radio"]:disabled + label::before {
        background-color: #e9ecef;
        cursor: not-allowed; }
      .abc-checkbox input[type="checkbox"]:disabled + label::after,
      .abc-checkbox input[type="radio"]:disabled + label::after {
        cursor: not-allowed; }
  .abc-checkbox.abc-checkbox-circle label::before {
    border-radius: 50%; }
  .abc-checkbox.checkbox-inline {
    margin-top: 0; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::before,
.abc-checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #3246ff;
  border-color: #3246ff; }

.abc-checkbox-primary input[type="checkbox"]:checked + label::after,
.abc-checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::before,
.abc-checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ef5d6a;
  border-color: #ef5d6a; }

.abc-checkbox-danger input[type="checkbox"]:checked + label::after,
.abc-checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-info input[type="checkbox"]:checked + label::before,
.abc-checkbox-info input[type="radio"]:checked + label::before {
  background-color: #00c7e8;
  border-color: #00c7e8; }

.abc-checkbox-info input[type="checkbox"]:checked + label::after,
.abc-checkbox-info input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::before,
.abc-checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #ff7b5b;
  border-color: #ff7b5b; }

.abc-checkbox-warning input[type="checkbox"]:checked + label::after,
.abc-checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-success input[type="checkbox"]:checked + label::before,
.abc-checkbox-success input[type="radio"]:checked + label::before {
  background-color: #20c677;
  border-color: #20c677; }

.abc-checkbox-success input[type="checkbox"]:checked + label::after,
.abc-checkbox-success input[type="radio"]:checked + label::after {
  color: #fff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #3246ff;
  border-color: #3246ff; }

.abc-checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #ef5d6a;
  border-color: #ef5d6a; }

.abc-checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #00c7e8;
  border-color: #00c7e8; }

.abc-checkbox-info input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #ff7b5b;
  border-color: #ff7b5b; }

.abc-checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::before,
.abc-checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #20c677;
  border-color: #20c677; }

.abc-checkbox-success input[type="checkbox"]:indeterminate + label::after,
.abc-checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff; }

.abc-radio {
  cursor: default;
  padding-left: 4px; }
  .abc-radio label {
    cursor: pointer;
    display: inline;
    vertical-align: top;
    position: relative;
    padding-left: 5px; }
    .abc-radio label::before {
      cursor: pointer;
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      top: 2px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #ced4da;
      border-radius: 50%;
      background-color: #fff;
      transition: border 0.15s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .abc-radio label::before {
          transition: none; } }
    .abc-radio label::after {
      cursor: pointer;
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 5px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #495057;
      transform: scale(0, 0);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .abc-radio input[type="radio"] {
    position: static;
    margin-left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 1; }
    .abc-radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .abc-radio input[type="radio"]:checked + label::after {
      transform: scale(1, 1); }
    .abc-radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .abc-radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
      .abc-radio input[type="radio"]:disabled + label::after {
        cursor: not-allowed; }
  .abc-radio.radio-inline {
    margin-top: 0; }

.abc-radio-primary input[type="radio"] + label::after {
  background-color: #3246ff; }

.abc-radio-primary input[type="radio"]:checked + label::before {
  border-color: #3246ff; }

.abc-radio-primary input[type="radio"]:checked + label::after {
  background-color: #3246ff; }

.abc-radio-danger input[type="radio"] + label::after {
  background-color: #ef5d6a; }

.abc-radio-danger input[type="radio"]:checked + label::before {
  border-color: #ef5d6a; }

.abc-radio-danger input[type="radio"]:checked + label::after {
  background-color: #ef5d6a; }

.abc-radio-info input[type="radio"] + label::after {
  background-color: #00c7e8; }

.abc-radio-info input[type="radio"]:checked + label::before {
  border-color: #00c7e8; }

.abc-radio-info input[type="radio"]:checked + label::after {
  background-color: #00c7e8; }

.abc-radio-warning input[type="radio"] + label::after {
  background-color: #ff7b5b; }

.abc-radio-warning input[type="radio"]:checked + label::before {
  border-color: #ff7b5b; }

.abc-radio-warning input[type="radio"]:checked + label::after {
  background-color: #ff7b5b; }

.abc-radio-success input[type="radio"] + label::after {
  background-color: #20c677; }

.abc-radio-success input[type="radio"]:checked + label::before {
  border-color: #20c677; }

.abc-radio-success input[type="radio"]:checked + label::after {
  background-color: #20c677; }

label .was-validated .form-check-input:invalid .abc-checkbox:before, label
.was-validated .form-check-input:invalid .abc-radio:before, label .form-check-input.is-invalid .abc-checkbox:before, label
.form-check-input.is-invalid .abc-radio:before {
  border-color: #ef5d6a; }

.form-control-label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

.form-check-hosco-admin {
  border: 1px solid #6d2d9b;
  color: #6d2d9b;
  padding: 5px; }

.hosco-form-separator {
  position: relative; }
  .hosco-form-separator-text {
    width: 30px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -15px;
    background: #fff;
    padding: 0 5px; }

.ng-invalid.form-control,
.ng-invalid:not(form) .form-control,
.ng-invalid.abc-checkbox .form-check-label::before {
  border-color: #ef5d6a; }
  .ng-invalid.form-control:focus,
  .ng-invalid:not(form) .form-control:focus,
  .ng-invalid.abc-checkbox .form-check-label::before:focus {
    border-color: var(--web-primary-100, #3246ff);
    box-shadow: 0;
    outline: 0; }

form.ng-submitted .ng-invalid.form-control,
form.ng-submitted .ng-invalid:not(form) .form-control {
  border-color: #ef5d6a !important; }

form.ng-submitted:focus {
  border-color: var(--web-primary-100, #3246ff) !important; }

.select .ng-invalid.ng-dirty + label:before,
.ng-submitted .select .ng-invalid + label:before {
  content: '';
  position: absolute;
  z-index: 2;
  border-color: #ef5d6a;
  box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25); }
  .select .ng-invalid.ng-dirty + label:before:focus,
  .ng-submitted .select .ng-invalid + label:before:focus {
    border-color: #ef5d6a;
    box-shadow: 0 0 0 0.2rem rgba(239, 93, 106, 0.25);
    outline: 0; }

textarea.form-control {
  max-width: 100%;
  max-height: 100%; }

.ui-select-bootstrap .ui-select-toggle {
  padding-right: 25px; }
  .ui-select-bootstrap .ui-select-toggle:hover, .ui-select-bootstrap .ui-select-toggle:hover:active, .ui-select-bootstrap .ui-select-toggle:focus, .ui-select-bootstrap .ui-select-toggle:focus:active {
    background-color: #fff; }
  .ui-select-bootstrap .ui-select-toggle .ui-select-match-text {
    width: 100%;
    overflow: hidden; }

[type='checkbox'] + label {
  vertical-align: middle; }

.label-help {
  font-size: 0.85em;
  color: #b0b4c3; }

.abc-checkbox .form-check-label::before,
.abc-radio .form-check-label::before {
  top: 0px !important;
  outline: none !important; }

.abc-radio .form-check-label::after {
  top: 3px !important; }

.abc-checkbox .form-check-label::after {
  top: 0px !important; }

.abc-checkbox label {
  font-size: 0.8125rem; }

form.start-as-valid .ng-invalid.form-control.ng-untouched,
form.start-as-valid .ng-invalid:not(form) .form-control.ng-untouched {
  border-color: #e7eaf3;
  box-shadow: none; }
  form.start-as-valid .ng-invalid.form-control.ng-untouched:focus,
  form.start-as-valid .ng-invalid:not(form) .form-control.ng-untouched:focus {
    border-color: var(--web-primary-100, #3246ff); }

input::placeholder,
textarea::placeholder {
  color: #b0b4c3 !important;
  font-style: italic; }

.form-control:focus {
  box-shadow: none;
  border-color: var(--web-primary-100, #3246ff); }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-blue-header {
  padding: 20px;
  font-size: 1rem;
  color: #53555d;
  background: #e7eaf3;
  margin-bottom: 20px;
  text-align: center; }
  .hosco-blue-header-title {
    margin: 0 0 20px;
    font-size: 1.875rem; }
  .hosco-blue-header .title-underline {
    text-decoration: underline; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-panel {
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative; }
  .hosco-panel:last-child {
    margin-bottom: 0; }
  .hosco-panel-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 1.25rem;
    color: #53555d; }
  .hosco-panel-sub-title {
    padding: 5px 0;
    margin: 20px 0;
    font-size: 0.875rem;
    color: #53555d;
    border-bottom: 1px solid #e7eaf3; }
  .hosco-panel-card {
    background-color: #fff;
    position: relative;
    display: block;
    border-bottom: 1px solid #c5c9d8;
    border-right: 1px solid #e7eaf3;
    padding: 20px; }
    .hosco-panel-card .showmore-trigger-wrapper {
      background-color: #fff; }
  .hosco-panel-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .hosco-panel-list-item {
      margin-bottom: 15px;
      display: block; }
      .hosco-panel-list-item:last-child {
        margin-bottom: 0; }
      .hosco-panel-list-item-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .hosco-panel-list-item-break-word {
        word-wrap: break-word; }
    .hosco-panel-list-inline .hosco-panel-list-label,
    .hosco-panel-list-inline .hosco-panel-list-value {
      display: inline;
      vertical-align: middle; }
    .hosco-panel-list-justified .hosco-panel-list-item {
      display: flex; }
    .hosco-panel-list-justified .hosco-panel-list-value {
      margin-left: auto; }
    .hosco-panel-list-inline .fa {
      margin-right: 5px; }
    .hosco-panel-list-label {
      display: block;
      font-weight: bold; }
    .hosco-panel-list-value {
      margin-bottom: 0; }
      .hosco-panel-list-value-green, .hosco-panel-list-value-red, .hosco-panel-list-value-notset {
        font-weight: 700;
        text-transform: uppercase; }
      .hosco-panel-list-value-green {
        color: var(--web-primary-100, #20c677); }
      .hosco-panel-list-value-red {
        color: #ef5d6a; }

.settings-wrapper {
  padding-top: 0; }
  .settings-wrapper .settings-container .hosco-blue-header-title {
    margin-bottom: 20px; }
  .settings-wrapper .settings-container .label {
    padding: 5px; }
  .settings-wrapper .settings-container .saved-searches {
    display: inline-block;
    width: 150px;
    margin-left: 10px; }
  .settings-wrapper .settings-container .settings-indexation-container {
    padding-top: 30px !important; }
  .settings-wrapper .settings-container .job-alerts-remove {
    float: right !important;
    padding-right: 20px; }
  .settings-wrapper .settings-container .btn-alert {
    color: #ef5d6a;
    background-color: #fff;
    border-color: #ef5d6a; }
    .settings-wrapper .settings-container .btn-alert:hover, .settings-wrapper .settings-container .btn-alert:focus, .settings-wrapper .settings-container .btn-alert:active {
      background-color: #ef5d6a;
      color: #fff; }
  .settings-wrapper .settings-container .actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center; }
  .settings-wrapper .settings-container .action-indication {
    font-style: italic;
    flex: 1;
    margin-left: 10px; }
    @media (max-width: 767.98px) {
      .settings-wrapper .settings-container .action-indication {
        flex-basis: 100%;
        order: 2;
        margin-left: 0;
        margin-top: 5px; } }
  .settings-wrapper .settings-container .pending-validation-container {
    margin-top: 20px; }
  .settings-wrapper .settings-container .pending-validation {
    font-size: 0.875rem;
    color: #fff;
    font-weight: bold;
    padding: 9px 20px;
    background-color: #ff7b5b; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-editor {
  display: block; }

.editor {
  position: relative; }
  .editor.is-loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9; }
  .editor.is-multiple form .btn-danger {
    padding: 3px 8px;
    position: absolute;
    top: 0;
    opacity: 0.5;
    z-index: 8; }
    .editor.is-multiple form .btn-danger:hover {
      opacity: 1; }
  .editor.is-multiple form .form-group:nth-child(2n + 1) .btn-danger {
    left: -25px; }
  .editor.is-multiple form .form-group:nth-child(2n + 2) .btn-danger {
    right: -25px; }
  .editor.is-multiple form .form-group > .form-group {
    margin-bottom: 5px; }
  .editor-preview {
    position: relative;
    border: 1px dashed transparent;
    cursor: pointer;
    display: block; }
    .editor-preview:hover {
      background-color: #f5f6fb;
      border-color: #e7eaf3; }
  .editor.has-btn .editor-preview {
    min-height: 25px; }
    .editor.has-btn .editor-preview:before {
      content: '\F040';
      font-family: FontAwesome;
      font-size: 0.9375rem;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 5;
      color: var(--web-primary-100, #3246ff);
      opacity: 0.5;
      transition: opacity 0.5s;
      background-color: #f5f6fb;
      padding: 3px 10px; }
    .editor.has-btn .editor-preview:hover:before {
      opacity: 1; }
  .editor-buttons {
    margin-top: 20px;
    margin-bottom: 20px; }
    .editor-buttons .btn {
      margin-right: 10px; }
  .editor-args {
    margin-top: 20px; }
  .editor-info {
    font-style: italic;
    font-size: 0.8125rem; }
  .editor-placeholder {
    padding: 10px 0;
    text-align: center;
    background-color: #f5f6fb;
    border: 1px dashed #c5c9d8;
    margin-bottom: 20px;
    font-size: 0.875rem; }
    .editor-placeholder i {
      font-size: 1.25rem;
      color: var(--web-primary-100, #3246ff); }
    .editor-placeholder em {
      font-size: 0.75rem; }
    .editor-placeholder:hover {
      background-color: #fff;
      border: 1px solid var(--web-primary-100, #3246ff); }
    .editor-placeholder.profile-introduction {
      order: -7; }
    .editor-placeholder.profile-experience {
      order: -6; }
    .editor-placeholder.profile-education {
      order: -5; }
    .editor-placeholder.profile-language {
      order: -4; }
    .editor-placeholder.profile-personal-information {
      order: -3; }
    .editor-placeholder.profile-skill {
      order: -2; }
    .editor-placeholder.profile-cvs {
      order: -1; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-notes {
  position: relative;
  margin-bottom: 15px; }
  .profile-notes-date {
    font-size: 0.8125rem;
    margin-bottom: 5px;
    color: #777b86; }
  .profile-notes-content {
    font-size: 0.8125rem;
    margin-bottom: 0;
    line-height: 1.25em; }
  .profile-notes-file {
    font-size: 0.8125rem;
    margin-top: 5px;
    display: block; }
  .profile-notes .btn {
    padding: 0 6px;
    font-size: 0.8125rem;
    margin-left: 5px; }
    .profile-notes .btn:first-child {
      margin-left: 0; }
  .profile-notes-btns {
    position: absolute;
    top: -5px;
    right: 0; }
  .profile-notes-form .btn {
    margin-right: 5px; }
  .profile-notes-assigner {
    font-weight: 600;
    font-style: italic; }
    .profile-notes-assigner.you {
      font-style: normal;
      text-transform: uppercase; }
      .profile-notes-assigner.you > i {
        font-size: 0.625rem;
        color: #ffc300; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-tags-dropdown-list {
  max-height: 200px;
  color: #b0b4c3;
  overflow: auto;
  font-size: 0.8125rem; }
  .profile-tags-dropdown-list li {
    padding: 5px 5px 5px 10px; }
  .profile-tags-dropdown-list .fa {
    margin-right: 10px; }
  .profile-tags-dropdown-list li:focus,
  .profile-tags-dropdown-list li:hover {
    color: #53555d;
    text-decoration: none;
    background-color: #f5f6fb; }

.profile-tags-dropdown-action {
  color: var(--web-primary-100, #3246ff); }
  .profile-tags-dropdown-action:hover {
    color: #2433be; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.profile-range {
  position: relative;
  height: 3px;
  margin: 5px 0;
  background-color: #c5c9d8;
  clear: both; }
  .profile-range-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--web-secondary-100, #00c7e8); }
    .profile-range-bar:after {
      content: '';
      background-color: inherit;
      border-radius: 50%;
      z-index: 5; }
  .profile-range-bar:after, .profile-range-cursor {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    height: 10px;
    width: 10px; }
  .profile-range-cursor {
    display: block;
    cursor: pointer;
    z-index: 6; }
  .profile-range-markers {
    margin-bottom: 0; }
  .profile-range-marker {
    display: block;
    position: absolute;
    top: -5px;
    padding-top: 10px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 10;
    color: #c5c9d8;
    font-size: 0.625rem; }

.profile-language-level-list.type-dot {
  letter-spacing: -0.5em;
  text-align: right; }
  .profile-language-level-list.type-dot .profile-language-level {
    display: inline-block;
    letter-spacing: normal;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    border: 1px solid var(--web-primary-100, var(--web-secondary-100, #00c7e8));
    background-color: var(--web-secondary-100, #00c7e8); }
    .profile-language-level-list.type-dot .profile-language-level.active ~ .profile-language-level {
      background-color: #fff; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.md-btn {
  border-radius: 50px;
  border: 2px solid transparent;
  text-align: center;
  box-shadow: none;
  cursor: pointer;
  padding: 8px 20px;
  line-height: 1.2em;
  min-width: 150px;
  display: inline-block;
  font-weight: 400; }
  .md-btn .fa {
    margin-right: 5px; }
  .md-btn.disabled, .md-btn:disabled {
    opacity: 0.65;
    cursor: not-allowed; }

.md-btn-round {
  border-radius: 50%;
  min-width: 0;
  padding: 0;
  width: 35px;
  height: 35px; }
  .md-btn-round .fa {
    margin: 0; }

.md-btn-cta {
  border-radius: 4px; }

.md-btn-upper {
  text-transform: uppercase; }

.md-btn-primary {
  color: #fff;
  background-color: var(--web-primary-100, #3246ff);
  border-color: var(--web-primary-100, #3246ff); }
  .md-btn-primary:hover, .md-btn-primary:focus, .md-btn-primary:active {
    background-color: var(--web-primary-110, #2433be);
    border-color: var(--web-primary-110, #2433be); }

.md-btn-secondary {
  color: #3246ff;
  border-color: #3246ff;
  background-color: transparent;
  text-transform: uppercase; }
  .md-btn-secondary:hover, .md-btn-secondary:focus, .md-btn-secondary:active {
    color: #3246ff;
    border-color: #3246ff; }

.md-btn-flash {
  color: #fff;
  background-color: var(--web-primary-100, #20c677);
  border-color: var(--web-primary-100, #20c677); }
  .md-btn-flash:hover, .md-btn-flash:focus, .md-btn-flash:active {
    background-color: var(--web-primary-110, #199a5d);
    border-color: var(--web-primary-110, #199a5d); }

.md-btn-google {
  color: #fff;
  background-color: #0074cc;
  border-color: #0074cc; }
  .md-btn-google:hover, .md-btn-google:focus, .md-btn-google:active {
    background-color: #005799;
    color: #fff;
    border-color: #005799; }
  .md-btn-google.disabled, .md-btn-google.disabled:hover, .md-btn-google[disabled], .md-btn-google[disabled]:hover {
    color: #fff; }

.md-btn-google-reverse {
  color: #0074cc;
  background-color: transparent;
  border-color: #0074cc;
  text-transform: uppercase; }
  .md-btn-google-reverse:hover, .md-btn-google-reverse:focus, .md-btn-google-reverse:active {
    background-color: transparent;
    color: #005799;
    border-color: #005799; }

.md-btn-linkedin {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5; }
  .md-btn-linkedin:hover, .md-btn-linkedin:focus, .md-btn-linkedin:active {
    background-color: #005582;
    color: #fff;
    border-color: #005582; }
  .md-btn-linkedin.disabled, .md-btn-linkedin.disabled:hover, .md-btn-linkedin[disabled], .md-btn-linkedin[disabled]:hover {
    color: #fff; }

.md-btn-linkedin-reverse {
  color: #0077b5;
  background-color: transparent;
  border-color: #0077b5;
  text-transform: uppercase; }
  .md-btn-linkedin-reverse:hover, .md-btn-linkedin-reverse:focus, .md-btn-linkedin-reverse:active {
    background-color: transparent;
    color: #005582;
    border-color: #005582; }

.md-btn-facebook {
  color: #fff;
  background-color: #007ad9;
  border-color: #007ad9; }
  .md-btn-facebook:hover, .md-btn-facebook:focus, .md-btn-facebook:active {
    background-color: #005da6;
    color: #fff;
    border-color: #005da6; }
  .md-btn-facebook.disabled, .md-btn-facebook.disabled:hover, .md-btn-facebook[disabled], .md-btn-facebook[disabled]:hover {
    color: #fff; }

.md-btn-facebook-reverse {
  color: #007ad9;
  background-color: transparent;
  border-color: #007ad9;
  text-transform: uppercase; }
  .md-btn-facebook-reverse:hover, .md-btn-facebook-reverse:focus, .md-btn-facebook-reverse:active {
    background-color: transparent;
    color: #005da6;
    border-color: #005da6; }

.md-btn-reviewed {
  color: #20c677;
  background-color: transparent;
  border-color: #20c677;
  text-transform: uppercase; }
  .md-btn-reviewed:hover, .md-btn-reviewed:focus, .md-btn-reviewed:active {
    background-color: transparent;
    color: #20c677;
    border-color: #20c677; }

.md-btn-submit {
  color: #fff;
  background-color: #20c677;
  border-color: #20c677; }
  .md-btn-submit:hover, .md-btn-submit:focus, .md-btn-submit:active {
    background-color: #20c677;
    color: #fff;
    border-color: #20c677; }
  .md-btn-submit.disabled, .md-btn-submit.disabled:hover, .md-btn-submit[disabled], .md-btn-submit[disabled]:hover {
    color: #fff; }

.md-btn-rejected {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-rejected:hover, .md-btn-rejected:focus, .md-btn-rejected:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-danger {
  color: #ef5d6a;
  background-color: transparent;
  border-color: #ef5d6a;
  text-transform: uppercase; }
  .md-btn-danger:hover, .md-btn-danger:focus, .md-btn-danger:active {
    background-color: transparent;
    color: #ef5d6a;
    border-color: #ef5d6a; }

.md-btn-list .md-btn {
  display: table;
  margin: 0 auto 20px; }
  .md-btn-list .md-btn:last-child {
    margin-bottom: 0; }

.md-btn-list-inline {
  display: flex; }
  .md-btn-list-inline .md-btn {
    flex: 1 1 0%;
    margin: 0 5px; }

.indexation-settings-box {
  margin-bottom: 20px !important;
  border-top: 5px solid #f59ea6; }
  .indexation-settings-box-title {
    display: flex;
    margin-bottom: 10px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    justify-content: center; }
  .indexation-settings-box-subtitle {
    display: flex;
    margin-bottom: 20px;
    color: #53555d;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 400;
    justify-content: center; }
  .indexation-settings-box-buttons {
    display: flex;
    margin-bottom: 20px;
    justify-content: center; }
    .indexation-settings-box-buttons button {
      height: 35px;
      min-width: 100px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 10px; }
  .indexation-settings-box-accordion {
    color: #777b86; }
    .indexation-settings-box-accordion-toggle {
      font-size: 0.75rem; }
      .indexation-settings-box-accordion-toggle span {
        text-decoration: underline; }
    .indexation-settings-box-accordion-content {
      font-size: 0.8125rem;
      padding: 10px 0; }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.type-member .hosco-directory-form .show-more .fa {
  margin-right: 0;
  margin-left: 5px; }

.type-member .hosco-item-cover {
  height: 100px;
  background: #e7eaf3; }

.type-member .hosco-item-logo.is-selected {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
  transition-duration: 0.2s; }

.type-member .hosco-item-selection {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.type-member .hosco-item-label {
  top: 50px; }

.member-selection {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end; }
  @media (max-width: 767.98px) {
    .member-selection {
      padding: 0 10px;
      flex-direction: column; } }
  .member-selection-tag .btn {
    padding: 0 5px; }
  .member-selection-tag {
    margin-right: auto; }
  .member-selection-count {
    color: var(--web-secondary-100, #00c7e8); }
  .member-selection-all {
    padding-left: 10px; }
    @media (max-width: 767.98px) {
      .member-selection-all {
        padding-left: 0; } }
    .member-selection-all a {
      color: inherit; }
      .member-selection-all a:hover {
        color: var(--web-primary-100, #3246ff); }

.association-member-toggle {
  padding-left: 26%; }

.clear-filters {
  border-radius: 2rem; }
  @media (min-width: 576px) {
    .clear-filters {
      margin: 1em 0; } }

/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
/* Rebranding - Redesign */
/* end Rebranding - Redesign */
.hosco-directory-carousel-title:hover {
  color: var(--web-primary-100, #3246ff); }

.hosco-directory-carousel-jobs {
  color: #fff;
  margin-bottom: 10px;
  display: block;
  text-align: right; }
  .hosco-directory-carousel-jobs:hover {
    color: #fff;
    text-decoration: underline; }

.hosco-directory-carousel .carousel-control-prev,
.hosco-directory-carousel .carousel-control-next {
  bottom: 45%;
  align-items: flex-end; }

