/*bootstrap overrides:*/
legend {
border-bottom: unset;
}

/***************************************
REGISTRATION PAGE 
***************************************/
.registration-title {
  padding: 4rem 0 2rem 0;
}
.registration-title h1 {
    letter-spacing: 2px;
    color: var(--color-white);
    font-size: var(--text-largest);
}

.registration-form h2 {
    font-size: var(--text-largerer);
    color: var(--color-primary);
    margin-bottom: 1rem;
    font-family: var(--header-font);
    font-variant-ligatures: contextual;
    -moz-font-feature-settings: "calt";
    -webkit-font-feature-settings: "calt";
    font-feature-settings: "calt";    
}


.registration .form-control {
  width: 70%;
  float: right;
}

.registration .control-label,
.registration h3 {
    margin: 0;
    font-size: var(--text-body);
    color: var(--color-primary);
}

.registration h3 {
  font-weight: bold;
  margin-bottom: 0.5rem;
}


.registration #edit-pass .control-label {
    position: unset;
}

.registration .form__text--no-padding-left {
    margin-bottom: 20px;
}

.registration #edit-pass {
    margin-bottom: 15px;
    position: relative;
}

.registration .col-m-12 {
        margin-bottom: 20px;
}

.registration hr {
    width: 100%;
    float: left;
    background-color: var(--color-text-light);
    height: 1px;
}

.registration label.js-form-required:after {
    content: "*Required";
    display: block;
    color: var(--color-secondary);
    font-size: var(--text-body);
    font-family: var(--condensed-font);
    font-weight: 400;
}

/*This is for fields that use custom checkboxes */

.registration .form__required--checkbox:after {
    content: "*Required";
    display: block;
    color: var(--color-secondary);
    font-size: var(--text-body);
    font-family: var(--condensed-font);
    font-weight: 400;
    margin-top: 0.5rem;
}
  .registration .form__required--checkbox.form__required--checkbox-all-required:after {
      content: "*All Required";
  }
.registration__expertise-description {
  margin-bottom: 2rem;
}

.registration .social__facebook:after {
  left: 35px;
}

.registration .social__linkedin:after {
  left: 35px;
}

.registration .social__google:after {
  left: 39px;
}

.form-select {
  height: 46px;
  border: 1px solid var(--color-primary-light);
  color: var(--color-primary-light);
}

.select-wrapper:after {
    color: var(--color-primary);
    font-size: var(--text-small);
    margin-top: -.4em;
    padding-right: 1.5rem;
    z-index: -1;
}

.registration #edit-field-wwvp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.registration #edit-field-wwvp-wrapper legend {
  display: none;
}

.registration #edit-field-wwvp > * {
  min-width: 40%;
  margin-top: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registration #edit-field-wwvp label span {
  margin-left: 2rem;
}

#next-button,
#prev-button {
  position: relative;
}

.registration .form-item-field-expertise-tag-0-value .form-control {
  padding: 0px;
  background: transparent;
  height: auto;
  border: 0px;
}
.registration .tagify__input {
  width: 100%;
}
.registration .registration-form--socials .tagify__input {
  width: 70%;
  float: right;
}
  .breakpoint-mobile-only .registration .registration-form--socials .tagify__input {
    width: 100%
  }

.registration .tagify__input--outside {
  background: #fff;
}

#prev-button:after,
#next-button:after {
  background-image: url(/themes/custom/stem_women/assets/images/forward-arrow.svg);
  background-size: 16px 16px;
  content: "";
  line-height: 1;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 15px;
  left: 46%;
}

#prev-button:after {
  transform: rotate(180deg);
}

.skip-button #next-button:after {
  display: none;
}

.first-slide .round {
    margin-bottom: 50px;
}


.first-slide #prev-button {
    display: none;
}

.last-slide #next-button {
    display: none;
}

.second-slide {
  padding-bottom: 25px;
}

.second-slide .form__seperator span {
  min-weight: 220px;
}


.slides-container {
  position: relative;
  padding: 0 0 15rem;
  display: inline-flex;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  justify-content: center;
  margin-bottom: 1rem;
}
.slides-container .slide {
  width: 100%;
  min-width: 100%;
  min-height: 40rem;
  display: block;
}
.slides-container .slide:not(:first-child) {
  display: none;
  position: absolute;
}

.action-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-flex;
  z-index: 2;
  padding: 1.2rem;
  padding-top: 3rem;
  border-top: 1px solid var(--color-text-light);
  border-width: thin;
}
  .action-buttons .grid-row {
    display: flex;
    justify-content: space-between;
  }
  .action-buttons button {
    cursor: pointer;
  }
  .action-buttons .btn-success:active,
  .action-buttons .btn-success:focus {
    background-color: var(--color-primary-light);
  }

  .field--name-field-referral .form-group__label, .field--name-field-join-reason .form-group__label { 
    width: 28%; 
  }


@-webkit-keyframes content-animation {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}

@keyframes content-animation {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1.1);
            transform: rotate(180deg) scale(1.1);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes line-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}


.breakpoint-mobile-only .registration .control-label {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.breakpoint-mobile-only .registration .control-label:after,
.registration .form__required--checkbox:after {
  display: inline-block;
  margin-left: 1rem;
}

.breakpoint-mobile-only .registration .form-control {
  float: none;
  width: 100%;
}

.breakpoint-mobile-only ul.progress-bars .progress-bars__item {
  text-align: center;
}

.breakpoint-mobile-only .progress-bars__item p {
  min-height: 34px;
}

.breakpoint-mobile-only .progress-bars__item:after {
  width: 30%;
  top: 19%;
  left: 86%;
}

.breakpoint-mobile-only .register__work--stacked .field-multiple-table .field--type-string {
  height: auto;
}

.registration-form .registration__profile-photo .col-m-7,
.registration-form .registration__profile-photo .col-m-5 {
  display: flex;
  flex-direction: column;
}
  .registration-form .registration__profile-photo .col-m-5 {
    align-items: center;
  }
.registration-form .registration__profile-photo p {
  font-size: var(--text-small);

}

.breakpoint-mobile-only .registration-form .file-upload {
  position: relative;
  width: 100%;
  float: none;
}
.registration-form .registration__profile-photo .form-group__label {
  display: none;
}

.registration-form .registration__profile-photo .focal-point-wrapper img {
  width: 100%;
  height: auto;
}

.registration-form .registration__profile-photo .focal-point-indicator:before,
.profile-edit #edit-field-display-photo-wrapper .focal-point-indicator:before {
  content: " ";
  font-size: 2rem;
  width: 80px;
  height: 80px;
  border: 1px solid white;
  filter: drop-shadow(1px 1px 0 var(--color-primary-bright));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -41px;
  left: -41px;
}

.registration-form .registration__profile-photo .focal-point-indicator:after,
.profile-edit #edit-field-display-photo-wrapper .focal-point-indicator:after {
  font-size: 2rem;
  text-shadow: 1px 1px 0 var(--color-primary-bright), 1px 1px 0 var(--color-primary-bright), 1px 1px 0 var(--color-primary-bright), 1px 1px 0 var(--color-primary-bright);
  opacity: 0.8;
}

.breakpoint-mobile-only .registration h3:not(h3.form__required--checkbox) {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  font-size: var(--text-large);
}

.breakpoint-mobile-only .file {
  width: 100%;
  float: none;
}

.breakpoint-mobile-only .tagify__input--outside {
  width: 100%;
}

.breakpoint-mobile-only .select-wrapper:after {
  z-index: 0;
}

.breakpoint-mobile-only .round input[type="checkbox"] + label, 
.breakpoint-mobile-only .round input[type="radio"] + label {
  width: 30px;
  position: relative;
  margin-left: 0px;
}

.breakpoint-mobile-only .round input[type="checkbox"]:checked + label:after, 
.breakpoint-mobile-only .round input[type="radio"]:checked + label:after {
  margin-left: 0px;
}

/* .breakpoint-mobile-only .form__text--feature {
  margin: 0;
} */

.breakpoint-mobile-only .activity-item, 
.breakpoint-mobile-only .profile-tile__activities-bubbles .activity-item {
  width: 95%;
  margin-right: 0px;
}

.breakpoint-mobile-only .activity-item__icon, 
.breakpoint-mobile-only .profile-tile__activities-bubbles .activity-item__icon {
  width: 45px;
  height: 45px;
}

.breakpoint-mobile-only .activity-item__icon:after, 
.breakpoint-mobile-only .profile-tile__activities-bubbles .activity-item__icon:after {
  top: 8px;
  left: 8px;
}

.breakpoint-mobile-only .activities input[type="checkbox"]:not(old) + label {
  margin-left:0;
}


.breakpoint-mobile-only .registration  .form__status:after {
  top: 45px;
}

.breakpoint-mobile-only .field--type-field-collection .form__button {
  margin-bottom: 2rem;
}




