/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.double-border, .logo-image:focus, .logo-image:hover, #fm1 .row input[type="text"]:focus, #fm1 .row input[type="text"]:hover,
#fm1 .row input[type="password"]:focus,
#fm1 .row input[type="password"]:hover, #fm1 .row a:focus, #fm1 .row a:hover {
  border-color: #fbb040;
  border-image-source: url("../images/border-focus.png");
  border-image-slice: 33%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-style: solid;
  border-width: .4rem;
  outline: none; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  background: #00274d url("../images/bg-with-shadow-logo-min.jpg") no-repeat center top;
  background-size: cover;
  color: #FFFFFF;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  padding: 0; }

p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.0rem; }

h1 {
  font-size: 3em;
  line-height: 1em;
  margin-bottom: .5em; }

h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0.8rem;
  text-align: center;
  text-transform: uppercase; }

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.3125em;
  line-height: 1.142857142857143em;
  margin-bottom: 1.142857142857143em; }

h5 {
  font-size: 1.125em;
  line-height: 1.333333333333333em;
  margin-bottom: 1.333333333333333em; }

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

p {
  font-family: acumin-pro, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.0rem; }

a {
  color: #ffd200;
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: underline; }
  a.btn {
    height: 4.0rem;
    line-height: 1.5; }

input, textarea, select {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #003466;
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 4.8rem;
  width: 100%;
  padding: 0 1.0rem;
  vertical-align: top; }

::-webkit-input-placeholder {
  color: white;
  opacity: 1 !important; }

:-moz-placeholder {
  color: white;
  opacity: 1; }

::-moz-placeholder {
  color: white;
  opacity: 1; }

:-ms-input-placeholder {
  color: white; }

[placeholder]:focus::-webkit-input-placeholder {
  color: white; }

#container {
  width: 27.2rem;
  padding: 0;
  margin: 4.2rem auto 0; }
  #container.error #content {
    margin-top: 4.5rem; }

#content {
  margin: 6.5rem 0 0;
  padding: 0; }

.row {
  text-align: center;
  line-height: 1.6rem;
  margin: 0 0 2.2rem;
  vertical-align: middle; }
  .row.link {
    margin: 0 0 1.4rem; }
  .row.btn-row {
    margin: 4.6rem 0; }

.logo-image {
  border: .4rem solid transparent;
  display: block;
  height: 10rem;
  margin: 0 auto;
  padding: 0; }
  .logo-image img {
    display: block;
    height: 100%;
    margin: 0 auto; }

#fm1 .row input[type="text"],
#fm1 .row input[type="password"] {
  background: white;
  border: solid .4rem white;
  color: #003466;
  display: block;
  margin: 0;
  outline: none;
  width: 100%; }
  #fm1 .row input[type="text"].error,
  #fm1 .row input[type="password"].error {
    border-color: #cf4527;
    border-image: none;
    color: #cf4527; }

#fm1 .row a {
  border: .4rem solid transparent;
  color: #ffd200;
  font-family: acumin-pro, sans-serif;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 .4rem .2rem; }
  #fm1 .row a:hover {
    color: #ffe04d; }
  #fm1 .row a:active {
    color: #fff6cd; }
  #fm1 .row a:active {
    color: #fff6cd; }
  #fm1 .row a:visited {
    color: #99cccc; }

#fm1 .alert, #fm1 .errorLabel {
  background: none;
  display: block;
  font-size: 1.6rem;
  height: inherit;
  margin: 0.5rem 0 0;
  padding: 0;
  text-align: left; }
  #fm1 .alert.alert-danger, #fm1 .errorLabel {
    color: #fff6cd;
    font-style: italic;
    margin-bottom: 5.1rem; }

#fm1 .errorLabel {
  margin-bottom: 3.1rem; }

#url {
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto; }

.alert, #fm1 .errorLabel,
#fm1 .errorLabel,
#msg {
  background: white;
  color: #003466;
  margin: 0 0 4.4rem;
  padding: 1.6rem; }
  .alert a, #fm1 .errorLabel a, .alert em, #fm1 .errorLabel em,
  #fm1 .errorLabel a,
  #fm1 .errorLabel em,
  #msg a,
  #msg em {
    color: #cf4527;
    font-style: normal;
    font-weight: bold;
    text-decoration: none; }
  .alert.alert-success, #fm1 .alert-success.errorLabel,
  #fm1 .errorLabel.alert-success,
  #msg.alert-success {
    background: transparent;
    color: white;
    padding: 0; }
    .alert.alert-success h2, #fm1 .alert-success.errorLabel h2,
    #fm1 .errorLabel.alert-success h2,
    #msg.alert-success h2 {
      display: none; }
    .alert.alert-success a, #fm1 .alert-success.errorLabel a, .alert.alert-success em, #fm1 .alert-success.errorLabel em,
    #fm1 .errorLabel.alert-success a,
    #fm1 .errorLabel.alert-success em,
    #msg.alert-success a,
    #msg.alert-success em {
      color: #ffd200; }

#login.login-acceptable-use {
  width: 100%; }

#loginform .row input[type="text"], #loginform .row input[type="password"] {
  background: #FFFFFF;
  border: solid 0.4rem #FFFFFF;
  color: #003466;
  display: block;
  margin: 0;
  outline: none;
  width: 100%; }
  #loginform .row input[type="text"].error, #loginform .row input[type="password"].error {
    border-color: #cf4527;
    border-image: none;
    color: #cf4527; }

#loginform .alert, #loginform #fm1 .errorLabel, #fm1 #loginform .errorLabel, #loginform .errorLabel {
  background: none;
  display: block;
  font-size: 1.6rem;
  height: inherit; /* added by Trey */
  margin: 0.5rem 0 0;
  padding: 0;
  text-align: left; }
  #loginform .alert.alert-danger, #loginform #fm1 .errorLabel, #fm1 #loginform .errorLabel, #loginform .errorLabel.alert-danger {
    color: #fff6cd;
    font-style: italic;
    margin-bottom: 5.1rem; }

#pmlinks .row a {
  border: .4rem solid transparent;
  color: #ffd200;
  font-family: acumin-pro, sans-serif;
  font-size: 2.0rem;
  font-weight: normal;
  line-height: 1.8;
  padding: 0 .4rem .2rem; }
  #pmlinks .row a:hover {
    color: #99cccc; }

button, .btn, input[type="button"], input[type="submit"] {
  background: #ffd200;
  border: solid 0.4rem #ffd200;
  border-radius: 0.8rem;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.6);
  color: #003466;
  cursor: pointer;
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 1rem;
  outline: none !important;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  button:first-child, .btn:first-child, input[type="button"]:first-child, input[type="submit"]:first-child {
    margin-top: 0; }
  button:focus, .btn:focus, input[type="button"]:focus, input[type="submit"]:focus {
    border-color: #0057ab; }
  button:hover, .btn:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #ffe04d;
    border-color: #ffe04d;
    text-decoration: none; }
  button:active, .btn:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #00274d;
    border-color: #ffd200;
    box-shadow: none;
    color: #ffd200; }
  button + button, button + .btn, button + input[type="button"], button + input[type="submit"], .btn + button, .btn + .btn, .btn + input[type="button"], .btn + input[type="submit"], input[type="button"] + button, input[type="button"] + .btn, input[type="button"] + input[type="button"], input[type="button"] + input[type="submit"], input[type="submit"] + button, input[type="submit"] + .btn, input[type="submit"] + input[type="button"], input[type="submit"] + input[type="submit"] {
    margin-top: 4.6rem; }

.continue-form {
  margin-top: 4.6rem; }

label {
  display: block;
  padding: 0 0 .5rem;
  text-align: left; }

fieldset {
  border: none;
  padding: 0; }

hr {
  width: 100%;
  margin: 0 0 2.1rem;
  border: 0.1rem solid #0057ab; }

.alert, #fm1 .errorLabel, #loginform .errorLabel, #msg {
  background: white;
  color: #003466;
  margin: 0 0 4.4rem;
  padding: 1.6rem; }

  .alert a, #fm1 .errorLabel a, .alert em, #fm1 .errorLabel em, #loginform .errorLabel a, #loginform .errorLabel em, #msg a, #msg em {
    color: #cf4527;
    font-style: normal;
    font-weight: bold;
    text-decoration: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

#env_banner h1 {
  background: #9cc;
  color: #003466;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0;
  padding: 0.4em 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 1; }

body.duo-login #container {
  width: 31.0rem; }

body.duo-login #content {
  margin-top: 4.2rem; }

body.duo-login .logo-image {
  box-shadow: none; }

#duo_iframe {
  width: 100%;
  height: 33.0rem; }

#cas-global-notice {
  color: #343a40;
  background-color: #ffe083;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: center;
}

#cas-global-notice a.link-notice {
  color: #00478c;
  text-decoration: underline;
}

@media screen and (max-width: 40em) and (max-height: 37.5em) {
  #container {
    margin-top: 2.2rem; }
  #content {
    margin-top: 2.4rem; }
  .logo-image {
    height: 5.8rem; }
  #fm1 .row.link {
    margin: 0; }
    #fm1 .row.link a {
      font-size: 1.7rem; } }

/* desktop */
@media screen and (min-width: 40em) {
  body {
    background-image: url("../images/bg-peaks-1900-min.png"), linear-gradient(to bottom, #0057ab 0%, #0057ab 40%, #00274d 60%, #00274d 100%);
    background-position: 40% center;
    background-size: 2560px; }
  hr {
    width: 100%;
    margin: 0 0 3.3rem;
    border: 0.1rem solid #0057ab; }
  #container {
    margin-top: 5.0rem; }
  .row.btn-row {
    margin-bottom: 5.6rem; }
  body.duo-login #container {
    width: 64.0rem; }
  body.duo-login #content {
    margin-top: 5.3rem; }
  #duo_iframe {
    height: 40.0rem; } }

/* landscape */
@media screen and (min-width: 40em) and (max-height: 43em) {
  hr {
    display: none; }
  #container {
    margin-top: 2.2rem;
    width: 64.0rem; }
    #container.error #content {
      margin-top: 2.4rem; }
  #content {
    margin-top: 2.4rem; }
  .logo-image {
    background: transparent url("../images/NAU_Acronym_horiz_1Line_rev-3514.svg") no-repeat center;
    background-size: contain;
    height: 4.2rem;
    width: 50rem; }
    .logo-image img {
      display: none; }
  #fm1 .group:last-child {
    margin: 0 auto;
    width: 30rem; }
  #fm1 .row {
    float: left;
    margin: 0 2%;
    width: 46%; }
    #fm1 .row.btn-row {
      float: none;
      margin: 13rem auto 2.0rem;
      width: 27.2rem; }
    #fm1 .row.link {
      float: left;
      margin: 0;
      width: auto; }
      #fm1 .row.link:nth-child(even) {
        float: right; }
      #fm1 .row.link a {
        font-size: 1.7rem; }
  #fm1 .alert, #fm1 .errorLabel {
    text-align: center; }
  #fm1 #login-alert, #fm1 #caps-alert {
    width: 200%;
    margin-left: -100%; }
  #fm1 div#pwdError, #fm1 div#uidError {
    background: none;
    color: #fff6cd;
    margin: 0 0 2.1rem;
    padding: .75rem;
}
  body.duo-login #content {
    margin-top: 1.5rem; } }
