@charset "UTF-8";
/* $Id: style.css,v 1.120 2019/12/03 17:36:44 it98 Exp $ */

/**
 * RESET
 * ----------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 18px;
  height: 100%;
} /* helps loader stretch full page length not just the viewport height */
body {
  position: relative;
  /* font:13px/1.4 Verdana, sans-serif;  */
  line-height: 1.45;
  background: #eee;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2.75rem 0 1rem;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 1.15;
}

h1 {
  margin-top: 0;
  font-size: 1.802em;
}

h2 {
  font-size: 1.602em;
}

h3 {
  font-size: 1.424em;
}

h4 {
  font-size: 1.266em;
}

h5 {
  font-size: 1.125em;
}

small,
.text_small {
  font-size: 0.889em;
}

h3.legend {
  margin-top: 0;
  padding-top: 0;
}

.confirmation h3 {
  font-weight: bold;
}

body.status h4 {
  margin-top: 0;
}

a,
a:visited,
a:focus,
a:hover {
  color: #cc0033;
}
a,
a:visited,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

@media screen {
  /**
 * STRUCTURE
 * ------------------------------------ */

  /* link to UA home page */
  #topOfPage {
    position: absolute;
    left: 10px;
    top: 0;
    height: 120px;
    width: 275px;
    overflow: hidden;
    text-indent: 275px;
    white-space: nowrap;
  }

  /* page loading message */
  #loader {
    padding: 0;
    margin: 0;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    vertical-align: middle;
  }
  #loader div {
    background: #c03;
    border-radius: 0 0 10px 10px;
    color: #fff;
    /* font-size: 18px; */
    font-size: 1rem;
    height: 64px;
    line-height: 64px;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    width: 400px;
  }
  #loader div * {
    line-height: 64px;
    vertical-align: middle;
  }

  /* Logout message*/
  .InformationMessage {
    position: fixed;
    _position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    height: 0;
    overflow: visible;
  }
  .InformationMessage .messageArea {
    display: inline;
    border: 1px solid #b00;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    padding: 10px 10px 10px 30px;
    overflow: hidden;
    /* line-height: 24px; */
    /* font-size: 12px; */
    font-size: 1em;
    color: #000;
    background: #ffc url(../images/loader-small.gif) no-repeat 10px center;
  }
  .InformationMessage .infoDialog {
    display: block;
    border: 1px solid #333;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 15% 25% auto;
    padding: 10px;
    overflow: hidden;
    /*     line-height: 24px;
    font-size: 12px; */
    font-size: 1em;
    color: #000;
    background: #fff;
  }
  .InformationMessage .infoDialog h3 {
    color: #c03;
    margin: 0;
    padding-bottom: 9px;
  }
  .InformationMessage .infoDialog ol {
    margin: 0;
    padding: 10px;
    background: #eee;
    border: 1px solid #ddd;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .InformationMessage .infoDialog li {
    text-align: left;
    /* font-size: 11px; */
    font-size: 0.889em;
    color: #555;
  }

  /* mask layer */
  .maskLayer {
    background-color: black;
    position: fixed;
    _position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }

  /* header */
  h1 {
    text-indent: -999px;
    margin: 0;
    background: #c03 url(../images/admissions_banner_smaller.png) no-repeat;
    height: 122px;
  }

  /* main navigation */
  .nav {
    display: flex;
    position: relative;
    margin: 18px 36px;
    flex-flow: wrap;
    border-bottom: 3px solid #eee;
  }
  .nav li {
    flex: 1 0 auto;
    text-align: center;
    margin-bottom: 12px;
  }
  .nav a,
  .nav a:visited {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 30px 10px 15px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px solid #000;
  }
  .nav .first a {
  }
  .nav a:hover {
    color: #000;
  }
  .nav .current,
  .nav .current:hover {
    color: #cc0033;
    font-weight: bold;
  }
  .nav a.current:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cc0033;
    content: "";
    position: absolute;
    margin-top: -18px;
  }
  .nav .review {
    background: none;
  }
  .tab-essay a {
    line-height: 3.6em;
  }
  .nav a img {
    position: absolute;
    bottom: 1em;
  }

  /* error indicators */
  .nav i,
  i {
    position: absolute;
    margin: 52px 0 0 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/stop.png) no-repeat 0 0;
    background-size: 16px;
    vertical-align: middle;
  }
  .tab-essay i {
    margin-top: -10px;
    top: 50%;
    right: 10px;
  }
  .nav i.good,
  i.good,
  i.checkmark {
    background-position: 100% 50%;
  }
  i.checkmark {
    margin: 0;
    display: inline-block;
    position: static;
  }
  .nav i.bad,
  i.bad {
    background-position: 0 50%;
  }

  /* utility navigation */
  .nav-utility {
    position: absolute;
    top: 10px;
    right: 30px;
    margin: 0;
    padding: 0;
    height: 40px;
    text-align: center;
  }
  .nav-utility li {
    float: left;
    position: relative;
    vertical-align: middle;
    zoom: 1;
    margin: 0 5px;
    cursor: text;
    /* line-height: 40px; */
    color: #fff;
    /* font-size: 10px; */
    font-size: 0.889em;
  }

  .nav-utility li.dd:hover {
    z-index: 599;
    background: #ba0e2e;
  }

  .nav-utility a {
    /* font-size: 10px; */
    font-size: 0.889em;
    display: inline-block;
    /* line-height: 40px; */
    text-decoration: none;
    color: #fff;
    padding: 0 10px;
  }
  .nav-utility a:hover,
  .nav-utility a:focus {
    background: #ba0e2e;
  }
  .link-email a {
    line-height: 1.5;
    padding: 0;
  }
  .link-email a:hover {
    text-decoration: underline;
    background: transparent;
  }

  .nav-utility li.dd a:hover {
    cursor: pointer;
  }

  .nav-utility li.dd:hover > ul {
    visibility: visible;
  }
  .nav-utility ul {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 598;
    visibility: hidden;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    background: #ba0e2e;
  }
  .nav-utility ul li {
    float: none;
    text-align: left;
  }
  .nav-utility ul a {
    line-height: 1.5;
    display: block;
    padding: 5px;
    letter-spacing: 0;
  }
  .nav-utility ul a:hover,
  .nav-utility ul a:focus {
    text-decoration: underline;
    cursor: pointer !important;
  }

  @media only screen and (max-width: 992px) {
    .nav-utility {
      position: relative;
      top: 0 !important;
      right: 0;
      height: auto;
      text-align: center;
      background: #cc0033;
    }
    .nav-utility li {
      float: none;
      display: inline;
      line-height: 40px;
      margin: 0;
    }
  }

  /* bottom page navigation; back, save & log out, save & continue */
  .nav-page {
    width: 100%;
    overflow: hidden;
  }

  /* main content area */
  #main {
    clear: left;
    margin: 10px 10px 0;
    padding: 0 20px;
    background: #fff;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    background: #fff;
  }

  /* footer */
  #footer {
    position: relative;
    color: #777;
    margin: 1em 10px 30px;
    padding: 20px;
    /* font-size: 11px; */
    font-size: 0.889em;
    line-height: 2;
  }
  #logo {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 9em;
    _display: none;
  } /* hide RU logo in footer for IE6: can't handle png well */
  #logo img {
    vertical-align: middle;
  }

  .login .question {
    _zoom: 1;
  }

  /* question */
  .question {
    padding: 0;
    margin-bottom: 25px;
    *zoom: 1;
  }
  .q_desc {
    float: left;
    margin-right: 5px;
    /* padding: 3px 0 0; */
    font-weight: 900;
    color: #333;
  }
  .q_inputs .q_desc {
    margin-bottom: 0;
    padding: 0;
    /* font-weight: 400; */
  }
  .q_inputs .row div {
    float: left;
  }

  label.top b {
    font-weight: 400;
    color: #666;
    font-size: 0.889em;
  }
  .q_inputs {
    clear: left;
    padding-top: 5px;
  }
  .q_inputs .help {
    margin: 0;
  }
  .q_inputs .help_box_top,
  .q_inputs .row .exit_button {
    float: none !important;
  }

  /* labels */
  label {
    cursor: pointer;
    color: #333;
  }
  label.bottom {
    margin-right: 21px;
    float: left;
    /*     font-size: 0.889em;
    line-height: 1.6; */
    font-weight: 400;
  }
  td label.bottom {
    margin: 5px;
  }
  label.top {
    font-weight: 900;
    color: #000;
  }
  li label {
    margin-right: 20px;
    /*     line-height: 1.4;
    font-size: 12px; */
    font-size: 1em;
  }
  .q_desc label {
    color: #333;
  }
  .q_inputs .q_desc label {
    color: #666;
  }
  .inline-radio li {
    /* *float: left; */
  }
  .inline-radio label {
    float: left;
  }
  table.tests td label.bottom {
    /*     float: none;
    margin: 0; */
  }
  table.tests td label {
    /*     font-size: 0.889em;
 */
  }
  .latino label {
    font-weight: 400;
    margin-right: 20px;
  }

  /* microcopy */
  .microcopy {
    clear: left;
    color: #555;
    font-size: 0.889em;
    margin: 5px 0;
    font-weight: 400;
  }

  /* messages */

  /* errors */
  .q_errors {
    color: #c03;
    font-size: 1em;
    font-weight: 900;
    padding: 4px 10px !important;
    background-color: #ffefef;
    float: left;
    margin: 3px 0 10px !important;
    clear: both;
  }

  .q_errors li {
    padding: unset !important;
    text-indent: unset !important;
  }

  .q_errors b {
    float: left;
    border: 8px solid #ffefef;
    border-left-color: #c03;
  }

  .dialogbox .q_errors {
    padding-left: 25px;
    float: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .dialogbox .q_inputs p {
    text-indent: unset !important;
  }
  .dialogbox .bad {
    position: absolute;
    margin: -2px 0 0 -20px;
  }
  .dialogbox .msg {
    width: 100%;
    overflow: hidden;
  }

  .msg-info,
  .msg-errors,
  .msg-success {
    clear: both;
    margin: 18px 0;
    padding: 9px 18px;
    line-height: 1.5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: visible;
    word-wrap: break-word;
    text-overflow: ellipsis;
  }
  .msg-info {
    background: #eff;
    border: 1px solid #e8f9f9;
  }
  .msg-errors {
    background: #fff7ee;
    border: 1px solid #fee;
  }
  .msg-success {
    text-align: center;
    margin: 0 auto;
  }
  .msg-info h2,
  .msg-errors h2,
  .msg-success h2 {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 1.424em;
  }
  .eof .msg-errors h2 {
    margin: 0;
  }
  .msg-info h3,
  .msg-errors h3,
  .msg-success h3 {
    margin-top: 18px;
    line-height: 1;
  }
  .msg-info h2,
  .msg-info h3 {
    color: #008;
  }
  .msg-errors h2,
  .msg-errors h3 {
    color: #d21033;
  }
  .msg-success h2,
  .msg-success h3 {
    color: #060;
  }
  .msg-info h2 img,
  .msg-errors h2 img,
  .msg-success h2 img {
    position: absolute;
    left: -26px;
    top: 30%;
  }
  .msg-info p,
  .msg-errors p,
  .msg-success p {
    margin: 1em 0;
    padding: 0;
  }
  .msg-info p + p,
  .msg-info h3 + p {
    margin: 0 0 18px 0;
  }
  .msg-info ul,
  .msg-errors ul,
  .msg-success ul {
    margin: 1em 0 0;
    padding: 0;
    list-style-position: inside;
  }

  #summaryErrorArea {
    display: none;
    clear: both;
  } /* hide summary error area from appearing on every tab */
  #summaryErrorArea .q_errors {
    float: none;
    background: transparent;
    margin: 1.5em 0 3em 20px;
    padding: 0;
  }
  #summaryErrorArea a em {
    font-weight: 400;
    color: blue;
    cursor: pointer;
  }
  #summaryErrorArea h2 a {
    color: #000;
    /* font-size: 1.2em; */
    font-weight: bold;
    display: inline-block;
  }
  #summaryErrorArea ul.q_errors li:before,
  ul.q_errors li:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 3px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/stop.png) no-repeat 0 50%;
    background-size: 16px;
    vertical-align: baseline;
  } /* "‣ " */
  #summaryErrorArea ul.q_errors li {
    line-height: 2;
    /* font-size: 1.2em; */
    font-weight: 400;
  }

  .E .isInReviewMode #summaryErrorArea {
    display: block;
  } /* show summary error area when in review mode and edit mode */
  .E .isInReviewMode #main div {
    display: none;
  }
  .E .isInReviewMode .eof div:first-child {
    display: block !important;
  }

  #all-errors {
    margin-top: 0;
  } /* create account error message bubble */

  .msg-certified-submission p {
    margin: 1em 0;
  }
  .msg-certified-submission {
    zoom: 1;
    position: relative;
    overflow: hidden;
    border: 10px solid #fc3;
    padding: 20px;
    background: #ffd;
    -webkit-box-shadow: 0 0 6px #333;
    -moz-box-shadow: 0 0 6px #333;
    box-shadow: 0 0 6px #333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  /**
 * F O R M   E L E M E N T S
 * ------------------------------------ */
  fieldset {
    padding: 0 0 15px 0;
    border-bottom: 2px solid #ddd;
    clear: both;
  }
  fieldset.last {
    border: 0;
  }

  legend,
  .legend {
    text-transform: uppercase;
    /* font: 900 15px/3 Verdana, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    color: #c03;
    letter-spacing: 1px;
    margin-bottom: 1em;
    padding-top: 1em;
  }
  .legend {
    line-height: 1.5;
    margin-bottom: 1.5em;
    letter-spacing: normal;
    text-transform: none;
  }
  fieldset div {
    /* padding-bottom: 1px; */
  } /* padding to prevent cutting off box-shadow */

  fieldset .row {
    margin-bottom: 18px;
    clear: both;
  }

  input[type="text"],
  input[type="password"],
  select,
  textarea,
  .hasDatepicker {
    border: solid 1px #ccc;
    border-top-color: #666;
    font-size: 1em;
    /* font-family: Verdana, sans-serif; */
    color: #333;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  select {
    display: block;
    padding: 2px 2px 2px 0;
  }
  .list.hs select {
    width: 93%;
  }
  select.small {
    width: 151px;
  }
  td label.bottom select {
    display: inline;
  }

  input {
    margin: 0 2px 0 0;
  }
  /*input[type="text"]:hover, input[type="password"]:hover, input[type="text"]:focus, input[type="password"]:focus, select:hover, select:focus, textarea:hover, textarea:focus {background-color:#FFF7DF;} removed since not all widgets do this consistently */

  input[type="text"],
  input[type="password"],
  .hasDatepicker {
    display: block;
    margin: 0;
    padding: 3px;
  }
  input.txt,
  .dateMMYYYY input,
  input.MMYYYY,
  .gpa input,
  .credits input,
  input.small,
  input.medium,
  input.long {
    display: block;
    margin: 0;
    padding: 3px;
  }

  input[readonly="readonly"],
  input[readonly="readonly"]:hover,
  input[readonly="readonly"]:focus {
    background-color: #ebebe4;
  }
  .hasDatepicker {
    background: #fff url("../images/calendar.png") no-repeat scroll 98% 50%;
    background-color: #fff !important;
  }
  .ui-datepicker-month {
    font-weight: 400;
    font-size: 1em;
    /* line-height: 30px; */
  }
  .ui-datepicker-title select {
    display: inline;
    font-size: 1em;
    padding: 0;
    width: auto !important;
  }

  /* set font-size for button, then take the calculated line-height from firefox and add it to button. Now all the other browsers have the same line-height that firefox has. I also set height equal to line-height. */
  /* input button is slightly bigger than a button because of different size calculations, so take the height of input and apply it as line-height to input, button, and a */
  /* mozilla has line-height:normal !important set in useragent css for inputs that can't be overwritten so set it for all browsers */
  input.btn {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: normal !important;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .date {
    display: inline;
  }
  .MMYYYY {
    width: 83px;
  }
  .hours input.hours {
    width: 30px;
    display: inline;
  }

  .MMYYYY input.MMYYYY {
    display: inline;
    width: 88px;
  }
  .activitiesContainer span.MMYYYY {
    display: inline;
    border: 0;
    padding: 0;
  }

  input.small {
    width: 135px;
  }
  .medium input.medium {
    width: 315px;
  } /* take into account padding and border */
  .activitiesContainer td input.medium {
    width: 245px;
  }
  .activitiesContainer table.jobs input.medium {
    width: 245px;
  }

  /* input (checkbox and radio button) */
  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
    padding: 0;
    margin: 0;
    position: relative;
    top: 2px;
  }

  /* textarea */
  .comment textarea {
    margin: 0;
    border: 1px solid #ccc;
    border-top-color: #666;
    padding: 0;
    width: 99.5%;
    /* font-family: Verdana, sans-serif; */
    font-weight: 400;
    color: #333;
  }

  /* academic interests */
  .criteria {
    font-size: 1em;
    color: #c03;
    font-weight: 900;
  }

  .filter {
    clear: both;
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    margin: 0;
    padding: 10px 0 0;
  }
  .filter ul {
    float: left;
  }
  .filter li {
    float: left;
  }
  .filter input.btn {
    margin: 0 5px;
  }
  .filter li.current input.btn {
    background: #000;
    color: #fff;
    text-shadow: none; /* border:0; box-shadow:none; background:#fff; color:#000; text-shadow:none; */
  }

  .alpha-tabs,
  .tabs-alt {
    border-bottom: 1px solid #ccc;
    clear: both;
    line-height: normal;
    margin: 0;
    float: left;
    padding: 1px 0 0;
    width: 100%;
  }
  .alpha-tabs ul,
  .tabs-alt ul {
    margin: 0;
    padding: 0;
    position: relative;
    top: 1px;
    overflow: hidden;
  }
  .alpha-tabs li,
  .tabs-alt li {
    display: inline;
    margin: 0;
    padding: 0;
  }
  .tabs-alt li h2 {
    /* font: 900 11px Verdana, sans-serif; */
    font-size: 0.889em;
    font-weight: bold;
    margin-right: 2em;
    position: relative;
    top: 7px;
  }

  .alpha-tabs li,
  .tabs-alt span {
    background: #fff;
    overflow: hidden;
    float: left;
    margin: 0 5px 2px 0;
  }
  .alpha-tabs li {
    margin-right: 1px;
  }
  .alpha-tabs a,
  .tabs-alt span button {
    position: relative;
    bottom: -8px;
    padding: 8px 10px;
    /* font: 400 11px Verdana, sans-serif; */
    font-size: 0.889em;
    background: #eaeaea;
    margin: 0;
    border: 0;
    border-radius: 4px 4px 0 0;
    outline: 0;
    color: #444;
    display: block;
    cursor: pointer;
  }
  .alpha-tabs a {
    padding: 8px 6px;
  }

  .alpha-tabs a:hover,
  .alpha-tabs a:focus,
  .tabs-alt span:hover button,
  .tabs-alt span:focus button,
  .tabs-alt span button:hover,
  .tabs-alt span button:focus {
    outline: 0;
    color: #000;
    border-style: solid;
    border-color: #eaeaea #eaeaea #ccc;
    position: relative;
    bottom: -1px;
  }

  .alpha-tabs .current,
  .alpha-tabs .current:hover,
  .alpha-tabs .current:focus,
  .tabs-alt span.current {
    overflow: visible;
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #ccc #fff;
    border-radius: 4px 4px 0 0;
    margin: 0 3px 0 0;
    border-bottom: 0;
    position: relative;
    bottom: -1px;
  }
  .alpha-tabs .current,
  .alpha-tabs .current:hover,
  .alpha-tabs .current:focus {
    margin-right: 1px;
    background: #000;
    color: #fff;
    border-color: #000;
  }
  .tabs-alt span.current:hover,
  .tabs-alt span.current:focus {
    cursor: text; /* padding:5px 9px 1px; 5px 0 1px 9px;*/
  }
  .tabs-alt span.current button,
  .tabs-alt span.current:hover button {
    cursor: text;
    background: #fff;
    color: #000;
    font-weight: 900;
    padding: 7px 9px 8px;
    bottom: -1px;
  }

  .aoi-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
  }
  .interests {
    margin: 10px 0 0;
  }
  .schools {
    margin: 10px 0 0;
  }

  .interests h2,
  .schools h2 {
    position: relative;
    font-size: 1em;
    background: #ddd;
    border-radius: 5px 5px 0 0;
    padding: 8px;
  }
  .interests h2 .btn,
  .schools h2 .btn {
    clear: none;
    float: right;
    margin: 0;
  }
  .interests h2 .btn:hover,
  .schools h2 .btn:hover {
    background: #fff;
  }
  .interests ul,
  .schools div {
    clear: left;
    height: 120px;
    overflow: auto;
    border: 1px solid #ddd;
    padding: 5px 0 0 5px;
  }

  .interests .magnify {
    font-size: 1em;
    font-weight: 400;
    padding: 0;
    position: absolute;
    left: 15em;
    top: 8px;
    /*     height: 1.5em; */
    width: 100%;
    left: 50%;
    overflow: visible;
  }
  .interests .magnify li {
    position: relative;
  }
  .interests .magnify li a {
    padding: 0;
    float: left;
    width: 1.5em;
    text-align: center;
    text-decoration: none;
    color: #000;
  }
  .interests .magnify li a:hover,
  .interests .magnify li a:focus,
  .interests .magnify li a:active {
    border: 0;
    padding-bottom: 0;
  }
  .interests .magnify li:hover {
    font-size: 1em;
    font-weight: 900;
  }
  .interests .magnify li:hover + li {
    font-size: 1em;
  }
  .interests .magnify li:hover + li + li {
    font-size: 1em;
  }
  .interests .alpha {
    height: auto;
    padding: 0;
    overflow: hidden;
    width: auto;
    left: -25%;
    position: relative;
  }

  .schools h3 {
    margin: 0 0 0.5em;
    font-weight: 400;
  }
  .schools label,
  .interests label {
    white-space: nowrap;
    color: #666;
    font-size: 1em;
  }
  .schools ul {
    margin: 0.5em 0 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #ddd;
  }

  p.aoi-choice {
    text-align: right;
    overflow: hidden;
    vertical-align: middle;
  }
  p.aoi-choice span {
    font-size: 1em;
    display: inline-block;
    margin: 1em 0 0;
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: middle;
  }
  p.aoi-choice .btn {
    margin-bottom: 0;
  }

  .aoi .btn {
    margin-top: 10px;
  }

  .results {
    width: 20%;
    padding: 0;
  }
  .results .arrow {
    padding: 2px;
    height: 16px;
    width: 16px;
    overflow: hidden;
    text-indent: -999px;
  }
  .arrow i {
    position: relative;
    top: 1px;
    display: block;
    margin: 0;
    height: 16px;
    width: 16px;
    background: url(../images/icons.png) no-repeat 0 0;
  }
  .arrow i.down {
    background-position: -32px 50%;
  }
  .arrow i.up {
    background-position: -48px 50%;
  }

  table.majors {
    border: 0;
  }

  .interests label span,
  .schools label span {
    color: #000;
  }

  .disabled {
    position: absolute;
    visibility: hidden;
  } /* takes the acadmic interes out of normal flow causing the space to collapse */
  .disabled label {
    cursor: text;
  }
  .disabled label span {
    color: #aaa;
  }
  :disabled {
    cursor: not-allowed;
  }
  input[type="text"]:disabled {
    background: #eee;
  }

  /* EOF */
  .P .relationshipText,
  .E .relationshipText {
    display: none;
  }
  .eof .question .question {
    clear: both;
    padding-top: 1em;
    margin-bottom: 0;
  }
  .eof .question.first {
    padding-top: 0;
  }
  .eof .q_sub {
    clear: both;
    margin-left: 6px;
    padding: 1em 0 1em 1em;
  }
  .eof .additional {
    border-left: 1px dashed #ddd;
  }
  .eof .q_sub .q_desc {
    line-height: 24px;
  }
  .eof .nav .review a {
    line-height: 1.8;
  }
  .eof div.q_desc .help {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }
  .eof p.microcopy {
    margin: 1em 0;
    padding: 1em 0 0;
  }
  .eof table.border input {
    display: inline;
  }

  .eof th {
    color: #000000;
  }
  .eof tfoot td {
    background: #eee;
    border-top: 1px solid #ddd;
  }
  .eof table {
    margin: 0 0 2em;
    border: 0;
    width: 100%;
  }
  .eof table.border caption {
    background: #eee;
    border: 3px solid #ddd;
    color: #000;
    /*     font: 900 1.5em serif; */
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 7px;
  }
  .eof table.border td,
  .eof table.border th {
    border-bottom: 1px solid #ddd;
    font-weight: 400;
  }

  /* login */
  .login h2 small {
    color: #aaa;
    font-size: 0.889em;
  }
  .login h2 a {
    font-weight: 400;
  }

  /**
 * T A B L E S
 * ------------------------------------ */

  /* table {border-collapse:collapse; border-spacing:0;} in reset.css */
  th,
  td {
    padding: 10px;
    vertical-align: middle;
  }

  table.list {
    margin: 10px 0 0;
    border-top: 1px solid #ddd;
    width: 100%;
  }

  table.courses {
    width: auto;
  }
  table.prevCollege,
  table.hs,
  table.activities,
  table.services,
  table.awards,
  table.jobs {
    border-top: 0;
  }
  table.list td {
    border-bottom: 1px dotted #eee;
  }
  table.list th {
    text-align: left;
    font-size: 1em;
    color: #666;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #ddd;
  }
  table.tests th {
    color: #000;
    vertical-align: top;
    font-weight: 900;
    padding: 10px;
    border-bottom: 1px dotted #eee;
  }
  table.tests td {
    vertical-align: top;
  }
  .prevCollege td.nowrap input,
  .hs td.nowrap input {
    display: inline;
  }

  /* tables in dialog boxes */
  .heading {
    position: relative;
    overflow: hidden;
    clear: both;
    font-size: 1em;
    border-bottom: 1px solid #999;
    padding: 5px 0;
    background: #ddd;
  }
  .school-name {
    margin-left: 33px;
  }
  .city-state {
    position: absolute;
    top: 0;
    right: 27px;
    padding: 5px 0;
  }
  .college label:nth-child(2n + 1) {
    background: #f2f2f2;
  }
  .college label:first-child span {
    position: static;
    padding-left: 23px;
  }
  .college label {
    position: relative;
    display: block;
    padding: 5px 10px;
    xwhite-space: nowrap;
  }
  .college label:hover {
    background: #ffc;
  }
  .college label input {
    margin-right: 10px;
  }
  .college label span {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    z-index: 1;
    white-space: normal;
    display: block;
  }

  .college label:first-child span {
    display: none;
  } /* hide ", state abbreviation" for school is not listed below */

  /* table lists */
  .activitiesContainer,
  .collegeContainer,
  .courseContainer {
    clear: left !important;
  }

  /* admin tables */
  table.admin {
    background: #fff;
  }
  table.admin thead th {
    background: #555;
    color: #fff;
    font-weight: 400;
    white-space: nowrap;
  }

  .off label,
  label.off {
    color: #999;
    cursor: text;
  }

  /* review text ??? */
  .reviewText {
    display: inline;
    font-size: 1em;
  }
  .reviewTextInline {
    display: inline;
    font-size: 1.2em;
    color: #101897;
    font-weight: 900;
  }

  /* COLLEGE HISTORY */
  /* applies to high school history also - may need to rename .collegeContainer to .listContainer */
  #edu_rutgers_ess_undergraduate_field_PreviousCollegeListField_0 {
    margin: 0em 0 2em !important;
  }
  .collegeContainer {
    margin: -3em 0 2em;
  }
  .collegeContainer label.bottom {
    margin: 0;
    float: none;
  }
  .collegeContainer .dateMMYYYY .reviewText {
    display: inline;
  }
  .collegeContainer .gpa input,
  .gpa input,
  .collegeContainer .credits input,
  .credits input {
    width: 2.5em;
    display: inline-block;
  }
  .collegeContainer div,
  .courseContainer div {
    overflow: visible;
  }
  .collegeContainer input.reviewText,
  .collegeContainer span.reviewText,
  .courseContainer span.reviewText {
    display: inline;
  }
  .collegeContainer span.reviewText span.reviewText,
  .courseContainer span.reviewText span.reviewText {
    display: block;
  }

  .pg-logout ul,
  .pg-logout p {
    color: #555;
  }
  .pg-logout h3 {
    margin-bottom: 0.5em;
    line-height: 1;
    margin-top: 18px;
    font-family: Georgia, "Times New Roman", serif;
    margin: 1.5em 0 0;
  }
  .pg-logout h3 img {
    float: left;
    margin-right: 1em;
  }
  .pg-logout #main {
    padding-bottom: 2em;
  }

  /**
 * B U T T O N S  -  navigation & submit
 * ------------------------------------ */

  /* base */
  .btn,
  .btn:visited {
    white-space: nowrap;
    position: relative;
    display: inline-block;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 3px 7px;
    /* font: 400 11px verdana, sans-serif; */
    font-size: 0.889em;
    color: #fff;
    text-decoration: none;
    background: #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .btn:hover,
  .btn:focus {
    background-color: #888;
    color: #fff;
    text-shadow: none;
  }
  .btn:active {
    top: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /* inactive */
  .inactive,
  .inactive:visited,
  .inactive:hover,
  .inactive:focus,
  .inactive:active {
    background: #ccc;
    color: #eee;
    position: relative;
    top: 0;
    text-shadow: none;
    cursor: text;
    cursor: not-allowed;
  }

  /* delete - <a> */
  a.delete,
  a.delete:visited {
    color: #555;
    padding: 4px 7px 3px;
    text-transform: uppercase;
    background-color: #eee;
    font-size: 0.889em;
    border-bottom: 1px solid #eee;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  }
  a.delete:hover,
  a.delete:focus {
    background-color: #ddd;
    color: #900;
  }

  /* save & continue - <a> */
  .continue,
  .continue:visited,
  .back,
  .back:visited {
    float: left;
    background: #c03;
    margin: 25px 0;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.444em;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin-right: 2px;
  }
  .continue:hover,
  .continue:focus {
    background-color: #bf0b30;
    text-decoration: none;
  }
  .continue:active {
    background-color: rgb(155, 9, 38);
    color: rgba(242, 242, 242, 0.75);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25),
      1px 1px 0 rgba(255, 255, 255, 0.25);
  }

  .back,
  .back:visited {
    float: left;
    background: #eee;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
    margin-right: 10px;
    margin-left: 2px;
    border-bottom: 1px solid #bbb;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  .back:hover,
  .back:focus {
    background-color: #f2f2f2;
    color: #333;
    text-shadow: 1px 1px 0 #fff;
  }
  .back:active {
    color: #666;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    text-shadow: 1px 1px 0 #fff;
  }

  /* contextual overrides */
  .activitiesContainer .btn,
  .collegeContainer .btn,
  .courseContainer .btn {
    margin-top: 10px;
  }
  table.list a.delete {
    margin-top: 0;
  } /* cancel the margin-top:10px; from line above */

  /* create login info box */
  .info {
    background: #ffe;
    font-size: 1em;
    margin-bottom: 2em;
    border: 1px solid #eee;
    padding: 1em;
    float: right;
    margin-left: 35px;
    width: 40%;
  }
  .info h2 {
    margin: 1.5em 0 0.75em;
  }
  .info h2.first {
    margin: 0 0 0.75em;
  }
  .info ul {
    margin: 1em 0 1em 1.5em;
  }
  .info ul li {
    list-style-type: disc;
  }
  .info p {
    margin: 1em 0;
  }

  .login div.q_desc .help {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
  }

  .dashboard p,
  .aside p {
    color: #666;
    font-size: 1em;
  }

  .main {
    padding: 0 40px 0 0;
    overflow: visible;
    float: left;
    width: 45%;
    border-right: 1px dashed #ddd;
  }

  .aside {
    padding: 3px 0 0 20px;
    float: left;
    overflow: visible;
    margin-left: -1px;
    width: 45%;
    border-left: 1px dashed #ddd;
  }
  @media only screen and (max-width: 768px) {
    #main {
      margin: 0;
    }
    .main {
      padding: 0;
      overflow: visible;
      float: none;
      width: 100%;
      border: none;
    }

    .aside {
      padding: 36px 0 0 0;
      float: none;
      overflow: visible;
      margin: 36px 0 0 0;
      width: 100%;
      border: none;
      border-top: 1px dashed #ddd;
    }
  }
  .aside h2 {
    font-weight: 400;
  }
  .aside h2.first {
    margin-top: 0;
  }

  .aside h3 {
    margin-top: 0;
  }

  .aside ul.bull {
    /* margin-bottom: 2em; */
  }
  .aside li {
    color: #777;
  }

  /* for new buttons 7/31/18   */
  .btn-primary {
    display: inline-block;
    position: relative;
    color: #cc0033;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-left: 2px solid #cc0033;
    border-right: 2px solid #cc0033;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.0625rem;
    padding: 17px 20px;
    width: auto;
    font-weight: 600;
    text-decoration: none;
    font-family: "Titillium Web", "Trebuchet MS", "Helvetica Neue", Arial,
      Helvetica, sans-serif;
  }
  .btn-primary:hover,
  .btn-primary:focus {
    text-decoration: none;
    background-color: #ffffff;
  }
  .btn-primary:hover::before,
  .btn-primary:focus::before {
    right: -28px;
  }
  .btn-primary:hover::after,
  .btn-primary:focus::after {
    left: -28px;
  }
  .btn-primary::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% + 28px);
    height: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-image: linear-gradient(
      to left,
      #cc0033 0%,
      #cc0033 14px,
      transparent 14px,
      transparent 28px,
      #cc0033 28px,
      #cc0033 100%
    );
    background-image: -webkit-linear-gradient(
      right,
      #cc0033 0%,
      #cc0033 14px,
      transparent 14px,
      transparent 28px,
      #cc0033 28px,
      #cc0033 100%
    );
  }
  .btn-primary::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 28px);
    height: 2px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    background-image: linear-gradient(
      to right,
      #cc0033 0%,
      #cc0033 14px,
      transparent 14px,
      transparent 28px,
      #cc0033 28px,
      #cc0033 100%
    );
    background-image: -webkit-linear-gradient(
      left,
      #cc0033 0%,
      #cc0033 14px,
      transparent 14px,
      transparent 28px,
      #cc0033 28px,
      #cc0033 100%
    );
  }
  /* Add Area of Interest Button 12/4/18 */
  a#addNewAcademicInterest {
    font-size: 125%;
    color: white;
    background-color: #cc0033;
    font-weight: 600;
    text-shadow: 0 0 0;
    padding: 8px 16px;
    margin-bottom: 2em;
  }
  a#addNewAcademicInterest::after {
    content: "Select up to three schools for consideration";
    position: absolute;
    color: #cc0033;
    text-shadow: none;
    cursor: text;
    pointer-events: none;
    left: 0;
    top: 2.5em;
    font-size: 100%;
  }
  /* *
 * C U S T O M I Z A T I O N
 * ------------------------------------ */
  /* inline input hint */
  .PlaceHolderTextVisible {
    font-weight: 400 !important;
    color: #bbb !important;
  }
  /* descendant is RU graduate */
  .rugraduate label {
    font-weight: 900;
    color: #333 !important;
  }
  /* residency message styling */
  .message {
    padding: 10px 5px 10px 46px;
    border: 1px dotted #999;
    font-size: 1em;
    color: #555;
    background: #eee url(../images/house.png) no-repeat 15px center;
  }
  .message a {
    color: teal;
  }
  /* phone layout in one row */
  .question.phone,
  .phone {
    float: left;
    margin-right: 2em;
    border-right: 1px dashed #ddd;
    padding: 0 2em 0.25em 0;
  }
  .gender,
  .dob,
  .ssn {
    float: left;
    margin-left: 2em;
    border-left: 1px dashed #ddd;
    padding: 0 0 0.25em 2em;
  }
  .gender {
    border: 0;
    margin: 0;
    padding-left: 0;
  }
  .gender .inline-radio li {
    float: left;
  }
  .phone label.bottom {
    margin: 0;
  }
  /* *
 * D I A L O G   B O X   (pop-up wizard)
 * ------------------------------------ */
  /* structure -

   structural overrides (below): .nihilo .dijitDialog, .nihilo .dijitDialogTitleBar, .nihilo .dijitDialog .dijitDialogPaneContent

   form.dialogbox
      div.collegeChooser (pg1)
         div.btn.previous
      div (pg2)
         div.magnify
            ul.alpha
         div.collegeCeeb
            table.college
         div.btn
         div.btn.primary

   ------------------------------------ */
  .dialogbox {
    min-height: 31em;
    position: relative;
    padding-bottom: 2.5em;
  }
  p.aoi-choice {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .interests h3,
  .schools h3 {
    margin-left: 10px;
  }
  .interests label,
  .schools label {
    padding: 3px 10px 3px 5px;
    margin: 0;
    border-radius: 3px;
  }
  .interests label input,
  .schools label input {
    top: 1px;
  }
  .interests label:hover,
  .schools label:hover {
    background: #000;
  }
  .interests label:hover span,
  .schools label:hover span {
    color: #fff !important;
  }
  /* nav buttons */
  .dialogbox .btn {
    float: left;
    clear: left;
    margin: 1em 0 0.5em;
  }
  /* fixed a chrome bug in aoi dialog, but that caused the save and continue button to move next to go back and save and logout buttons instead of being on the right */
  .dialogbox .primary {
    float: none;
    display: inline-block;
    clear: none;
    background: #c03;
    margin-left: 1em;
  }
  /* scrollable table of colleges - form.dialogbox table.collegeCeeb */
  .dialogbox .collegeCeeb {
    width: 100% !important;
    float: left;
    clear: left;
    margin-bottom: 0.5em;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  #otherElpProgram-field {
    display: inline;
  }
  /* *
 * H E L P E R   C L A S S E S
 * ------------------------------------ */
  /* decorative */
  .important {
    font-weight: 900;
    color: #c03;
  }
  /* size */
  .auto {
    width: auto;
  }
  .small {
    width: 143px;
  }
  .medium {
    width: 323px;
  }
  .long {
    width: 487px;
  }
  .w1 {
    width: 2em;
  }
  /* width of 1 letter ie. middle initial */
  .w25 {
    width: 25%;
  }
  .w33 {
    width: 33%;
  }
  .w50 {
    width: 50%;
  }
  .w66 {
    width: 66%;
  }
  .w75 {
    width: 75%;
  }
  .w95 {
    width: 95%;
  }
  .w100 {
    width: 100%;
  }
  /* text alignment */
  .tl {
    text-align: left;
  }
  .tr {
    text-align: right;
  }
  .tc {
    text-align: center;
  }
  .tj {
    text-align: justify;
  }
  .l {
    text-align: left !important;
  }
  .c {
    text-align: center !important;
  }
  .r {
    text-align: right !important;
  }
  .vat {
    vertical-align: top;
  }
  .vab {
    vertical-align: bottom;
  }
  /* placement */
  .fn {
    float: none;
  }
  .fl {
    float: left !important;
  }
  .fr {
    float: right;
  }
  .cn {
    clear: none;
  }
  .cl {
    clear: left;
  }
  .cr {
    clear: right;
  }
  .cb {
    clear: both;
  }
  /* decoration */
  .noborder {
    border: 0 !important;
  }
  .nobottompadding {
    padding-bottom: 0 !important;
  }
  .nowrap {
    white-space: nowrap;
  }
  .bull {
    list-style-type: disc;
    margin: 1em 0 0;
    padding-left: 2em;
  }
  .bull li {
    list-style-type: disc;
    line-height: 2;
    margin: unset !important;
    padding: unset !important;
    text-indent: unset !important;
  }
  .login .bull li {
    color: #777;
  }
  .hide {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    overflow: hidden;
  }
  /* *
 * R E V I E W   M O D E
 * ------------------------------------ */
  .isInReviewMode .microcopy,
  .isInReviewMode .dob b,
  .isInReviewMode .question li br,
  .isInReviewMode .bottom br {
    display: none;
  }
  .isInReviewMode .reviewText,
  .isInReviewMode .reviewText .reviewText,
  .isInReviewMode #county,
  .isInReviewMode .bottom span span {
    font-weight: 400;
    color: #666;
    font-size: 1em;
  }
  .isInReviewMode .bottom {
    color: #fff;
  }
  .isInReviewMode .phone .bottom {
    color: #000;
    line-height: 21px;
  }
  .isInReviewMode .phone .bottom span {
    float: right;
  }
  .isInReviewMode .phone em,
  .isInReviewMode small {
    display: none;
  }
  .isInReviewMode #county,
  .isInReviewMode #residency-start {
    display: block;
    width: 100%;
    clear: both;
  }
  .isInReviewMode .q_desc {
    float: none;
  }
  .isInReviewMode table.courses {
    border: 0;
  }
  .isInReviewMode .bottom span {
    float: left;
  }
  .isInReviewMode .dateMMYYYY .bottom,
  .isInReviewMode .gpa .bottom,
  .isInReviewMode .credits .bottom {
    color: #000;
  }
  .isInReviewMode .dateMMYYYY .bottom span,
  .isInReviewMode td .bottom span {
    float: none;
  }
  .isInReviewMode .bottom *,
  .isInReviewMode .ddd * {
    /* line-height: 20px !important; */
  }
  .isInReviewMode span.comment span {
    width: auto !important;
  }
  .isInReviewMode table.tests td .bottom {
    color: #666;
    float: left;
  }
  .isInReviewMode .q_inputs span span {
    color: #666;
  }
  .isInReviewMode .q_inputs .epe {
    color: #666;
  }
  /* this should make "date" label visible */
  .isInReviewMode .q_inputs .epe .date,
  .isInReviewMode .q_inputs .epe .date span {
    float: none;
  }
  /* this should fix the spacing */
  .isInReviewMode table.tests td .bottom span {
    color: #666;
    float: none;
  }
  .isInReviewMode table.tests td div {
    float: none;
    display: block;
    width: 100%;
  }
  .isInReviewMode p.q_desc {
    margin-left: 0 !important;
  }
  .isInReviewMode .question {
    margin-bottom: 7px;
  }
  .isInReviewMode label {
    cursor: text;
  }
  .isInReviewMode .msg-certified-submission label {
    cursor: default;
  }
  /* *
 * D O J O   C S S   O V E R R I D E S
 * ------------------------------------ */
  /* dialog box */
  .nihilo .dijitDialog {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: 50%;
    xwidth: 60% !important;
  }
  .nihilo .dijitDialogTitleBar {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #000;
    color: #fff;
  }
  .nihilo .state {
    width: 10em;
  }
  /* reduce width of state dropdown in table cell */
  .dialogbox > div {
    min-height: 31em;
    position: relative;
  }
  /* *
 * new micro clearfix hack
 * ------------------------------------ */
  .cf:before,
  .cf:after,
  fieldset div:before,
  fieldset div:after,
  #main:before,
  #main:after,
  .nihilo .dijitDialog .dijitDialogPaneContent:before,
  .nihilo .dijitDialog .dijitDialogPaneContent:after {
    content: "";
    display: table;
  }
  .cf:after,
  fieldset div:after,
  #main:after,
  .nihilo .dijitDialog .dijitDialogPaneContent:after {
    clear: both;
  }
  .cf,
  fieldset div,
  #main,
  .nihilo .dijitDialog .dijitDialogPaneContent {
    zoom: 1;
  }
  /* IE6,7 hasLayout trigger */
  /* Review Modes:
   S = Submitted
   A = Admin
   E = Error
   P = Pending
   isInReviewMode */
  .S #navigation,
  .S .nav-page,
  .S .btn,
  .A #navigation,
  .A .nav-page,
  .A .msg-certified-submission,
  .A .btn,
  .A .nav-utility,
  .A h2 a,
  .A h2 small {
    display: none !important;
  }
  .A .show,
  .S .show {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
  }
  /* disable links in review mode */
  /* .isInReviewMode fieldset a {text-decoration:none; color:inherit; cursor:text;} */
  .isInReviewMode .msg-info {
    display: none;
  }
  /* fix for dojo drop downs */
  .nihilo div.dijitComboBox,
  .q_inputs div.dijitComboBox,
  .list div.dijitComboBox,
  .collegeChooser div.dijitComboBox {
    float: none;
    padding-bottom: 0;
    line-height: 1;
    background: transparent;
    border-color: #666 #ccc #ccc #ccc;
    padding-left: 3px;
  }
  .nihilo div.dijitComboBoxError,
  .q_inputs div.dijitError,
  .list div.dijitError,
  .collegeChooser div.dijitError {
    background: #ffefef;
    border-color: #c03;
  }
  .nihilo div.dijitArrowButton,
  .q_inputs div.dijitArrowButton,
  .list div.dijitArrowButton,
  .collegeChooser div.dijitArrowButton {
    float: right;
    padding: 0;
    line-height: 1;
    height: 100%;
  }
  .nihilo div.dijitArrowButton input.dijitArrowButtonInner,
  .q_inputs div.dijitArrowButton input.dijitArrowButtonInner,
  .list div.dijitArrowButton input.dijitArrowButtonInner,
  .collegeChooser div.dijitArrowButton input.dijitArrowButtonInner {
    margin: 0;
    border: 0;
    padding: 3px 0;
    height: 100%;
  }
  .nihilo div.dijitArrowButton input.dijitArrowButtonInner:hover,
  div.dijitArrowButton input.dijitArrowButtonInner:focus,
  div.dijitArrowButton input.dijitArrowButtonInner:hover,
  div.dijitArrowButton input.dijitArrowButtonInner:focus {
    background-color: transparent;
    font-size: 1.2em;
  }
  .nihilo .dijitMenuItem,
  .nihilo .dijitComboBox * {
    color: #000; /* font-family: Verdana, sans-serif !important; */
    font-size: 1em !important;
  }
  /* drop-down menu list (options) */
  .ddd {
    line-height: 2 !important;
  } /* ddd = dojo drop down */
  .ddd span {
    display: block;
  }
  .ddd span span {
    display: inline;
  }
  .dijitValidationContainer {
    float: right !important;
    padding-right: 3px;
  }
  .dijitValidationContainer .dijitValidationInner {
    border: 0 !important;
  }
  .dijitValidationContainer .dijitValidationInner:hover,
  .dijitValidationContainer .dijitValidationInner:focus {
    background-color: transparent;
  }
  span.bottom {
    float: left;
    color: #333;
    font-size: 0.889em;
    font-weight: 400;
    line-height: 1.6;
    margin-right: 21px;
  }
  /* replace label so clicking doesn't automatically focus arrow input */
  /* custom widths for drop-downs */
  .edulevel .dijitTextBox,
  .country .dijitTextBox {
    width: 315px;
  }
  .epe .dijitTextBox {
    width: 400px;
  }
  #elpProgram-field,
  #elpPlannedProgram-field {
    display: inline;
  }
  .provider .dijitTextBox,
  .degree .dijitTextBox {
    width: 250px;
  }
  .suffix .dijitTextBox {
    width: 6em;
  }
  /* ADMIN - TODO : Move to admin.css - students shouldn't need to download this css */
  #nav-main {
    float: left;
    background: #eee;
    line-height: normal;
    position: relative;
    width: 100%;
  }
  #nav-main ul {
    bottom: 0;
    right: 10px;
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
  }
  #nav-main li {
    display: inline;
  }
  #nav-main a {
    background: #c20f2f;
    border-top: 3px solid #d21033;
    float: left;
    font-size: 1em;
    margin: 0 5px 0 0;
    padding: 5px 0 1px;
    text-decoration: none;
  }
  #nav-main a:hover {
    background: #c20f2f;
    border-top: 0;
    padding: 5px 0 4px;
  }
  #nav-main a span {
    color: #ffcdc0;
    display: block;
    padding: 2px 10px;
  }
  #nav-main a:hover span {
    color: #fff;
  }
  #nav-main .help {
    float: none !important;
  }
  #find .find a,
  #status .status a,
  #help .help a,
  #school .school a,
  #programClosings .program a,
  #imaging .imaging a,
  #changeSSN .changessn a,
  #cycleDates .cycle a,
  #advisories .advisories a,
  #authorize .auth a,
  #authorizeMain .authMain a {
    background: #eee;
    border-top: 0;
    padding: 5px 0 4px;
  }
  #find .find span,
  #status .status span,
  ,
  #help .help span,
  #school .school span,
  #programClosings .program a span,
  #imaging .imaging a span,
  #changeSSN .changessn a span,
  #cycleDates .cycle a span,
  #advisories .advisories a span,
  #authorize .auth a span,
  #authorizeMain .authMain a span {
    cursor: text;
    background: #eee;
    color: #000 !important;
    font-weight: 900;
  }
  table.highlight tr:hover td,
  tr.highlight td {
    background: #ffc;
  }
  #find tr:nth-child(even) td,
  #status tr:nth-child(even) td,
  #programClosings tr:nth-child(even) td,
  #imaging tr:nth-child(even) td,
  #changeSSN tr:nth-child(even) td,
  #cycleDates tr:nth-child(even) td,
  #advisories tr:nth-child(even) td,
  #authorize tr:nth-child(even) td {
    background: #eee;
  }
  /* enable striped tables for admin only */
  #authorizeMain tr:nth-child(even) td {
    background: #eee;
  }
  /* enable striped tables for admin only */
  table.aoi {
    border-top: 0;
  }
  /* remove border from all rows except the first row of each school; there could be up to 6 majors for 1st school, 5 for second school, 4 for third, etc.; visibility:hidden may not work but changing font-color to white (foreground and background color same) will make the text label disappear. */
  .scrollMessage {
    display: none;
    font-weight: 400;
  }
  .scroll .scrollMessage {
    display: inline;
  }
  .instructions {
    margin: 1em;
  }
  /* HELP.CSS */
  /* help (?) button */
  .help {
    overflow: visible;
    float: left;
    margin-top: 4px;
    z-index: 999;
  }
  .button_box,
  .button_box_activated {
    float: left;
    height: 16px;
    width: 16px;
    background: url(../images/icons.png) -16px 0;
    cursor: pointer;
  }
  /* help dialog pop-up */
  .help .help_box {
    position: absolute;
    padding-top: 4px;
    width: 330px;
    z-index: 999;
    color: #000;
    /* font: 12px sans-serif; */
    font-size: 1em;
    border: 1px solid #ccc;
    padding: 7px 10px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  /* close (x) button */
  .help .help_box_top {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    z-index: 1000;
    text-align: right;
  }
  .help .exit_button {
    cursor: pointer;
    background: url(../images/icons.png) no-repeat 313px 50%;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1001;
  }
  /* help content */
  .help .help_box_main {
    overflow: auto;
    max-height: 350px;
    height: auto;
    z-index: 999;
    /* font: 12px Verdana, sans-serif; */
    font-size: 1em;
  }
  .help .help_box_main h3 {
    margin: 1em 0;
    padding-top: 1em;
    border-top: 1px dotted #ccc;
  }
  .help .help_box_main h3.first {
    border: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .help .help_box_main p {
    margin: 1em 0;
    color: #555;
    font-size: 15px;
  }
  .almost-done,
  .E .isInReviewMode .almost-done {
    display: none;
  }
  .isInReviewMode .almost-done {
    display: block;
  }
  /* pagination */
  .pagination a {
    xdisplay: inline-block;
    xpadding: 0.5em 0;
    xmin-width: 2em;
    text-align: center;
    xline-height: 1;
    margin: 0 0.25em;
    xborder: 1px solid #ccc;
    x-webkit-border-radius: 5px;
    x-moz-border-radius: 5px;
    x-o-border-radius: 5px;
    xborder-radius: 5px;
    xtext-decoration: none;
  }
  .previous_link a,
  .page-prev a,
  .next_link a,
  .page-next a {
    width: 6em;
    text-transform: uppercase;
  }
  .pagination a.current:link {
    color: #900;
    background-color: #fff;
  }
  .pagination a[href]:hover,
  .pagination a[href]:focus {
    color: #fff;
    background-color: #c20f2f;
  }
  .pagination a:active {
    color: #fff;
    background-color: #900;
  }
  .pagination a.current:active,
  .pagination a.current:focus {
    color: #900;
    background-color: #fff;
  }
  .previous_link:before {
    content: "\25C0\a0";
  }
  .next_link:after {
    content: "\a0\25B6";
  }
  /* Updated banner - BG 8/1/17 */
  .banner {
    background-image: url(../images/banner__bg--arrow.png);
    background-repeat: repeat-x;
    background-position: bottom center; /* top center */
    background-color: #c03;
    min-height: 106px; /* 270px; */
    text-align: center;
    text-indent: 0;
    position: relative;
    font-size: 70px;
    font-weight: 500;
    color: #fff;
    line-height: 270px;
    font-family: sans-serif;
    box-sizing: border-box;
  }
  .header {
    background-color: rgba(0, 0, 0, 0.3);
    background: none;
    text-align: center;
    text-indent: 0;
    font-size: 70px;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    text-indent: -10000px;
  }
  .header::before {
    content: "";
    background-image: url(../images/rutgers-admissions-logo.png);
    background-repeat: no-repeat;
    height: 59px;
    width: 323px;
    position: absolute;
    left: 20px;
    top: 12px;
  }
  .header::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .nav-utility {
    top: 30px;
  }
  .nav-utility > li,
  .nav-utility a {
    font-size: 1em;
  }
  .nav-utility ul {
    top: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  }
  .breadcrumb {
    background-color: #000;
    color: #fff;
    position: relative;
    padding: 7px 0 14px 0;
    margin: 0;
    box-shadow: inset 0 -4px 4px -2px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fff;
    font-weight: normal;
    text-align: center;
    /* font-size: 24px; */
    text-transform: uppercase;
  }
  .breadcrumb span {
    font-weight: bold;
  }
  .breadcrumb > a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .breadcrumb > a:hover,
  .breadcrumb > a:focus {
    color: #fff;
    text-decoration: underline;
  }
}
.isInReviewMode i.checkmark {
  text-indent: 0;
  background: none;
  height: auto;
}
/* right aligned 9 needs a positive text-indent */
/* ***********************************************************************************************************************************************************************************
*************************************************************************************** PRINT ************************************************************************************** */
@media print {
  * {
    /* font: 10pt serif; */
    font-size: 1em;
    float: none;
    clear: both;
    border: 0;
    width: auto !important;
    background: #fff !important;
    color: #000;
    position: relative;
  }
  ol,
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  li {
    display: inline;
  }
  p {
    margin: 0;
  }
  table {
    width: 100% !important;
  }
  .isInReviewMode i.checkmark {
    text-indent: 0;
  }
  .different-name,
  .different-fname,
  .row.mailing-address,
  .sms {
    margin: 1em 0;
    padding: 1px 0;
  }
  /* padding to get rid of margin collapsing */
  .ethnicity-race label,
  .latino label,
  .past-courses label.reviewText {
    padding-right: 1em;
    color: #000 !important;
    font-weight: 400 !important;
  }
  fieldset {
    page-break-after: avoid;
    page-break-before: avoid;
    page-break-inside: auto;
  }
  .print-essay {
    page-break-before: always;
    page-break-after: always;
  }
  #topOfPage,
  h1,
  .isInReviewMode .nav,
  .microcopy,
  .nav-utility,
  #footer,
  .q_inputs .help,
  .q_errors,
  .btn,
  .msg-certified-submission,
  .essay .q_desc,
  .essay p,
  .former-name p.q_desc,
  .almost-done,
  h2 a,
  h2 small,
  .msg-info,
  .msg-errors,
  label.top b,
  .isInReviewMode br,
  .bottom br,
  .mailing-address br + em,
  .phone br + em,
  .ddd em,
  .hide-print,
  .green-card em,
  .green-card br {
    display: none !important;
  }
  h2 {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }
  .row,
  .phone,
  .question {
    overflow: hidden;
    border: 0 !important;
  }
  fieldset {
    border-bottom: 1px solid #000;
    margin-bottom: 1em;
    padding-bottom: 3em;
  }
  legend {
    font-weight: bold;
    font-size: 1.5em;
    text-indent: -2px;
  }
  .bottom,
  .phone .provider,
  .degree {
    float: left;
    padding: 0;
    line-height: 1.5;
    margin-bottom: 1.5em;
  }
  .full-name .bottom,
  .preferred-name .bottom,
  .former-name .bottom,
  .perm-address .bottom,
  .mailing-address .bottom,
  .phone .bottom,
  .tests .bottom,
  .epe,
  .residency-parent .bottom,
  .green-card .bottom {
    margin-bottom: 0;
  }
  #first-name,
  #middle-name,
  #last-name,
  #difffirst-name,
  #diffmiddle-name,
  #difflast-name,
  .suffix span,
  .country span,
  .country span span,
  #addr-line1,
  #addr-line2,
  #addr-line3,
  #city,
  .state,
  #zip,
  .maddr-line1,
  #maddr-line2,
  #maddr-line3,
  .maddr-city,
  #mzip,
  .phone span,
  .provider span,
  .degree span,
  .ddd .date,
  .residency-parent .bottom span span,
  .green-card label span,
  #province,
  #ipo,
  #mprovince,
  #mipo {
    float: right;
    padding-left: 1em;
    line-height: inherit;
    *float: none;
    *position: absolute;
    *left: 100%;
  }
  .country span,
  .degree span span,
  .green-card label span span {
    padding-left: 0;
  }
  .ethnicity-country .country span,
  .residency-parent .bottom span {
    float: none;
    padding-left: 0;
  }
  .residency-parent .bottom span {
    line-height: 1.5;
  }
  /* sub-headings - mailing address and phone */
  div.q_desc {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0 1em;
  }
  .q_desc,
  .q_desc label {
    font-weight: bold;
    font-size: 1.1em;
    margin: 1.5em 0 0.5em !important;
  }
  .rugraduate .q_desc label {
    color: #000;
    font-weight: 400;
  }
  .past-courses ul {
    margin-bottom: 1em;
  }
  #language_courses,
  #language,
  .tests .date,
  .epe .date,
  #elpProgramDate {
    padding-left: 1em;
  }
  /* tables */
  .aoi th,
  .hs th,
  .prevCollege th,
  .services th,
  .activities th,
  .awards th,
  .jobs th,
  th abbr {
    text-align: left;
    font-family: sans-serif;
    font-weight: bold;
  }
  th.r,
  f td.r,
  .r {
    text-align: right;
  }
  th.c,
  td.c,
  .c {
    text-align: center;
  }
  .jobs .state,
  .dateMMYYYY label {
    float: none;
    padding: 0;
  }
}
/* Global Font */
* {
  font-family: "Titillium Web", sans-serif !important;
}
/* Helpers */
.text--white.text--white {
  color: white;
}
.date_container {
  display: inline-flex;
  width: 100%;
  vertical-align: top;
}
.date_container label {
  display: flex;
  flex-direction: column;
  margin-right: 8px;
}
.date_container label span {
  padding: 0 !important;
  font-size: 1em !important;
}
.select_container {
  position: relative;
  float: left;
  min-width: 75px;
}
.select_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 37px;
  float: right;
  padding: 2px 24px 2px 6px;
  font-size: 1em;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  word-break: normal;
  cursor: pointer;
}
.select_container:after {
  content: "";
  color: #333;
  position: absolute;
  pointer-events: none;
  right: 6px;
  top: 45%;
  border-top: 6px solid #6f6f6f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
}
.select_container:hover:after {
  background-color: #fcfcfc;
}
.select_container:before {
  content: "";
  top: 1px;
  width: 19px;
  height: 35px;
  right: 1px;
  border-left: 1px solid #d3d3d3;
  position: absolute;
  cursor: pointer;
  pointer-events: none;
}
.select_container:hover:before {
  background: transparent;
  background-image: linear-gradient(#fff, #fcfcfc);
}
.select_container:focus-within:before {
  background: transparent;
  background-image: linear-gradient(#fff, #f5f5f5);
}
[dojoattachpoint="reviewContainer"] .select_container:before,
[dojoattachpoint="reviewContainer"] .select_container:after {
  display: none;
}
.date_container .bottom {
  color: #333 !important;
}
.confirmation .msg-success h2,
.confirmation .msg-success h3 {
  color: #cc0033;
  font-weight: bold;
}
.confirmation .msg-success h4 {
  margin-top: 18px;
}
.confirmation .bull li {
  list-style: none;
  padding: 0;
  position: relative;
}
.confirmation .bull li:before {
  color: #cc0033;
  content: "\2022";
  display: inline-block;
  font-size: 1em;
  left: -1.1225em;
  position: absolute;
  top: 0em;
}
#edu_rutgers_ess_input_DisplayArea_0 + div {
  overflow: visible !important;
}
.disabled-location-input,
.disabled-location-input * {
  background: white !important;
  color: black !important;
  border: 0 !important;
  cursor: initial !important;
  outline: none;
  font-size: 18px;
}
.disabled-location-input
  .dijitReset.dijitRight.dijitButtonNode.dijitArrowButton.dijitDownArrowButton.dijitArrowButtonContainer {
  display: none;
}
.isInReviewMode .disabled-location-input [dojoattachpoint="reviewContainer"] {
  font-size: 1rem;
  color: #666 !important;
}
input.disabled-location-input {
  width: auto;
}
.vue-visibility {
  display: none !important;
}
.isInReviewMode .vue-visibility {
  display: block !important;
}
.isInReviewMode .vue-visibility[widgetid="zip"],
.isInReviewMode .vue-visibility[widgetid="mzip"],
.isInReviewMode .vue-visibility[widgetid="parentzip"] {
  display: block !important;
}
.isInReviewMode input.vue-visibility {
  display: none !important;
}
.isInReviewMode .vue-component-visibility {
  display: none !important;
}
.tribes-select2-container .select2-container {
  max-width: 600px !important;
  width: 100%;
}
.tribes-select2-container .select2-container a.select2-choice {
  background-image: none;
  border-radius: 0;
}
.tribes-select2-container .select2-container .select2-choice .select2-arrow {
  border-radius: 0;
  background-image: none;
  background-color: white;
}
.d-inline-block {
  display: inline-block;
}
.date_container.elpTestDate,
.date_container.elpPlannedTestDate {
  position: relative;
  top: -4px;
}
.date_container.elpProgramDate,
.date_container.elpPlannedProgramDate {
  position: relative;
  top: -12px;
}
.q_inputs p,
.question ul li {
  padding-left: 21px;
  text-indent: -44px;
}
.q_inputs p input,
.question ul li input {
  width: 39px;
}
.question ul {
  margin-bottom: 1em;
  margin-left: 0.75em;
}
.q_inputs p {
  margin-bottom: 1em;
  padding-left: 2em;
}
.question ul.inline-radio {
  margin-left: 1em;
}
.q_inputs ul.inline-radio {
  margin-left: 1.5em;
}
.question ul.inline-radio li label {
  margin-right: 4em;
}
.question ul.inline-radio li input {
  width: 1em;
}
.question.residency-parent ul li {
  margin-bottom: 1em;
}
p.microcopy {
  text-indent: initial;
  padding-left: unset;
}
p.hide-print {
  margin-bottom: 1em;
}
.rugraduate {
  margin-left: 2em;
}
button.clear-date {
  border: 1px solid #ccc;
  height: 25px;
  margin: auto 0;
  border-radius: 24px;
  font-weight: bold;
  line-height: 14px;
  font-size: 16px;
  padding: 4px 7px 6px;
  color: #666;
  margin-right: 16px;
  visibility: visible;
}
button.clear-date.hidden {
  visibility: hidden;
}
