/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

ul.ics-forms li {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.logo-logged-in, ul.ics-forms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.login-loading-animation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

table, .important-notes-1, .important-notes-2 {
  max-width: 1080px; }

.animated {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(7px, 0, 0);
            transform: translate3d(7px, 0, 0); } }

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-7px, 0, 0);
            transform: translate3d(-7px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(7px, 0, 0);
            transform: translate3d(7px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
          animation-name: shake; }

* {
  box-sizing: border-box; }

html {
  font-size: 16px; }
  @media only screen and (max-width: 1700px) {
    html {
      font-size: 14px; } }

h1 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 32px;
  font-size: 2rem; }

h2 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin: 0 0 16px; }

h3 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem; }

h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin: 0 0 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 2;
  font-weight: 600; }

body {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.6;
  position: relative;
  background-color: #5289d3;
  background-image: url(../images/ics-class-login-background.jpg);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  height: initial; }
  body.logged-in {
    background-image: none;
    background: -webkit-linear-gradient(bottom, #14446c, #e9cbcc);
    background: linear-gradient(0deg, #14446c, #e9cbcc); }
  @media screen {
    body {
      min-height: 100vh; } }

.clearfix {
  width: 100%;
  clear: both; }

.main {
  color: white;
  padding: 10px 30px 0;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .main > h1 {
    text-align: center;
    width: 100%;
    font-size: 2.6rem;
    letter-spacing: 2px;
    text-shadow: 0 0 12px #6a8499; }

.missing-link-error {
  color: #C12722; }

.login-form {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.status-message {
  padding: 8px 20px;
  margin-bottom: 12px; }

.login-loading-animation {
  background: rgba(255, 255, 255, 0.7) url("../images/background-spinner.gif") center 30% no-repeat;
  display: none; }

form.cs-login-form {
  margin-bottom: 21px; }
  form.cs-login-form label {
    display: block;
    font-size: 1rem;
    padding-bottom: 8px; }
  form.cs-login-form input {
    border: none;
    width: 100%;
    height: 45px;
    margin: 0 auto 28px;
    padding: 12px; }
    form.cs-login-form input[type="text"], form.cs-login-form input[type="password"] {
      background: #d4dbe1;
      border: 1px solid #a3c0e8; }
  form.cs-login-form input[type="checkbox"] {
    width: 13px;
    height: 13px;
    top: -1px;
    margin-right: 10px; }

.icsforms-submit-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .icsforms-submit-button label {
    margin-top: 12px;
    display: block; }
  .icsforms-submit-button input[type="submit"] {
    width: 100px;
    height: 40px;
    margin: 0;
    background: #6697D8;
    color: white; }

header {
  width: 30%;
  padding: 20px;
  background: white;
  color: #556a7b;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
  background: white;
  float: left; }
  @media only screen and (max-width: 980px) {
    header {
      width: 50%; } }
  @media only screen and (max-width: 770px) {
    header {
      width: 100%; } }

body.logged-in header {
  float: none;
  width: 100%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
  padding: 0 20px;
  margin-bottom: 50px; }

.logo {
  width: 40%;
  max-width: 175px;
  margin: 0 auto 32px; }
  .logo > img {
    width: 100%; }

.copyright {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-top: 40px; }

.logo-logged-in {
  height: 75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }
  .logo-logged-in img {
    height: 100%;
    margin-right: 20px; }
    @media only screen and (max-width: 1070px) {
      .logo-logged-in img {
        display: none; } }

ul.nav {
  display: table;
  list-style: none; }
  ul.nav li {
    display: table-cell; }
    ul.nav li a {
      text-decoration: none;
      display: block;
      padding: 12px 20px;
      color: #14446c; }
  ul.nav li.logout-button {
    background: #C12722;
    max-width: 260px; }
    ul.nav li.logout-button a {
      color: white;
      text-decoration: none; }

@media only screen and (max-width: 880px) {
  ul.nav li a {
    text-align: center; }
    ul.nav li a i, ul.nav li a span {
      display: block; } }

.search-form {
  position: relative; }
  .search-form input.search-field, .search-form button.search-submit {
    padding: 12px 24px;
    background: #e3e8ec;
    color: #343434;
    width: 300px;
    border: none; }
    @media only screen and (max-width: 1070px) {
      .search-form input.search-field, .search-form button.search-submit {
        width: 50%; } }
  .search-form button.search-submit {
    background: transparent;
    width: 60px;
    line-height: 1;
    margin-left: -10px;
    position: absolute;
    right: 0;
    top: 0; }

table {
  font-size: 0.9rem;
  width: 100%;
  margin: 32px 0; }
  table thead {
    display: table-header-group; }
  table thead > tr {
    background-color: #6697D8; }
  table th {
    font-weight: normal;
    color: white;
    text-align: center;
    padding: 8px 12px;
    border: 1px solid white; }
    table th.short-short-number {
      width: 1%; }
    table th.short-number {
      width: 2%; }
    table th.number {
      width: 5%; }
    table th.short-title {
      width: 10%; }
    table th.middle-title {
      width: 15%; }
    table th.title {
      width: 33%; }
    table th.sort {
      cursor: pointer; }
  table tr {
    background: white; }
    table tr:nth-child(even) {
      background: #f2f4f6; }
  table tbody > tr:hover {
    background: #e3e8ec; }
  table td {
    border: 1px solid #98aab8;
    padding: 8px; }
    table td.centered {
      text-align: center; }
    table td.align-right {
      text-align: right; }
    table td i.fa.fa {
      font-size: 1.4em; }
    table td i.fa-check-circle, table td i.fa-times-circle {
      padding: 8px 22px;
      /* color: white; */ }
    table td.paid, table td.edit {
      padding: 0; }
    table td.yes {
      color: #15389b; }
    table td.no {
      color: #d21711; }
    table td.total {
      font-weight: bold;
      text-align: right; }
    table td.government-fee {
      border-bottom: 2px solid #C5CFD7; }
    table td.total-price {
      border-bottom: 3px solid #C5CFD7;
      font-weight: bold; }
    table td a {
      color: #316fc0;
      text-decoration: none;
      display: block; }
      table td a:hover {
        color: #2c63ac; }
    table td.edit i.fa.fa {
      color: #55110f; }
  table tfoot {
    border-top: 2px solid #C5CFD7;
    display: table-row-group; }

body.logged-in .main {
  width: 100%; }

.main-content {
  background: white;
  color: #343434;
  width: 95%;
  margin: 0 auto;
  padding: 40px 50px;
  min-height: 100vh;
  position: relative; }

p.back-button {
  position: absolute;
  top: -30px;
  left: -20px;
  text-decoration: none;
  padding: 8px 20px;
  color: white;
  background: #14446c; }
  p.back-button a {
    color: white;
    text-decoration: none; }

ul.ics-forms {
  padding: 0;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 32px 0; }
  ul.ics-forms li {
    background: #6697D8;
    width: 30%;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media only screen and (min-width: 1720px) {
      ul.ics-forms li {
        width: 22%; } }
    @media only screen and (max-width: 1080px) {
      ul.ics-forms li {
        width: 45%; } }
    @media only screen and (max-width: 640px) {
      ul.ics-forms li {
        width: 100%; } }
    ul.ics-forms li a {
      display: block;
      text-decoration: none;
      color: white; }
    ul.ics-forms li:hover {
      -webkit-transform: scale(1.001);
              transform: scale(1.001);
      box-shadow: 0 0 16px #5a5a5a; }

.forms-title {
  text-align: center;
  padding: 4px 20px;
  background: #14446c;
  color: #C5CFD7;
  letter-spacing: 1px; }
  .forms-title h3 {
    line-height: 1;
    font-weight: 400; }

.figure {
  background: #14446c url("../images/standard-document-background.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px; }

.forms-text, .forms-link {
  background: #6697D8;
  padding: 8px 30px; }
  .forms-text a, .forms-link a {
    color: white; }

.forms-link {
  background: #3d7bce; }

.important-notes-1 {
  padding: 12px 30px;
  background: #F0E35D;
  border: 1px solid #ecdb2e;
  margin-bottom: 32px; }

.important-notes-2 {
  padding: 12px 30px;
  color: white;
  background: #FF4838;
  border: 1px solid #ff1905; }
/*# sourceMappingURL=main.css.map */