/* Foundation overrides */
.grid-container,hr{
  max-width: 75rem;
}
.no-js .top-bar {
  display: none;
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-align-right{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.round {
  border-radius: 1000px; 
}
.callout.secondary{
  background: #eaeaea;
}
thead {
  background: #f1f1f1;
}
tbody tr:nth-child(even) {
  background-color: #f6f6f6;
}

input[readonly],input[readonly]:focus,input[readonly]:active
 ,textarea[readonly],textarea[readonly]:focus,textarea[readonly]:active {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
select[readonly],select[readonly]:focus,select[readonly]:active{
  background-color: #e6e6e6;
  cursor: not-allowed;
}
@media print, screen and (min-width: 40em){
  .reveal.medium {
      width: 65%;
      max-width: 75rem;
  }
  .reveal-medium {
      right: auto;
      left: auto;
      margin: 0 auto;
  }
}
.button-group.no-gaps .button {
    margin-right: -0.0625rem;
}