@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.tooltip.tooltip-info {
  padding-right: 1px;
}
.tooltip.tooltip-info:before {
  content: "\f1f6";
  margin-right: 0.35em;
  position: relative;
  top: 1px;
  left: 1px;
  color: #555;
}

button.tooltip {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  border-bottom: 1px dotted #000;
  cursor: help;
}
button.tooltip:active {
  color: inherit;
}

@-webkit-keyframes tooltip-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tooltip-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cwd-tooltip {
  background: #fafafa;
  border: 1px solid gray;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  max-width: 500px;
  padding: 12px 14px;
  margin: 0 auto 1.5em;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 2px 0 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  display: none;
  opacity: 0;
  left: 0;
  -webkit-animation-name: tooltip-fade-out;
          animation-name: tooltip-fade-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.cwd-tooltip arrow {
  position: absolute;
  left: calc(50% - 12px);
  bottom: -12px;
}
.cwd-tooltip arrow:before {
  border: 12px solid #4d4d4d;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
}
.cwd-tooltip arrow:after {
  border: 11px solid #fafafa;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 1px;
  left: 1px;
}
.cwd-tooltip.active {
  opacity: 1;
  display: block;
  z-index: 1;
  -webkit-animation-name: tooltip-fade-in;
          animation-name: tooltip-fade-in;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
.cwd-tooltip.tooltip-top arrow:before {
  content: "";
}
.cwd-tooltip.tooltip-top arrow:after {
  content: "";
}
.cwd-tooltip.tooltip-bottom arrow {
  top: 0;
  bottom: auto;
}
.cwd-tooltip.tooltip-bottom arrow:before {
  content: "";
  border-bottom-width: 12px;
  border-top-width: 0;
}
.cwd-tooltip.tooltip-bottom arrow:after {
  content: "";
  border-bottom-width: 11px;
  border-top-width: 0;
  bottom: 0;
}
.cwd-tooltip.tooltip-borderless {
  border-color: transparent;
}
.cwd-tooltip.tooltip-borderless arrow:before {
  border-top-color: #fafafa;
}
.cwd-tooltip.tooltip-borderless.tooltip-bottom arrow:before {
  border-top: 0;
  border-bottom-color: #fafafa;
}
.cwd-tooltip.tooltip-borderless arrow:after {
  content: none;
}
.cwd-tooltip.tooltip-dark {
  background: #2c2c2c;
  border-color: transparent;
  color: #ddd;
}
.cwd-tooltip.tooltip-dark arrow:before {
  border-top-color: #2c2c2c;
}
.cwd-tooltip.tooltip-dark.tooltip-bottom arrow:before {
  border-top: 0;
  border-bottom-color: #2c2c2c;
}
.cwd-tooltip.tooltip-dark arrow:after {
  content: none;
}
.cwd-tooltip.tooltip-dark a {
  color: #fff;
}
.cwd-tooltip.tooltip-dark a:active {
  color: #ccc;
}

/* Lightweight CWD Cornell Framework
   ****************************************************************** */
.no-font-smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex, #main form .form-footer, ul.custom.inline,
ol.custom.inline, .flex-grid, body, .vertical-align, #site-footer .wa-msg, #site-header .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-between, #main form .form-footer, body, #site-header .content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vertical-align, #site-footer .wa-msg, #site-header .content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-fa:before, ul.custom > li:before,
ul.custom.recursive ul > li:before, .heading-security:before,
.icon-fa:after {
  font: normal normal normal 14px/1 FontAwesome;
  speak: never;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zmdi:before, ul.custom.status > li:before, .form-messages .warning li:before, .tooltip.tooltip-info:before,
.icon-zmdi:after,
.tooltip.tooltip-info:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  speak: never;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.sans {
  font-family: "freight-sans-pro", sans-serif;
}

h1,
.h1,
#site-header h3 {
  font-family: "freight-text-pro", serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
table {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 1em;
}

h1,
.h1 {
  font-size: 28px;
}
h1.sans,
.h1.sans {
  font-size: 26px;
}
@media (min-width: 375px) {
  h1,
.h1 {
    font-size: 32px;
  }
  h1.sans,
.h1.sans {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 38px;
  }
  h1.sans,
.h1.sans {
    font-size: 34px;
  }
}

h2,
.h2 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 32px;
  }
}

h3,
.h3 {
  font-size: 20px;
  font-weight: 600;
  color: #b31b1b;
}
@media (min-width: 768px) {
  h3,
.h3 {
    font-size: 23px;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
}
@media (min-width: 768px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: inherit;
  font-weight: 500;
  color: #555;
}

h6,
.h6 {
  font-size: inherit;
  color: #707070;
}

p,
ul,
ol {
  line-height: 1.4;
  margin-bottom: 1.5em;
}

.smallprint, #site-footer,
.cwd-tooltip {
  font-size: 15px;
}

.accent-cornell {
  color: #b31b1b;
}

.no-margin {
  margin-bottom: 0 !important;
}

.low-margin {
  margin-bottom: 0.15em !important;
}

.quarter-margin {
  margin-bottom: 0.25em !important;
}

.half-margin {
  margin-bottom: 0.5em !important;
}

.full-margin {
  margin-bottom: 1em !important;
}

.high-margin {
  margin-bottom: 1.5em !important;
}

.double-margin {
  margin-bottom: 2em !important;
}

strong,
b {
  font-weight: 600;
}

hr {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.25em;
  clear: both;
  padding: 1px 0;
}
hr.inline {
  clear: none;
}
hr.clear, hr.section-break, hr.section-header, hr.section-footer {
  clear: both;
  float: left;
  width: 100% !important;
}
hr.section-break {
  margin: 1.5em 0 2.25em;
}
hr.section-header {
  margin: 0 0 2.25em;
}
hr.section-footer {
  margin: 1.5em 0 0;
}
hr.fade {
  opacity: 0.3;
}

.heading-security:before {
  content: "\f132";
  margin-right: 0.4em;
  font-size: 91.3043478261%;
  color: #555;
}
.heading-security.cu-tower {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .heading-security.cu-tower {
    padding-left: 23px;
  }
}
.heading-security.cu-tower:before {
  position: absolute;
  left: 0;
  content: "";
  background: url("../images/cornell_basic/tower-icon.svg") 0 50% no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 11px;
  height: 20px;
  opacity: 0.65;
}
@media (min-width: 768px) {
  .heading-security.cu-tower:before {
    width: 13px;
    height: 23px;
  }
}

.cornell-urls {
  color: #707070;
  font-family: Courier New, monospace;
  font-size: 13px;
  margin-bottom: 2em;
}
@media (min-width: 375px) {
  .cornell-urls {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .cornell-urls {
    font-size: 13px;
  }
}
@media (min-width: 936px) {
  .cornell-urls {
    font-size: 15px;
  }
}
.cornell-urls li {
  margin-bottom: 0.3em;
}
.cornell-urls mark {
  color: #000;
  background: #c9eef7;
  padding: 0.05em 0.2em;
}

.form-messages {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 2em;
}
.form-messages .warning li:before {
  content: "\f1f0" !important;
  font-size: 21px;
  line-height: 22px;
}

a {
  color: #1176ac;
}
a:hover, a:focus {
  color: #000;
}
a:active {
  color: #666;
}

.dark a {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.dark a:hover, .dark a:focus {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.dark a:active {
  color: #ccc;
  text-decoration-color: rgba(255, 255, 255, 0.5);
}

.sr-only, .label-required > span,
fieldset.semantic legend.sr-only,
#main fieldset.semantic legend.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

#skipnav {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 5;
}
#skipnav a {
  background: #2e5690;
  color: #fff;
  padding: 2px 8px;
  text-decoration: none;
  white-space: nowrap;
  position: absolute;
  left: -1000em;
}
#skipnav a:focus {
  left: 0;
}

.aria-target:focus,
.custom-focus:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.band {
  width: 100%;
  float: left;
  clear: both;
  margin: 0;
}

.container {
  margin: 0 auto;
  padding: 0 18px;
  max-width: 948px;
}
@media (min-width: 414px) {
  .container {
    padding: 0 24px;
  }
}

.content {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .content {
    padding: 30px 0 60px;
  }
}
.content > *:last-child {
  margin-bottom: 0;
}
.content.compact {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .content.compact {
    padding: 18px 0;
  }
}

#site-header {
  background: #b31b1b;
  color: #fff;
}
#site-header h2 {
  margin: 0 0 0.16em;
  font-size: 32px;
  font-weight: 400;
  text-indent: -0.08em;
}
@media (min-width: 375px) {
  #site-header h2 {
    margin: 0 0 0.13em;
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  #site-header h2 {
    font-size: 45px;
  }
}
#site-header h3 {
  color: #efcfcf;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 375px) {
  #site-header h3 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #site-header h3 {
    font-size: 18px;
  }
}
#site-header .cu-logo {
  margin: 0;
}
#site-header .cu-logo img {
  vertical-align: middle;
  width: 73px;
  height: auto;
}
@media (min-width: 768px) {
  #site-header .cu-logo img {
    width: 96px;
  }
}
#site-footer {
  background: #222;
  color: #bbb;
}
#site-footer .main-footer {
  background: #333;
}
#site-footer .sub-footer {
  background: #222;
}
#site-footer .sub-footer a {
  white-space: nowrap;
}
#site-footer .wa-msg {
  text-align: center;
}
#site-footer .wa-msg *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #site-footer .wa-msg {
    text-align: left;
    padding-left: 52px;
    background: url("../images/cornell_basic/wa.svg") 0 50% no-repeat;
    background-size: 36px;
    min-height: 36px;
  }
}

body > footer .sub-footer {
  background: #292929;
  font-size: 15px;
  padding: 20px 0;
}
body > footer .sub-footer ul.custom.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  body > footer .sub-footer ul.custom.inline {
    margin-right: -30px;
  }
}
body > footer .sub-footer ul.custom.inline > li {
  padding-right: 15px;
}
@media (min-width: 768px) {
  body > footer .sub-footer ul.custom.inline > li {
    padding-right: 30px;
  }
}
body > footer .sub-footer .two-col,
body > footer .sub-footer .two-col li {
  margin-bottom: 0;
}
body > footer .sub-footer .two-col ul.custom {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body > footer .sub-footer .two-col > * {
  margin-top: 0;
  margin-bottom: 0;
}
body > footer .sub-footer .primary,
body > footer .sub-footer .two-col > :last-child {
  text-align: right;
}
body > footer .sub-footer .two-col > :first-child ul.custom {
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  body > footer .sub-footer .two-col > :first-child ul.custom {
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
body > footer .sub-footer .two-col > :last-child ul.custom {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body > footer .sub-footer .two-col > :last-child ul.custom {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  body > footer .sub-footer .two-col > *:nth-child(2n+1) {
    float: left;
  }
}

#main-content {
  background: #fff;
  -webkit-box-flex: 1000;
  -ms-flex-positive: 1000;
  flex-grow: 1000;
}
@media (min-width: 768px) {
  #main-content {
    background: -o-linear-gradient(top, #ffffff 400px, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 400px, #f7f7f7 100%);
  }
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .brand-reverse #site-header .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .brand-reverse #site-header .content .cu-logo img {
    width: 92px;
  }
}
@media (min-width: 768px) {
  .brand-reverse h1,
.brand-reverse .h1 {
    font-size: 34px;
  }
}

#main article .flex-grid {
  margin-bottom: 0;
}

.flex-grid > * {
  width: 100%;
}
@media (min-width: 768px) {
  .flex-grid {
    margin: 0 -10px;
  }
  .flex-grid > * {
    padding: 0 10px;
    margin-bottom: 2em;
  }
  .flex-grid > .flex-1 {
    width: 8.3333333333%;
  }
  .flex-grid > .flex-2 {
    width: 16.6666666667%;
  }
  .flex-grid > .flex-3 {
    width: 25%;
  }
  .flex-grid > .flex-4 {
    width: 33.3333333333%;
  }
  .flex-grid > .flex-5 {
    width: 41.6666666667%;
  }
  .flex-grid > .flex-6 {
    width: 50%;
  }
  .flex-grid > .flex-7 {
    width: 58.3333333333%;
  }
  .flex-grid > .flex-8 {
    width: 66.6666666667%;
  }
  .flex-grid > .flex-9 {
    width: 75%;
  }
  .flex-grid > .flex-10 {
    width: 83.3333333333%;
  }
  .flex-grid > .flex-11 {
    width: 91.6666666667%;
  }
  .flex-grid > .flex-1-5 {
    width: 20%;
  }
  .flex-grid > .flex-1-8 {
    width: 12.5%;
  }
  .flex-grid.collapse-cols {
    margin-left: 0;
    margin-right: 0;
  }
  .flex-grid.collapse-rows > * {
    margin-bottom: 0;
  }
  .flex-grid.compact-rows > * {
    margin-bottom: 0.35em;
  }
  .flex-grid.collapse-cols > * {
    padding: 0;
  }
  .flex-grid.padded > * {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .flex-grid > hr {
    margin: 0 10px 2em;
  }
  .flex-grid.collapse-rows > hr {
    margin-bottom: 0;
  }
  .flex-grid.compact-rows > hr {
    margin-bottom: 0.35;
  }
  .flex-grid.collapse-cols > hr {
    margin-left: 0;
    margin-right: 0;
  }
}

li {
  margin-bottom: 0.5em;
}

li > ul,
li > ol {
  margin-top: 0.5em;
}

ul.custom,
ul.custom.recursive ul,
ol.custom,
ol.custom.recursive ol {
  padding-left: 0;
}

ul.custom.inline,
ol.custom.inline {
  margin-right: -15px;
}
@media (min-width: 768px) {
  ul.custom.inline,
ol.custom.inline {
    margin-right: -30px;
  }
}
ul.custom.inline > li,
ol.custom.inline > li {
  padding-right: 15px;
}
@media (min-width: 768px) {
  ul.custom.inline > li,
ol.custom.inline > li {
    padding-right: 30px;
  }
}

ul.custom > li,
ul.custom.recursive ul > li {
  list-style: none;
  position: relative;
  padding-left: 1.2em;
}

ul.custom > li:before,
ul.custom.recursive ul > li:before {
  content: "\f0da";
  opacity: 0.5;
  position: absolute;
  left: 2px;
  line-height: inherit;
}

ul.custom.success > li,
ul.custom.success.recursive ul > li,
ul.custom.failure > li,
ul.custom.failure.recursive ul > li,
ul.custom.warning > li,
ul.custom.warning.recursive ul > li,
ul.custom.notifications > li,
ul.custom.notifications.recursive ul > li,
ul.custom.status > li,
ul.custom.status.recursive ul > li,
ul.custom.on-off > li,
ul.custom.on-off.recursive ul > li,
ul.custom.on-off-steps > li,
ul.custom.on-off-steps.recursive ul > li {
  padding-left: 1.7em;
}

ul.custom.on-off-toggle > li,
ul.custom.on-off-toggle.recursive ul > li,
ul.custom.nerd > li,
ul.custom.nerd.recursive ul > li {
  padding-left: 2.2em;
}

ul.custom.chevrons > li:before,
ul.custom.chevrons.recursive ul > li:before {
  content: "\f105";
  font-size: 143%;
  line-height: 1.09;
}

ul.custom.success > li:before,
ul.custom.success.recursive ul > li:before,
ul.custom.on-off > li.on:before,
ul.custom.on-off.recursive ul > li.on:before,
ul.custom.on-off-steps > li.on:before,
ul.custom.on-off-steps.recursive ul > li.on:before {
  content: "\f00c";
  color: #008a00;
  opacity: 1;
  left: 1px;
}

ul.custom.failure > li:before,
ul.custom.failure.recursive ul > li:before,
ul.custom.on-off > li.off:before,
ul.custom.on-off.recursive ul > li.off:before {
  content: "\f00d";
  color: #cc1e1e;
  opacity: 1;
  left: 2px;
}

ul.custom.on-off-steps > li.off:before,
ul.custom.on-off-steps.recursive ul > li.off:before {
  content: "\f00c";
  color: #000000;
  opacity: 0.16;
  left: 1px;
}

ul.custom.warning > li:before,
ul.custom.warning.recursive ul > li:before {
  content: "\f071";
  color: #cc1e1e;
  opacity: 1;
  left: 1px;
}

ul.custom.notifications > li:before,
ul.custom.notifications.recursive ul > li:before {
  content: "\f06a";
  color: #767676;
  opacity: 1;
  padding: 0 1px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 107.1%;
  line-height: 1.5;
}

ul.custom.status > li:before,
ul.custom.status.recursive ul > li:before {
  content: "\f265";
  color: #639fc0;
  opacity: 1;
  padding: 0 1px;
  left: 1px;
  font-size: 107.1%;
  line-height: 1.6;
}

ul.custom.nerd > li:before,
ul.custom.nerd.recursive ul > li:before {
  font-family: inherit;
  content: "🤓";
  opacity: 1;
  padding: 0 1px;
  left: 1px;
  line-height: 1.62;
}

ul.custom.nerd > li.off:before,
ul.custom.nerd.recursive ul > li.off:before {
  content: "😐";
  opacity: 0.5;
}

ul.custom.on-off > li:before,
ul.custom.on-off.recursive ul > li:before,
ul.custom.on-off-steps > li:before,
ul.custom.on-off-steps.recursive ul > li:before {
  content: "\f141";
  padding: 0 1px;
  left: 0.15em;
  opacity: 0.16;
}

ul.custom.on-off-toggle > li:before,
ul.custom.on-off-toggle.recursive ul > li:before {
  content: "\f141";
  padding: 0 1px;
  left: 0.15em;
  font-size: 128.6%;
  line-height: 1.25;
  opacity: 0.2;
}

ul.custom.on-off-toggle > li.off:before,
ul.custom.on-off-toggle.recursive ul > li.off:before {
  content: "\f204";
  opacity: 0.5;
  left: 0;
}

ul.custom.on-off-toggle > li.on:before,
ul.custom.on-off-toggle.recursive ul > li.on:before {
  content: "\f205";
  opacity: 1;
  left: 0;
  color: #b31b1b;
}

ol.custom > li,
ol.custom.recursive ol > li {
  list-style: none;
  position: relative;
  padding-left: 3em;
  min-height: 2.2em;
  margin-bottom: 1em;
}

li > ol.custom,
ol.custom.recursive li > ol {
  margin-top: 1.25em;
}

ol.custom,
ol.custom.recursive ol {
  counter-reset: ordered-list;
}

ol.custom > li:before,
ol.custom.recursive ol > li:before {
  counter-increment: ordered-list;
  content: counter(ordered-list);
  position: absolute;
  left: 0;
  top: -0.3em;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  background: #eee;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
  text-align: center;
}

ol.custom.large {
  margin-top: 3em;
  margin-bottom: 2em;
}

ol.custom.large > li,
ol.custom.large.recursive ol > li {
  padding-left: 5.5em;
  min-height: 4.4em;
  margin-bottom: 2em;
}

ol.custom.large > li:before,
ol.custom.large.recursive ol > li:before {
  font-size: 200%;
}

.no-bullet li {
  padding-left: 0 !important;
}
.no-bullet li .fa,
.no-bullet li .zmdi {
  color: #555;
  width: 0.9em;
  margin-right: 0.7em;
  text-align: center;
  position: relative;
  top: 0.05em;
}

.no-bullet li:before {
  content: none !important;
}

#main form p,
#main form ul,
#main form ol {
  margin-bottom: 1.25em;
}

#main form .description p,
#main form .description ul,
#main form .description ol {
  margin-bottom: 0.5em;
}

#main form .description:last-child,
#main form .description :last-child {
  margin-bottom: 0;
}

#main form .form-item,
#main form .form-actions {
  margin-bottom: 1.5em;
  line-height: 1.4;
}

#main form label {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 0 0 0.25em;
  color: #333;
  max-width: 600px;
}

#main form .option-label,
#main form label.option-label {
  color: #222;
}

form.compact label,
form.compact .option-label {
  font-size: 85.7142857143% !important;
}

#main form input,
#main form textarea {
  font-size: 16px;
  margin: 0 0 0.25em;
  max-width: 600px;
}

#main form input[type=text],
#main form input[type=password],
#main form input[type=email],
#main form input[type=url],
#main form input[type=search],
#main form input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  padding: 0.4em 0.5em;
  border: 1px solid #bcbcbc;
  border-radius: 0;
}

#main form textarea {
  width: 100%;
  padding: 0.5em 0.7em;
  line-height: 1.4;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #bcbcbc;
}

#main form input[type=datetime],
#main form input[type=datetime-local],
#main form input[type=date],
#main form input[type=month],
#main form input[type=time],
#main form input[type=week],
#main form input[type=number] {
  width: 100%;
  padding: 0.4em 0.5em;
  border-radius: 0;
  min-height: 30px;
}

#main form input[type=text]:focus,
#main form input[type=password]:focus,
#main form input[type=email]:focus,
#main form input[type=url]:focus,
#main form input[type=search]:focus,
#main form input[type=tel]:focus,
#main form textarea:focus {
  border-color: #555;
}

#main form select {
  display: block;
  font-size: 16px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  margin: 0.1em 0 0.2em;
  max-width: 600px;
  width: 100%;
  padding: 0.5em 0.7em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #767676;
  border-radius: 0;
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 100% 50.5%;
}

#main form select:not([multiple]):not([size])::-ms-expand,
#main form select:not([multiple])[size="1"]::-ms-expand {
  display: none;
}

#main form select:not([multiple]):not([size]),
#main form select:not([multiple])[size="1"] {
  border-radius: 5px;
  background-image: url("../images/cornell_basic/unfold-band-defaultblue.svg");
  background-image: url("../images/cornell_basic/unfold-band-defaultblue.svg"), -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eeeeee));
  background-image: url("../images/cornell_basic/unfold-band-defaultblue.svg"), -o-linear-gradient(top, #fcfcfc 0%, #eeeeee 100%);
  background-image: url("../images/cornell_basic/unfold-band-defaultblue.svg"), linear-gradient(to bottom, #fcfcfc 0%, #eeeeee 100%);
  padding: 0.35em 0.9em 0.35em 0.7em;
  padding: 0.35em calc(0.7em + 27px) 0.35em 0.7em;
}

#main form .use-size-attr,
#main .use-size-attr input,
#main .use-size-attr select,
#main .use-size-attr textarea {
  width: auto !important;
  max-width: 100%;
}

#main form .description {
  font-size: 14px;
  color: #666;
  max-width: 600px;
}
@media (min-width: 992px) {
  #main form .description {
    margin-top: 0.1em;
    font-size: 16px;
  }
}

#main form .input-note {
  text-align: right;
}

form.compact .description,
form.compact legend {
  font-size: 78.5714285714% !important;
}

#main form .panel,
#main form .messages {
  max-width: 600px;
}

#main form input[type=submit],
#main form input[type=reset],
#main form input[type=button],
#main form input#edit-reset[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #767676;
  color: #fff;
  border: 0;
  padding: 0.65em 2em;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}

#main form input[type=reset]:hover,
#main form input[type=reset]:focus,
#main form input[type=button]:hover,
#main form input[type=button]:focus,
#main form input#edit-reset[type=submit]:hover,
#main form input#edit-reset[type=submit]:focus {
  background: #888;
}

#main form input[type=reset]:active,
#main form input[type=button]:active,
#main form input#edit-reset[type=submit]:active {
  background: #666;
}

#main form input[type=submit] {
  background: #2d668e;
}

#main form input[type=submit]:hover,
#main form input[type=submit]:focus {
  background: #2471a7;
}

#main form input[type=submit]:active {
  background: #185076;
}

#main form input[type=checkbox],
#main form input[type=radio] {
  vertical-align: middle;
  width: 20px !important;
  height: 20px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 16px;
  margin: 0.1em 0 0.25em;
  padding: 0;
  border: 1px solid #999;
  border-radius: 3px;
  background: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 50% 51%;
  clear: left;
}

#main form input[type=radio] {
  background-position: 50% 50%;
}

#main form input[type=checkbox]:active,
#main form input[type=radio]:active {
  background-color: #ccc;
}

#main form input[type=checkbox]::-ms-check {
  border-radius: 3px;
}

#main form input[type=radio] {
  border-radius: 100%;
}

#main form input[type=radio]::-ms-check {
  border-radius: 100%;
}

#main form input[type=checkbox]:checked {
  background-color: #45729f;
  border-color: #333;
  background-image: url("../images/cornell_basic/checked.svg");
}

#main form input[type=radio]:checked {
  background-color: #45729f;
  border-color: #333;
  background-image: url("../images/cornell_basic/checked-radio.svg");
}

#main form input[type=checkbox]:checked::-ms-check,
#main form input[type=radio]:checked::-ms-check {
  display: none;
}

#main form input[type=checkbox]:checked:active {
  background-color: #222;
}

#main form input[type=checkbox] + label,
#main form input[type=radio] + label {
  display: inline;
  font-weight: normal;
  font-family: inherit;
  font-size: inherit;
  margin-left: 0.25em;
}

#main form input[type=checkbox] + .option-label,
#main form input[type=radio] + .option-label {
  margin-left: 0;
  padding-left: 0.25em;
}

#main fieldset {
  border: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0;
}

#main fieldset legend {
  padding-left: 6px;
  padding-right: 6px;
  margin: 0 0 1em -6px;
  font-size: 92.8571428571%;
  color: #666;
}

fieldset.semantic,
fieldset fieldset,
form.webform-submission-form fieldset {
  border: 0 !important;
  padding: 0 !important;
}

fieldset.semantic legend,
#main fieldset.semantic legend,
fieldset fieldset legend,
#main fieldset fieldset legend,
form.webform-submission-form fieldset legend,
#main form.webform-submission-form fieldset legend {
  display: block;
  width: 100%;
  padding-left: 10px !important;
  padding-right: 0 !important;
  padding-bottom: 3px;
  margin: 0 0 2em;
  font-size: 18px;
  border-bottom: 1px solid #e5e5e5;
  color: #444;
  border-left: 4px solid #b31b1b;
}

fieldset fieldset legend,
#main fieldset fieldset legend,
fieldset.semantic fieldset legend,
#main fieldset.semantic fieldset legend,
form.webform-submission-form fieldset fieldset legend,
#main form.webform-submission-form fieldset fieldset legend {
  padding-left: 0 !important;
  padding-bottom: 0;
  margin: 0 0 1.5em;
  font-size: 92.8571428571%;
  color: #666 !important;
  border-left: 0;
}

fieldset.semantic fieldset legend,
#main fieldset.semantic fieldset legend {
  color: #444;
}

fieldset * + fieldset {
  margin-top: 1.5em;
}

fieldset.semantic * + fieldset {
  margin-top: 2.5em;
}

#main fieldset fieldset:last-child {
  margin-bottom: 0.35em;
}

#main form .description + label,
#main form label + input + label,
#main form label + select + label,
#main form .description + [type=hidden] + label,
#main form label + input + [type=hidden] + label,
#main form label + select + [type=hidden] + label,
#main form .option-label + label,
#main form .option-label + [type=hidden] + label {
  margin-top: 0.5em;
}

#main form .description + input[type=submit],
#main form .option-label + input[type=submit],
#main form input + input[type=submit],
#main form textarea + input[type=submit],
#main form select + input[type=submit],
#main form input[type=submit] + .description {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  #main form .description + input[type=submit],
#main form .option-label + input[type=submit],
#main form input + input[type=submit],
#main form textarea + input[type=submit],
#main form select + input[type=submit],
#main form input[type=submit] + .description {
    margin-top: 2em;
  }
}

#main form .description + label {
  margin-top: 0.5em;
}

.form-item input[type=checkbox] + .option-label {
  padding-left: 0.25em;
}

.form-item .option-label + input[type=radio] {
  padding-left: 0.25em;
}

.form-item.tint {
  background: #f7f7f7;
  padding: 0.5em;
  margin-bottom: 3px !important;
}

.form-item.tint + .form-actions {
  margin-top: 1.5em;
}

form.no-constrain label,
form.no-constrain input,
form.no-constrain textarea,
form.no-constrain .description,
form.no-constrain .panel,
form.no-constrain .messages {
  max-width: 100% !important;
}

#main form input:focus,
#main form textarea:focus,
#main form select:focus,
#main form button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 4px rgba(45, 135, 184, 0.5);
          box-shadow: 0 0 0 4px rgba(45, 135, 184, 0.5);
  -webkit-box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 5px rgba(43, 163, 227, 0.4);
          box-shadow: 0 0 0 2px rgb(255, 255, 255), 0 0 0 5px rgba(43, 163, 227, 0.4);
}

#main form ::-moz-placeholder {
  font-size: 14px;
  line-height: 1.3;
  opacity: 1;
}

#main form ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.3;
}

#main form ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.3;
}

#main form input + input[type=submit] {
  margin-top: 0;
}

#main form .form-footer {
  max-width: 600px;
  margin: 2em 0 1.5em 0;
}
@media (min-width: 768px) {
  #main form .form-footer {
    margin: 2em 0;
  }
}

#main form.login {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #main form.login {
    background: #f7f7f7;
    border-radius: 4px;
    padding: 25px 30px 27px;
    margin-right: 40px;
    margin-bottom: 1em;
  }
}
#main form.login.login-alt {
  margin-right: 0;
  margin-bottom: 2.25em;
}
@media (min-width: 768px) {
  #main form.login.login-alt {
    margin-bottom: 2em;
  }
}
#main form.login.login-alt .flex-grid {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main form.login.login-alt .flex-grid > .flex-5 {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #main form.login.login-alt .flex-grid > .flex-5 {
    width: 45%;
    margin-bottom: 1em;
  }
}
#main form.login.login-alt .remember-wrapper {
  margin-bottom: 0.75em !important;
}
#main form.login.login-alt .or-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  #main form.login.login-alt .or-wrapper {
    width: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}
#main form.login.login-alt .or-wrapper .or-rule {
  width: 100%;
  height: 1px;
  background: #d3d3d3;
}
#main form.login.login-alt .or-wrapper .or-rule.hide {
  display: none;
}
@media (min-width: 768px) {
  #main form.login.login-alt .or-wrapper .or-rule {
    height: 100%;
    width: 1px;
    background: #d3d3d3;
  }
  #main form.login.login-alt .or-wrapper .or-rule.hide {
    display: block;
  }
}
#main form.login.login-alt .or-wrapper .or-text {
  margin: 0 10px 0 0;
}
@media (min-width: 768px) {
  #main form.login.login-alt .or-wrapper .or-text {
    margin: 10px 0;
  }
}
#main form.login.login-alt .or-wrapper .or-text p {
  margin-bottom: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 34px;
  border-radius: 50%;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #b31b1b;
  text-align: center;
  background: #FFF;
  border: 3px solid #b31b1b;
}
#main form.login.login-alt .form-footer {
  margin: 2em 0 0 0;
}
@media (min-width: 768px) {
  #main form.login.login-alt .form-footer {
    margin: 2em 0;
  }
}
#main form.login.login-alt .description.logout {
  text-align: left;
  max-width: 100%;
}
@media (min-width: 768px) {
  #main form.login.login-alt .description.logout {
    text-align: center;
  }
}
#main form.login .remember-wrapper {
  margin-top: 0.75em !important;
}
#main form.login button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #2d668e;
  color: #fff;
  border: 0;
  padding: 0.65em 2em;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
@media (min-width: 992px) {
  #main form.login button {
    font-size: 16px;
    max-width: 100% !important;
  }
}

.label-required {
  /* optional asterisk */
}
.aside-area {
  border-top: 1px solid #e5e5e5;
  margin-top: 0.75em;
  padding-top: 1.25em;
}
@media (min-width: 768px) {
  .aside-area {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.aside-area.aside-area-alt .flex-6 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .aside-area.aside-area-alt hr {
    display: none;
  }
}

.passkey-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e5e5e5;
  margin-top: 0.75em;
  padding-top: 1.25em;
  margin-bottom: 2.3em;
}
@media (min-width: 768px) {
  .passkey-cta {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
.passkey-cta p {
  margin-bottom: 0.5em;
}
.passkey-cta #bi-login-icon {
  margin-right: 20px;
}
.passkey-cta #bi-login-icon img {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .passkey-cta #bi-login-icon {
    margin-right: 30px;
  }
  .passkey-cta #bi-login-icon img {
    height: 60px;
    width: 60px;
  }
}
.passkey-cta .beyond-identity {
  font-size: 16px;
  color: #707070;
}
.passkey-cta .beyond-identity p {
  margin-bottom: 2em;
}
.passkey-cta .beyond-identity img {
  height: 18px;
  width: auto;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.reset-button button {
  background: none!important;
  border: none;
  margin-bottom: 1em;
  font-size: 80%;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
}

.warn{
  padding: 8px;
  font-size: 120%;
  border-color: black;
  background-color: #FFFFE0;
  color: black;
  margin-bottom: 25px;
}

.warnbutton{
 margin-bottom:16px;
}

.warnlink {
    display: inline-block;
    background: #2d668e;
    color: #fff;
    padding: 0.4em 1.8em;
    text-decoration: none;
    border: none;
  }

.warnlink:hover {
    background-color: #2d79b8;
    color: white;
  }

.smaller-text {
  font-size: 80%;
}
