@charset "UTF-8";
.section-tc {
  background-color: #E4224E;
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (min-width: 768px) {
  .section-tc {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}

.tc-wrapper {
    padding-top: 32px;
    padding-bottom: 8px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
@media (min-width: 768px) {
  .tc-wrapper {
    padding-top: 80px;
    padding-bottom: 38px;
  }
}
.tc-wrapper.bg-white {
  box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.16);
}
.tc-wrapper .intro-text > p:first-of-type {
  margin-bottom: 0;
}

h1, .h1 {
  padding-bottom: 24px;
}

.banner_text p:not(:last-of-type) {
  margin-bottom: 0;
}


.tc-upload-blurb p {
  margin-bottom: 0;
}

.form-group {
  padding-bottom: 20px;
}

.tc-form legend, .tc-form legend.h3 {
  padding-top: 16px;
  padding-bottom: 30px;
}

.tc-form .text-danger {
    max-width: 100%;
    padding-left: 0;
}
@media (min-width: 768px) {
  .tc-form legend, .tc-form legend.h3 {
    padding-top: 33px;
  }
  .resume-fieldset > legend, .resume-fieldset > legend.h3 {
    padding-bottom: 8px;
  }
}
@media (max-width: 767.9px) {
  legend, legend.h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
    .tc-wrapper .intro-text {
        margin-left: 6rem;
        margin-right: 6rem;
        font-size: 1.2rem;
        margin-bottom: 3rem;
    }
  .tc-submit {
    min-width: 310px;
  }
}

.upload-file-option-list {
  padding-left: 0;
  list-style-type: none;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 767.9px) {
  .upload-file-option-list {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.upload-file-option-list > li {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767.9px) {
  .upload-file-option-list > li {
    padding-bottom: 25px;
  }
}
.upload-file-option-list > li::before {
  content: "\200B";
}

.tc-upload-method {
  position: relative;
  z-index: 1;
  height: 100%;
  min-width: 180px;
  color: #000;
  font-size: 1rem !important;
  font-weight: 400;
}
.tc-upload-method img {
  width: 25px;
  height: 25px;
  margin-right: 0;
  margin-left: 1rem;
}

#upload-file-option img {
  width: 22px;
  height: 21px;
  border-radius: 50%;
  padding: 2px;
  box-sizing: content-box;
  background-color: white;
}

.form-group--hidden {
  display: none;
}

.tc-filename {
  display: none;
  width: 100%;
  padding: 0;
  position: relative;
  height: 0;
  transition: 0.3s all;
  border: 1px solid #E4224E;
  border-radius: 0;
}
.tc-filename__close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-54%);
  font-weight: 700;
  transition: 0.3s all;
}
.tc-filename--active {
  display: block;
  height: 50px;
  padding: 5px;
}
.tc-filename--active .tc-filename__close {
  font-size: 2.5rem;
}
.tc-filename p {
  margin: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 50px);
  white-space: nowrap;
}

.tc-input--invalid {
  outline: 2px solid #E4224E;
  /* All the borders by using the spread properties */
  outline-offset: 1px;
}

.tc-notice {
  font-size: 1.6rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  #drive-container {
    display: none;
  }
}
.tc-form__row--hidden {
  display: none;
}

.tc-upload-blurb + .alert-warning {
  margin-top: -13px !important;
  margin-bottom: 18px !important;
}

#tc-form    .alert.alert-danger {
    display: none;
}
#tc-form    .alrt-danger {
    display: none;
    position: relative;
    color: #D80000;
}
#tc-form   .alrt-danger.error {
    display: block;
}

#tc-form    .alrt-danger    .was-validated .form-control:invalid,
#tc-form    .alrt-danger    .form-control.is-invalid {
        background-color: #FDF2F2;
        border: 1px solid #D80000;
}
.tc-form__row--hidden {
    display: none;
}
