/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 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 */ }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
.clear:after {
  clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body,
html {
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position-x: left;
  background-position-y: bottom; }

body {
  font-size: 100%;
  overflow: scroll;
  color: #111;
  font-family: "Proxima Nova", Helvetica, Sans-Serif;
  background: linear-gradient(rgba(195, 20, 45, 0.9), rgba(195, 20, 45, 0.9)), url(/cas/images/sealbw-e123114d1830481fc31033ba253d0605.jpg); }

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size-adjust: 0.5; }

.container-fluid {
  font-size: 1em;
  line-height: 1.25;
  min-height: 100%; }

@media (min-width: 43.75em) {
  .container-fluid {
    font-size: 1em;
    line-height: 1.375; } }

h1 {
  font-size: 2em;
  line-height: 1.25;
  font-family: "Adelle Bold", Georgia, serif; }

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.25em;
    line-height: 1.125; } }

@media (min-width: 56.25em) {
  h1 {
    font-size: 2.25em;
    line-height: 1.05; } }

h2 {
  font-size: 1.625em;
  line-height: 1.15384615;
  font-family: "Proxima Nova Semibold", Helvetica, Sans-Serif; }

@media (min-width: 43.75em) {
  h2 {
    font-size: 1.8em;
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  h2 {
    font-size: 1.8em;
    line-height: 1.25; } }

h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
  font-family: "Adelle Semibold", Georgia, serif; }

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    line-height: 1.25; } }

@media (min-width: 56.25em) {
  font-size: 1.5em;
  line-height: 1.25; }

h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
  font-family: "Proxima Nova Bold", Helvetica, Sans-Serif; }

@media (min-width: 43.75em) {
  h4 {
    line-height: 1.22222222; } }

blockquote {
  font-size: 1.25em;
  line-height: 1.25; }

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1.5em;
    line-height: 1.45833333; } }

a {
  color: #077995;
  font-family: "Proxima Nova Semibold", Helvetica, Sans-Serif;
  border-bottom: 1px solid #077995;
  transition: all 0.3s ease; }
a:hover, a:focus {
  outline: 1px solid #077995;
  color: #022a34;
  text-decoration: none; }


p {
  margin-top: .5em; }

header .logo {
  border-bottom: 0;
  display: block;
  max-width: 400px;
  margin: 2em auto 1em;
  transition: all 0.3s ease;
  outline: 1px dotted transparent; }
header .logo:hover, header .logo:focus {
  outline: 1px dotted #fff; }

.main-container {
  margin-bottom: 80px; }

main {
  margin-bottom: 2em; }
main .login-container {
  background: #fff;
  border-top: 6px solid #950f22;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 2em;
  margin-bottom: 2em; }
main .login-container h1 {
  color: #c3142d;
  text-align: center; }
main .login-container .help-info h2 {
  color: #c3142d;
  font-family: "Proxima Nova Semibold Italic", Helvetica, Sans-serif; }
main .additional-info a {
  width: 100%;
  background: #950f22;
  display: inline-block;
  text-align: center;
  border-bottom: none;
  color: #fff;
  font-family: "Adelle Semibold", Georgia, serif;
  font-size: 1.25em;
  letter-spacing: .025em;
  padding: .75em;
  border: 2px solid #fff; }
main .additional-info a:hover, main .additional-info a:focus {
  background: #fff;
  color: #c3142d; }
main .highlight {
  border-bottom: 2px solid #ccc;
  color: #c3142d;
  padding-bottom: .75em; }

.footer-container {
  height: 80px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: calc(100% + 30px); }

footer {
  background: #fff;
  border-top: 6px solid #950f22;
  text-align: center;
  height: 100%;
  line-height: 70px; }
footer p {
  font-family: "Proxima Nova Italic", Helvetica, Sans-Serif;
  color: #c3142d;
  margin: 0; }

button.btn {
  background: #077995;
  color: #fff;
  font-family: "Proxima Nova Semibold", Helvetica, Sans-Serif;
  float: right;
  position: relative;
  display: block;
  border-radius: 0;
  margin-right: 5px;
  border: none;
  outline: none;
  padding: 1em 2em;
  letter-spacing: .025em; }
button.btn:hover, button.btn:focus {
  background: #fff;
  outline: 2px solid #077995;
  outline-offset: -2px;
  text-decoration:underline;
  color: #111;
  box-shadow: none; }
button.btn:active {
  box-shadow: none; }


button[class*='-alt'] {
  background: #fff;
  color: initial;
  outline: 2px solid #077995;
  outline-offset: -2px; }
button[class*='-alt']:hover, button[class*='-alt']:focus {
  background: #077995;
  color: #fff; }

button.btn-caution {
  background: #ffdc00;
  color: #111; }
button.btn-caution:hover, button.btn-caution:focus {
  outline: 2px solid #ffdc00;
  background: #fff; }

button.btn-caution-alt {
  outline: 2px solid #ffdc00; }
button.btn-caution-alt:hover, button.btn-caution-alt:focus {
  background: #ffdc00;
  color: #111;
  outline: none; }

button.btn-success {
  background: #077995;
  color: #111; }
button.btn-success:hover, button.btn-success:focus {
  outline: 2px solid #077995;
  background: #fff;

}

button.btn-success-alt {
  outline: 2px solid #077995; }
button.btn-success-alt:hover, button.btn-success-alt:focus {
  background: #077995;
  color: #111;
  outline: none; }


input.btn-success {
  background-color: #077995 !important;
  font-family: "Proxima Nova Semibold", Helvetica, sans-serif !important;
  outline: 2px solid #077995 !important;
  border-color:#077995 !important;
  color: #fff !important; }
input.btn-success:hover,input.btn-success:focus {
  outline: 2px solid #077995 !important;
  color: #111 !important;
  border-color: #077995 !important;
  background-color: #fff !important;
  text-decoration: underline !important;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(8, 44, 55, 0.5) !important;
}


.btn-success {
  background-color: #188038 !important;
  outline: 2px solid #188038 !important;
  color: #fff !important;
  border: none !important;
  padding: 0.57rem 0.75rem !important;
}

.btn-success:hover, .btn-success:focus {
  outline: 2px solid #188038 !important;
  color: #111 !important;
  background-color: #fff !important;
  box-shadow: none !important;
  border: none;
  text-decoration: underline !important;
}

.btn-primary {
  background: #077995;
  color: #fff;
  position: relative;
  border: none;
  outline: none;
  padding: 0.57rem 0.75rem;
  letter-spacing: .025em; }
.btn-primary:hover, .btn-primary:focus {
  background: #fff;
  outline: 2px solid #077995;
  outline-offset: -2px;
  color: #111;
  box-shadow: none;
  text-decoration: underline !important;}
.btn-primary:active {
  box-shadow: none; }


.btn-success-alt:not(:disabled):not(.disabled):active
{
  background: #fff;
  outline: 2px solid #335E26 !important;
  color: #335E26 !important;
  text-decoration: underline;
}

.btn-success-alt {
  outline: 2px solid #11327a;
}
.btn-success-alt:hover, .btn-success-alt:focus {
  background-color: #11327a;
  outline: none;
  border-color: #11327a;
  color: #fff;
  text-decoration: underline;}

.btn-success:not(:disabled):not(.disabled):active
{
  background: #fff;
  outline: 2px solid #11327a !important;
  color: #11327a !important;
  text-decoration: underline;
}

button.btn-failure {
  background: #ff4136;
  color: #111; }
button.btn-failure:hover, button.btn-failure:focus {
  background: #fff;
  outline: 2px solid #ff4136; }

button.btn-failure-alt {
  outline: 2px solid #ff4136; }
button.btn-failure-alt:hover, button.btn-failure-alt:focus {
  background: #ff4136;
  color: #fff;
  outline: none; }

button.btn-disabled, button[disabled] {
  background: #ccc;
  color: #111;
  cursor: not-allowed; }
button.btn-disabled:hover, button.btn-disabled:focus, button[disabled]:hover, button[disabled]:focus {
  background: #ccc;
  outline: none; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
  background: #fff;
  color: #111; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  background: #fff;
  outline: 2px solid #082c34;
  outline-offset: -2px;
  color: #082c34 !important; }

.hide {
  display: none;
}

form input, form label {
  letter-spacing: 0.045em; }

.login fieldset {
  border: none; }
.login fieldset > div {
  position: relative; }
.login fieldset > div input {
  background: transparent;
  margin-bottom: 2em; }
.login fieldset > div input[type="text"], .login fieldset > div input[type="password"] {
  width: 100%;
  padding: 1em;
  padding-top: 1.75em;
  border: 2px solid #ccc;
  border-bottom: 2px solid #c3142d;
  transition: all 0.3s ease; }
.login fieldset > div input[type="text"]:focus, .login fieldset > div input[type="text"]:active, .login fieldset > div input[type="password"]:focus, .login fieldset > div input[type="password"]:active {
  border: 2px solid #c3142d;
  outline: none; }
.login fieldset > div input[type="text"]:focus + label, .login fieldset > div input[type="password"]:focus + label {
  background-color: #c3142d;
  color: #fff;
  font-size: .75em; }
.login fieldset > div label {
  letter-spacing: 0.045em;
  color: #c3142d;
  padding: 0.25em .5em;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease; }
.login fieldset > div label[for="username"], .login fieldset > div label[for="password"] {
  width: 100%;
  font-family: "Proxima Nova Bold", Helvetica, Sans-Serif;
  color: #c3142d; }

.login input[type="submit"] {
  background-color: #077995;
  color: #fff;
  border: none;
  float: right;
  padding: 1em 2.5em;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: 2px solid #077995;
  outline-offset: -2px;
  font-family: "Proxima Nova Semibold", Helvetica, Sans-Serif; }
.login input[type="submit"]:hover, .login input[type="submit"]:focus {
  background: #fff;
  color: #950f22; }

@font-face {
  font-family: "Adelle";
  src: url("/cas/css/fonts/AdelleW02-Regular-34e675f2f5133c6cf2125347d8c5ef55.eot?#iefix");
  src: url("/cas/css/fonts/AdelleW02-Regular-34e675f2f5133c6cf2125347d8c5ef55.eot?#iefix") format("eot"), url("/cas/css/fonts/AdelleW02-Regular-86d9310b9d41da61feead05af581d555.woff2") format("woff2"), url("/cas/css/fonts/AdelleW02-Regular-5cd07ef74c0bb6cce75abbbd4e0c9b43.woff") format("woff"), url("/cas/css/fonts/AdelleW02-Regular-ad9e445669c288ab46d34387d6e6adc4.ttf") format("truetype"); }

@font-face {
  font-family: "Adelle Italic";
  src: url("/cas/css/fonts/AdelleW02-Italic-a09cbfaf8b0fdb51ba323c1336a3ece2.eot?#iefix");
  src: url("/cas/css/fonts/AdelleW02-Italic-a09cbfaf8b0fdb51ba323c1336a3ece2.eot?#iefix") format("eot"), url("/cas/css/fonts/AdelleW02-Italic-4cd44ab8da2742bc7e598443dfda6dad.woff2") format("woff2"), url("/cas/css/fonts/AdelleW02-Italic-cc2bfb98989154f7f47ede3eade630e2.woff") format("woff"), url("/cas/css/fonts/AdelleW02-Italic-a45a0290f82c6136fd0af1c557369c98.ttf") format("truetype"); }

@font-face {
  font-family: "Adelle Semibold";
  src: url("/cas/css/fonts/AdelleW02-SemiBold-6455ee18df270ea3b9c1a318ad4941c5.eot?#iefix");
  src: url("/cas/css/fonts/AdelleW02-SemiBold-6455ee18df270ea3b9c1a318ad4941c5.eot?#iefix") format("eot"), url("/cas/css/fonts/AdelleW02-SemiBold-67ae74639a56184bfeefe9bb47cf2798.woff2") format("woff2"), url("/cas/css/fonts/AdelleW02-SemiBold-4e6d47b3ce3f235d93c28bdf6ebad04d.woff") format("woff"), url("/cas/css/fonts/AdelleW02-SemiBold-e9d3c8ad348c485cc9f9dac452ffd878.ttf") format("truetype"); }

@font-face {
  font-family: "Adelle Semibold Italic";
  src: url("/cas/css/fonts/AdelleW02-SemiBoldItalic-e95559e4d39588337dcd9e3fd5259489.eot?#iefix");
  src: url("/cas/css/fonts/AdelleW02-SemiBoldItalic-e95559e4d39588337dcd9e3fd5259489.eot?#iefix") format("eot"), url("/cas/css/fonts/AdelleW02-SemiBoldItalic-f3c980b6f0355eae8d32b515bc13d7da.woff2") format("woff2"), url("/cas/css/fonts/AdelleW02-SemiBoldItalic-3dc6d4e0ca55c91a5c2f4320db0a888e.woff") format("woff"), url("/cas/css/fonts/AdelleW02-SemiBoldItalic-c45023e2950cee91fc60f107abe460a0.ttf") format("truetype"); }

@font-face {
  font-family: "Adelle Bold";
  src: url("/cas/css/fonts/AdelleW02-Bold-b46f31a3674a421d65864a916697929c.eot?#iefix");
  src: url("/cas/css/fonts/AdelleW02-Bold-b46f31a3674a421d65864a916697929c.eot?#iefix") format("eot"), url("/cas/css/fonts/AdelleW02-Bold-82f5c3437bb7947a9ca87d68ad367fa9.woff2") format("woff2"), url("/cas/css/fonts/AdelleW02-Bold-4bf55907bb10af72cc2ee26963946597.woff") format("woff"), url("/cas/css/fonts/AdelleW02-Bold-6355c9dac7d41ad02e9132e2c7cc2056.ttf") format("truetype"); }

@font-face {
  font-family: "Adelle Bold Italic";
  src: url("/cas/css/fonts/AdelleW02-BoldItalic-1240a72f1aa5af07f9def2538204c2c1.eot?#iefix");
  src: url("/cas/css/fonts/AdelleW02-BoldItalic-1240a72f1aa5af07f9def2538204c2c1.eot?#iefix") format("eot"), url("/cas/css/fonts/AdelleW02-BoldItalic-76b8d5d4ea80b476d37512f6ac02b27d.woff2") format("woff2"), url("/cas/css/fonts/AdelleW02-BoldItalic-c6bfdc99e2f0d1eee8a45b64f97d0ef7.woff") format("woff"), url("/cas/css/fonts/AdelleW02-BoldItalic-29049967d63a8f8b9bc58f6cb318139f.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova";
  src: url("/cas/css/fonts/ProximaNovaW08-Regular-19a260ee0bca7bae70e602e194bce72f.eot?#iefix");
  src: url("/cas/css/fonts/ProximaNovaW08-Regular-19a260ee0bca7bae70e602e194bce72f.eot?#iefix") format("eot"), url("/cas/css/fonts/ProximaNovaW08-Regular-679b58fe3c2852095febf8de5803df40.woff2") format("woff2"), url("/cas/css/fonts/ProximaNovaW08-Regular-1b82a5de4c824ddef40c6e1b3a1fc4a4.woff") format("woff"), url("/cas/css/fonts/ProximaNovaW08-Regular-1b08c963e6dcce3877b30c8fe4228505.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Italic";
  src: url("/cas/css/fonts/ProximaNovaW08-Italic-12fbfe8822935751b50df1ab59f8fada.eot?#iefix");
  src: url("/cas/css/fonts/ProximaNovaW08-Italic-12fbfe8822935751b50df1ab59f8fada.eot?#iefix") format("eot"), url("/cas/css/fonts/ProximaNovaW08-Italic-ce9af37200909809c50e100383db8512.woff2") format("woff2"), url("/cas/css/fonts/ProximaNovaW08-Italic-12a3430f25799788e51557368eae2b9c.woff") format("woff"), url("/cas/css/fonts/ProximaNovaW08-Italic-62400150828e67c14973f7e75fbb965e.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("/cas/css/fonts/ProximaNovaW08-Semibold-39d71e8a89da0bbf027cb143350064ab.eot?#iefix");
  src: url("/cas/css/fonts/ProximaNovaW08-Semibold-39d71e8a89da0bbf027cb143350064ab.eot?#iefix") format("eot"), url("/cas/css/fonts/ProximaNovaW08-Semibold-57d73e9a30eed148714d5f86b18e8a59.woff2") format("woff2"), url("/cas/css/fonts/ProximaNovaW08-Semibold-17fa6bca342acaa559ab87df0f09fbb7.woff") format("woff"), url("/cas/css/fonts/ProximaNovaW08-Semibold-7b70f1536fbbc6d982f0e4bbebd48884.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Semibold Italic";
  src: url("/cas/css/fonts/ProximaNovaW08-SemiboldIt-1b77fa69d340635f9764f2a42fc2b658.eot?#iefix");
  src: url("/cas/css/fonts/ProximaNovaW08-SemiboldIt-1b77fa69d340635f9764f2a42fc2b658.eot?#iefix") format("eot"), url("/cas/css/fonts/ProximaNovaW08-SemiboldIt-953af199c6327787e3db96fee8392c1a.woff2") format("woff2"), url("/cas/css/fonts/ProximaNovaW08-SemiboldIt-8977ed27290736fb5c650a7cfa80e6a6.woff") format("woff"), url("/cas/css/fonts/ProximaNovaW08-SemiboldIt-1c8d477e36e82e886c09647bcd094d11.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("/cas/css/fonts/ProximaNovaW08-Bold-b6e70a402bc4059a4778b37694bfab22.eot?#iefix");
  src: url("/cas/css/fonts/ProximaNovaW08-Bold-b6e70a402bc4059a4778b37694bfab22.eot?#iefix") format("eot"), url("/cas/css/fonts/ProximaNovaW08-Bold-4b39ad41ac3156a35075356c095aa6f1.woff2") format("woff2"), url("/cas/css/fonts/ProximaNovaW08-Bold-e03732949710182c358d5f0c970c94d1.woff") format("woff"), url("/cas/css/fonts/ProximaNovaW08-Bold-08711397d1b36dd0f24e633c59a9e9c1.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Bold Italic";
  src: url("/cas/css/fonts/ProximaNovaW08-BoldItalic-038840f6f7160bbb605b6d3a3f25f90e.eot?#iefix");
  src: url("/cas/css/fonts/ProximaNovaW08-BoldItalic-038840f6f7160bbb605b6d3a3f25f90e.eot?#iefix") format("eot"), url("/cas/css/fonts/ProximaNovaW08-BoldItalic-e3499bab6b904bb7cfd9f990916876d2.woff2") format("woff2"), url("/cas/css/fonts/ProximaNovaW08-BoldItalic-534125bb8b099a77372d6426ba12b972.woff") format("woff"), url("/cas/css/fonts/ProximaNovaW08-BoldItalic-18cf7073f6a0b156f1b2a346e5a2e51a.ttf") format("truetype"); }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

.modal-open .modal-backdrop {
  background: #c3142d; }
.modal-open .modal-backdrop.show {
  opacity: .9; }

.modal-open .modal .modal-dialog {
  max-width: 100%;
  margin-top: 0; }

.modal-open .modal .modal-content {
  position: static;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none; }
.modal-open .modal .modal-content .modal-header {
  border-bottom: none;
  padding: 1em 2em 0em 2em; }
.modal-open .modal .modal-content .modal-body {
  padding: 1em 2em 1em 2em; }
.modal-open .modal .modal-content h1 {
  font-size: 1.5em;
  width: 100%;
  color: #c3142d;
  text-align: center;
  font-family: "Adelle Bold", Georgia, serif; }
.modal-open .modal .modal-content p {
  font-size: 1em;
  font-family: "Proxima Nova", Helvetica, Sans-Serif; }

div.info {
  border-top: 6px solid #077995; }
div.info h1:before {
  content: " ";
  background-image: url("/cas/images/utilityDefault-2612286e7b2e5e1241579584a1892ef1.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #fff;
  font-family: "Proxima Nova Italic", Helvetica, Sans-Serif;
  border-radius: 15px;
  margin-right: 10px;
  line-height: 28px; }

div.warning {
  border-top: 6px solid #ffdc00; }
div.warning h1:before {
  content: " ";
  background-image: url("/cas/images/utilityCaution-305903363a44a851d7e773e55fc2a7cf.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #111;
  font-family: "Proxima Nova Italic", Helvetica, Sans-Serif;
  border-radius: 15px;
  margin-right: 10px;
  line-height: 28px;
  font-size: 1em; }

div.success {
  border-top: 6px solid #23cf5f; }
div.success h1:before {
  content: " ";
  background-image: url("/cas/images/utilitySuccess-bd813a70df2dfbe3b5d39c0ac56e3425.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #111;
  font-family: "Proxima Nova Italic", Helvetica, Sans-Serif;
  border-radius: 15px;
  margin-right: 10px;
  line-height: 28px;
  font-size: 1em; }

div.failure {
  border-top: 6px solid #ff4136; }
div.failure > h1:before {
  content: " ";
  background-image: url("/cas/images/utilityFailure-9b8ac65ef0979fa887718d5f2e951082.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  color: #111;
  font-family: "Proxima Nova Italic", Helvetica, Sans-Serif;
  border-radius: 15px;
  margin-right: 10px;
  line-height: 28px;
  font-size: 1em; }

.alert {
  background: #fff;
  border-radius: 0;
  margin-top: 1em;
  border: 6px solid #ffdc00; }
.alert .alert-heading {
  text-align: center;
  font-family: "Proxima Nova Semibold", Helvetica, Sans-Serif;
  text-transform: uppercase;
  font-size: 1.75em; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
@-moz-document url-prefix() {
  body{
    height: 95%;
  }
}
