@charset "UTF-8";
.page .color-white {
  color: white;
}
.page .color-theme-red {
  color: #e6265c;
}
.page .color-theme-red2 {
  color: #a9459a !important;
}
.page .color-theme-green {
  color: #44ac49 !important;
}
.page .color-theme-green2 {
  color: #51be9b;
}
.page .color-theme-blue {
  color: #1a75bc;
}
.page .color-theme-yellow {
  color: #fcb327;
}
.page .color-theme-violet {
  color: #931d5a;
}
.page .color-theme-pink {
  color: #f6f1f7;
}
.page .bg-theme-pink {
  background-color: #f6f1f7;
}
.page .bg-theme-violet {
  background-color: #931d5a;
}
.page .bg-theme-yellow {
  background-color: #fcb327;
}
.page .bg-theme-blue {
  background-color: #1a75bc;
}
.page .bg-theme-white {
  background-color: white;
}
.page .bg-theme-red {
  background-color: #e6265c;
}
.page .bg-theme-bluewhite {
  background-color: #e9f0f1;
}
.page .bg-theme-darkblue {
  background-color: #002d52;
}
.page .bg-theme-gray {
  background-color: rgba(72, 72, 72, 0.6);
}
.page .bg-theme-gray2 {
  background-color: #e6e9ea !important;
}
.page .bg-theme-green {
  background-color: #44ac49;
}
.page .bg-theme-green2 {
  background-color: #51be9b;
}
.page .bg-theme-brown {
  background-color: #9d9b89;
}
.page .success-msg {
  color: #28a745;
}
.page .error-msg {
  color: #dc3545 !important;
}
.page .border-gray {
  border: 1px solid #ccc;
}
.page button.disabled {
  background-color: rgba(72, 72, 72, 0.6);
  color: white;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page b,
.page strong {
  font-weight: 700;
  font-family: "NotoSans-Bold", sans-serif;
  line-height: 1.2;
}
.page h3 {
  font-size: 30px;
}
.page h4 {
  font-size: 21px;
}
.page p,
.page span,
.page li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 3px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #232f3e;
}
.page p.text {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.page p.text a {
  color: #232f3e;
  text-decoration: underline;
}
.page p.text a:hover {
  color: #232f3e;
}
.page p.text .italic {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-style: italic;
}
.page p.p-italic {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.page p.p-title {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}
.page p.title-2 {
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page p.sub-title {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page p.title-3 {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page.privacy-policy p, .page.terms-or-use p {
  margin-bottom: 5px;
}
.page .pt-11 {
  padding-top: 110px !important;
}
.page ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.page ul li {
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 3px;
  padding-left: 11px;
}
.page hr {
  border-top: 1px solid #ccc;
}
.page button,
.page .btn {
  box-shadow: 0px 0px 5px 0px #ccc;
  -webkit-appearance: none;
  text-decoration: none;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  cursor: pointer;
  font-size: 19px;
  background-color: #00caff;
  color: #fff !important;
  padding: 10px 0;
  max-width: 200px;
}
.page button .btn-icon,
.page .btn .btn-icon {
  width: 10px;
  height: 10px;
}
.page button .btn-icon:before,
.page .btn .btn-icon:before {
  content: "→";
  color: #fff;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page .btn {
  min-width: 120px;
}
.page .dividers-left {
  border-right: 1px #999 solid;
}
.page .dividers-right {
  border-right: 1px #999 solid;
}
.page .error-msg, .page .success-msg {
  display: none;
  line-height: 20px;
  margin-top: 6px !important;
  margin-left: 0 !important;
  font-family: Gibson-Book, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}
.page .error-msg.active, .page .success-msg.active {
  display: block;
}
.page .btn {
  padding: 10px 10px 7px 10px;
}
.page .btn.large-btn {
  min-width: 150px;
  box-sizing: border-box;
  text-decoration: none;
}
.page .icon-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.page .icon-loading .icon {
  color: white;
  font-size: 20px;
  animation: rotate 3s linear infinite;
}
.page .font-bold {
  font-family: urw-din, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.page .text-uppercase {
  text-transform: uppercase;
}

.text-list-2 {
  padding-left: 0px;
}
.text-list-2 li {
  list-style: none;
}
.text-list-2 li:before {
  content: "-";
  padding-right: 8px;
}

.instructions {
  width: 100%;
}
.instructions .instructions-title {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 20px;
  text-indent: -20px;
}
.instructions .instructions-title span {
  font-weight: 700;
}
@media (min-width: 500px) {
  .instructions .instructions-title {
    height: 110px;
  }
}
.instructions .instructions-item {
  width: 17%;
  display: inline-block;
}
@media (max-width: 768px) {
  .instructions .instructions-item {
    width: 21%;
  }
}
@media (max-width: 500px) {
  .instructions .instructions-item {
    width: 100%;
  }
  .instructions .instructions-item img {
    display: block;
    margin: 15px auto;
  }
}
.instructions .instructions-step {
  width: 2.8%;
  display: inline-block;
  vertical-align: top;
  margin: 7px 0;
  text-align: center;
}
@media (max-width: 500px) {
  .instructions .instructions-step {
    width: 100%;
  }
}
.instructions .instructions-step .step-icon {
  width: 10px;
  height: 10px;
  display: block;
}
@media (max-width: 500px) {
  .instructions .instructions-step .step-icon {
    margin: auto;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
  }
}
.instructions .instructions-step .step-icon:before {
  content: "→";
  color: #00caff;
}

.instructions-step-6 {
  width: 38%;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .instructions-step-6 {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .instructions-step-6 {
    width: 100%;
  }
}
.instructions-step-6 .instructions-title {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
  height: 110px;
  padding-left: 20px;
  text-indent: -20px;
}
.instructions-step-6 .instructions-title span {
  font-weight: 700;
}

.tips-box {
  background-color: #e6e9ea;
  padding: 50px;
}
@media (max-width: 500px) {
  .tips-box {
    padding: 50px 20px;
  }
}

.con-box {
  background-color: #f8f9f9;
  padding: 30px;
  margin: 20px 0;
}
.con-box .con-title {
  font-size: 17px;
  line-height: 20px;
  color: #59c8fa;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 5px;
}
.con-box .con-sub-title {
  font-size: 14px;
  line-height: 16px;
  color: #59c8fa;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 8px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.card.theme-card {
  background-color: #efefef;
  border: none;
  padding: 20px;
  margin: 20px 0;
  box-shadow: -1px 1px 8px 1px #dedede;
}

.wp-block-preformatted {
  display: none;
}

.f-column {
  flex-direction: column;
}

.hide {
  display: none;
}

#mainNav {
  background-color: #262626;
}
@media (min-width: 768px) {
  #mainNav {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  #mainNav {
    padding: 1rem;
  }
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 5px;
  text-transform: uppercase;
  color: white;
  border: 0;
  width: 45px;
}
#mainNav .navbar-brand .logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #mainNav .navbar-brand .logo {
    width: 300px;
  }
}
@media (max-width: 768px) {
  #mainNav .navbar-brand .logo {
    width: 280px;
  }
  #mainNav .navbar-brand .logo.h-logo {
    display: none;
  }
}
@media (max-width: 992px) {
  #mainNav .navbar-brand .logo.h-logo {
    display: none;
  }
}
#mainNav #navbarResponsive {
  position: relative;
  flex-direction: column;
}
#mainNav #navbarResponsive .login {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  font-weight: 300;
}
#mainNav #navbarResponsive .login a {
  color: #000;
  font-size: 16px;
  text-decoration: underline;
  font-weight: 300;
}
#mainNav #navbarResponsive .navbar-nav .nav-item {
  margin-right: 35px;
  margin-bottom: 0px;
}
#mainNav #navbarResponsive .navbar-nav .nav-item.nav-item-end {
  margin-right: 0px;
}
#mainNav #navbarResponsive .navbar-nav .nav-item .nav-link {
  font-size: 17px;
  letter-spacing: 1px;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 23px;
  padding: 3px 5px 0px 5px;
}
#mainNav #navbarResponsive .navbar-nav .nav-item .nav-link.active, #mainNav #navbarResponsive .navbar-nav .nav-item .nav-link:focus, #mainNav #navbarResponsive .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}
#mainNav #navbarResponsive .navbar-nav .nav-item .nav-link .icon {
  margin-left: 6px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #mainNav #navbarResponsive .navbar-nav .nav-item .nav-link {
    color: white !important;
  }
}

footer {
  padding: 80px 0 30px 0;
  background-color: #232f3e;
  color: white;
}
footer .list-title {
  font-family: "NotoSans-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
footer .link {
  color: white;
}
footer a {
  color: white;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}
footer a:hover {
  color: white;
}
footer .footer-text {
  font-family: "NotoSans-Bold", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
footer .footer-text-2 {
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
}
footer .footer-text-2 a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}
@media (min-width: 768px) {
  footer .footer-log-box {
    margin-top: -50px;
  }
}
footer .copyright-box {
  width: 100%;
  background-color: #fff;
  padding: 15px 0;
  margin-top: 20px;
}
footer .copyright-box .copyright {
  font-family: "NotoSans-Regular", sans-serif;
  font-size: 14px;
  color: #191919;
}

.masthead {
  background-color: #e6e9ea;
  position: relative;
  padding-top: 160px;
}
.masthead .masthead-text {
  font-size: 12px;
  line-height: 17px;
  font-family: urw-din, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
}
.masthead .jumbo-title {
  font-size: 45px;
  line-height: 50px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-family: urw-din, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 3px;
}
.masthead .jumbo-title.qa-manage {
  font-size: 40px;
  color: #000;
  padding-top: 60px;
  padding-bottom: 30px;
}
.masthead .search {
  box-shadow: 5px 10px 18px #888888;
  max-width: 600px;
  margin: 0 auto;
}
.masthead .search input {
  height: 50px;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  padding-top: 12px;
}
.masthead .search img {
  height: 50px;
  cursor: pointer;
}
.masthead.masthead-small {
  background-color: #252f3d;
  height: 28vw;
}
.masthead.masthead-small.about .jumbo-title {
  color: #232f3e;
  font-size: 55px;
}

.main-content .container .table thead {
  font-family: urw-din, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: #232f3e;
  border: 2px solid #232f3e;
}
.main-content .container .table tbody {
  font-size: 15px;
  line-height: 20px;
  font-family: urw-din, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.main-content .container .table tbody a.action {
  text-decoration: underline;
  color: #000;
}

.form .field-content {
  position: relative;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: column;
}
.form .field-content label {
  font-size: 13px;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
.form .field-content input[type=checkbox],
.form .field-content input[type=radio] {
  flex-shrink: 0 !important;
}
.form .field-content input[type=text],
.form .field-content input[type=password],
.form .field-content input[type=email],
.form .field-content input[type=number],
.form .field-content input[type=tel],
.form .field-content textarea {
  padding: 11px 10px;
  width: 100%;
  border: 2px solid rgba(187, 187, 187, 0.48);
  font-size: 16px;
  font-family: "SourceSansPro-Regular", sans-serif;
  background-color: white;
}
.form .field-content select {
  padding: 11px 10px;
  border: 2px solid rgba(187, 187, 187, 0.48);
  font-size: 14px;
  font-family: "SourceSansPro-Regular", sans-serif;
  background-color: white;
  height: 50px;
}
.form .field-content input:read-only {
  color: #bcbcbb;
}
.form .field-content .error {
  color: #ff2b2b;
  line-height: 1.2em;
  margin-top: 5px;
}
.form .modal-links {
  color: inherit;
  background: none;
  font-size: 14px;
  text-decoration: underline !important;
}
.form .modal-links:hover {
  text-decoration: underline;
}

.modal .modal-dialog {
  border-radius: 6px;
}
.modal .modal-dialog .modal-content {
  background-color: #e6e9ea;
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 30px 40px 10px 20px;
}
.modal .modal-dialog .modal-content .modal-header .close {
  width: 30px;
  height: 30px;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
  background-color: #ffffff;
  opacity: 1 !important;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-header .close .icon:before {
  content: "M";
  font-family: "ETmodules", sans-serif;
  color: #262626;
  display: block;
  font-size: 32px;
  position: relative;
  top: 1px;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0 50px 50px 50px;
}
.modal .modal-dialog .modal-content .modal-body input {
  font-family: urw-din, sans-serif;
  font-weight: 300;
  padding-top: 12px;
}
.modal .modal-dialog .modal-content .modal-body textarea {
  font-family: urw-din, sans-serif;
  font-weight: 300;
  line-height: 19px;
}
.modal .modal-dialog .modal-content .modal-body .title {
  color: #333333;
  font-size: 22px;
  line-height: 22px;
  font-family: urw-din, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.modal .modal-dialog .modal-content .modal-body label {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body label span {
  font-family: urw-din, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
.modal .modal-dialog .modal-content .modal-body .text-2 {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-style: normal;
}
.modal .modal-dialog .modal-content .modal-body .label-descr {
  font-family: urw-din, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  font-style: italic;
}
.modal .modal-dialog .modal-content .modal-body .alert {
  font-family: urw-din, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.modal .modal-dialog .modal-content .modal-body .badge {
  color: white;
  font-weight: 300;
  padding-top: 5px;
  cursor: pointer;
}
.modal .modal-dialog .modal-content .modal-body a:hover {
  text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-body a:focus {
  outline: none;
}
.modal .modal-dialog .modal-content .modal-footer .alert {
  font-family: urw-din, sans-serif;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
}

@media (max-width: 992px) {
  #mainNav .navbar-nav {
    margin-top: 20px;
  }
}
@media (min-width: 0px) {
  .masthead {
    height: 640px;
  }
  .masthead.masthead-small {
    height: 375px;
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .masthead {
    height: 445px;
  }
  .masthead.masthead-small {
    height: 270px;
    padding-top: 100px;
  }
  .masthead.masthead-small.about {
    height: 310px;
  }
}
@media (min-width: 992px) {
  #mainNav {
    background-color: #fff;
  }
  #mainNav .f-logo {
    display: none;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1e2e39;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
  #mainNav.navbar-shrink .h-logo {
    max-width: 150px;
  }
  #mainNav.navbar-shrink .nav-link {
    color: white !important;
  }
  #mainNav.navbar-shrink p {
    color: white !important;
  }
  #mainNav.navbar-shrink .student-project {
    top: 10px;
    left: 669px;
  }

  .masthead {
    height: 500px;
  }
  .masthead.masthead-small {
    height: 335px;
    padding-top: 160px;
  }
  .masthead.masthead-small.about {
    padding-top: 150px;
    height: 410px;
  }

  .modal-dialog.modal-lg {
    max-width: 650px;
  }
}
.password_validate {
  display: none;
}
.password_validate p {
  font-size: 12px !important;
  line-height: 18px;
  margin: 0 0 2px 0;
}
.password_validate p.unthread:before {
  background-image: url("../images/icon-unthread.svg");
}
.password_validate p.pass:before {
  background-image: url("../images/icon-pass.svg");
}
.password_validate p:before {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.form-control.border-highlight {
  border: 1px solid red;
}

.form-check-input.outline-highlight {
  outline: 1px solid red;
}

.popover h3.popover-header {
  font-family: urw-din, sans-serif;
  font-size: 18px;
  padding-bottom: 5px;
}
.popover .popover-body {
  font-family: urw-din, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

@media (min-width: 1200px) {
  .masthead {
    height: 500px;
  }
  .masthead.masthead-small {
    height: 335px;
  }
  .masthead.masthead-small.about {
    padding-top: 150px;
    height: 410px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1024px !important;
  }
}

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