@charset "UTF-8";
@font-face {
  font-family: "Benton-Sans-Light";
  src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-2.eot");
  src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-2.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-3.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Benton-Sans-Bold";
  src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-2.eot");
  src: url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-2.eot?") format("embedded-opentype"), url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-3.woff") format("woff"), url("https://www.bu.edu/cdn/fonts/Benton-Sans-Bold/d4a4a960-2cf2-430e-8b13-cbf6f261ddb9-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
body, html {
  margin: 0;
  padding: 0;
}

header {
  padding: 20px;
  padding-top: 60px;
  padding-left: 60px;
  background: white;
}

header h1 {
  margin: 0;
}

menu {
  background: #38A1A8;
  padding: 20px;
  font-family: "Benton-Sans-Bold";
}

menu p {
  margin: 0;
  color: white;
}

menu li, menu ul {
  margin: 0;
  padding: 0;
}

menu li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
}

menu a {
  text-decoration: none;
  color: white;
}

section .registration-step {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  margin-top: 2em;
  margin-bottom: 2em;
}

.progress-wrapper {
  text-align: center;
  padding-top: 25px;
}

.progress {
  display: inline;
  border-top: 1px solid #65c918;
}

.progress .progress-section {
  vertical-align: top;
  display: inline-block;
  margin-right: 40px;
  margin-top: -25px;
}

.progress .progress-section:last-child {
  margin-right: 0;
}

.progress h3 {
  font-family: Benton-Sans-Light;
  font-size: 14px;
  font-variant: small-caps;
  margin: 0;
  margin-top: 2px;
  border-radius: 12px;
  border-bottom-right-radius: 0;
}

.progress .progress-number {
  font-family: Benton-Sans-Bold;
  border: 2px solid #65c918;
  background: #65c918;
  color: white;
  display: inline-block;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding-top: 10px;
  font-size: 20px;
  text-align: center;
}

.progress-complete .progress-number {
  border: 2px solid #65c918;
  background: #eaf5e4;
}

.progress-complete .progress-number:after {
  content: "✓";
  color: #65c918;
}

.progress-complete .progress-number span {
  display: none;
}

.progress-upcoming .progress-number {
  border: 2px solid #ccc;
  background: #efefef;
  color: #ccc;
}

.error {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  padding: 24px;
  font-size: 1.2em;
  border: 1px solid #cc0000;
  background: #fff1f1;
  background-image: url(error.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  padding-left: 100px;
}

#content .error p:last-child {
  margin-bottom: 0;
}

.registration-step {
  margin-top: -1px;
  /*
      border-radius: 12px;
  */
  padding: 12px;
  /*
      border: 1px solid #ee9999;
  */
}

.registration-step h2 {
  font-family: "Benton-Sans-Light";
}

.registration-step p {
  font-size: 1.2em;
  font-family: "Garamond";
}

.registration-step p strong.heading {
  display: inline-block;
  width: 100px;
  text-align: left;
  color: #cc0000;
}

.login-option {
  width: 50%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.login-option * {
  padding-left: 20px;
  padding-right: 20px;
}

.login-option:hover {
  background-position: -272px 0;
}

a.button, input.button {
  background: #dd3333;
  color: white;
  font: bold 11px "Helvetica";
  padding: 12px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  text-transform: none;
}

a.button:after, input.button:after {
  background: #ee7777;
  color: #FFF;
  content: ">";
  display: inline-block;
  font: bold 11px "Georgia";
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  text-align: center;
  width: 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

a.button:hover, input.button:hover {
  color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgb(0, 0, 0);
  -moz-box-shadow: 0px 0px 15px rgb(0, 0, 0);
  box-shadow: 0px 0px 15px rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

table {
  border-collapse: collapse;
}

td, th {
  padding: 0.8em;
  border: 1px solid #ccc;
}

th {
  background: #333;
  color: white;
}

th a {
  color: inherit;
  text-decoration: none;
}

#email-suggestions h3 {
  font-family: "Benton-Sans-Light";
}

#email-suggestions h3 strong {
  font-family: "Benton-Sans-Bold";
}

#email-suggestions .email-correction-domain {
  font-family: "Benton-Sans-Bold";
  color: blue;
  text-decoration: underline;
}

form.profile fieldset {
  padding: 8px;
  margin: 0;
  border: none;
  margin-bottom: 1.5em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

form.profile legend {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Benton-Sans-Bold";
}

form .form-row {
  border-radius: 10px;
  background: #efefef;
  margin-bottom: 0.5em;
  padding: 10px;
}
form label {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Benton-Sans-Bold";
}
form input[type=text], form input[type=email], form select {
  border: none;
  padding: 10px;
  margin: -10px;
  margin-top: 0;
  background: transparent;
  display: block;
  width: 100%;
}

form.profile .required label:after {
  content: " *";
}
form.profile .invalid {
  border: 1px solid #cc0000;
}
form.profile .invalid label {
  color: #cc0000;
}

.update-container {
  display: block;
  margin: 20px;
}

/* hide non-enrolled students */
.hide {
  display: none;
}

.status-select {
  margin: 0 1em 1em 20px;
}

#title-submit {
  background-color: #38A1A8;
  margin-top: 2px;
}

input.button.submitting {
  background-color: #DBDBDB;
}

input.button.submitting {
  color: #000;
  box-shadow: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
input.button.submitting:hover, input.button.submitting::after {
  color: #000;
  box-shadow: none;
  transition: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.unconfirmed {
  visibility: hidden;
}

.confirming {
  visibility: visible;
}

.not-equal {
  border: 2px solid red !important;
}

.validation-email-invalid {
  margin-bottom: 0;
  font-weight: 800;
  color: red;
}

.validation-dob-invalid {
  margin: 0 auto;
  font-weight: 800;
  color: red;
}

.validation-input-invalid {
  border: 2px solid red !important;
}

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