@media (min-width: 860px) {
  .mobileOnly {
    display: none; } }

@media (max-width: 859px) {
  .desktopOnly {
    display: none; } }

.rightLinksWrapper,
[data-oc-lazy-load="lazyLoadParams"],
body > footer {
  visibility: visible; }

*:focus {
  outline: none; }

form .alert {
  margin-bottom: 10px; }

input[type="button"],
input[type="submit"],
button {
  -webkit-appearance: none; }

input::-webkit-input-placeholder, input::-moz-placeholder, input:-ms-input-placeholder {
  color: #8e8e8e; }

.placeholderjs {
  color: #8e8e8e; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea,
select {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 5px;
  color: #303032;
  background-color: #ffffff;
  font-family: "open sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem; }
  input[type="text"].noMargin,
  input[type="password"].noMargin,
  input[type="email"].noMargin,
  input[type="date"].noMargin,
  input[type="number"].noMargin,
  textarea.noMargin,
  select.noMargin {
    margin: 0; }
  input[type="text"].notFull,
  input[type="password"].notFull,
  input[type="email"].notFull,
  input[type="date"].notFull,
  input[type="number"].notFull,
  textarea.notFull,
  select.notFull {
    width: auto; }

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 2px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"],
textarea {
  border: 1px solid #8e8e8e;
  border-radius: 4px; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
input[type="number"] {
  height: 26px; }
  input[type="text"].big,
  input[type="password"].big,
  input[type="email"].big,
  input[type="date"].big,
  input[type="number"].big {
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem; }

textarea {
  max-width: 100%;
  padding: 5px; }
  textarea.big {
    height: 120px;
    padding: 10px;
    line-height: 20px;
    font-size: 16px;
    font-size: 1rem; }

select {
  min-height: 26px;
  padding: 1px 0 0 2px; }
  select.big {
    min-height: 40px;
    padding: 0 5px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1rem; }

label {
  display: block; }
  label input[type="text"],
  label input[type="password"],
  label input[type="email"],
  label textarea,
  label select {
    margin-top: 5px; }
  label.indent {
    margin-left: 15px; }
    @media (min-width: 640px) {
      label.indent {
        margin-left: 25px; } }

.ng-submitted .ng-invalid {
  border-color: #a94442; }

:not(output):-moz-ui-invalid:not(:focus),
:not(output):-moz-ui-invalid:-moz-focusring:not(:focus) {
  box-shadow: none; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

.invisible {
  visibility: hidden; }

.noWrap {
  white-space: nowrap; }

.clear {
  display: block;
  clear: both; }

.spacer {
  height: 10px; }
  @media (min-width: 640px) {
    .spacer {
      height: 20px; } }
  .spacer.small {
    height: 5px; }
    @media (min-width: 640px) {
      .spacer.small {
        height: 10px; } }
  .spacer.big {
    height: 20px; }
    @media (min-width: 640px) {
      .spacer.big {
        height: 40px; } }

.separator {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  background: #8e8e8e; }

.leftJustify {
  text-align: left; }

.centerJustify {
  text-align: center; }

.rightJustify {
  text-align: right; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.smallFont {
  font-size: 0.75rem; }

.largeFont {
  font-size: 1.25rem; }

.red {
  color: #a94442; }

.table {
  display: table; }
  .table .rowGroup {
    display: table-row-group; }
  .table .row {
    display: table-row; }
  .table .cell {
    display: table-cell; }

.preWrap {
  white-space: pre-wrap; }

.crosshatch {
  background: url("https://production-trackbill.netdna-ssl.com/images/misc/background/crosshatch-light.a54ed8ea39495010.png"); }
  .crosshatch.border {
    border-top: 1px solid #ececec; }

.graySection {
  background: #ececec;
  border: 1px solid #cccccc;
  border-left-width: 0;
  border-right-width: 0; }

.unsupportedWarnings .alert {
  border: none; }

.unsupportedWarnings p {
  max-width: none; }

.ib {
  display: inline-block; }

.flex-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 600px) {
    .flex-group {
      flex-direction: row; } }

p {
  line-height: 1.5;
  margin: 5px 0;
  max-width: 700px; }
  p.full {
    max-width: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit; }
  a.link {
    color: #3866c6; }
    a.link:hover {
      color: #233d86; }

ul.list {
  list-style-type: disc;
  list-style-position: inside; }
  ul.list.padding {
    padding: 0 6px; }
    @media (min-width: 640px) {
      ul.list.padding {
        padding: 0 12px; } }
    ul.list.padding li {
      padding: 2px 0; }
      @media (min-width: 640px) {
        ul.list.padding li {
          padding: 4px 0; } }
    ul.list.padding ul {
      padding: 0 10px; }
      @media (min-width: 640px) {
        ul.list.padding ul {
          padding: 0 25px; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

.heading {
  line-height: 1.5em;
  font-family: "open sans", Arial, sans-serif;
  font-weight: 400;
  color: #233d86; }
  .heading.serif {
    font-family: "roboto slab", "Times New Roman", serif;
    font-weight: 400; }
  .heading.black {
    color: #303032; }
  .heading.gray {
    color: #8e8e8e; }
  .heading.white {
    color: #ffffff; }
  .heading.overflowHidden {
    overflow: hidden;
    height: 1.5em; }

h1.heading {
  font-size: 24px;
  font-size: 1.5rem; }
  @media (min-width: 460px) {
    h1.heading {
      font-size: 32px;
      font-size: 2rem; } }
  @media (min-width: 640px) {
    h1.heading {
      font-size: 40px;
      font-size: 2.5rem; } }

h2.heading {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 460px) {
    h2.heading {
      font-size: 28px;
      font-size: 1.75rem; } }
  @media (min-width: 640px) {
    h2.heading {
      font-size: 32px;
      font-size: 2rem; } }

h3.heading {
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 460px) {
    h3.heading {
      font-size: 24px;
      font-size: 1.5rem; } }

h4.heading {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 460px) {
    h4.heading {
      font-size: 18px;
      font-size: 1.125rem; } }

h5.heading {
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 460px) {
    h5.heading {
      font-size: 16px;
      font-size: 1rem; } }

h6.heading {
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 460px) {
    h6.heading {
      font-size: 14px;
      font-size: 0.875rem; } }

.button {
  display: inline-block;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  margin: 5px 0 5px 0;
  background: #233d86;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: arial, sans-serif;
  font-weight: bold; }
  @media (min-width: 460px) {
    .button {
      margin-left: 0;
      margin-right: 0;
      margin-top: inherit;
      margin-bottom: inherit;
      padding: 0 20px;
      width: auto; } }
  .button:hover {
    background-color: #3866c6; }
  .button.callToAction {
    background: #e16f00;
    color: #ffffff; }
    .button.callToAction:hover {
      background: #ff7f03; }
    .button.callToAction.red {
      background: #a94442;
      color: #ffffff; }
  .button.whiteOutline {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: block; }
    .button.whiteOutline:hover {
      background: #ffffff;
      background: rgba(142, 142, 142, 0.2); }
  .button.disabled, .button:disabled {
    cursor: default;
    background-color: #cccccc;
    color: #8e8e8e; }
    .button.disabled:hover, .button:disabled:hover {
      background-color: #cccccc; }
  .button.full {
    display: block;
    width: 100%; }
  .button.big {
    height: auto;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px; }
    @media (min-width: 460px) {
      .button.big {
        font-size: 20px;
        font-size: 1.25rem;
        padding: 15px 75px; } }
  .button.right {
    float: right; }

.buttons {
  margin: -5px 0; }
  @media (min-width: 460px) {
    .buttons {
      margin: 0 -5px; } }
  .buttons .button {
    margin: 5px 0; }
    @media (min-width: 460px) {
      .buttons .button {
        margin: 0 5px; } }

@media (min-width: 460px) {
  .sidebar .button.big {
    padding: 15px 30px; } }

.printPage {
  display: none; }
  @media (min-width: 860px) {
    .printPage {
      display: block; } }

.alert {
  padding: 2px 10px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert.float {
    z-index: 99;
    position: fixed;
    padding: 15px;
    text-align: center;
    top: 135px;
    left: 15px;
    right: 15px; }
    @media (min-width: 640px) {
      .alert.float {
        left: 10%;
        right: 10%; } }
    @media (min-width: 1020px) {
      .alert.float {
        left: 20%;
        right: 20%; } }
  .alert.padding {
    padding: 10px 20px; }
  .alert.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
  .alert.warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
  .alert.tip {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
  .alert.passive {
    background-color: #FFFFFF;
    color: #404042;
    border: 1px solid #8e8e8e; }
  .alert.error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }

.ngdialog-open .alert.float {
  z-index: 251; }

.itemTracking {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  box-shadow: #ececec 2px 2px 3px;
  border: 1px solid #e16f00;
  font-size: 11.6px;
  font-size: 0.725rem;
  color: #8e8e8e;
  font-weight: 900;
  width: 150px;
  text-align: center; }
  .itemTracking:hover {
    background-color: #e16f00;
    color: #ffffff; }
  .itemTracking.disabled {
    cursor: default;
    background-color: #ffffff;
    color: #8e8e8e;
    border-color: #e16f00; }
    .itemTracking.disabled:hover {
      background-color: #e16f00;
      color: #ffffff; }
  .itemTracking.tracked {
    background-color: #233d86;
    color: #ffffff;
    border-color: #233d86; }
    .itemTracking.tracked path {
      fill: #ffcc33; }
    .itemTracking.tracked i {
      color: #ffcc33; }
    .itemTracking.tracked:hover {
      background-color: #233d86; }
  .itemTracking i {
    position: relative;
    padding-left: 3px;
    font-size: 13px;
    font-size: 0.8125rem; }
  .itemTracking img {
    position: relative;
    height: 20px;
    top: -6px;
    padding-left: 5px; }

.itemTags form {
  position: relative; }
  .itemTags form .newTagInputContainer {
    width: 100%; }
    @media (min-width: 460px) {
      .itemTags form .newTagInputContainer {
        padding-right: 155px; } }
  .itemTags form input[type="text"] {
    height: 30px;
    line-height: 30px; }
    @media (min-width: 460px) {
      .itemTags form input[type="text"] {
        margin-bottom: 0; } }
  @media (min-width: 460px) {
    .itemTags form input[type="submit"] {
      position: absolute;
      width: 150px;
      bottom: 0;
      right: 0; } }

.itemTags .tagsContainer {
  margin-bottom: -5px; }
  .itemTags .tagsContainer .tag {
    margin: 0 5px 5px 0; }

.itemNotes form,
.itemTeamDiscussion form {
  position: relative; }
  .itemNotes form textarea,
  .itemTeamDiscussion form textarea {
    display: block;
    width: 100% !important;
    min-height: 100px;
    height: 100%;
    white-space: pre-wrap; }
  @media (min-width: 460px) {
    .itemNotes form input[type="submit"],
    .itemTeamDiscussion form input[type="submit"] {
      float: right;
      width: 150px; } }

.itemNotes p {
  margin: 0;
  max-width: none; }

.itemTeamDiscussion .teamDiscussionHeading h6 {
  display: inline-block; }

.itemTeamDiscussion .teamDiscussionHeading .teamDiscussionMetaData {
  float: right;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #8e8e8e; }

.itemTeamDiscussion .updateDiscussionContainer {
  margin: 5px 0; }

.itemList.outdated {
  opacity: 0.8; }

.itemList .item {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec; }

.itemList .itemTitle a {
  padding-right: 5px;
  color: #233d86; }

.itemList .tagsContainer,
.itemList .notesContainer {
  max-height: 100px;
  overflow-x: auto; }

.itemList .itemTags form input[type="text"] {
  margin-bottom: 5px; }
  @media (min-width: 460px) {
    .itemList .itemTags form input[type="text"] {
      margin-bottom: 0; } }

.itemList .itemTags .spacer {
  height: 5px; }

@media (min-width: 460px) {
  .itemList .itemNotes form .newNotesTextareaContainer {
    padding-right: 155px; } }

.itemList .itemNotes form textarea {
  min-height: 60px;
  margin-bottom: 5px; }
  @media (min-width: 460px) {
    .itemList .itemNotes form textarea {
      margin-bottom: 0; } }

@media (min-width: 460px) {
  .itemList .itemNotes form input[type="submit"] {
    position: absolute;
    width: 150px;
    bottom: 0;
    right: 0; } }

.itemList .itemTracking {
  margin: 5px 0; }
  .itemList .itemTracking + .itemTracking {
    margin-left: 5px; }

.itemList .itemShowExtras {
  display: inline-block; }
  @media (min-width: 524px) {
    .itemList .itemShowExtras:before {
      content: "|";
      padding-left: .25em; } }

.itemList .itemExtraActions {
  width: auto;
  margin-left: 2px; }

.itemDetailsTable {
  width: 100%;
  display: block; }
  @media (min-width: 460px) {
    .itemDetailsTable {
      display: table;
      border-collapse: separate;
      border-spacing: 0 .5em; } }
  .itemDetailsTable .table {
    display: block;
    width: 100%; }
    @media (min-width: 460px) {
      .itemDetailsTable .table {
        display: table;
        border-collapse: separate;
        border-spacing: 0 .5em; } }
  .itemDetailsTable .rowGroup {
    display: block;
    width: 100%; }
    @media (min-width: 460px) {
      .itemDetailsTable .rowGroup {
        display: table-row-group; } }
  .itemDetailsTable .row {
    display: block;
    width: 100%;
    margin: 5px 0; }
    @media (min-width: 460px) {
      .itemDetailsTable .row {
        display: table-row; } }
  .itemDetailsTable .fakerow {
    display: block;
    width: 100%;
    margin: 5px 0; }
    @media (min-width: 460px) {
      .itemDetailsTable .fakerow {
        display: table;
        border-collapse: separate;
        border-spacing: 0 .5em; } }
  .itemDetailsTable .fakecell {
    display: block;
    width: 100%;
    width: fit-content;
    table-layout: fixed;
    margin: 5px 0; }
    @media (min-width: 460px) {
      .itemDetailsTable .fakecell {
        display: table-row; } }
  .itemDetailsTable .cell {
    display: block;
    width: 100%; }
    @media (min-width: 460px) {
      .itemDetailsTable .cell {
        display: table-cell;
        width: auto; } }
    .itemDetailsTable .cell.title {
      padding-right: 5px; }
    @media (min-width: 460px) {
      .itemDetailsTable .cell.detail {
        width: 100%;
        padding: 2px 0; } }
  .itemDetailsTable h6 {
    display: inline-block;
    padding-right: 5px;
    color: #8e8e8e; }

.itemPageHeaderStyleHookPatch .grayHero h1.heading {
  font-size: 20px;
  font-size: 1.25rem; }
  @media (min-width: 460px) {
    .itemPageHeaderStyleHookPatch .grayHero h1.heading {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media (min-width: 640px) {
    .itemPageHeaderStyleHookPatch .grayHero h1.heading {
      font-size: 26px;
      font-size: 1.625rem; } }

.itemPageHeaderStyleHookPatch .grayHero h2.heading {
  font-size: 18px;
  font-size: 1.125rem; }
  @media (min-width: 460px) {
    .itemPageHeaderStyleHookPatch .grayHero h2.heading {
      font-size: 22px;
      font-size: 1.375rem; } }
  @media (min-width: 640px) {
    .itemPageHeaderStyleHookPatch .grayHero h2.heading {
      font-size: 18px;
      font-size: 1.125rem; } }

.itemPage .detailsSection {
  overflow: auto;
  max-height: 400px; }
  @media (min-width: 860px) {
    .itemPage .detailsSection {
      max-height: 800px; } }
  .itemPage .detailsSection.itemDocument {
    padding: 0; }
    .itemPage .detailsSection.itemDocument iframe {
      display: block;
      width: 100%;
      height: 400px; }
      @media (min-width: 860px) {
        .itemPage .detailsSection.itemDocument iframe {
          height: 800px; } }
  .itemPage .detailsSection.itemList .item:first-child {
    margin-top: 0; }
  .itemPage .detailsSection.itemList .item:last-child {
    margin: 0;
    padding: 0;
    border: none; }

.itemPage .itemTracking {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-size: 1rem; }
  .itemPage .itemTracking img {
    top: -11px; }

.itemPage .tableOfContents {
  max-width: 600px;
  margin: 0 auto;
  padding-left: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em; }
  .itemPage .tableOfContents li {
    display: inline-block; }
    .itemPage .tableOfContents li:after {
      content: " | "; }
    .itemPage .tableOfContents li.noSeparator:after {
      color: transparent; }

.itemPage .actionWrapper {
  margin: 10px 0; }
  .itemPage .actionWrapper:first-child {
    margin-top: 0; }
  .itemPage .actionWrapper:last-child {
    margin-bottom: 0; }
  .itemPage .actionWrapper .date {
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    font-weight: bold; }

.socialSharing {
  display: inline-block;
  margin-right: 5px; }
  .socialSharing li {
    display: inline-block;
    margin-left: 10px; }
    .socialSharing li:first-child {
      margin-left: 5px; }
    .socialSharing li a {
      display: inline-block;
      width: 20px;
      height: 20px;
      line-height: 20px;
      line-height: 1.25rem;
      border-radius: 4px;
      vertical-align: middle; }
  .socialSharing .facebook {
    background-color: #3B5998; }
  .socialSharing .twitter {
    padding: 1px;
    background-color: #4099FF; }
  .socialSharing .linkedIn {
    background-color: #007bb6; }
  .socialSharing .googlePlus {
    background-color: #dd4b39; }

#emailContents {
  display: none; }

.trackForTeamModal .trackForTeamModalCTA {
  padding: 20px 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

.trackForTeamModal .teamMemberSelectContainer {
  overflow-y: auto;
  max-height: 150px; }
  @media (min-width: 460px) {
    .trackForTeamModal .teamMemberSelectContainer {
      max-height: 193px; } }
  .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #8e8e8e; }
    @media (min-width: 460px) {
      .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect {
        margin-bottom: 10px;
        padding-bottom: 10px; } }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect:last-child {
      padding: 0;
      border: none; }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect input {
      margin: 14px 0; }
      @media (min-width: 460px) {
        .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect input {
          margin: 17px 0; } }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect div {
      position: absolute;
      top: 0;
      left: 25px;
      cursor: default; }
    .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect h4.emailOnly {
      line-height: 41px; }
      @media (min-width: 460px) {
        .trackForTeamModal .teamMemberSelectContainer .teamMemberSelect h4.emailOnly {
          line-height: 47px; } }

.topBar {
  margin: 10px 0;
  padding: 10px;
  border: 4px solid #EFF1F0;
  border-left: none;
  border-right: none;
  text-align: center; }
  @media (min-width: 860px) {
    .topBar {
      margin-top: 0;
      border: 1px solid #8e8e8e;
      border-radius: 4px;
      line-height: 22px;
      line-height: 1.375rem; } }
  .topBar > * {
    margin-top: 10px; }
    .topBar > *:first-child, .topBar > *.clear {
      margin: 0; }
    @media (min-width: 1020px) {
      .topBar > * {
        margin: 0; } }

@media (min-width: 1020px) {
  .sortOrder {
    float: left; } }

.sortOrder div {
  display: inline-block; }
  .sortOrder div span:before {
    content: " | "; }
  .sortOrder div span:first-child:before {
    content: none; }

.sortOrder a.active {
  text-decoration: none;
  color: #303032;
  cursor: text; }

@media (min-width: 1020px) {
  .itemTypeFilter {
    float: right; } }

.itemTypeFilter li {
  display: inline-block;
  margin: 0 2px; }

.itemTypeFilter a {
  display: block;
  padding: 0 5px;
  border-radius: 4px;
  color: #233d86;
  font-family: "open sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem; }
  @media (min-width: 860px) {
    .itemTypeFilter a {
      border: 1px solid #233d86; } }
  .itemTypeFilter a:hover, .itemTypeFilter a.active {
    background: #233d86;
    color: #ffffff; }
  .itemTypeFilter a.active {
    cursor: default; }

.filterItem {
  padding: 10px;
  border-top: 1px solid #8e8e8e; }
  .filterItem:first-child {
    border-top: 0; }
  .filterItem select {
    width: auto;
    margin: 0; }

.titleSmash {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 1.4em;
  text-align: justify;
  margin-right: -.5em;
  padding-right: 1em;
  justify-content: space-between; }
  .titleSmash:before {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0.2em; }
  .titleSmash:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: #f1f1f1; }

.flexTitle {
  display: flex; }

.titleChild {
  margin-left: auto; }
  .titleChild::before {
    content: '';
    margin-left: 0.5em; }

.filterTitle {
  cursor: pointer;
  color: #233d86;
  font-size: 14px;
  font-size: 0.875rem; }
  .filterTitle .expansionIcon {
    margin-right: 5px;
    font-weight: 900;
    font-size: 16px;
    font-size: 1rem; }

.filterList {
  position: relative;
  margin: 10px 0 5px; }
  .filterList li {
    position: relative;
    padding-right: 25px;
    line-height: 22px;
    line-height: 1.375rem; }
    .filterList li span {
      position: absolute;
      right: 0; }
  .filterList label {
    cursor: pointer;
    color: #3866c6; }
    .filterList label:hover {
      color: #233d86; }

.createReport {
  display: none; }
  @media (min-width: 860px) {
    .createReport {
      display: block; } }

.advancedSearchWrapper {
  text-align: center; }
  @media (min-width: 640px) {
    .advancedSearchWrapper {
      text-align: left; } }

@media (min-width: 640px) {
  .advancedSearchRow {
    display: table-row; } }

.advancedSearchRow input:last-child {
  margin-bottom: 0; }

.advancedSearchRow .cell {
  display: block;
  margin: 0 auto 5px;
  line-height: 26px; }
  @media (min-width: 640px) {
    .advancedSearchRow .cell {
      display: table-cell;
      padding: 10px;
      vertical-align: top; } }
  .advancedSearchRow .cell.advancedSearchLabel select {
    width: auto;
    margin: 0; }
  .advancedSearchRow .cell.advancedSearchInput {
    width: 100%;
    max-width: 300px; }
  .advancedSearchRow .cell.advancedSearchLink {
    vertical-align: bottom;
    margin-bottom: 0; }

.advancedSearchStates p {
  margin: 0; }

.advancedSearchStates select {
  width: auto;
  margin: 5px 0 0; }

.advancedSearchStates .statesWrapper {
  margin-top: 10px; }

@font-face {
  font-family: 'font-awesome';
  src: url("/fonts/fontawesome-webfont.016fa45033a942ff.eot") format("embedded-opentype"), url("/fonts/fontawesome-webfont.d829b32251e42380.woff2") format("woff"), url("/fonts/fontawesome-webfont.ecebce3ab95b6640.ttf") format("truetype"), url("/fonts/fontawesome-webfont.912ec66d7572ff82.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  font-family: 'font-awesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-download:before {
  content: "\f019"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-search:before {
  content: "\f002"; }

.fa-star:before {
  content: "\f005"; }

.fa-user:before {
  content: "\f007"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-home:before {
  content: "\f015"; }

.fa-book:before {
  content: "\f02d"; }

.fa-print:before {
  content: "\f02f"; }

.fa-edit:before {
  content: "\f044"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-dollar:before {
  content: "\f155"; }

.fa-usd:before {
  content: "\f155"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-times:before {
  content: "\f00d"; }

body {
  overflow: auto;
  background: #ffffff; }

main {
  padding: 15px; }

.itemList {
  margin: -10px 0; }
  .itemList .item:last-child {
    padding-bottom: 0;
    border-bottom: none; }
  .itemList .itemTitle {
    margin-bottom: 0.5em; }
    .itemList .itemTitle a {
      font-size: 1.2em;
      line-height: 1.4em; }
      .itemList .itemTitle a.bold {
        font-size: 1.6em;
        color: #002664; }
    .itemList .itemTitle .bold {
      font-size: 1.6em;
      line-height: 1.4em; }

.itemDetailsTable .alert.passive {
  border-color: #ececec;
  background-color: #f1f1f1;
  color: #1f1f1f; }
  .itemDetailsTable .alert.passive hr {
    border: 0 none;
    border-top: 1px solid #dedede;
    color: #cccccc; }

.socialSharing {
  margin-top: 0.5em; }

.topBar {
  margin: 0 0 25px 0;
  padding: 10px;
  border: 4px solid #EFF1F0;
  border-left: none;
  border-right: none;
  text-align: center; }
  .topBar > * {
    margin-top: 10px; }
    .topBar > *:first-child, .topBar > *.clear {
      margin: 0; }
    @media (min-width: 1020px) {
      .topBar > * {
        margin: 0; } }

@media (min-width: 1020px) {
  .sortOrder {
    float: left; } }

.sortOrder div {
  display: inline-block; }
  .sortOrder div span:before {
    content: " | "; }
  .sortOrder div span:first-child:before {
    content: none; }

.sortOrder a.active {
  text-decoration: none;
  color: #303032;
  cursor: text; }

.grayHero {
  position: relative;
  padding: 0 0 10px;
  background: #ffffff;
  border-bottom: 4px solid #cccccc;
  text-align: center; }
  @media (min-width: 640px) {
    .grayHero {
      padding: 70px 0 20px; } }
  @media (min-width: 860px) {
    .grayHero {
      padding: 25px 0 15px;
      text-align: left; } }
  .grayHero .spacer {
    display: none; }
    @media (min-width: 860px) {
      .grayHero .spacer {
        display: block; } }
  .grayHero .tabsWrapper {
    margin: 0 0 -14px; }
    @media (min-width: 640px) {
      .grayHero .tabsWrapper {
        margin: 30px 0 -24px; } }
    @media (min-width: 860px) {
      .grayHero .tabsWrapper {
        position: absolute;
        margin: 0;
        bottom: -14px;
        left: 40px; } }
    .grayHero .tabsWrapper li {
      display: inline-block;
      margin-left: 4px;
      font-size: 10px;
      font-size: 0.625rem; }
      .grayHero .tabsWrapper li:first-child {
        margin-left: 0; }
      @media (min-width: 460px) {
        .grayHero .tabsWrapper li {
          font-size: inherit; } }
      .grayHero .tabsWrapper li a {
        display: block;
        padding: 5px;
        background: #cccccc;
        color: #8e8e8e;
        border: 2px solid #cccccc;
        border-bottom: 0;
        border-radius: 4px 4px 0 0;
        font-weight: bold;
        text-align: center; }
        @media (min-width: 860px) {
          .grayHero .tabsWrapper li a {
            min-width: 130px;
            padding: 10px 10px 20px; } }
        .grayHero .tabsWrapper li a:hover, .grayHero .tabsWrapper li a.selected {
          background: #ffffff; }
        .grayHero .tabsWrapper li a:hover {
          text-decoration: underline; }
        .grayHero .tabsWrapper li a.selected {
          cursor: default; }
          .grayHero .tabsWrapper li a.selected:hover {
            text-decoration: none; }
