/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
    /* to disable context menu on iOS devices */
    -webkit-touch-callout: none;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder {
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

body {
  height: 100%; }

.ifeis .content {
  margin-bottom: 30px; }

.page-loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #259b24;
  z-index: 1100;
  transition: all linear 0.5s;
  opacity: 1; }
  .page-loading-mask.ng-hide {
    opacity: 0; }

/* Toolbar */
/*md-toolbar:before {
  content: "";
  height: 64px;
  left: -2%;
  position: fixed;
  width: 104%;
  will-change: top,left;
}*/
md-toolbar.md-tall-on-md {
  height: 64px;
  min-height: 64px;
  max-height: 64px; }
  @media (min-width: 960px) {
    md-toolbar.md-tall-on-md {
      height: 128px;
      min-height: 128px;
      max-height: 128px; } }

.md-toolbar-tools .title {
  display: none; }
  @media (min-width: 960px) {
    .md-toolbar-tools .title {
      display: inline; } }

.md-toolbar-tools-bottom,
.md-toolbar-tools-top {
  min-height: 0; }

md-toolbar.md-secondary-theme.md-primary.md-hue-1, md-toolbar.md-secondary-theme.md-primary.md-hue-1 h2, md-toolbar.md-secondary-theme.md-primary.md-hue-1 h3, md-toolbar.md-secondary-theme.md-primary.md-hue-1 .fa, md-toolbar.md-default-theme, md-toolbar.md-default-theme h2, md-toolbar.md-default-theme h3, md-toolbar.md-default-theme .fa {
  color: #fff; }

/**
 * Sidenav
 */
md-sidenav .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 0;
  border-top: 1px solid #E0E0E0; }

.menu-item:hover, .menu-item:focus {
  cursor: default;
  color: #999; }

.menu-item.active {
  background-color: #eeeeee;
  font-weight: bold;
  color: #689f38; }

.menu-item.menu-title {
  color: #888;
  text-align: left;
  text-transform: uppercase; }

/**
 * Cards
 */
md-content.card-container {
  background-color: #EFEFEF; }

.content > md-card {
  background-color: white;
  margin: 0 auto; }
  .content > md-card.card-fixed {
    width: 100%; }
    @media (min-width: 960px) {
      .content > md-card.card-fixed {
        width: 940px; } }
  @media (min-width: 960px) {
    .content > md-card.card-offset-short {
      z-index: 3;
      margin-top: -36px; } }
  @media (min-width: 960px) {
    .content > md-card.card-offset-tall {
      z-index: 3;
      margin-top: -88px; } }

.card-header {
  line-height: 80px;
  font-size: 1.5em;
  text-overflow: ellipsis;
  padding: 0 16px; }

/*.card-body {
  padding: 0 16px 16px;
}*/
.md-red-theme .card-header {
  color: #ef9a9a; }

.md-green-theme .card-header {
  color: #72d572; }

.md-grey-theme .card-header {
  color: #eeeeee; }

.md-blue-theme .card-header {
  color: #90caf9; }

.md-indigo-theme .card-header {
  color: #9fa8da; }

.md-pink-theme .card-header {
  color: #f48fb1; }

.md-orange-theme .card-header {
  color: #ffcc80; }

.md-purple-theme .card-header {
  color: #ce93d8; }

md-card.card-no-padding md-card-content {
  padding: 0; }

md-card md-card-header md-card-avatar .fa {
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.65rem; }

md-card.f-card-list md-card-content {
  padding: 0; }
  md-card.f-card-list md-card-content .md-subheader {
    margin: 0;
    background-color: #f3f3f3; }
    md-card.f-card-list md-card-content .md-subheader .fa {
      margin-right: 5px; }
  md-card.f-card-list md-card-content md-list {
    padding: 0; }

md-card.f-card-list.f-card-list-bordered md-list-item {
  border-bottom: 1px solid #ddd; }

/* Subheader */
.md-subheader .f-subheader-right {
  float: right; }

.md-subheader.f-card-subheader {
  background-color: #f3f3f3;
  margin: 0 -16px; }

/**
 * Buttons
 */
.fab-float {
  position: fixed;
  padding: 30px;
  bottom: 0;
  right: 0;
  z-index: 1; }

/**
 * Icons
 */
md-list-item md-icon.fa::before {
  line-height: 24px; }

/**
 * Forms
 */
md-input-group input {
  width: 100%; }

/**
 * Dialogs
 */
.fullscreen-dialog {
  height: 100%;
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0; }

/**
 * Lists
 */
md-list-item p:focus {
  outline: none; }

/* Custom */
.f-breadcrumbs {
  list-style: none;
  padding: 0; }
  .f-breadcrumbs .f-breadcrumbs-divider {
    padding: 0 7.5px; }
  .f-breadcrumbs li.active {
    color: #555; }
  .f-breadcrumbs li a {
    color: #259b24; }
    .f-breadcrumbs li a:hover {
      color: #0a7e07; }
  .f-breadcrumbs.f-breadcrumbs-toolbar .f-breadcrumbs-divider {
    color: #a3e9a4; }
  .f-breadcrumbs.f-breadcrumbs-toolbar li {
    margin-bottom: 8px; }
    .f-breadcrumbs.f-breadcrumbs-toolbar li.active {
      color: #fff;
      font-weight: 500; }
    .f-breadcrumbs.f-breadcrumbs-toolbar li a {
      color: #a3e9a4; }
      .f-breadcrumbs.f-breadcrumbs-toolbar li a:hover {
        color: #fff; }
  .f-breadcrumbs.f-breadcrumbs-lp8 {
    padding-left: 8px; }

.sub-toolbar .f-note.md-warn,
.sub-toolbar .f-note.md-warn md-icon {
  color: #ffd180; }
  .sub-toolbar .f-note.md-warn.f-note-clickable:hover, .sub-toolbar .f-note.md-warn.f-note-clickable:hover md-icon,
  .sub-toolbar .f-note.md-warn a:hover,
  .sub-toolbar .f-note.md-warn a:hover md-icon,
  .sub-toolbar .f-note.md-warn md-icon.f-note-clickable:hover,
  .sub-toolbar .f-note.md-warn md-icon.f-note-clickable:hover md-icon,
  .sub-toolbar .f-note.md-warn md-icon a:hover,
  .sub-toolbar .f-note.md-warn md-icon a:hover md-icon {
    color: #ffb74d; }

.f-note {
  font-size: 14px;
  color: #999;
  margin: 5px 0; }
  .f-note md-icon {
    color: #aaa;
    font-size: 13px;
    height: 13px;
    width: 13px;
    min-height: 13px;
    min-width: 13px; }
  .f-note a, .f-note.md-warn {
    color: #ffa726;
    text-decoration: none; }
    .f-note a md-icon, .f-note.md-warn md-icon {
      color: #ffa726; }
  .f-note.f-note-clickable:hover,
  .f-note a:hover {
    cursor: pointer; }
    .f-note.f-note-clickable:hover, .f-note.f-note-clickable:hover md-icon,
    .f-note a:hover,
    .f-note a:hover md-icon {
      color: #f57c00; }

.f-note-accent {
  text-align: center;
  color: #f57c00; }
  .f-note-accent.f-note-background {
    background-color: #ffe0b2;
    padding: 7.5px;
    border-radius: 3px; }
  .f-note-accent a {
    color: #f57c00; }
    .f-note-accent a:hover {
      color: #e65100; }

/* Edit-in-place */
[md-edit-in-place] {
  cursor: pointer; }
  [md-edit-in-place].placeholder {
    color: rgba(0, 0, 0, 0.26); }
  [md-edit-in-place]:hover {
    color: #259b24; }
  [md-edit-in-place] + form md-input-container {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    height: 1rem;
    position: relative;
    left: -1px; }
    [md-edit-in-place] + form md-input-container.md-input-focused .md-input {
      border-bottom-width: 1px; }
  [md-edit-in-place] + form input {
    padding: 0;
    line-height: inherit;
    height: 1rem; }
  [md-edit-in-place] + form:focus, [md-edit-in-place] + form:active {
    outline: none; }

.ifeis {
  /* Fonts */ }
  .ifeis .f-font-solid {
    font-weight: 500; }
  .ifeis .f-content-fix {
    overflow: hidden; }
  .ifeis .f-hidden {
    display: none; }
  .ifeis .f-blue {
    color: #42a5f5; }
  .ifeis .f-alert {
    color: #e53935; }
  .ifeis .f-invisible {
    opacity: 0; }
  .ifeis .f-text-center {
    text-align: center; }
  .ifeis .f-header-filter-input {
    -ms-flex-item-align: center;
        align-self: center;
    justify-self: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem; }

/**
 * Default Accordion Styles
 */
v-accordion {
  padding: 0 16px; }

.vAccordion--default v-pane-header {
  margin-bottom: 5px; }
  .vAccordion--default v-pane-header h4 {
    margin-bottom: 12px;
    margin-top: 12px;
    margin-left: 10px;
    color: rgba(0, 0, 0, 0.75); }

.vAccordion--default v-pane-header:focus,
.vAccordion--default v-pane-header:hover {
  color: initial; }

.vAccordion--default v-pane-content > div {
  padding-bottom: 0; }

.vAccordion--default v-pane-header:after,
.vAccordion--default v-pane-header:before {
  right: 16px;
  background-color: rgba(0, 0, 0, 0.75);
  width: 12px;
  height: 2px; }

.vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom-color: #B2FF59; }

/**
 * FIXME(joshdmiller): replace with the material versions later; this was to fix incompatibilities
 * with the new versions of ngMaterial.
 */
.md-button > md-icon.fa {
  line-height: 24px; }

.subheader--nopad .md-subheader-inner {
  padding: 0; }

._md-nav-button .fa:before {
  line-height: 24px; }

/**
 * Max-Width Content Panes
 */
.centered-pane {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

@media print {
  @page {
    margin: 5px; }
  body {
    font: 10pt Georgia, "Times New Roman", Times, serif; }
  md-toolbar,
  .md-icon-button,
  .fa-calendar {
    display: none; }
  * {
    text-shadow: none !important;
    color: black !important;
    font-weight: normal !important; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
table.f-table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0; }
  table.f-table > thead > tr,
  table.f-table > tbody > tr,
  table.f-table > tfoot > tr {
    transition: all 300ms ease; }
    table.f-table > thead > tr > th,
    table.f-table > thead > tr > td,
    table.f-table > tbody > tr > th,
    table.f-table > tbody > tr > td,
    table.f-table > tfoot > tr > th,
    table.f-table > tfoot > tr > td {
      color: rgba(0, 0, 0, 0.87);
      font-size: 12px;
      text-align: left;
      padding: 1rem;
      vertical-align: middle;
      border-top: 0;
      transition: all 300ms ease;
      line-height: 36px; }
      table.f-table > thead > tr > th:first-child,
      table.f-table > thead > tr > td:first-child,
      table.f-table > tbody > tr > th:first-child,
      table.f-table > tbody > tr > td:first-child,
      table.f-table > tfoot > tr > th:first-child,
      table.f-table > tfoot > tr > td:first-child {
        padding-left: 16px; }
      table.f-table > thead > tr > th:last-child,
      table.f-table > thead > tr > td:last-child,
      table.f-table > tbody > tr > th:last-child,
      table.f-table > tbody > tr > td:last-child,
      table.f-table > tfoot > tr > th:last-child,
      table.f-table > tfoot > tr > td:last-child {
        padding-right: 16px; }
  table.f-table > thead > tr > th {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  table.f-table > caption + thead > tr:first-child > th,
  table.f-table > caption + thead > tr:first-child > td,
  table.f-table > colgroup + thead > tr:first-child > th,
  table.f-table > colgroup + thead > tr:first-child > td,
  table.f-table > thead:first-child > tr:first-child > th,
  table.f-table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table.f-table > tbody + tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.12); }
  table.f-table.md-table-condensed > thead > tr > th,
  table.f-table.md-table-condensed > thead > tr > td,
  table.f-table.md-table-condensed > tbody > tr > th,
  table.f-table.md-table-condensed > tbody > tr > td,
  table.f-table.md-table-condensed > tfoot > tr > th,
  table.f-table.md-table-condensed > tfoot > tr > td {
    padding: 0.5rem; }
    table.f-table.md-table-condensed > thead > tr > th:first-child,
    table.f-table.md-table-condensed > thead > tr > td:first-child,
    table.f-table.md-table-condensed > tbody > tr > th:first-child,
    table.f-table.md-table-condensed > tbody > tr > td:first-child,
    table.f-table.md-table-condensed > tfoot > tr > th:first-child,
    table.f-table.md-table-condensed > tfoot > tr > td:first-child {
      padding-left: 16px; }
    table.f-table.md-table-condensed > thead > tr > th:last-child,
    table.f-table.md-table-condensed > thead > tr > td:last-child,
    table.f-table.md-table-condensed > tbody > tr > th:last-child,
    table.f-table.md-table-condensed > tbody > tr > td:last-child,
    table.f-table.md-table-condensed > tfoot > tr > th:last-child,
    table.f-table.md-table-condensed > tfoot > tr > td:last-child {
      padding-right: 16px; }

.md-table-num {
  text-align: right; }

.md-table-clip {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.md-table-center {
  text-align: center; }

.md-table-fixed {
  table-layout: fixed; }

.md-table-hover > tbody > tr:hover {
  background-color: #EEEEEE; }

.md-table-bordered {
  border: 0; }
  .md-table-bordered thead tr th,
  .md-table-bordered thead tr td,
  .md-table-bordered tbody tr th,
  .md-table-bordered tbody tr td,
  .md-table-bordered tfoot tr th,
  .md-table-bordered tfoot tr td {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12); }
    .md-table-bordered thead tr th:last-child,
    .md-table-bordered thead tr td:last-child,
    .md-table-bordered tbody tr th:last-child,
    .md-table-bordered tbody tr td:last-child,
    .md-table-bordered tfoot tr th:last-child,
    .md-table-bordered tfoot tr td:last-child {
      border-right: 0; }
  .md-table-bordered thead tr th,
  .md-table-bordered thead tr td {
    border-bottom-width: 2px; }

.md-table-striped > tbody > tr:nth-child(odd) > td,
.md-table-striped > tbody > tr:nth-child(odd) > th {
  background-color: rgba(0, 0, 0, 0.03); }

@media screen and (max-width: 959px) {
  .md-table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent; }
    .md-table-responsive-vertical > .table > thead,
    .md-table-responsive-vertical > .table > tfoot {
      display: none; }
    .md-table-responsive-vertical > .table > tbody {
      display: block; }
      .md-table-responsive-vertical > .table > tbody > tr {
        display: -ms-flexbox;
        display: flex;
        box-sizing: border-box;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 8px;
        box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); }
        .md-table-responsive-vertical > .table > tbody > tr > td {
          display: block;
          vertical-align: middle;
          text-align: right; }
        .md-table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
          content: attr(data-title);
          float: left;
          font-size: inherit;
          font-weight: normal;
          color: rgba(0, 0, 0, 0.54); }
  .md-table-responsive-vertical.shadow-z-1 {
    box-shadow: none; }
    .md-table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
      border: none; }
  .md-table-responsive-vertical > .table-bordered {
    border: 0; }
    .md-table-responsive-vertical > .table-bordered > tbody > tr > td {
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
    .md-table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
      border-bottom: 0; } }

.md-table md-table-row, .md-table .md-table-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 48px;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap; }
  .md-table md-table-row.md-table-header, .md-table .md-table-row.md-table-header {
    display: -ms-flexbox;
    display: flex;
    min-height: 48px;
    line-height: 48px;
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    background: #FFF; }
    .md-table md-table-row.md-table-header.md-sticky-clone[sticky-state=active], .md-table .md-table-row.md-table-header.md-sticky-clone[sticky-state=active] {
      margin-right: 16px; }

.md-table md-table-cell, .md-table .md-table-cell {
  padding: 17px 0;
  margin-right: 56px;
  margin-right: 5px; }
  .md-table md-table-cell:last-child, .md-table md-table-cell[md-table-key], .md-table .md-table-cell:last-child, .md-table .md-table-cell[md-table-key] {
    margin-right: 24px; }
  .md-table md-table-cell:first-child, .md-table .md-table-cell:first-child {
    margin-left: 24px; }
  .md-table md-table-cell:before, .md-table .md-table-cell:before {
    content: none; }
  .md-table md-table-cell .md-button, .md-table .md-table-cell .md-button {
    padding: 0;
    height: 1rem;
    line-height: 1rem;
    min-height: 1rem; }

.md-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: rgba(0, 0, 0, 0.87);
  font-size: 13px; }
  .md-table.md-bordered {
    border: 1px solid rgba(0, 0, 0, 0.12); }

@media (max-width: 600px) {
  .md-table md-table-cell,
  .md-table .md-table-cell {
    margin-right: 5px; } }

md-table-row,
.md-table-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
  md-table-row:hover,
  .md-table-row:hover {
    background: #EEEEEE; }
  md-table-row.md-active,
  .md-table-row.md-active {
    background: #F5F5F5; }
  md-table-row:last-child,
  .md-table-row:last-child {
    border-bottom: 0; }

md-table-row.md-table-header,
.md-table-row.md-table-header {
  display: none; }

md-table-cell,
.md-table-cell {
  display: block;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; }
  md-table-cell:before,
  .md-table-cell:before {
    content: attr(md-table-cell-header);
    width: 30%;
    font-weight: normal;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54); }
  md-table-cell[md-number],
  .md-table-cell[md-number] {
    text-align: right; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.public-content.home .yellow-btn.md-button {
  background-color: #af9f4c; }

.public-content.home .full-width-slider {
  background: #42bd41;
  overflow: hidden; }
  .public-content.home .full-width-slider h1 {
    font-weight: normal;
    font-size: 5vw;
    color: #fff; }
  .public-content.home .full-width-slider > img, .public-content.home .full-width-slider > video {
    height: 250px;
    width: auto; }
    @media (min-width: 600px) {
      .public-content.home .full-width-slider > img, .public-content.home .full-width-slider > video {
        width: 100%;
        height: auto; } }
  .public-content.home .full-width-slider > .slider-overlay {
    position: absolute;
    top: 130px;
    width: 100%;
    text-align: center;
    z-index: 1; }
    @media (min-width: 600px) {
      .public-content.home .full-width-slider > .slider-overlay {
        top: 10vw; } }
    .public-content.home .full-width-slider > .slider-overlay > .md-button {
      font-size: 15px;
      padding: 0 15px;
      margin: 6px;
      line-height: 36px; }
      @media (min-width: 600px) {
        .public-content.home .full-width-slider > .slider-overlay > .md-button {
          font-size: 20px;
          margin-left: 20px;
          line-height: 50px;
          padding: 0 20px; } }
      .public-content.home .full-width-slider > .slider-overlay > .md-button > i {
        margin-right: 8px; }

.public-content.home .learn-more {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-top: 20px;
  color: #42bd41; }

.public-content p {
  line-height: 30px; }

.public-content .section-titles {
  font-size: 30px;
  font-weight: normal;
  color: #144525;
  text-align: left;
  margin-top: 0; }

.public-content .big-tagline {
  text-align: center;
  font-size: 35px;
  padding-top: 80px;
  margin: 0;
  background-color: white; }

.public-content .middle-highlights {
  padding: 20px 5% 20px 5%;
  background-color: white; }
  @media (min-width: 600px) {
    .public-content .middle-highlights {
      padding: 60px 5% 80px 5%; } }
  .public-content .middle-highlights > div {
    text-align: center;
    padding: 20px 0; }
    @media (min-width: 600px) {
      .public-content .middle-highlights > div {
        padding: 0 20px; } }
    .public-content .middle-highlights > div > md-icon {
      font-size: 100px;
      height: auto;
      width: auto;
      margin: 10px;
      color: #42bd41; }
    .public-content .middle-highlights > div h2 {
      color: #144525;
      font-weight: normal;
      margin-bottom: 10px; }
    .public-content .middle-highlights > div > p {
      color: #666; }

.public-content .md-raised.md-primary.md-button.md-default-theme {
  color: #fff; }

.public-content .feature-header {
  background-color: #42bd41;
  text-align: center;
  color: #fff;
  padding: 30px;
  font-size: 25px;
  line-height: 35px; }
  @media (min-width: 600px) {
    .public-content .feature-header {
      padding: 50px;
      font-size: 32px; } }
  .public-content .feature-header .md-button {
    padding: 5px 20px;
    margin-top: 30px; }

.public-content .section-block {
  padding: 50px 40px; }
  @media (min-width: 600px) {
    .public-content .section-block {
      padding: 50px 70px; } }
  .public-content .section-block .col-left {
    padding-bottom: 40px; }
    @media (min-width: 600px) {
      .public-content .section-block .col-left {
        padding: 0 60px 0 0; } }
  .public-content .section-block .col-right {
    padding-top: 40px; }
    @media (min-width: 600px) {
      .public-content .section-block .col-right {
        padding: 0 0 0 60px; } }
  .public-content .section-block .md-button {
    margin: 20px 0 0 0;
    padding: 5px 30px;
    width: 100%; }
    @media (min-width: 600px) {
      .public-content .section-block .md-button {
        width: auto; } }
  .public-content .section-block img {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .public-content .section-block img.shadow {
    box-shadow: #ddd 10px 10px 15px; }
  .public-content .section-block .placeholder > span {
    position: absolute;
    padding: 20px;
    background-color: white;
    z-index: 1;
    text-transform: uppercase;
    font-size: 14px;
    border: #000 1px solid; }
  .public-content .section-block .placeholder > img {
    opacity: 0.5; }

.public-content .section-block.offset {
  background-color: #e6e6e6; }
#footer {
  background-color: #E0E0E0;
  padding: 60px 0 20px 0;
  font-size: 14px;
  line-height: 30px; }
  #footer > md-content {
    background: none;
    width: 85%;
    margin-right: auto;
    margin-left: auto; }
  #footer .logo {
    width: 110px;
    margin-bottom: 20px; }
  #footer ul {
    padding: 0;
    margin-top: 25px; }
  #footer a {
    color: #154a17; }
  #footer .footer-menu {
    padding-left: 20px;
    line-height: 30px; }
    #footer .footer-menu h3 {
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    #footer .footer-menu img {
      width: 90%;
      margin: auto; }
#public-toolbar {
  position: fixed;
  background: rgba(20, 69, 37, 0.6);
  min-height: 75px;
  padding-top: 7px;
  top: 0;
  z-index: 3; }
  #public-toolbar .login-btn {
    background-color: #af9f4c;
    color: #fff; }
  #public-toolbar #logo {
    margin-left: 30px;
    font-weight: bold;
    margin-right: 5%;
    z-index: 1; }
    #public-toolbar #logo > a > img {
      width: 100px; }
  #public-toolbar .md-button:not(.md-raised) {
    color: #fff; }
    #public-toolbar .md-button:not(.md-raised) > md-icon {
      color: #fff; }
  #public-toolbar .user-dropdown > .md-button {
    padding: 8px; }
  #public-toolbar .user-dropdown .avatar {
    width: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px; }
  #public-toolbar .user-dropdown > .md-button > md-icon {
    margin-top: 5px;
    margin-left: 5px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.public-content.dancers p {
  line-height: 30px; }

.public-content.dancers a {
  color: #297D36; }

.public-content.dancers .full-width-image {
  text-align: center;
  font-size: 30px;
  color: #fff;
  z-index: 1;
  padding: 120px 20px 55px 20px;
  background: url("https://s3.amazonaws.com/cdn.ifeis.net/images/3_dancers_feet_01.jpg");
  background-size: cover;
  line-height: 40px; }
  @media (min-width: 600px) {
    .public-content.dancers .full-width-image {
      padding: 170px 20px 95px 20px;
      font-size: 35px; } }
  .public-content.dancers .full-width-image > span {
    display: block;
    margin-bottom: 20px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.public-content.organizers .full-width-image {
  text-align: center;
  font-size: 30px;
  color: white;
  z-index: 1;
  padding: 120px 20px 35px 20px;
  background: #376C37 url("https://s3.amazonaws.com/cdn.ifeis.net/images/abstract-cubes-bg.png") -100px bottom repeat-x;
  background-size: 800px;
  min-height: 210px;
  line-height: 40px; }
  @media (min-width: 600px) {
    .public-content.organizers .full-width-image {
      font-size: 35px;
      padding-top: 150px; } }
  .public-content.organizers .full-width-image > span {
    display: block;
    margin-bottom: 40px; }
  .public-content.organizers .full-width-image .tile-images {
    margin-top: 60px; }
    .public-content.organizers .full-width-image .tile-images > div {
      padding: 0 10px; }
      .public-content.organizers .full-width-image .tile-images > div > img {
        width: 100%; }
    .public-content.organizers .full-width-image .tile-images > div.middle {
      margin-top: -20px; }

.public-content.organizers .green-highlight {
  color: #42bd41;
  font-size: 20px;
  padding: 0 2px; }

.public-content.organizers .about-block h2 {
  font-weight: bold;
  font-size: 22px;
  color: #144525; }

.public-content.organizers .middle-highlights {
  padding-bottom: 10px; }

.public-content.organizers .contact-form .md-button {
  display: block;
  margin-left: auto; }

.public-content.organizers .contact-form md-content {
  background: none; }

.public-content.organizers .contact-form .error-msg {
  background-color: #f2dede;
  border: #ebccd1 1px solid;
  color: #a94442;
  padding: 15px;
  margin: 10px 0; }

.public-content.organizers .contact-form .success-msg {
  background-color: #dff0d8;
  border: #d6e9c6 1px solid;
  color: #3c763d;
  padding: 15px;
  margin: 10px 0; }

.public-content.organizers .get-started-btn {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  margin-bottom: 70px;
  line-height: 50px; }

.public-content.organizers .features-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-top: 0; }
  @media (min-width: 600px) {
    .public-content.organizers .features-list {
      padding-right: 60px; } }
  .public-content.organizers .features-list li {
    font-weight: 600;
    font-size: 16px;
    margin: 25px;
    margin-left: 0; }
    .public-content.organizers .features-list li > i {
      font-size: 25px;
      vertical-align: middle;
      margin-right: 10px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.public-content.teachers .getStartedRight {
  position: relative; }
  .public-content.teachers .getStartedRight .createAccountBox {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px; }
    .public-content.teachers .getStartedRight .createAccountBox .createAccountButton {
      display: inline-block; }

.public-content.teachers .full-width-image {
  text-align: center;
  font-size: 30px;
  color: white;
  z-index: 1;
  padding: 120px 20px 35px 20px;
  background: #376C37 url("https://s3.amazonaws.com/cdn.ifeis.net/images/abstract-cubes-bg.png") -100px bottom repeat-x;
  background-size: 800px;
  min-height: 210px;
  line-height: 40px; }
  @media (min-width: 600px) {
    .public-content.teachers .full-width-image {
      font-size: 35px;
      padding-top: 150px; } }
  .public-content.teachers .full-width-image > span {
    display: block;
    margin-bottom: 40px; }
  .public-content.teachers .full-width-image .tile-images {
    margin-top: 60px; }
    .public-content.teachers .full-width-image .tile-images > div {
      padding: 0 10px; }
      .public-content.teachers .full-width-image .tile-images > div > img {
        width: 100%; }
    .public-content.teachers .full-width-image .tile-images > div.middle {
      margin-top: -20px; }

.public-content.teachers .green-highlight {
  color: #42bd41;
  font-size: 20px;
  padding: 0 2px; }

.public-content.teachers .about-block h2 {
  font-weight: bold;
  font-size: 22px;
  color: #144525; }

.public-content.teachers .middle-highlights {
  padding-bottom: 10px; }

.public-content.teachers .contact-form .messageBodyInput {
  width: 100%; }

.public-content.teachers .contact-form .headerInput {
  width: 45%; }

.public-content.teachers .contact-form md-content {
  background: none; }

.public-content.teachers .contact-form .error-msg {
  background-color: #f2dede;
  border: #ebccd1 1px solid;
  color: #a94442;
  padding: 15px;
  margin: 10px 0; }

.public-content.teachers .contact-form .success-msg {
  background-color: #dff0d8;
  border: #d6e9c6 1px solid;
  color: #3c763d;
  padding: 15px;
  margin: 10px 0; }

.public-content.teachers .get-started-btn {
  width: 200px;
  left: 50%;
  margin-left: -100px;
  margin-bottom: 70px;
  line-height: 50px; }

.public-content.teachers .features-list {
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  margin-top: 0; }
  @media (min-width: 600px) {
    .public-content.teachers .features-list {
      padding-right: 60px; } }
  .public-content.teachers .features-list li {
    font-weight: 600;
    font-size: 16px;
    margin: 25px;
    margin-left: 0; }
    .public-content.teachers .features-list li > i {
      font-size: 25px;
      vertical-align: middle;
      margin-right: 10px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.content.dashboard md-toolbar:before {
  display: none; }

.content.dashboard md-icon {
  vertical-align: initial; }

.content.dashboard .alerts {
  margin-top: 20px;
  line-height: 20px; }
  .content.dashboard .alerts > div > md-icon {
    width: auto;
    height: auto;
    margin-right: 3px; }
  .content.dashboard .alerts .error-msg {
    background-color: #f2dede;
    border: #ebccd1 1px solid;
    color: #a94442;
    padding: 15px;
    margin: 10px 0; }
  .content.dashboard .alerts .success-msg {
    background-color: #dff0d8;
    border: #d6e9c6 1px solid;
    color: #3c763d;
    padding: 15px;
    margin: 10px 0; }

.content.dashboard .notice-sm {
  font-style: italic; }

.content.dashboard .payments-due .due {
  color: #f44336; }

.content.dashboard .payments-due .total-dues {
  text-transform: uppercase;
  font-size: 15px; }
  .content.dashboard .payments-due .total-dues > span {
    color: #b71c1c; }

.content.dashboard .payments-due-upcoming-feis {
  width: 100%; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.sub-toolbar {
  min-height: 130px;
  background: #42bd41 url("https://s3.amazonaws.com/cdn.ifeis.net/images/abstract-cubes-bg.png") bottom right no-repeat;
  background-size: 80%;
  padding: 75px 15px 0; }
  .sub-toolbar:before {
    display: none; }
  .sub-toolbar.no-pad-left {
    padding-left: 0; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.payments {
  padding: 0; }
  .payments .payment {
    color: #2baf2b; }
  .payments .total-payments {
    text-transform: uppercase;
    font-size: 15px; }
    .payments .total-payments > span {
      color: #0a7e07; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.payments-due .due {
  color: #f44336; }

.payments-due .total-dues {
  text-transform: uppercase;
  font-size: 15px; }
  .payments-due .total-dues > span {
    color: #b71c1c; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-listing .feis-status > md-icon {
  font-size: 20px; }

.feis-listing .feis-status > .registered {
  color: #0a8f08; }

.feis-listing .feis-status > .starred {
  color: #ffa726; }

.feis-listing .feis-status > .red-dollar {
  color: #e53935; }

.feis-listing .date, .feis-listing .date > md-icon {
  color: #0a8f08; }

.feis-listing .feis-details {
  line-height: 25px;
  font-size: 14px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-day .feis-day-loading-spinner {
  margin-left: 50%; }

.feis-day .f-content h4 {
  margin: 0; }

.feis-day .f-content .f-fd-select {
  background: #f5f5f5; }

.feis-day .f-content .f-feis-name {
  margin-right: 5px;
  cursor: pointer; }
  .feis-day .f-content .f-feis-name:hover {
    color: #2baf2b; }
  .feis-day .f-content .f-feis-name:focus {
    outline: none; }

.feis-day .f-content .f-date {
  color: #616161;
  font-weight: 500;
  margin-right: 10px; }

.feis-day .f-content .md-button > md-icon.fa:hover {
  color: #2baf2b; }

.feis-day .f-competitors md-divider {
  margin-top: 15px; }

.feis-day .f-competitors .f-competitor h5 {
  margin: 0; }

.feis-day .f-competitors .f-competitor div.is-status-PND {
  background-color: #fffff; }

.feis-day .f-competitors .f-competitor div.is-status-CI {
  background-color: #dcedc8; }

.feis-day .f-competitors .f-competitor div.is-status-ADJ {
  background-color: #ffe0b2; }

.feis-day .f-competitors .f-competitor div.is-status-TABS {
  background-color: #FDF0A1; }

.feis-day .f-competitors .f-competitor div.is-status-QA {
  background-color: #e1bee7; }

.feis-day .f-competitors .f-competitor div.is-status-RCL {
  background-color: #bbdefb; }

.feis-day .f-competitors .f-competitor div.is-status-COMMENTS-UNRELEASED {
  background-color: #82b1ff; }

.feis-day .f-competitors .f-competitor div.is-status-RES {
  background-color: #4169E1; }

.feis-day .f-text-right {
  text-align: right;
  overflow: hidden; }

.feis-day .f-events-header,
.feis-day .f-event {
  padding: 1px 5px 1px 10px; }

.feis-day .f-event {
  margin-bottom: 2px; }
  .feis-day .f-event .f-event-link {
    cursor: pointer;
    font-weight: 500; }
    .feis-day .f-event .f-event-link:hover {
      color: #0a8f08; }
    .feis-day .f-event .f-event-link:focus {
      outline: none; }

.feis-day .f-due-badge {
  font-size: .7rem;
  background-color: #e57373;
  cursor: pointer;
  border-radius: 3px;
  color: #fff;
  padding: 0 5px 2px;
  font-weight: 800;
  white-space: nowrap; }
  .feis-day .f-due-badge:hover {
    background-color: #f44336; }

.feis-day .display-abbrev-status {
  display: none; }

.feis-day .display-long-status {
  display: block; }

@media screen and (orientation: portrait) {
  .feis-day .display-long-status {
    display: none; }
  .feis-day .display-abbrev-status {
    display: block; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.student-feis .feis-list .f-status-text {
  line-height: 1; }

.student-feis .feis-list .md-button {
  padding-left: 0; }

.student-feis .feis-list .md-list-item-text .f-text-desc {
  line-height: 1;
  white-space: normal; }

.student-feis .student-feis__schools .md-subheader {
  border-bottom: 1px solid #ddd;
  padding: 15px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.student-results .student-feis__schools .md-subheader {
  border-bottom: 1px solid #ddd;
  padding: 15px; }
.teacher-schools-dir .md-button .fa-pencil {
  opacity: 0; }

.teacher-schools-dir .md-button:hover:not([disabled]) .fa-pencil {
  opacity: .5; }
.f-new-school {
  min-width: 520px; }
  .f-new-school md-select {
    padding-bottom: 5%; }
  .f-new-school .md-warn {
    position: absolute;
    left: 2.5%; }
    .f-new-school .md-warn md-icon {
      padding-bottom: 5%; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.payment-form {
  width: 380px; }
  .payment-form h3 {
    text-align: center;
    font-weight: 500;
    color: #259b24; }
  .payment-form md-toolbar.md-hue-2:not(.md-menu-toolbar) {
    background-color: #259b24; }
  .payment-form md-dialog-actions {
    padding-right: 16px;
    padding-bottom: 8px; }
  .payment-form input {
    font-size: 1.05rem; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.f-event-participants.f-dialog md-toolbar h2 {
  color: #fff; }

.f-event-participants.f-dialog md-toolbar .fa-close {
  color: #fff;
  font-size: 1.1rem; }

.f-event-participants.f-dialog .f-participants-table table {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd; }
  .f-event-participants.f-dialog .f-participants-table table thead > tr {
    background-color: #eee; }
  .f-event-participants.f-dialog .f-participants-table table.f-table.md-table-condensed > tbody > tr > td,
  .f-event-participants.f-dialog .f-participants-table table.f-table > thead:first-child > tr:first-child > th {
    padding: 5px;
    line-height: 20px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.content.not-found {
  background-color: #ffcc80;
  text-align: center;
  color: #fff3e0;
  font-size: 2em; }

.content.not-found .icon {
  font-size: 3em; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.content.not-authorized {
  background-color: #ffcc80;
  text-align: center;
  color: #fff3e0;
  font-size: 2em; }

.content.not-authorized .icon {
  font-size: 3em; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.content.login {
  background-color: #F9F9F9; }
  .content.login md-content {
    background-color: #FFF;
    min-width: 300px;
    max-width: 940px;
    margin: auto; }
    .content.login md-content .f-login-btns-wrap {
      padding: 10px 10px 30px; }
    .content.login md-content .facebook-square-btn,
    .content.login md-content .google-btn {
      text-align: left;
      padding-left: 20px;
      height: 42px;
      display: -ms-flexbox;
      display: flex; }
    .content.login md-content .facebook-square-btn {
      background: #4267B2;
      color: #fff; }
      .content.login md-content .facebook-square-btn:hover {
        background: #39599a !important; }
    .content.login md-content .google-btn img {
      height: 30px;
      margin-right: 15px;
      margin-left: -5px; }
    .content.login md-content .google-btn:hover {
      background: rgba(158, 158, 158, 0.2) !important; }
    .content.login md-content .fa {
      margin-right: 20px;
      font-size: 1.5rem; }
  .content.login md-content,
  .content.login .menu-item {
    text-align: center; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.content.admin {
  overflow-y: scroll; }
  .content.admin .md-headline {
    margin-bottom: 16px; }
  .content.admin md-grid-tile {
    cursor: pointer; }
    .content.admin md-grid-tile md-icon {
      font-size: 8em;
      height: auto; }
    .content.admin md-grid-tile.red {
      background-color: #ff8a80; }
    .content.admin md-grid-tile.purple {
      background-color: #ea80fc; }
    .content.admin md-grid-tile.indigo {
      background-color: #8c9eff; }
    .content.admin md-grid-tile.orange {
      background-color: #ffd180; }
    .content.admin md-grid-tile.pink {
      background-color: #ff80ab; }
    .content.admin md-grid-tile.teal {
      background-color: #a7ffeb; }
    .content.admin md-grid-tile.blue {
      background-color: #82b1ff; }
    .content.admin md-grid-tile.green {
      background-color: #a2f78d; }

.new-feis-invite > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row; }

.new-feis-invite md-input-group {
  margin: 10px 0 8px !important; }

.admin-trainings div.content {
  z-index: 3; }

.admin-trainings .training-details {
  padding-left: 20px; }
.admin-schools div.content {
  z-index: 3; }

.ts-button {
  max-width: 80px; }
.admin-edit-accounts div.content {
  z-index: 3; }

.admin-edit-accounts .account-details {
  padding-left: 20px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.f-note md-icon {
  margin-left: 5px; }

.f-note:focus, .f-note:active {
  outline: none; }

.feis-one md-card-content .md-subheader {
  margin: 0 -16px 20px;
  background-color: #f3f3f3; }
  .feis-one md-card-content .md-subheader .fa {
    margin-right: 5px; }

.feis-one .f-card-list md-card-content {
  padding: 0; }
  .feis-one .f-card-list md-card-content .md-subheader {
    margin: 0; }
  .feis-one .f-card-list md-card-content md-list {
    padding: 0; }
    .feis-one .f-card-list md-card-content md-list md-list-item {
      border-bottom: 1px solid #ccc;
      padding-left: 16px; }
      .feis-one .f-card-list md-card-content md-list md-list-item md-input-container {
        margin-bottom: 0;
        width: 95%; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-list md-list {
  padding: 0; }

.feis-list md-list-item.md-3-line {
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 5px 15px;
  /* Status colors */
  /* Feis status */
  /* Feis details */
  /* Feis actions */ }
  .feis-list md-list-item.md-3-line::before {
    min-height: 0; }
  .feis-list md-list-item.md-3-line .md-secondary-container {
    margin-left: 0; }
  .feis-list md-list-item.md-3-line.f-reg-not-started .feis-status,
  .feis-list md-list-item.md-3-line.f-reg-not-started .feis-status md-icon,
  .feis-list md-list-item.md-3-line.f-reg-not-started .f-date {
    color: #aaa; }
  .feis-list md-list-item.md-3-line.f-reg-open .feis-status,
  .feis-list md-list-item.md-3-line.f-reg-open .feis-status md-icon,
  .feis-list md-list-item.md-3-line.f-reg-open .f-date {
    color: #42bd41; }
  .feis-list md-list-item.md-3-line.f-late-reg-open .feis-status,
  .feis-list md-list-item.md-3-line.f-late-reg-open .feis-status md-icon,
  .feis-list md-list-item.md-3-line.f-late-reg-open .f-date {
    color: #8bc34a; }
  .feis-list md-list-item.md-3-line.f-reg-closed .feis-status,
  .feis-list md-list-item.md-3-line.f-reg-closed .feis-status md-icon,
  .feis-list md-list-item.md-3-line.f-reg-closed .f-date {
    color: #ffa726; }
  .feis-list md-list-item.md-3-line.f-in-progress .feis-status,
  .feis-list md-list-item.md-3-line.f-in-progress .feis-status md-icon,
  .feis-list md-list-item.md-3-line.f-in-progress .f-date {
    color: #42a5f5; }
  .feis-list md-list-item.md-3-line.f-finished .feis-status,
  .feis-list md-list-item.md-3-line.f-finished .feis-status md-icon,
  .feis-list md-list-item.md-3-line.f-finished .f-date {
    color: #bbb; }
  .feis-list md-list-item.md-3-line .feis-status {
    min-height: 40px; }
    .feis-list md-list-item.md-3-line .feis-status .f-status-text {
      font-size: 11px;
      font-weight: bold;
      padding-right: 10px;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      -ms-flex: 1;
          flex: 1; }
  .feis-list md-list-item.md-3-line .md-list-item-text {
    cursor: pointer;
    outline: none;
    min-width: 0;
    margin-left: 0;
    overflow: hidden;
    width: 100%; }
    .feis-list md-list-item.md-3-line .md-list-item-text p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .feis-list md-list-item.md-3-line .md-list-item-text .f-text-loc,
    .feis-list md-list-item.md-3-line .md-list-item-text md-icon,
    .feis-list md-list-item.md-3-line .md-list-item-text a {
      font-size: 12px;
      color: #9e9e9e; }
      .feis-list md-list-item.md-3-line .md-list-item-text .f-text-loc md-icon,
      .feis-list md-list-item.md-3-line .md-list-item-text md-icon md-icon,
      .feis-list md-list-item.md-3-line .md-list-item-text a md-icon {
        width: 16px;
        text-align: center;
        margin-left: 15px; }
      .feis-list md-list-item.md-3-line .md-list-item-text .f-text-loc a,
      .feis-list md-list-item.md-3-line .md-list-item-text md-icon a,
      .feis-list md-list-item.md-3-line .md-list-item-text a a {
        outline: none;
        text-decoration: none; }
        .feis-list md-list-item.md-3-line .md-list-item-text .f-text-loc a:hover,
        .feis-list md-list-item.md-3-line .md-list-item-text md-icon a:hover,
        .feis-list md-list-item.md-3-line .md-list-item-text a a:hover {
          color: #1565c0; }
  .feis-list md-list-item.md-3-line .feis-actions {
    position: relative;
    transform: none;
    margin: 0 auto;
    right: 0; }
    .feis-list md-list-item.md-3-line .feis-actions .md-button md-icon {
      font-size: 18px; }
    .feis-list md-list-item.md-3-line .feis-actions .registered {
      color: #0a8f08; }
    .feis-list md-list-item.md-3-line .feis-actions .starred {
      color: #ffa726; }
    .feis-list md-list-item.md-3-line .feis-actions .red-dollar {
      color: #e53935; }

.feis-list .f-feis-dependents {
  font-size: 12px;
  font-weight: 500; }
  .feis-list .f-feis-dependents .f-dep-event {
    cursor: pointer;
    color: #616161; }
    .feis-list .f-feis-dependents .f-dep-event:hover {
      color: #0a8f08; }

.feis-list .f-not-found {
  padding: 15px; }

@media (min-width: 600px) {
  .feis-list md-list-item.md-3-line .feis-status {
    width: 120px;
    max-width: 120px;
    min-width: 120px; } }

@media (max-width: 960px) {
  .feis-list md-list-item.md-3-line .md-list-item-text .f-text-loc md-icon {
    margin-left: -8px; } }
.payments-modal {
  line-height: 20px; }
  .payments-modal > md-dialog-content > div {
    padding: 20px 20px 0 16px; }
  .payments-modal .account > span {
    float: right; }
  .payments-modal md-divider {
    margin: 10px 0; }
  .payments-modal md-divider.subtotal-divider {
    margin-left: 70%; }
  .payments-modal .pad-left {
    padding-left: 10px; }
  .payments-modal h3 {
    font-weight: normal;
    margin-bottom: 15px; }
  .payments-modal .fee {
    text-align: right; }
  .payments-modal .counts {
    text-align: right;
    text-transform: uppercase; }
    .payments-modal .counts > span {
      padding-right: 20px; }
  .payments-modal .balance {
    margin: 20px 0;
    font-size: 18px;
    text-transform: uppercase; }
  .payments-modal .total-fees {
    margin: 20px 0; }
  .payments-modal .totals-block {
    margin-top: 10px; }
  .payments-modal .due {
    margin: 0; }
    .payments-modal .due > h3 {
      display: inline-block;
      font-weight: bold;
      margin-right: 20px; }
  .payments-modal hr {
    margin: 10px 0; }
  .payments-modal .listing > div:first-child > span {
    display: inline;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .payments-modal .listing .asterisk {
    margin-right: -10px;
    display: inline-block;
    cursor: pointer; }
  .payments-modal .payments > div:first-child {
    display: block; }
  .payments-modal .fees .listing > div:first-child {
    padding-left: 12px; }
.feis-adjudication .subheader {
  font-size: 14px;
  background-color: #dbdbdb;
  width: 100%;
  display: inline;
  text-align: right;
  padding-right: 20px;
  margin-bottom: 0px; }
  .feis-adjudication .subheader input {
    padding-left: 8px; }
  .feis-adjudication .subheader .pagination {
    float: left; }
    .feis-adjudication .subheader .pagination i {
      font-size: 24px; }
  .feis-adjudication .subheader .round-btns {
    float: right; }

.feis-adjudication .row-list {
  padding: 8px; }
  .feis-adjudication .row-list > md-list-item {
    display: block; }

.feis-adjudication .row-list__item {
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 10px; }
  .feis-adjudication .row-list__item > button {
    padding: 0; }
  .feis-adjudication .row-list__item md-list-item-content {
    text-transform: uppercase; }

.feis-adjudication .scoresheet-container .overlay-header {
  text-transform: uppercase;
  font-size: 12px;
  background-color: #EFEFEF;
  padding: 6px;
  position: absolute; }

.feis-adjudication .scoresheet-container .overlay-cancel {
  position: absolute;
  right: 0;
  padding: 0;
  background-color: red;
  opacity: 1;
  color: white;
  font-size: 16px; }

.feis-adjudication .scoresheet-container .overlay-cancel:hover {
  opacity: 1; }

.feis-adjudication .scoresheet-container .cancel-button {
  width: 20px;
  height: 20px;
  display: block;
  padding: 3px 3px 3px 10px; }

.feis-adjudication .scoresheet-container .score {
  padding: 20% 10%;
  text-align: center;
  font-size: 20px; }

.feis-adjudication .scoresheet-container .round {
  overflow: hidden;
  background-color: #ddd;
  margin-right: 4px;
  opacity: 0.3; }

.feis-adjudication .scoresheet-container .round:last-child {
  margin-right: 0; }

.feis-adjudication .scoresheet-container .round-active {
  opacity: 1;
  border: #C0C0C0 2px solid; }

.feis-adjudication .scoresheet-container md-content {
  border-bottom: #ddd thin solid;
  overflow: hidden; }

.feis-adjudication .scoresheet-container md-content:first-of-type {
  max-height: 60px; }

.feis-adjudication .scoresheet-container .md-chips {
  font-size: 17px; }

.feis-adjudication .scoresheet-container .round-box {
  -ms-flex: 1 1 20%;
  flex: 1 1 20%; }

.feis-adjudication .scoresheet-container .score-box {
  max-height: 175px; }

.feis-adjudication .scoresheet-container .comments-box {
  -ms-flex: 1 1 40%;
  flex: 1 1 40%; }

.feis-adjudication .scoresheet-container .notes-box {
  -ms-flex: 1 1 40%;
  flex: 1 1 40%; }

.feis-adjudication .scoresheet-header {
  display: block;
  position: relative;
  padding: 16px 0 16px 16px;
  margin: 0 16px 0 0;
  color: rgba(0, 0, 0, 0.54);
  background-color: white;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em; }
  .feis-adjudication .scoresheet-header div {
    float: left;
    margin: 9px 0;
    font-size: 20px; }
  .feis-adjudication .scoresheet-header .badges-container {
    float: right; }
  .feis-adjudication .scoresheet-header .placing {
    background-color: #ccc !important;
    color: black !important;
    margin-right: 8px !important; }
  .feis-adjudication .scoresheet-header .placing, .feis-adjudication .scoresheet-header .total-score {
    cursor: default;
    border-radius: 16px;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 8px 0 12px;
    float: left;
    background-color: #4CAF50;
    font-size: 17px; }
  .feis-adjudication .scoresheet-header .placing-active {
    background-color: yellow !important; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-adjudicators md-icon.md-warn:hover {
  cursor: pointer;
  color: #b71c1c; }

.feis-adjudicators md-icon.md-warn:focus, .feis-adjudicators md-icon.md-warn:active {
  outline: none; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.f-announce-awards md-card {
  max-width: 600px;
  margin: auto; }

.f-announce-dialog table.f-table tr th,
.f-announce-dialog table.f-table tr td {
  padding: 8px 16px; }

.f-announce-dialog table.f-table > tbody > tr > td,
.f-announce-dialog table.f-table > tbody > tr > th,
.f-announce-dialog table.f-table > thead > tr > td,
.f-announce-dialog table.f-table > thead > tr > th {
  font-size: 18px; }

@media (max-width: 600px) {
  .f-announce-dialog table.f-table {
    table-layout: fixed; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-results .not-placed {
  color: #9e9e9e; }

.feis-awards md-autocomplete input:not(.md-input) {
  font-size: 20px; }

.feis-awards md-table-cell {
  font-size: 15px; }

.awards-autocomplete-suggestion {
  font-size: 18px; }
@charset "UTF-8";
/**
 * vAccordion - AngularJS multi-level accordion component
 * @version v1.6.0
 * @link http://lukaszwatroba.github.io/v-accordion
 * @author Łukasz Wątroba <l@lukaszwatroba.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
v-accordion, v-pane {
  display: block; }

v-pane.is-expanded > v-pane-content > div {
  display: visible; }

v-pane[disabled] > v-pane-header {
  opacity: .6;
  pointer-events: none; }

v-pane-header {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0; }

v-pane-header:focus {
  outline: 0; }

v-pane-header > div {
  display: block; }

v-pane-content {
  display: block;
  position: relative;
  overflow: hidden;
  max-height: 0; }

v-pane-content > div {
  visibility: none; }

.vAccordion--default v-accordion {
  margin-top: 20px;
  padding-left: 20px; }

.vAccordion--default v-pane-content > div {
  padding-bottom: 20px;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all .5s; }

.vAccordion--default v-pane {
  overflow: hidden; }

.vAccordion--default v-pane.is-expanded > v-pane-header {
  border-bottom-color: #2196F3; }

.vAccordion--default v-pane.is-expanded > v-pane-header::after {
  transform: rotate(90deg);
  opacity: 0; }

.vAccordion--default v-pane.is-expanded > v-pane-header::before {
  transform: rotate(0deg); }

.vAccordion--default v-pane.is-expanded > v-pane-content > div {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.vAccordion--default v-pane[disabled] v-pane-header::after, .vAccordion--default v-pane[disabled] v-pane-header::before {
  display: none; }

.vAccordion--default v-pane-header {
  padding: 5px 0;
  margin-bottom: 20px;
  border-bottom: 2px solid #D8D8D8;
  transition: all .25s; }

.vAccordion--default v-pane-header::after, .vAccordion--default v-pane-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background-color: #2196F3;
  transform-origin: 50% 50%;
  will-change: transform;
  transition: all .25s; }

.vAccordion--default v-pane-header::before {
  transform: rotate(-90deg); }

.vAccordion--default v-pane-header:focus, .vAccordion--default v-pane-header:hover {
  color: #2196F3; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-dialog.event-info-modal .status-label.PND {
  background-color: #fffff; }

md-dialog.event-info-modal .status-label.CI {
  background-color: #dcedc8; }

md-dialog.event-info-modal .status-label.ADJ {
  background-color: #ffe0b2; }

md-dialog.event-info-modal .status-label.TABS {
  background-color: #FDF0A1; }

md-dialog.event-info-modal .status-label.QA {
  background-color: #e1bee7; }

md-dialog.event-info-modal .status-label.RCL {
  background-color: #bbdefb; }

md-dialog.event-info-modal .status-label.COMMENTS-UNRELEASED {
  background-color: #82b1ff; }

md-dialog.event-info-modal .status-label.RES {
  background-color: #4169E1; }

md-dialog.event-info-modal .md-headline {
  margin: 16px 0; }

md-dialog.event-info-modal md-table-cell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  md-dialog.event-info-modal md-table-cell .fa-trophy {
    margin-left: 1rem;
    color: #82b1ff; }
md-dialog.add-syllabus-column {
  width: 395px; }
  md-dialog.add-syllabus-column md-content.prompt-content {
    padding: 16px;
    font-size: 14px;
    line-height: 1.5; }
  md-dialog.add-syllabus-column md-input-container.prompt-input-container {
    margin: 0 16px; }

md-dialog md-toolbar {
  background-color: #777777; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-list.dashboard-schedule {
  margin-bottom: 32px;
  min-width: 100px;
  padding: 0 0 8px; }
  md-list.dashboard-schedule md-list-item {
    border: 1px solid #bdbdbd;
    margin-bottom: -1px;
    margin-right: -1px; }
    md-list.dashboard-schedule md-list-item p {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    md-list.dashboard-schedule md-list-item.is-placeholder {
      display: none; }
    @media (min-width: 600px) {
      md-list.dashboard-schedule md-list-item.is-placeholder {
        display: -ms-flexbox;
        display: flex; } }
  @media (min-width: 960px) {
    md-list.dashboard-schedule {
      margin-bottom: 0; } }

md-list.dashboard-schedule md-list-item.is-status-PND,
md-list.dashboard-legend md-list-item.is-status-PND {
  background-color: #fffff; }

md-list.dashboard-schedule md-list-item.is-status-CI,
md-list.dashboard-legend md-list-item.is-status-CI {
  background-color: #dcedc8; }

md-list.dashboard-schedule md-list-item.is-status-ADJ,
md-list.dashboard-legend md-list-item.is-status-ADJ {
  background-color: #ffe0b2; }

md-list.dashboard-schedule md-list-item.is-status-TABS,
md-list.dashboard-legend md-list-item.is-status-TABS {
  background-color: #FDF0A1; }

md-list.dashboard-schedule md-list-item.is-status-QA,
md-list.dashboard-legend md-list-item.is-status-QA {
  background-color: #e1bee7; }

md-list.dashboard-schedule md-list-item.is-status-RCL,
md-list.dashboard-legend md-list-item.is-status-RCL {
  background-color: #bbdefb; }

md-list.dashboard-schedule md-list-item.is-status-COMMENTS-UNRELEASED,
md-list.dashboard-legend md-list-item.is-status-COMMENTS-UNRELEASED {
  background-color: #82b1ff; }

md-list.dashboard-schedule md-list-item.is-status-RES,
md-list.dashboard-legend md-list-item.is-status-RES {
  background-color: #4169E1; }

/* Legend */
.feis-dashboard .f-legend-wraper {
  min-height: 72px; }

.feis-dashboard .f-legend .f-legend-item {
  font-size: .7rem;
  margin: 2px 0 2px 5px;
  padding: 2px 5px;
  border-radius: 3px;
  cursor: pointer; }
  .feis-dashboard .f-legend .f-legend-item.f-PND {
    background-color: #fffff; }
  .feis-dashboard .f-legend .f-legend-item.f-CI {
    background-color: #dcedc8; }
  .feis-dashboard .f-legend .f-legend-item.f-ADJ {
    background-color: #ffe0b2; }
  .feis-dashboard .f-legend .f-legend-item.f-TABS {
    background-color: #FDF0A1; }
  .feis-dashboard .f-legend .f-legend-item.f-QA {
    background-color: #e1bee7; }
  .feis-dashboard .f-legend .f-legend-item.f-RCL {
    background-color: #bbdefb; }
  .feis-dashboard .f-legend .f-legend-item.f-COMMENTS-UNRELEASED {
    background-color: #82b1ff; }
  .feis-dashboard .f-legend .f-legend-item.f-RES {
    background-color: #4169E1; }
  .feis-dashboard .f-legend .f-legend-item.f-PND {
    border: 1px solid #e7e7e7; }

@media (max-width: 600px) {
  .feis-dashboard .f-legend {
    padding: 0; } }

.feis-dashboard md-list-item.f-stage-name {
  background: #f3f3f3;
  color: #444;
  font-weight: bold; }

.feis-dashboard md-tabs.md-default-theme md-tabs-wrapper,
.feis-dashboard md-tabs md-tabs-wrapper {
  border-top: 1px solid #e7e7e7;
  background-color: #f3f3f3; }

.feis-dashboard md-tabs.md-default-theme md-ink-bar,
.feis-dashboard md-tabs md-ink-bar {
  background: #2baf2b; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.pad-left {
  padding-left: 10px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-manager {
  overflow-y: scroll;
  padding: 16px; }
  .feis-manager .md-headline {
    margin-bottom: 16px; }
  .feis-manager md-grid-list {
    margin-bottom: 32px; }
    .feis-manager md-grid-list:last-child {
      margin-bottom: 0; }
  .feis-manager md-grid-tile {
    cursor: pointer;
    opacity: .85; }
    .feis-manager md-grid-tile md-grid-tile-footer {
      background: rgba(0, 0, 0, 0.25); }
    .feis-manager md-grid-tile md-icon {
      font-size: 5em;
      height: auto;
      opacity: .3; }
    .feis-manager md-grid-tile.red {
      background-color: #ff8a80; }
    .feis-manager md-grid-tile.purple {
      background-color: #ea80fc; }
    .feis-manager md-grid-tile.indigo {
      background-color: #8c9eff; }
    .feis-manager md-grid-tile.orange {
      background-color: #ffd180; }
    .feis-manager md-grid-tile.pink {
      background-color: #ff80ab; }
    .feis-manager md-grid-tile.teal {
      background-color: #a7ffeb; }
    .feis-manager md-grid-tile.blue {
      background-color: #82b1ff; }
    .feis-manager md-grid-tile.green {
      background-color: #a2f78d; }
    .feis-manager md-grid-tile.cyan {
      background-color: #84ffff; }
    .feis-manager md-grid-tile.light-green {
      background-color: #ccff90; }
    .feis-manager md-grid-tile.grey {
      background-color: #ffffff; }
    .feis-manager md-grid-tile:hover {
      opacity: 1; }
      .feis-manager md-grid-tile:hover md-icon {
        opacity: .4; }

.new-feis-grant > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row; }

.new-feis-grant md-input-group {
  margin: 10px 0 8px !important; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-results .not-placed {
  color: #9e9e9e; }

.feis-results .md-subheader {
  text-transform: uppercase; }
  .feis-results .md-subheader.f-warn {
    color: #fb8c00; }
  .feis-results .md-subheader.f-positive {
    color: #26a69a; }
  .feis-results .md-subheader .f-subheader-right {
    text-transform: capitalize;
    color: #757575;
    font-size: .75rem;
    font-weight: 400;
    opacity: .6; }

.feis-results md-list-item + .no-items {
  display: none; }

.feis-results md-list-item .fa {
  color: #999;
  padding-right: .4rem; }

.feis-results md-list-item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.feis-results .no-items {
  text-align: center;
  font-size: .8rem;
  color: #aaa;
  font-style: italic;
  height: 62px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.registration .participant-row {
  cursor: pointer; }

.registration md-sidenav .event-search-results {
  max-height: 400px; }

.registration md-sidenav md-content {
  overflow-x: hidden; }

.registration .search-form {
  display: -ms-flexbox;
  display: flex;
  font-size: 15px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-sidenav.participant-details {
  min-width: 500px;
  width: 500px;
  max-width: 100%; }
  md-sidenav.participant-details.md-locked-open, md-sidenav.participant-details.md-closed.md-locked-open-add-active {
    min-width: 500px;
    width: 500px;
    max-width: 100%; }
  md-sidenav.participant-details .balance-due-alert {
    background-color: #FFCDD2; }

@media screen and (max-width: 600px) {
  md-sidenav.participant-details {
    min-width: calc(100% - 56px);
    width: calc(100% - 56px);
    max-width: calc(100% - 56px); }
    md-sidenav.participant-details.md-locked-open, md-sidenav.participant-details.md-closed.md-locked-open-add-active {
      min-width: calc(100% - 56px);
      width: calc(100% - 56px);
      max-width: calc(100% - 56px); } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-sidenav.registration-products-details {
  min-width: 500px;
  width: 500px;
  max-width: 100%; }
  md-sidenav.registration-products-details.md-locked-open, md-sidenav.registration-products-details.md-closed.md-locked-open-add-active {
    min-width: 500px;
    width: 500px;
    max-width: 100%; }
  md-sidenav.registration-products-details .balance-due-alert {
    background-color: #FFCDD2;
    margin-bottom: 5px; }
  md-sidenav.registration-products-details md-tabs .md-tab.md-active,
  md-sidenav.registration-products-details md-tabs .md-tab.md-focused {
    background-color: #4caf50 !important; }

@media screen and (max-width: 600px) {
  md-sidenav.registration-products-details {
    min-width: calc(100% - 56px);
    width: calc(100% - 56px);
    max-width: calc(100% - 56px); }
    md-sidenav.registration-products-details.md-locked-open, md-sidenav.registration-products-details.md-closed.md-locked-open-add-active {
      min-width: calc(100% - 56px);
      width: calc(100% - 56px);
      max-width: calc(100% - 56px); } }
.products-by-account .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }

.products-by-account .products-by-account-table {
  margin: auto;
  width: 50%; }

.products-by-account .products-by-account-table-header {
  font-weight: 700; }

.products-by-account table > tbody.account-table-body > tr:first-child {
  font-weight: 700;
  background-color: #f3f3f3; }
  .products-by-account table > tbody.account-table-body > tr:first-child td {
    padding: 20px 0 20px 10px; }

.products-by-account table > tbody.account-table-body > tr:not(first-child) {
  padding-top: 40px; }
  .products-by-account table > tbody.account-table-body > tr:not(first-child) td {
    padding: 20px 0 0 40px; }
.quantity-by-product .no-purchase-message {
  margin-left: 10px; }
.account-balance-report .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }

.account-balance-report .account-balance-report-table {
  margin: auto;
  width: 50%; }

.account-balance-report .account-balance-report-table-header {
  font-weight: 700; }

.account-balance-report table > tbody > tr:first-child {
  font-weight: 700;
  background-color: #f3f3f3; }
  .account-balance-report table > tbody > tr:first-child td {
    padding: 20px 0 20px 10px; }

.account-balance-report table > tbody > tr:not(first-child) {
  padding-top: 40px; }
  .account-balance-report table > tbody > tr:not(first-child) td {
    padding: 20px 0 0 40px; }
.dress-report .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }

.dress-report .dress-report-table {
  margin: auto;
  width: 90%; }

.dress-report .dress-report-table-header {
  background-color: #f3f3f3;
  font-weight: 700; }

.dress-report table > tbody > tr:first-child {
  font-weight: 700; }
  .dress-report table > tbody > tr:first-child td {
    padding: 20px 0 20px 10px; }

.dress-report table > tbody > tr:not(first-child) {
  padding-top: 40px; }
  .dress-report table > tbody > tr:not(first-child) td {
    padding: 20px 0 0 40px; }
.competitors-by-school-report .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }

.competitors-by-school-report .teacher-name::after {
  content: ", "; }

.competitors-by-school-report .teacher-name:last-child::after {
  content: ""; }
.competitor-competition-report .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }
.awards-handouts .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }

.awards-handouts .awards-table {
  margin: auto;
  width: 50%; }

.awards-handouts .awards-table-header {
  font-weight: 700; }
  .awards-handouts .awards-table-header th:first-child {
    float: left; }

.awards-handouts table > tbody.awards-table-body > tr:first-child {
  font-weight: 700;
  background-color: #f3f3f3; }
  .awards-handouts table > tbody.awards-table-body > tr:first-child td {
    padding: 20px 0 20px 10px; }

.awards-handouts table > tbody.awards-table-body > tr:not(first-child) {
  padding-top: 40px; }
  .awards-handouts table > tbody.awards-table-body > tr:not(first-child) td {
    padding: 20px 0 0 40px; }
.awards-forecaster .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }

.awards-forecaster .awards-table {
  margin: auto;
  width: 50%; }

.awards-forecaster .awards-table-header {
  font-weight: 700; }
  .awards-forecaster .awards-table-header th:first-child {
    float: left; }

.awards-forecaster table > tbody.awards-table-body > tr:first-child {
  font-weight: 700;
  background-color: #f3f3f3; }
  .awards-forecaster table > tbody.awards-table-body > tr:first-child td {
    padding: 20px 0 20px 10px; }

.awards-forecaster table > tbody.awards-table-body > tr:not(first-child) {
  padding-top: 40px; }
  .awards-forecaster table > tbody.awards-table-body > tr:not(first-child) td {
    padding: 20px 0 0 40px; }
.collected-awards-report .report-header {
  margin: auto;
  font-size: 24px;
  font-weight: 700; }
.feis-schedule .f-unscheduled {
  border-right: 1px solid #DEDEDE; }
  .feis-schedule .f-unscheduled .schedule-list__item {
    border-top: 1px solid #DEDEDE; }
  .feis-schedule .f-unscheduled .schedule-list {
    padding: 8px 0 0; }
  .feis-schedule .f-unscheduled > md-content {
    overflow-x: hidden; }

.feis-schedule .f-stages md-list > md-list-item:last-child {
  margin-bottom: 55px; }

.feis-schedule .f-stage-toolbar {
  min-height: 64px; }
  .feis-schedule .f-stage-toolbar > md-toolbar {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1); }
    .feis-schedule .f-stage-toolbar > md-toolbar .fa {
      opacity: .65; }
      .feis-schedule .f-stage-toolbar > md-toolbar .fa:hover {
        opacity: 1; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-schools .header-row,
.feis-schools__competitors .header-row {
  min-height: 80px; }

.feis-schools .sub-header-row,
.feis-schools__competitors .sub-header-row {
  min-height: 50px; }

.feis-schools .md-table-header md-table-cell .fa,
.feis-schools__competitors .md-table-header md-table-cell .fa {
  display: none; }

.feis-schools .md-table-header md-table-cell.active,
.feis-schools__competitors .md-table-header md-table-cell.active {
  font-weight: bold; }
  .feis-schools .md-table-header md-table-cell.active .fa,
  .feis-schools__competitors .md-table-header md-table-cell.active .fa {
    display: inline; }

.feis-schools md-table-cell,
.feis-schools__competitors md-table-cell {
  cursor: pointer; }
  .feis-schools md-table-cell:focus,
  .feis-schools__competitors md-table-cell:focus {
    outline: none; }
  .feis-schools md-table-cell .fa + span,
  .feis-schools__competitors md-table-cell .fa + span {
    vertical-align: top; }

.feis-schools .footer,
.feis-schools__competitors .footer {
  border-bottom: 0;
  font-weight: bold; }
  .feis-schools .footer md-table-cell,
  .feis-schools__competitors .footer md-table-cell {
    cursor: default; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-option.closed {
  color: #CCC;
  font-style: italic;
  text-decoration: line-through; }

.as-sortable-item {
  -ms-touch-action: auto;
  touch-action: auto;
  -webkit-touch-callout: inherit; }

.as-sortable-item-handle {
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  cursor: move; }

.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999; }

.as-sortable-hidden {
  display: none !important; }

md-icon.is-status-PND {
  color: #fffff !important; }

md-icon.is-status-CI {
  color: #dcedc8 !important; }

md-icon.is-status-ADJ {
  color: #ffe0b2 !important; }

md-icon.is-status-TABS {
  color: #FDF0A1 !important; }

md-icon.is-status-QA {
  color: #e1bee7 !important; }

md-icon.is-status-RCL {
  color: #bbdefb !important; }

md-icon.is-status-COMMENTS-UNRELEASED {
  color: #82b1ff !important; }

md-icon.is-status-RES {
  color: #4169E1 !important; }

.stage-stewarding md-tabs .md-tab.md-active,
.stage-stewarding md-tabs .md-tab.md-focused {
  background-color: #b71c1c !important; }

.stage-stewarding .f-note-accent {
  margin-top: 2rem; }

.stage-stewarding .button-for-open-close {
  min-width: 120px !important;
  text-transform: none;
  font-size: 18px; }

.stage-stewarding .stage-header {
  font-size: 17px;
  margin-top: 23px;
  padding-left: 200px; }

@media screen and (max-width: 960px) {
  .stage-stewarding .stage-header {
    margin-top: 0;
    padding-left: 0; }
  .stage-stewarding .f-breadcrumbs-toolbar {
    display: none; } }

.stage-stewarding .f-stage-competitors {
  width: 100%; }

.stage-stewarding .f-stewarding-toolbar {
  min-height: 24px;
  padding-left: 21px;
  font-size: 1rem;
  z-index: 1; }
.competitors-dir .md-button .fa-pencil {
  opacity: 0; }

.competitors-dir .md-button:hover:not([disabled]) .fa-pencil {
  opacity: .5; }

.competitors-dir md-list-item .md-list-item-inner > md-icon:first-child:not(.md-avatar-icon) {
  opacity: .5;
  text-align: center; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-dialog.new-event {
  min-width: 480px; }

.f-dialog {
  /*.md-inline-form md-datepicker {
    margin-top: 14px;
    padding-right: 16px;
    margin-right: -16px;
  }*/ }
  .f-dialog md-toolbar h2 {
    color: #fff; }
  .f-dialog md-toolbar .fa-close {
    color: #fff;
    font-size: 1.1rem; }
  .f-dialog .md-actions {
    border-top: 1px solid #ddd; }

.f-new-dependent md-datepicker {
  margin-top: 0; }
  .f-new-dependent md-datepicker .md-datepicker-button {
    height: 24px;
    padding: 6px 0 6px 12px; }

.f-new-dependent .f-note-background {
  margin-bottom: 30px; }
div.search-bar .md-button[type=md-icon-button] {
  margin: 20px 20px 20px 0px;
  min-width: 36px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
md-toast.f-toast.md-center {
  left: 50%;
  transform: translate(-50%, 0); }

md-toast.f-toast.success .md-toast-content {
  background-color: #42bd41; }

md-toast.f-toast.warning .md-toast-content {
  background-color: #fb8c00; }

md-toast.f-toast.error .md-toast-content {
  background-color: #e53935; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-syllabus__table .md-table-header md-table-cell .fa {
  display: none; }

.feis-syllabus__table .md-table-header md-table-cell.active {
  font-weight: bold; }
  .feis-syllabus__table .md-table-header md-table-cell.active .fa {
    display: inline; }

.feis-syllabus__table md-table-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.feis-syllabus__table a {
  cursor: pointer; }
  .feis-syllabus__table a:focus {
    outline: none; }

.feis-syllabus__table .f-vertical-header,
.feis-syllabus__table .f-vertical-cell {
  margin-right: 0; }
  .feis-syllabus__table .f-vertical-header.f-muted,
  .feis-syllabus__table .f-vertical-cell.f-muted {
    color: #9e9e9e; }

.feis-syllabus__table .f-vertical-header {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  padding: 0; }

.no-scrollable {
  overflow: hidden; }

/* Sort tab draggable classes */
.draggable-item {
  cursor: move;
  border: 1px dashed black;
  margin-bottom: 10px; }

.draggable-order-by {
  border: 1px solid black; }

.highlight-drop-zone {
  background-color: #dcedc8; }

/* angular-drag-and-drop classes */
[dnd-list] {
  /* allow dropping onto list even when list is empty */
  min-height: 50px;
  /* add some extra room to make it easier to drop items in */
  margin-top: 10px;
  margin-bottom: 10px; }

dnd-nodrag {
  cursor: default; }

.dndDraggingSource {
  /* "remove" item from source list when being dragged */
  display: none; }

.dndDragging {
  /* See through item being dragged to know where to drop it */
  opacity: 0.7; }

.dndPlaceholder {
  background-color: #e0e0e0; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.products-manager {
  position: relative; }
  .products-manager__products-list {
    padding: 10px 5px 0 5px; }
  .products-manager__loading-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .products-manager .new-product-button {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px; }
  @media (min-width: 600px) {
    .products-manager__list {
      padding: 25px 25px 0 25px; }
    .products-manager .new-product-button {
      right: 25px;
      bottom: 25px;
      width: 56px;
      height: 56px; } }
  @media (min-width: 960px) {
    .products-manager__list {
      padding: 50px 75px 0 75px; } }
  @media (min-width: 1200px) {
    .products-manager__list {
      padding: 50px 125px 0 125px; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.product-list .list .amount {
  font-weight: 500;
  background: #2baf2b;
  padding: 1px 12px;
  border-radius: 50px;
  color: #fff; }

.product-list .product-card {
  min-width: 300px;
  max-width: 375px; }
  .product-list .product-card.ng-enter {
    animation: product-list--popin;
    animation-duration: 500ms;
    animation-timing-function: ease-out; }
  .product-list .product-card.ng-enter-stagger {
    animation-delay: 150ms; }
  .product-list .product-card.ng-leave {
    animation: product-list--popout;
    animation-duration: 500ms;
    animation-timing-function: ease-in; }

.product-list .null-state {
  font-size: 24px;
  color: #999;
  text-align: center; }
  .product-list .null-state > p > i {
    color: #E0E0E0; }
  .product-list .null-state.ng-enter {
    animation: product-null-state--fadein;
    animation-delay: 1s;
    animation-duration: 500ms;
    animation-timing-function: ease-out; }

.product-list .new-product {
  position: fixed;
  bottom: 20px;
  right: 20px; }

@keyframes product-list--popin {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes product-list--popout {
  0% {
    opacity: 1;
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes product-null-state--fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 71, 43, 0.75);
  z-index: 2;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 1000;
  font-size: -webkit-xxx-large;
  padding-top: 137px; }

span.textstyle {
  -webkit-transform: rotate(-20deg);
  position: absolute;
  margin-left: -176px; }

.product-card {
  position: relative;
  font-weight: 400;
  min-width: 300px;
  max-width: 400px;
  transition: box-shadow 0.3s ease-in-out; }
  .product-card__title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-align: center;
    margin: 1rem 0 .5rem 0;
    color: #757575; }
  .product-card__description {
    font-size: 1rem;
    margin: 0 0 .5rem 0;
    color: #757575; }
  .product-card__amount {
    font-weight: 500;
    background: #2baf2b;
    padding: 1px 12px;
    border-radius: 50px;
    color: #fff; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.image-slider {
  overflow: hidden; }
  .image-slider__container {
    position: relative;
    overflow: hidden;
    height: 250px;
    background: #fff;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
  .image-slider__no-images {
    margin: 0; }
    .image-slider__no-images md-icon {
      width: auto;
      height: auto;
      opacity: 0.5; }
  .image-slider__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 100%; }
  .image-slider__controls {
    position: relative;
    width: 100%;
    margin-top: -41px;
    background: rgba(255, 255, 255, 0.8);
    border-top: solid 1px #d2d2d2; }
    .image-slider__controls.ng-enter {
      animation-name: image-slider--slide-up;
      animation-duration: 300ms;
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    .image-slider__controls.ng-leave {
      animation-name: image-slider--slide-down;
      animation-duration: 350ms;
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .image-slider__index {
    margin: 0;
    padding: 0; }
    .image-slider__index .index-button {
      margin: 0;
      padding: 0;
      width: auto; }

@keyframes image-slider--slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes image-slider--slide-down {
  0% {
    opacity: 1;
    transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(100%); } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.edit-product md-dialog-content {
  padding: 10px; }

.edit-product .padding {
  padding-right: 600px; }

.edit-product__image-list {
  font-size: 0.75rem;
  font-weight: 300; }
  .edit-product__image-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .edit-product__image-list .list-item.ng-leave {
    animation: edit-dialog__image-list--fadeout;
    animation-duration: 250ms;
    animation-timing-function: ease-in; }

.edit-product.new-size {
  width: 500px; }

.edit-product.edit-size {
  width: 800px; }

@keyframes edit-dialog__image-list--fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: sclae(0); } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.product-details md-dialog-content {
  padding: 10px; }

.product-details__image-list {
  font-size: 0.75rem;
  font-weight: 300; }
  .product-details__image-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .product-details__image-list .list-item.ng-leave {
    animation: edit-dialog__image-list--fadeout;
    animation-duration: 250ms;
    animation-timing-function: ease-in; }

.product-details.new-size {
  width: 500px; }

.product-details.edit-size {
  width: 800px; }

@keyframes edit-dialog__image-list--fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: sclae(0); } }
.tabulations .tabs__checkin md-list-item {
  padding: 0; }

.tabulations .tabRow > p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 11px;
  min-width: 200px; }

.tabulations .tabRow {
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 5px; }

.tabulations .menuButton {
  max-width: 60px;
  padding: 0px; }

.tabulations .arrow-button {
  margin-left: 0px;
  padding-left: 0px; }

.tabulations .clickableLabel {
  cursor: pointer; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.review__not-placed {
  color: #AAA; }

.f-scoresheet .md-icon-button .fa-edit, .f-scoresheet .md-icon-button .fa-times-circle {
  line-height: 17px;
  font-size: 16px; }

.f-scoresheet .f-comment {
  line-height: 1rem;
  overflow-wrap: break-word; }

.f-scoresheet .f-warn-row {
  background-color: rgba(255, 224, 178, 0.7); }
  .f-scoresheet .f-warn-row:hover {
    background-color: rgba(255, 224, 178, 0.5); }

.f-scoresheet .fa-check.f-note {
  padding-right: .5rem; }

.f-scoresheet [md-edit-in-place] + form {
  display: inline-block;
  vertical-align: middle;
  width: 100%; }

.f-scoresheet .ng-hide.ng-hide-animate,
.f-scoresheet .ng-leave {
  display: none; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.md-table-num .warn {
  color: #FF6D00;
  font-weight: bold; }

md-table-cell [md-edit-in-place] + form md-input-container {
  bottom: -1px; }

.scoresheet__title {
  padding-left: 16px;
  padding-right: 16px; }

.fa-unselected-custom {
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white; }
.feis-deregister .feis-header-row {
  min-height: 80px;
  padding-left: 22px;
  padding-right: 16px;
  border-bottom: 1px solid #ddd; }
  .feis-deregister .feis-header-row .feis-search {
    min-width: 260px;
    margin: 0;
    position: relative;
    top: 10px; }

.feis-deregister .feis-deregister-table .feis-checkbox-cell {
  max-width: 100px; }
  .feis-deregister .feis-deregister-table .feis-checkbox-cell md-checkbox {
    margin: 0; }

.feis-deregister .feis-deregister-table .md-table-clip {
  text-transform: uppercase; }

.feis-deregister .feis-hr-lightest {
  border-style: ridge;
  border-width: .5px; }

.feis-deregister .feis-li {
  list-style: none;
  padding: 0; }

.feis-deregister .feis-white-blackout {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10; }
  .feis-deregister .feis-white-blackout small {
    margin-top: 15px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.icon-fix {
  vertical-align: initial; }

.feis--status {
  min-height: 45px;
  border-bottom: rgba(0, 0, 0, 0.12) 1px solid; }
  .feis--status .md-subheader-inner {
    text-align: center;
    font-size: 16px; }
  .feis--status .feis-running {
    color: #42bd41; }

.content.feis-one p {
  line-height: 25px; }

.content.feis-one .gmap {
  width: 100%; }

.content.feis-one .action-buttons {
  padding: 0 0 16px; }

.content.feis-one .insert-btn {
  display: block;
  margin-left: auto; }

.content.feis-one .feis-info > div > md-list-item {
  overflow-wrap: break-word; }
  .content.feis-one .feis-info > div > md-list-item > div {
    max-width: 100%; }

.content.feis-one .feis-info md-icon {
  margin-right: 8px;
  font-size: 18px; }

.content.feis-one .md-raised.md-primary.md-button.md-default-theme {
  color: #fff; }
  .content.feis-one .md-raised.md-primary.md-button.md-default-theme > md-icon {
    color: #fff; }

.ngf-drop-box {
  background: #F8F8F8;
  border: 2px dashed #DDD;
  height: 65px;
  margin: 10px; }

.ngf-dragover {
  border: 2px dashed blue; }

.f-feiseanna-one .f-participants .f-participants-num {
  padding-left: 20px; }
  .f-feiseanna-one .f-participants .f-participants-num .f-warning {
    color: #ef5350; }

.f-feiseanna-one .f-participants .f-participants-email a {
  cursor: pointer;
  font-size: .65rem;
  line-height: 22px;
  text-decoration: none;
  text-transform: uppercase;
  color: #2baf2b; }
  .f-feiseanna-one .f-participants .f-participants-email a .fa {
    font-size: .65rem;
    text-align: right;
    color: #2baf2b; }
  .f-feiseanna-one .f-participants .f-participants-email a:hover,
  .f-feiseanna-one .f-participants .f-participants-email a:hover .fa {
    color: #0a7e07; }
  .f-feiseanna-one .f-participants .f-participants-email a:focus, .f-feiseanna-one .f-participants .f-participants-email a:active {
    outline: none; }

.f-feiseanna-one label.md-caption {
  color: rgba(0, 0, 0, 0.54); }

.f-feiseanna-one md-datepicker {
  margin-bottom: 20px;
  position: relative;
  left: -2px; }
  .f-feiseanna-one md-datepicker .md-datepicker-input-container {
    margin-left: 0; }
  .f-feiseanna-one md-datepicker .md-datepicker-button.md-icon-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    width: 36px; }

.f-feiseanna-one .f-read-only .f-contacts,
.f-feiseanna-one .f-read-only .f-accommodations {
  font-size: .9rem;
  padding: 0;
  margin: -20px -16px 0; }
  .f-feiseanna-one .f-read-only .f-contacts md-list-item:not(:last-child),
  .f-feiseanna-one .f-read-only .f-accommodations md-list-item:not(:last-child) {
    border-bottom: 1px solid #eee; }
  .f-feiseanna-one .f-read-only .f-contacts .fa,
  .f-feiseanna-one .f-read-only .f-accommodations .fa {
    margin-right: 15px;
    color: rgba(0, 0, 0, 0.5); }

.f-feiseanna-one .f-read-only .f-accommodations {
  margin-bottom: -16px; }

.f-feiseanna-one .f-read-only .f-no-data {
  color: #aaa;
  font-size: .8rem; }

.f-feiseanna-one a {
  color: #42bd41;
  text-decoration: none; }
  .f-feiseanna-one a:hover {
    color: #0a7e07; }

.f-feiseanna-one .f-table {
  border-top: 1px solid #ddd; }
  .f-feiseanna-one .f-table thead {
    background-color: #f7f7f7; }
  .f-feiseanna-one .f-table td, .f-feiseanna-one .f-table th {
    line-height: 1rem;
    padding: 1rem .5rem; }

.f-feiseanna-one .f-feis-participants {
  margin: -16px -16px 5px; }
  .f-feiseanna-one .f-feis-participants md-switch {
    margin: 0;
    line-height: inherit;
    height: inherit; }
    .f-feiseanna-one .f-feis-participants md-switch .md-label {
      top: -2px;
      position: relative; }
    .f-feiseanna-one .f-feis-participants md-switch .md-thumb {
      background-color: #2196f3; }
    .f-feiseanna-one .f-feis-participants md-switch .md-bar {
      background-color: #bbdefb; }
    .f-feiseanna-one .f-feis-participants md-switch.md-checked .md-thumb {
      background-color: #ffa726; }
    .f-feiseanna-one .f-feis-participants md-switch.md-checked .md-bar {
      background-color: #ffe0b2; }
    .f-feiseanna-one .f-feis-participants md-switch span {
      color: #616161; }
      .f-feiseanna-one .f-feis-participants md-switch span.f-feis-selected {
        color: #ffa726;
        font-weight: 500; }
  .f-feiseanna-one .f-feis-participants .f-feis-event {
    margin: 0 10px;
    cursor: pointer; }
    .f-feiseanna-one .f-feis-participants .f-feis-event.f-feis-selected {
      color: #2196f3;
      font-weight: 500; }
    .f-feiseanna-one .f-feis-participants .f-feis-event:focus, .f-feiseanna-one .f-feis-participants .f-feis-event:active {
      outline: none; }
  .f-feiseanna-one .f-feis-participants .f-feis-search {
    color: #9e9e9e; }
  .f-feiseanna-one .f-feis-participants .f-feis-event {
    color: #616161; }

.f-feiseanna-one .f-email-link {
  cursor: pointer; }
  .f-feiseanna-one .f-email-link md-icon {
    text-align: right;
    font-size: .85rem;
    color: #2baf2b; }
    .f-feiseanna-one .f-email-link md-icon:hover {
      color: #0a8f08; }
  .f-feiseanna-one .f-email-link:focus, .f-feiseanna-one .f-email-link:active {
    outline: none; }

.f-feiseanna-one .f-result-table {
  margin-bottom: 16px; }
  .f-feiseanna-one .f-result-table table {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd; }

.f-feiseanna-one .f-feis-search-div {
  margin-right: 16px; }

.f-feiseanna-one md-list-item > a {
  color: #616161;
  text-decoration: none;
  margin: 0px; }
  .f-feiseanna-one md-list-item > a:hover {
    color: #212121; }

@media (min-width: 960px) and (max-width: 1025px) {
  .f-feiseanna-one .f-participants .f-participants-num {
    padding-left: 10px; }
  .f-feiseanna-one .f-participants .f-participants-email a .fa {
    display: none; } }

@media (min-width: 600px) and (max-width: 690px) {
  .f-feiseanna-one .f-participants .f-participants-num {
    padding-left: 10px; }
  .f-feiseanna-one .f-participants .f-participants-email a .fa {
    display: none; } }

@media (max-width: 600px) {
  .f-read-only .f-contacts md-list-item,
  .f-read-only .f-accommodations md-list-item {
    padding: 4px 0; } }

@media (max-width: 385px) {
  .f-feiseanna-one .f-participants .f-participants-num {
    padding-left: 10px; }
  .f-feiseanna-one .f-participants .f-participants-email a .fa {
    display: none; } }
.product-avatar {
  background-image: url("https://s3.amazonaws.com/feis-assets.cdn.ifeis.net/product/DEVELOPMENT/XJXLw9AxS");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  margin-right: 8px; }

.feis-register .group-fee-header {
  width: 95%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 10px 0; }

.feis-register .group-fee-header-name {
  font-weight: 700; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.f-registration-history .f-registration-history__item {
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 5px; }

.f-registration-history .f-registration-history__item__body:first-letter {
  text-transform: uppercase; }

.f-registration-history .f-registration-history__item__header {
  font-weight: bold;
  min-width: 185px; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
@media screen {
  .pointer {
    cursor: pointer; } }

.competitor-results .judge-name-table-column {
  max-width: 200px; }

.competitor-results .dress-check-table-column {
  max-width: 100px; }

@media (max-width: 960px) {
  .competitor-results .md-secondary-theme.md-primary.md-hue-1 {
    padding-top: 43px;
    height: 142px; }
  .competitor-results .judge-name-table-column {
    max-width: unset; }
  .competitor-results .dress-check-table-column {
    max-width: unset; }
  .competitor-results .comment-image-table-column {
    width: 100px; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
@media screen {
  .pointer {
    cursor: pointer; } }

.teachers-results .teachers-results-content-card {
  background-color: #D3D3D3;
  width: 25%;
  padding: 30px; }

.teachers-results .content-card-header {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }

.teachers-results .dress-check-table-column {
  max-width: 20%; }

@media (max-width: 960px) {
  .teachers-results .md-secondary-theme.md-primary.md-hue-1 {
    padding-top: 43px;
    height: 142px; }
  .teachers-results .teachers-results-content-card {
    background-color: #D3D3D3;
    width: 98%;
    padding: 10px; }
  .teachers-results .dress-check-table-column {
    max-width: unset; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
@media screen {
  .pointer {
    cursor: pointer; } }

@media (max-width: 960px) {
  .md-secondary-theme.md-primary.md-hue-1 {
    padding-top: 43px;
    height: 142px; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.feis-create md-input-container {
  margin-bottom: 0; }
  .feis-create md-input-container md-select {
    margin-bottom: 24px; }

.feis-create md-card {
  margin-top: 20px; }
  .feis-create md-card md-card-actions {
    margin: 8px 24px 24px; }

.feis-create .card-header {
  line-height: 40px;
  font-size: 1.3rem;
  padding: 0;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .feis-create md-card {
    margin-top: 40px; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.f-note md-icon {
  margin-left: 5px; }

.f-note:focus, .f-note:active {
  outline: none; }

.feis-one md-card-content .md-subheader {
  margin: 0 -16px 20px;
  background-color: #f3f3f3; }
  .feis-one md-card-content .md-subheader .fa {
    margin-right: 5px; }

.feis-one .f-card-list md-card-content {
  padding: 0; }
  .feis-one .f-card-list md-card-content .md-subheader {
    margin: 0; }
  .feis-one .f-card-list md-card-content md-list {
    padding: 0; }
    .feis-one .f-card-list md-card-content md-list md-list-item {
      border-bottom: 1px solid #ccc;
      padding-left: 16px; }
      .feis-one .f-card-list md-card-content md-list md-list-item md-input-container {
        margin-bottom: 0;
        width: 95%; }
.profile .md-caption {
  opacity: .6; }

.profile md-input-container {
  margin-bottom: 0; }

.profile .md-toolbar-tools {
  min-width: 0; }
  .profile .md-toolbar-tools .f-profile-email {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.profile .f-all-competitors {
  margin-top: 18px; }

.profile .f-card-w-actions md-card-content {
  padding-bottom: 0; }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.f-results {
  margin-top: 75px; }
  .f-results .f-results-search {
    min-height: 200px;
    padding-bottom: 2rem; }
    .f-results .f-results-search > div:first-child {
      text-align: center;
      margin-bottom: 1rem; }
      .f-results .f-results-search > div:first-child h2 {
        font-size: 2.2rem;
        font-weight: 400;
        margin-bottom: .3rem; }
      .f-results .f-results-search > div:first-child p {
        color: #616161;
        font-size: 1.3rem;
        font-weight: 300;
        margin-top: 0; }
    .f-results .f-results-search form {
      max-width: 600px; }
  .f-results .f-past-feiseanna {
    margin: 1rem 0; }
    .f-results .f-past-feiseanna md-card {
      padding: 0;
      width: 600px;
      margin: auto; }
      @media screen and (max-width: 600px) {
        .f-results .f-past-feiseanna md-card {
          width: 100%; } }
    .f-results .f-past-feiseanna md-list {
      padding: 0; }
      .f-results .f-past-feiseanna md-list .md-subheader {
        background-color: rgba(20, 69, 37, 0.6);
        color: #fff; }
      .f-results .f-past-feiseanna md-list md-list-item {
        border-top: 1px solid #ddd; }
      .f-results .f-past-feiseanna md-list small {
        color: #757575; }
  .f-results .f-results-wrapper {
    margin: -15px;
    padding: 15px;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd; }
    .f-results .f-results-wrapper .f-selected-feis .f-divider-margin {
      margin: 1rem -16px; }
    .f-results .f-results-wrapper .f-selected-feis .md-headline {
      margin-bottom: .3rem; }
    .f-results .f-results-wrapper .f-selected-feis a {
      color: #2baf2b;
      text-decoration: none; }
      .f-results .f-results-wrapper .f-selected-feis a:hover {
        color: #0a7e07; }
    .f-results .f-results-wrapper .f-selected-feis md-card-title {
      padding: 16px; }
      .f-results .f-results-wrapper .f-selected-feis md-card-title md-card-title-media {
        margin: 0; }
    .f-results .f-results-wrapper .f-selected-feis .f-feis-address {
      margin: 0 1rem;
      text-align: right;
      color: rgba(20, 69, 37, 0.6); }
      .f-results .f-results-wrapper .f-selected-feis .f-feis-address .f-note {
        margin: 0; }
    @media screen and (max-width: 600px) {
      .f-results .f-results-wrapper .f-selected-feis .f-results-comp-num {
        padding-left: 0;
        padding-bottom: 0;
        text-align: center; } }
  .f-results .f-results-res md-card-header {
    background-color: #42bd41;
    color: #fff; }
  .f-results .f-results-res md-card-header-text .fa {
    opacity: .6;
    padding: 4px 10px 0; }
  .f-results .f-results-res md-card-header-text:hover {
    cursor: pointer; }
    .f-results .f-results-res md-card-header-text:hover .fa {
      opacity: 1; }
  .f-results .f-results-res md-card-header-text:focus, .f-results .f-results-res md-card-header-text:active {
    outline: none; }
  .f-results .f-results-res md-card-content {
    padding: 0; }
    @media screen and (max-width: 600px) {
      .f-results .f-results-res md-card-content,
      .f-results .f-results-res md-card-content small,
      .f-results .f-results-res md-card-content md-list .md-subheader {
        font-size: .8rem;
        margin: 0; } }
  .f-results .f-results-res md-list {
    padding: 0;
    display: none; }
    .f-results .f-results-res md-list.f-level-open {
      display: block; }
    .f-results .f-results-res md-list .md-subheader {
      background-color: #eee;
      cursor: pointer; }
      .f-results .f-results-res md-list .md-subheader .f-participants {
        text-align: right; }
      .f-results .f-results-res md-list .md-subheader:hover, .f-results .f-results-res md-list .md-subheader.f-selected {
        background-color: #ddd; }
      .f-results .f-results-res md-list .md-subheader:focus, .f-results .f-results-res md-list .md-subheader:active {
        outline: none; }
    .f-results .f-results-res md-list .f-no-results {
      text-align: center;
      color: #757575;
      font-size: .9rem; }
    .f-results .f-results-res md-list .f-note {
      text-align: right; }
  .f-results .f-results-res .f-comp-num {
    margin: 0 1rem; }
    @media screen and (max-width: 600px) {
      .f-results .f-results-res .f-comp-num {
        margin: 0 .1rem; } }
/**
 * Colors
 */
/**
 * Responsive Queries
 */
/**
 * Image Path
 */
.public-content.text-page {
  padding-top: 75px; }
  .public-content.text-page .f-page {
    max-width: 700px;
    margin: auto; }
    .public-content.text-page .f-page p {
      line-height: 24px;
      text-align: justify; }
