/*! 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(../img/sealbw.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; }

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("../fonts/AdelleW02-Regular.eot?#iefix");
  src: url("../fonts/AdelleW02-Regular.eot?#iefix") format("eot"), url("../fonts/AdelleW02-Regular.woff2") format("woff2"), url("../fonts/AdelleW02-Regular.woff") format("woff"), url("../fonts/AdelleW02-Regular.ttf") format("truetype"); }

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

@font-face {
  font-family: "Adelle Semibold";
  src: url("../fonts/AdelleW02-SemiBold.eot?#iefix");
  src: url("../fonts/AdelleW02-SemiBold.eot?#iefix") format("eot"), url("../fonts/AdelleW02-SemiBold.woff2") format("woff2"), url("../fonts/AdelleW02-SemiBold.woff") format("woff"), url("../fonts/AdelleW02-SemiBold.ttf") format("truetype"); }

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

@font-face {
  font-family: "Adelle Bold";
  src: url("../fonts/AdelleW02-Bold.eot?#iefix");
  src: url("../fonts/AdelleW02-Bold.eot?#iefix") format("eot"), url("../fonts/AdelleW02-Bold.woff2") format("woff2"), url("../fonts/AdelleW02-Bold.woff") format("woff"), url("../fonts/AdelleW02-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Adelle Bold Italic";
  src: url("../fonts/AdelleW02-BoldItalic.eot?#iefix");
  src: url("../fonts/AdelleW02-BoldItalic.eot?#iefix") format("eot"), url("../fonts/AdelleW02-BoldItalic.woff2") format("woff2"), url("../fonts/AdelleW02-BoldItalic.woff") format("woff"), url("../fonts/AdelleW02-BoldItalic.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNovaW08-Regular.eot?#iefix");
  src: url("../fonts/ProximaNovaW08-Regular.eot?#iefix") format("eot"), url("../fonts/ProximaNovaW08-Regular.woff2") format("woff2"), url("../fonts/ProximaNovaW08-Regular.woff") format("woff"), url("../fonts/ProximaNovaW08-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Italic";
  src: url("../fonts/ProximaNovaW08-Italic.eot?#iefix");
  src: url("../fonts/ProximaNovaW08-Italic.eot?#iefix") format("eot"), url("../fonts/ProximaNovaW08-Italic.woff2") format("woff2"), url("../fonts/ProximaNovaW08-Italic.woff") format("woff"), url("../fonts/ProximaNovaW08-Italic.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Semibold";
  src: url("../fonts/ProximaNovaW08-Semibold.eot?#iefix");
  src: url("../fonts/ProximaNovaW08-Semibold.eot?#iefix") format("eot"), url("../fonts/ProximaNovaW08-Semibold.woff2") format("woff2"), url("../fonts/ProximaNovaW08-Semibold.woff") format("woff"), url("../fonts/ProximaNovaW08-Semibold.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Semibold Italic";
  src: url("../fonts/ProximaNovaW08-SemiboldIt.eot?#iefix");
  src: url("../fonts/ProximaNovaW08-SemiboldIt.eot?#iefix") format("eot"), url("../fonts/ProximaNovaW08-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNovaW08-SemiboldIt.woff") format("woff"), url("../fonts/ProximaNovaW08-SemiboldIt.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Bold";
  src: url("../fonts/ProximaNovaW08-Bold.eot?#iefix");
  src: url("../fonts/ProximaNovaW08-Bold.eot?#iefix") format("eot"), url("../fonts/ProximaNovaW08-Bold.woff2") format("woff2"), url("../fonts/ProximaNovaW08-Bold.woff") format("woff"), url("../fonts/ProximaNovaW08-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Proxima Nova Bold Italic";
  src: url("../fonts/ProximaNovaW08-BoldItalic.eot?#iefix");
  src: url("../fonts/ProximaNovaW08-BoldItalic.eot?#iefix") format("eot"), url("../fonts/ProximaNovaW08-BoldItalic.woff2") format("woff2"), url("../fonts/ProximaNovaW08-BoldItalic.woff") format("woff"), url("../fonts/ProximaNovaW08-BoldItalic.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("../img/utilityDefault.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("../img/utilityCaution.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("../img/utilitySuccess.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("../img/utilityFailure.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%;
  }
}
