@charset "UTF-8";
body {
  touch-action: pan-x pan-y;
}

.button {
  display: inline-block;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  padding: 12px;
  margin: 8px 0;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  font-weight: 500;
  cursor: pointer;
}

.button.accent {
  background: var(--accent);
  border: none;
}

.button.accent:hover {
  background: var(--accent-hover);
}

.title-container {
  position: fixed;
  top: 64px;
  background: #ffffff;
  width: 100vw;
  border-bottom: 1px solid #eee;
  z-index: 2;
  height: 200px;
  transition: height 500ms;
}

.title-container .content, .title-container .exit-button {
  transition: top 500ms;
}

.title-container.reduced .content {
  top: -42px;
}

.title-container.reduced .exit-button {
  top: 86px;
}

.title-container.reduced.position-expired .exit-button {
  top: 150px;
}

.title-container.reduced {
  height: 100px;
}

.content {
  max-width: 100vw;
  width: 840px;
  text-align: left;
  position: relative;
  top: 0;
}

.title-container .title {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 500;
  text-overflow: ellipsis;
  width: calc(100vw - 64px);
  max-width: 800px;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.title-container .subtitle {
  padding-top: 8px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-overflow: ellipsis;
  width: calc(100vw - 72px);
}

.title-container.reduced .title, .title-container .subtitle {
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

.title-container img {
  width: 24px;
  height: 24px;
  margin: 2px;
  vertical-align: top;
  border-radius: 12px;
}

.title-container .company-text {
  transition: line-height 500ms;
  line-height: 50px;
}

.title-container.reduced .company-text {
  line-height: 24px;
}

.title-container img.company-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: width 500ms, height 500ms;
}

.title-container.reduced img.company-image {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 1279px) {
  .title-container img.company-image {
    height: 24px;
    width: 24px;
  }
  .title-container .company-text {
    line-height: 24px;
  }
}
.terms-of-service {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
  color: #000;
}

.share-container {
  animation: share-container-anim 100ms ease-out forwards;
}

.content .share-container p, .share-container p {
  padding: 0;
  margin: 0;
  height: 38px;
  transition: background 200ms;
}

.share-container p:hover {
  background: #e7e7e7;
}

.share-container p:first-of-type:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.share-container p:last-of-type:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.share-container p.copy {
  background: var(--accent);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.share-container {
  position: absolute;
  background: white;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: none;
  top: auto;
  bottom: 16px;
  right: 8px;
  z-index: 10;
}

.share-container.bookmark-only {
  right: 10px;
}

.image-job-board-action {
  position: relative;
}

.share-container::after {
  content: "";
  position: absolute;
  bottom: -10px;
  margin-left: 88px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.share-container.show {
  display: block;
}

.share-icon-single {
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #292a29;
  width: 100%;
}

.share-icon-single a {
  text-decoration: none;
  color: #292a29;
  font-weight: 500;
}

.share-icon-single img {
  height: 13px;
  width: 13px;
  margin-right: 6px;
}

.share-icon-single.medium img {
  height: 21px;
  width: 22px;
  transform: translateY(-2px) translateX(-1px);
}

.header-bookmark {
  height: 22px;
  position: absolute;
  padding: 8px;
  top: 8px;
  right: 8px;
}

.header-bookmark.first {
  padding: 16px;
  top: 2px;
  right: 64px;
  transform: scaleY(1.1);
}

.header-bookmark.second {
  transform: scaley(1.15);
  height: 23px !important;
  margin: 4px !important;
}

@keyframes share-container-anim {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.exit-button {
  position: fixed;
  top: 130px;
  left: calc(50vw - 512px);
  color: var(--stub);
  font-size: 24px;
  cursor: pointer;
}

.position-expired .exit-button {
  top: 194px;
}

.content-container {
  margin-top: 300px;
}

.content-container-expired {
  margin-top: 364px;
}

.logged-student.title-container {
  margin-left: 170px;
  width: calc(100% - 170px);
  top: 0;
}

.logged-student .exit-button {
  top: 64px;
  left: calc(50vw - 420px);
}

.logged-student.title-container.reduced .exit-button {
  top: 22px;
}

.logged-student .content-container {
  padding-left: 170px;
  margin-top: 230px;
}

@media screen and (max-width: 1200px) {
  .logged-student .exit-button {
    left: 180px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1050px) {
  .logged-student .content {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .logged-student .content-container {
    margin-top: 96px;
  }
}
@media screen and (max-width: 1050px) {
  .logged-student .content-container {
    padding-left: 0;
  }
  .logged-student.title-container {
    margin-left: 0;
    width: 100%;
  }
  .logged-student .exit-button {
    left: 32px;
  }
  .logged-student .title.position-desktop-only {
    width: calc(100vw - 110px);
  }
}
.info-points {
  max-width: 100%;
}

.info-point {
  vertical-align: top;
  display: inline-block;
  padding: 16px;
  width: 170px;
}

.info-point.ultra-wide {
  width: calc(100% - 32px);
}

.info-point .label {
  font-weight: 900;
  font-size: 12px;
}

.info-point .value {
  padding-top: 8px;
  font-weight: 400;
  color: #353535;
  word-break: break-word;
  line-height: 24px;
}

.welcome-message-container {
  width: 320px;
}

.welcome-message {
  width: 320px;
  text-align: left;
}

.creator-avatar {
  position: relative;
}

.creator-avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.creator-avatar .name {
  font-weight: 500;
  padding: 2px 48px 0;
}

.creator-avatar .employer {
  font-size: 14px;
  color: #555;
  padding: 0 48px;
}

.welcome-message .message-container {
  margin-top: 16px;
  background: #f6f6f6;
  border-radius: 18px;
}

.message-container .message {
  padding: 16px;
  word-spacing: 4px;
  line-height: 20px;
  font-weight: 300;
  word-break: break-word;
}

.welcome-message .button {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  font-weight: 900;
  width: calc(100% - 24px);
  border-radius: 0 0 6px 6px;
}

.button.grey-button {
  background: #F0F0EE !important;
  cursor: not-allowed;
}

.position-inactive {
  width: 100%;
  height: 65px;
  background: #F6F6F4;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 1;
  text-align: center;
}

.position-inactive-mobile-only {
  display: none;
}

@media screen and (max-width: 1279px) {
  .position-inactive {
    top: 0;
  }
  .position-inactive-desktop-only {
    display: none;
  }
  .position-inactive-mobile-only {
    display: block;
    top: 85px;
  }
}
.position-inactive .text-info {
  font-weight: 500;
  font-size: 12px;
  color: #000;
  line-height: 64px;
}

.position-inactive .text-info span {
  position: relative;
}

.position-inactive .text-info img {
  position: absolute;
  left: -40px;
  top: -10px;
  height: 30px;
}

.position-expired {
  top: 128px;
}

.button img {
  height: 22px;
  vertical-align: middle;
}

.position-image {
  width: 100%;
}

.position-image.right-aligned {
  float: right;
  max-width: 400px;
  margin-left: 24px;
  margin-bottom: 16px;
}

.button.inline {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin: 24px 0;
  font-weight: 900;
  width: 320px;
  border-radius: 6px;
}

.mobile-bottom-spacing  {
  display: none;
}

.title-container .subtitle {
  width: calc(100% - 120px);
}

@media screen and (max-width: 1080px) {
  .exit-button {
    left: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .title-container .content {
    width: calc(100vw - 160px);
  }
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 32px;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content table td {
  vertical-align: top;
}

.info-point.large {
  text-align: left;
  width: calc(100% - 200px);
  margin-top: 40px;
}

.mobile-bottom-spacing {
  display: none;
}

.header-bookmarks {
  position: absolute;
  bottom: 54px;
  right: -12px;
}

.header-bookmarks .share-container {
  bottom: auto;
  top: 60px;
  width: 140px;
  right: 4px;
}

.header-bookmarks .share-container img.checkbox-mail-image {
  width: 15px;
  height: 15px;
  margin-top: 4px;
}

.header-bookmarks .share-container img {
  border-radius: 0;
  height: 13px;
  width: 13px;
  margin-right: 2px;
  margin-top: 3px;
}

.header-bookmarks .share-container:after {
  left: auto;
  right: 20px;
  top: -19px;
  width: 0;
  height: 7px;
  z-index: 100000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  content: "";
  position: absolute;
  bottom: -6px;
  margin-left: 88px;
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.share-icon-single img {
  width: 18px;
  height: 18px;
  margin: 0;
}

@media screen and (max-width: 1279px) {
  .share-container.show {
    left: 0;
    width: 100%;
    bottom: 16px;
  }
  .header-bookmarks .share-container {
    left: auto;
    width: 140px;
    bottom: auto;
  }
  .share-container::after {
    margin-left: calc(100% - 44px);
  }
  .share-container.bookmark-only::after {
    margin-left: 30px;
  }
  .title-container .exit-button {
    transition: none;
  }
  .title-container .content, .title-container .exit-button {
    transition: none;
  }
  .title-container.reduced .exit-button {
    top: 20px;
  }
  .title-container.reduced .content {
    top: 0;
  }
  .title-container.reduced {
    height: unset;
  }
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .mobile-bottom-spacing {
    /*margin-bottom: 64px;*/
    display: block;
  }
  .mobile-bottom-spacing .mobile-bottom-button {
    display: none;
  }
  .exit-button {
    top: 14px;
  }
  .title-container .title {
    font-size: 24px;
    margin-top: 12px;
    font-weight: 500;
  }
  .title-container .subtitle {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .title-container img {
    width: 20px;
    height: 20px;
    margin: 0;
  }
  .content-container {
    margin-top: 96px;
  }
  .content-container-expired {
    margin-top: 160px;
  }
  .button.inline {
    width: calc(100% - 40px);
    margin: 8px 8px 80px;
    min-width: 200px;
  }
  .title-container {
    top: 0;
    height: 84px !important;
    padding-bottom: 0;
  }
  .position-expired {
    height: 84px !important;
    padding-bottom: 0;
    position: fixed;
    top: 0 !important;
  }
  .title-container .exit-button {
    top: 20px !important;
  }
  .title-container .exit-button img {
    width: 24px;
    height: 24px;
  }
  .title-container .header-bookmarks {
    bottom: 50px;
  }
  .header-bookmark.second {
    margin: 0 !important;
  }
  .header-bookmarks .share-container {
    top: 53px;
    right: 2px;
  }
}
.position-mobile-only {
  display: none;
}

@media screen and (max-width: 740px) {
  .header-bookmarks {
    right: -80px;
  }
  .title-container .exit-button {
    left: 16px;
  }
  .header-bookmark.first {
    right: 52px;
  }
  .header-bookmarks .share-container {
    left: calc(-100vw + 3px);
    right: auto;
    width: calc(100vw - 6px);
    top: 52px;
  }
  .header-bookmark.second {
    margin: 0 !important;
  }
  .title-container {
    top: 0;
    height: 64px !important;
    padding-bottom: 0;
  }
  .position-desktop-only {
    display: none;
  }
  .title-container .header-bookmarks {
    top: 6px;
    right: 54px;
  }
  .header-bookmarks {
    right: 50px;
  }
  .header-bookmarks .share-container.show {
    left: calc(-100vw + 2px);
    right: auto;
    width: 100vw;
  }
  .content td {
    display: block;
  }
  .share-container.show {
    width: calc(100% - 28px);
  }
  .single-position-share {
    padding-right: 44px;
  }
  .exit-button {
    left: 8px;
  }
  .content table tbody {
    display: flex;
    flex-direction: column;
  }
  .mobile-margin-bottom {
    margin-bottom: 160px;
    margin-left: 16px;
    width: calc(100vw - 32px);
  }
  .mobile-bottom-spacing {
    height: 104px;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.3019607843);
  }
  .button.mobile-bottom-button {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 54px) !important;
    margin-top: 12px;
  }
  .hide-mobile {
    display: none;
  }
  .info-point.large {
    padding: 0 28px 28px 8px;
    margin-top: 0;
    width: calc(100vw - 16px);
  }
  .mobile-bottom-spacing {
    display: block;
    height: 86px;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.3019607843);
  }
  .button.mobile-bottom-button {
    display: block;
    margin-left: 16px;
    margin-right: 16px;
    width: calc(100% - 54px) !important;
    margin-top: 12px;
  }
  .title-container .content {
    width: 100vw;
    margin-left: 48px;
  }
  .welcome-message-container {
    width: 100vw;
    padding: 24px 24px 0;
  }
  .welcome-message {
    width: calc(100% - 48px);
    text-align: left;
  }
  .video-container {
    width: 100vw;
    margin: -12px -3px 0;
  }
  .position-image {
    width: 100vw;
    margin: 0 -3px;
  }
  .info-point.large {
    margin-right: 32px;
    margin-top: 0;
    width: calc(100% - 16px);
  }
  .content-container {
    overflow-x: hidden;
    margin-top: 62px;
  }
  .content-container.content-container-expired {
    margin-top: 126px;
  }
  .position-image.right-aligned {
    float: none;
    max-width: unset;
    width: 100%;
    margin-left: 0;
  }
  .button.accent.inline {
    width: calc(100% - 40px);
  }
  .position-mobile-only {
    display: block;
    width: calc(100vw - 6px);
  }
  .comp-title-text {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    padding: 24px 16px 16px;
  }
  .comp-image-profile {
    padding: 0 16px 16px;
  }
  .comp-image-profile .company-image-com {
    height: 24px;
    width: 24px;
    border-radius: 50px;
    position: absolute;
    margin-top: -4px;
  }
  .comp-image-profile .company-text {
    padding-left: 34px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
  }
  .position-expired {
    top: 64px !important;
  }
  .position-expired .exit-button {
    top: 84px !important;
  }
  .position-inactive-mobile-only {
    top: 0;
  }
}
@media screen and (max-width: 400px) {
  .info-point {
    width: 130px;
  }
  .welcome-message-container {
    padding-left: 22px;
  }
  .info-point .value {
    width: calc(100% - 16px);
    margin-right: 16px;
  }
}
@media screen and (max-width: 740px) {
  .welcome-message .message-container {
    border-radius: 8px;
  }
}
.favicon {
  display: inline-block;
  height: 16px;
  margin-bottom: -2px;
  margin-right: 4px;
}

a.reference .favicon {
  display: inline-block;
  height: 16px;
  margin-bottom: -2px;
  margin-right: 4px;
}

.info-point a {
  color: #196080;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  line-height: 32px;
}

.long-description-style {
  font-weight: 400;
  line-height: 24px;
}

.long-description-style ul {
  margin: 0 4px 4px;
  padding-left: 50px;
  line-height: 24px;
}

.long-description-style p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 24px;
}

.long-description-style ol {
  margin: 0;
  line-height: 24px;
}

.company-text a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding: 1px 0 0 4px;
}

.company-text a:hover {
  text-decoration: underline;
}

@keyframes social-login-mobile {
  0% {
    transform: translateY(480px);
  }
  100% {
    transform: translateY(0);
  }
}
.feed .signup-form-mobile-only {
  display: none;
  position: absolute;
  bottom: 0;
  height: 480px;
  width: 100%;
  background: white;
  left: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  animation: social-login-mobile 500ms cubic-bezier(0.3, 0.8, 0.3, 1) forwards;
}
.feed .signup-form-mobile-only .login-notch {
  width: 40px;
  height: 2px;
  background: #d7d7d7;
  margin: 12px auto;
  border-radius: 2px;
}
.feed .signup-form-mobile-only .login-title {
  font-weight: 400;
  font-size: 16px;
  color: #171717;
  text-align: center;
  margin-top: 32px;
}
.feed .signup-form-mobile-only .login-text {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  margin-top: 12px;
  color: #7a7a7a;
}
.feed .signup-form-mobile-only .login-footer {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #7a7a7a;
}
.feed .signup-form-mobile-only .login-footer strong {
  color: #000;
  font-weight: 400;
}
.feed .cta-buttons-main {
  margin-left: 24px;
  margin-right: 24px;
}
.feed .cta-buttons-main button {
  background: var(--accent);
  width: 100%;
  max-width: 100%;
  height: 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}
.feed .cta-buttons-main button.grey {
  background: #f0f0ee;
}
@media screen and (max-width: 1024px) {
  .feed .signup-form-mobile-only {
    display: block;
  }
  .feed .desktop-login-only {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .feed .signup-form {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
  }
}
.feed .signup-form .desktop-signup-form {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  margin: 32px 120px;
  width: calc(100% - 240px);
  border-radius: 4px;
}
@media screen and (max-width: 1024px) {
  .feed .signup-form .desktop-signup-form {
    display: none;
  }
}
@media screen and (min-height: 900px) {
  .feed .signup-form .desktop-signup-form {
    margin-top: 64px;
  }
}
@media screen and (max-height: 760px) {
  .feed .signup-form .desktop-signup-form {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1600px) {
  .feed .signup-form .desktop-signup-form {
    margin-left: 80px;
    margin-right: 80px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 999px) {
  .feed .signup-form .desktop-signup-form {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
.feed .signup-form .desktop-signup-form .heading {
  background: #000;
  border-radius: 4px 4px 0 0;
  color: #fff;
  height: 64px;
  display: flex;
  justify-content: center;
}
.feed .signup-form .desktop-signup-form .heading h3 {
  margin: 0 80px;
  height: 64px;
  padding: 0;
  line-height: 64px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  .feed .signup-form .desktop-signup-form .heading h3 {
    margin: 0 32px;
  }
}
@media screen and (max-width: 1024px) {
  .feed .signup-form .desktop-signup-form .heading h3 {
    margin: 0 24px;
  }
}
@media screen and (max-width: 900px) {
  .feed .signup-form .desktop-signup-form .heading h3 {
    margin: 0 8px 0 16px;
  }
}
.feed .signup-form .desktop-signup-form .heading .tabs {
  flex: 1;
  text-align: center;
}
.feed .signup-form .desktop-signup-form .heading .tabs .tab {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  height: 56px;
  padding: 0 24px 4px;
  line-height: 64px;
  border-bottom: 4px solid #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 1180px) {
  .feed .signup-form .desktop-signup-form .heading .tabs .tab {
    padding: 0 12px 4px;
  }
}
.feed .signup-form .desktop-signup-form .heading .tabs .tab.active {
  border-color: var(--accent);
}
.feed .signup-form .desktop-signup-form form {
  margin: 80px;
}
@media screen and (max-height: 960px) {
  .feed .signup-form .desktop-signup-form form {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-height: 768px) {
  .feed .signup-form .desktop-signup-form form {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 680px) {
  .feed .signup-form .desktop-signup-form form {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1200px) {
  .feed .signup-form .desktop-signup-form form {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.feed .signup-form .desktop-signup-form form input {
  width: 100%;
  background: #f6f6f4;
  border: 1px solid #e2e2e2;
  line-height: 20px;
  padding: 8px 20px;
  margin-top: 24px;
  font-size: 16px;
  border-radius: 2px;
}
.feed .signup-form .desktop-signup-form form input:focus {
  border: 1px solid var(--accent);
}
@media screen and (max-height: 680px) {
  .feed .signup-form .desktop-signup-form form input {
    margin-top: 12px;
  }
}
.feed .signup-form .desktop-signup-form form button.cta {
  margin-top: 24px;
  background: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
  border: none;
  height: 40px;
  text-transform: uppercase;
  border-radius: 4px;
  cursor: pointer;
}
@media screen and (max-height: 680px) {
  .feed .signup-form .desktop-signup-form form button.cta {
    margin-top: 12px;
  }
}
.feed .signup-form .desktop-signup-form form button.cta:hover {
  background: var(--accent-hover);
}
.feed .signup-form .desktop-signup-form form button.cta:disabled {
  background: #ccc;
}
.feed .signup-form .desktop-signup-form form hr {
  margin: 32px 0 24px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}
.feed .signup-form .desktop-signup-form form hr:after {
  content: "ili nastavi sa";
  display: inline-block;
  position: relative;
  top: -10px;
  font-size: 12px;
  padding: 0 20px;
  background: white;
}
@media screen and (max-height: 620px) {
  .feed .signup-form .desktop-signup-form form hr {
    margin: 12px 0 8px;
  }
}
.feed .signup-form .dekstop-mobile-signup-form {
  margin: calc(50vh - 220px) 0;
  transition: margin 2000ms;
  min-width: 416px;
}
@media screen and (min-width: 1025px) {
  .feed .signup-form .dekstop-mobile-signup-form {
    background-color: #ffffff;
    padding: 40px 8px 50px 8px;
    border-radius: 4px;
  }
}
.feed .signup-form .dekstop-mobile-signup-form h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons {
  margin: 0 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .feed .signup-form .dekstop-mobile-signup-form .cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button {
  width: 100%;
  max-width: 400px;
  height: 40px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button.register-student {
  background: var(--accent);
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button.register-student:hover {
  background: var(--accent-hover);
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button.register-employer {
  background: #f0f0ee;
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button.register-employer:hover {
  background: #e2e2e2;
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button.login {
  background: #fff;
  border: 1px solid #ddd;
}
.feed .signup-form .dekstop-mobile-signup-form .cta-buttons button.login:hover {
  background: #ddd;
}
.feed .signup-form .dekstop-mobile-signup-form .social-label {
  text-align: center;
  color: #333333;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 24px;
}

.title-container .company-text {
  transition: line-height 500ms;
  line-height: 50px;
}

.title-container.reduced .company-text {
  line-height: 24px;
}

.title-container img.company-image {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: width 500ms, height 500ms;
}

.title-container.reduced img.company-image {
  width: 24px;
  height: 24px;
}

.company-container {
  padding: 16px 16px 0;
}

.company-container.mobile-only {
  display: none;
}

.company-container .title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}

.company-container .subtitle .company-text {
  font-size: 16px;
  color: #555;
}

.company-container .subtitle img {
  height: 32px;
  width: 32px;
  border-radius: 32px;
}

.company-container .subtitle span {
  line-height: 32px;
}

.company-text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  padding: 1px 0 0 4px;
}

.company-text:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1279px) {
  .title-container img.company-image {
    height: 24px;
    width: 24px;
  }
  .title-container .company-text {
    line-height: 24px;
  }
}
@media screen and (max-width: 740px) {
  .company-container.mobile-only {
    display: block;
  }
}
.desktop-signup-form .footer-div {
  text-align: center;
}
.desktop-signup-form .footer-div .footer-text {
  font-weight: 400;
  font-size: 12px;
  color: #00577b;
  text-align: center;
}
.desktop-signup-form .footer-div .footer-text.grey {
  color: #7a7a7a;
  line-height: 36px;
}
.desktop-signup-form .footer-div .footer-text a {
  font-weight: 700;
  font-size: 12px;
  color: #00577b;
  text-decoration: none;
}

/*# sourceMappingURL=position.css.map */
