
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 600px) {
  .d-none-sm {
    display: none !important;
  }

  .d-inline-sm {
    display: inline !important;
  }

  .d-inline-block-sm {
    display: inline-block !important;
  }

  .d-block-sm {
    display: block !important;
  }

  .d-flex-sm {
    display: flex !important;
  }

  .d-inline-flex-sm {
    display: inline-flex !important;
  }
}

.flex-column {
  flex-direction: column !important;
}

.flex-none {
  flex: none !important;
}

.flex-1 {
  flex: 1 !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

@media (min-width: 600px) {
  .flex-column-sm {
    flex-direction: column !important;
  }

  .flex-none-sm {
    flex: none !important;
  }

  .flex-1-sm {
    flex: 1 !important;
  }

  .justify-content-end-sm {
    justify-content: flex-end !important;
  }

  .justify-content-center-sm {
    justify-content: center !important;
  }
}

.width-0 {
  width: 0 !important;
}

.width-1 {
  width: 5px !important;
}

.width-2 {
  width: 7px !important;
}

.width-3 {
  width: 11px !important;
}

.width-4 {
  width: 16px !important;
}

.width-5 {
  width: 24px !important;
}

.width-6 {
  width: 36px !important;
}

.width-7 {
  width: 53px !important;
}

.width-8 {
  width: 79px !important;
}

.width-9 {
  width: 119px !important;
}

.width-full {
  width: 100% !important;
}

.height-0 {
  height: 0 !important;
}

.height-1 {
  height: 5px !important;
}

.height-2 {
  height: 7px !important;
}

.height-3 {
  height: 11px !important;
}

.height-4 {
  height: 16px !important;
}

.height-5 {
  height: 24px !important;
}

.height-6 {
  height: 36px !important;
}

.height-7 {
  height: 53px !important;
}

.height-8 {
  height: 79px !important;
}

.height-9 {
  height: 119px !important;
}

.height-full {
  height: 100% !important;
}

@media (min-width: 600px) {
  .width-0-sm {
    width: 0 !important;
  }

  .width-1-sm {
    width: 5px !important;
  }

  .width-2-sm {
    width: 7px !important;
  }

  .width-3-sm {
    width: 11px !important;
  }

  .width-4-sm {
    width: 16px !important;
  }

  .width-5-sm {
    width: 24px !important;
  }

  .width-6-sm {
    width: 36px !important;
  }

  .width-7-sm {
    width: 53px !important;
  }

  .width-8-sm {
    width: 79px !important;
  }

  .width-9-sm {
    width: 119px !important;
  }

  .width-full-sm {
    width: 100% !important;
  }

  .height-0-sm {
    height: 0 !important;
  }

  .height-1-sm {
    height: 5px !important;
  }

  .height-2-sm {
    height: 7px !important;
  }

  .height-3-sm {
    height: 11px !important;
  }

  .height-4-sm {
    height: 16px !important;
  }

  .height-5-sm {
    height: 24px !important;
  }

  .height-6-sm {
    height: 36px !important;
  }

  .height-7-sm {
    height: 53px !important;
  }

  .height-8-sm {
    height: 79px !important;
  }

  .height-9-sm {
    height: 119px !important;
  }

  .height-full-sm {
    height: 100% !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mt1 {
  margin-top: 5px !important;
}

.mr1 {
  margin-right: 5px !important;
}

.mb1 {
  margin-bottom: 5px !important;
}

.ml1 {
  margin-left: 5px !important;
}

.mln1 {
  margin-left: -5px !important;
}

.mt2 {
  margin-top: 7px !important;
}

.mr2 {
  margin-right: 7px !important;
}

.mb2 {
  margin-bottom: 7px !important;
}

.ml2 {
  margin-left: 7px !important;
}

.mln2 {
  margin-left: -7px !important;
}

.mt3 {
  margin-top: 11px !important;
}

.mr3 {
  margin-right: 11px !important;
}

.mb3 {
  margin-bottom: 11px !important;
}

.ml3 {
  margin-left: 11px !important;
}

.mln3 {
  margin-left: -11px !important;
}

.mt4 {
  margin-top: 16px !important;
}

.mr4 {
  margin-right: 16px !important;
}

.mb4 {
  margin-bottom: 16px !important;
}

.ml4 {
  margin-left: 16px !important;
}

.mln4 {
  margin-left: -16px !important;
}

.mt5 {
  margin-top: 24px !important;
}

.mr5 {
  margin-right: 24px !important;
}

.mb5 {
  margin-bottom: 24px !important;
}

.ml5 {
  margin-left: 24px !important;
}

.mln5 {
  margin-left: -24px !important;
}

.mt6 {
  margin-top: 36px !important;
}

.mr6 {
  margin-right: 36px !important;
}

.mb6 {
  margin-bottom: 36px !important;
}

.ml6 {
  margin-left: 36px !important;
}

.mln6 {
  margin-left: -36px !important;
}

.mt7 {
  margin-top: 53px !important;
}

.mr7 {
  margin-right: 53px !important;
}

.mb7 {
  margin-bottom: 53px !important;
}

.ml7 {
  margin-left: 53px !important;
}

.mln7 {
  margin-left: -53px !important;
}

.mt8 {
  margin-top: 79px !important;
}

.mr8 {
  margin-right: 79px !important;
}

.mb8 {
  margin-bottom: 79px !important;
}

.ml8 {
  margin-left: 79px !important;
}

.mln8 {
  margin-left: -79px !important;
}

.mt9 {
  margin-top: 119px !important;
}

.mr9 {
  margin-right: 119px !important;
}

.mb9 {
  margin-bottom: 119px !important;
}

.ml9 {
  margin-left: 119px !important;
}

.mln9 {
  margin-left: -119px !important;
}

.p0 {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.px0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p1 {
  padding: 5px !important;
}

.pb1 {
  padding-bottom: 5px !important;
}

.px1 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.p2 {
  padding: 7px !important;
}

.pb2 {
  padding-bottom: 7px !important;
}

.px2 {
  padding-right: 7px !important;
  padding-left: 7px !important;
}

.p3 {
  padding: 11px !important;
}

.pb3 {
  padding-bottom: 11px !important;
}

.px3 {
  padding-right: 11px !important;
  padding-left: 11px !important;
}

.p4 {
  padding: 16px !important;
}

.pb4 {
  padding-bottom: 16px !important;
}

.px4 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.p5 {
  padding: 24px !important;
}

.pb5 {
  padding-bottom: 24px !important;
}

.px5 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.p6 {
  padding: 36px !important;
}

.pb6 {
  padding-bottom: 36px !important;
}

.px6 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.p7 {
  padding: 53px !important;
}

.pb7 {
  padding-bottom: 53px !important;
}

.px7 {
  padding-right: 53px !important;
  padding-left: 53px !important;
}

.p8 {
  padding: 79px !important;
}

.pb8 {
  padding-bottom: 79px !important;
}

.px8 {
  padding-right: 79px !important;
  padding-left: 79px !important;
}

.p9 {
  padding: 119px !important;
}

.pb9 {
  padding-bottom: 119px !important;
}

.px9 {
  padding-right: 119px !important;
  padding-left: 119px !important;
}

@media (min-width: 600px) {
  .mt0-sm {
    margin-top: 0 !important;
  }

  .mr0-sm {
    margin-right: 0 !important;
  }

  .mb0-sm {
    margin-bottom: 0 !important;
  }

  .ml0-sm {
    margin-left: 0 !important;
  }

  .mt1-sm {
    margin-top: 5px !important;
  }

  .mr1-sm {
    margin-right: 5px !important;
  }

  .mb1-sm {
    margin-bottom: 5px !important;
  }

  .ml1-sm {
    margin-left: 5px !important;
  }

  .mln1-sm {
    margin-left: -5px !important;
  }

  .mt2-sm {
    margin-top: 7px !important;
  }

  .mr2-sm {
    margin-right: 7px !important;
  }

  .mb2-sm {
    margin-bottom: 7px !important;
  }

  .ml2-sm {
    margin-left: 7px !important;
  }

  .mln2-sm {
    margin-left: -7px !important;
  }

  .mt3-sm {
    margin-top: 11px !important;
  }

  .mr3-sm {
    margin-right: 11px !important;
  }

  .mb3-sm {
    margin-bottom: 11px !important;
  }

  .ml3-sm {
    margin-left: 11px !important;
  }

  .mln3-sm {
    margin-left: -11px !important;
  }

  .mt4-sm {
    margin-top: 16px !important;
  }

  .mr4-sm {
    margin-right: 16px !important;
  }

  .mb4-sm {
    margin-bottom: 16px !important;
  }

  .ml4-sm {
    margin-left: 16px !important;
  }

  .mln4-sm {
    margin-left: -16px !important;
  }

  .mt5-sm {
    margin-top: 24px !important;
  }

  .mr5-sm {
    margin-right: 24px !important;
  }

  .mb5-sm {
    margin-bottom: 24px !important;
  }

  .ml5-sm {
    margin-left: 24px !important;
  }

  .mln5-sm {
    margin-left: -24px !important;
  }

  .mt6-sm {
    margin-top: 36px !important;
  }

  .mr6-sm {
    margin-right: 36px !important;
  }

  .mb6-sm {
    margin-bottom: 36px !important;
  }

  .ml6-sm {
    margin-left: 36px !important;
  }

  .mln6-sm {
    margin-left: -36px !important;
  }

  .mt7-sm {
    margin-top: 53px !important;
  }

  .mr7-sm {
    margin-right: 53px !important;
  }

  .mb7-sm {
    margin-bottom: 53px !important;
  }

  .ml7-sm {
    margin-left: 53px !important;
  }

  .mln7-sm {
    margin-left: -53px !important;
  }

  .mt8-sm {
    margin-top: 79px !important;
  }

  .mr8-sm {
    margin-right: 79px !important;
  }

  .mb8-sm {
    margin-bottom: 79px !important;
  }

  .ml8-sm {
    margin-left: 79px !important;
  }

  .mln8-sm {
    margin-left: -79px !important;
  }

  .mt9-sm {
    margin-top: 119px !important;
  }

  .mr9-sm {
    margin-right: 119px !important;
  }

  .mb9-sm {
    margin-bottom: 119px !important;
  }

  .ml9-sm {
    margin-left: 119px !important;
  }

  .mln9-sm {
    margin-left: -119px !important;
  }

  .p0-sm {
    padding: 0 !important;
  }

  .pb0-sm {
    padding-bottom: 0 !important;
  }

  .px0-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .p1-sm {
    padding: 5px !important;
  }

  .pb1-sm {
    padding-bottom: 5px !important;
  }

  .px1-sm {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  .p2-sm {
    padding: 7px !important;
  }

  .pb2-sm {
    padding-bottom: 7px !important;
  }

  .px2-sm {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }

  .p3-sm {
    padding: 11px !important;
  }

  .pb3-sm {
    padding-bottom: 11px !important;
  }

  .px3-sm {
    padding-right: 11px !important;
    padding-left: 11px !important;
  }

  .p4-sm {
    padding: 16px !important;
  }

  .pb4-sm {
    padding-bottom: 16px !important;
  }

  .px4-sm {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .p5-sm {
    padding: 24px !important;
  }

  .pb5-sm {
    padding-bottom: 24px !important;
  }

  .px5-sm {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .p6-sm {
    padding: 36px !important;
  }

  .pb6-sm {
    padding-bottom: 36px !important;
  }

  .px6-sm {
    padding-right: 36px !important;
    padding-left: 36px !important;
  }

  .p7-sm {
    padding: 53px !important;
  }

  .pb7-sm {
    padding-bottom: 53px !important;
  }

  .px7-sm {
    padding-right: 53px !important;
    padding-left: 53px !important;
  }

  .p8-sm {
    padding: 79px !important;
  }

  .pb8-sm {
    padding-bottom: 79px !important;
  }

  .px8-sm {
    padding-right: 79px !important;
    padding-left: 79px !important;
  }

  .p9-sm {
    padding: 119px !important;
  }

  .pb9-sm {
    padding-bottom: 119px !important;
  }

  .px9-sm {
    padding-right: 119px !important;
    padding-left: 119px !important;
  }
}


.text-color-secondary-hover:hover,a:hover .text-color-secondary-hover {
  color: rgba(0, 0, 0, 0.54) !important;
}

.Icon {
  position: relative;
}

.Icon > svg {
  position: absolute;
}

.Icon--inline {
  width: 1em;
  height: 1em;
  display: inline-flex;
  align-self: center;
}

.Icon--inline > svg {
  bottom: -0.125em;
}

.Icon:not(.Icon--inline) {
  height: 0;
  width: 100%;
  padding-top: 100%;
  display: inline-block;
}

.Icon:not(.Icon--inline) > svg {
  top: 0;
  left: 0;
}

.Icon > svg {
  width: 100%;
  height: 100%;
}

.LinkButton {
  color: #16b8e0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.LinkButton:hover {
  color: #008ab3;
  text-decoration: underline;
}

.LinkButton:focus {
  outline: none;
}

.absolute {
  position: absolute;
}

.p-absolute {
  position: absolute !important;
}

.top-0 {
  top: 0 !important;
}

/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}

@media print {
  /* Helpers */

  /* Generic Overrides */

  * {
    box-shadow: none !important;
  }
}

.width-10 {
  width: 177px !important;
}

@media (min-width: 600px) {
  .width-10-sm {
    max-width: 177px !important;
  }

  .width-12-sm {
    width: 394px !important;
  }
}

.height-10 {
  height: 177px !important;
}

/* Use as "<span className="copyright" />Amino, Inc." */

.no-hover-underline:hover {
  text-decoration: none !important;
}

a.h6 {
  color: #16b8e0;
  text-decoration: none;
  font-weight: bold;
}

span.text-4 {
  color: rgba(0,0,0,0.86);
  font-weight: 400!important;
  text-decoration: none!important;
}

a:hover .d-block-on-hover {
  display: block !important;
}

.flex-center {
  align-items: center !important;
  justify-content: center !important;
}

.hover-underline:hover,a:hover .hover-underline {
  text-decoration: underline !important;
}

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

@media (min-width: 600px) {
  .text-center-sm {
    text-align: center !important;
  }
}

body,html {
  height: 100%;
}

.gray-link {
  color: #c1c1c1;
}

.gray-link:visited {
  color: #c1c1c1;
}

.gray-link:hover {
  color: #969696;
}

.gray-link:active {
  color: #777;
}

/* Note: This is one big hack. We don't have phenotypes table styles so these
are just eyeball adjustments from the facts-table styles. I'm positive these
need adjustment */

.SidebarMenu {
  max-width: 264px;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10001;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.14), 0 5px 7px rgba(0, 0, 0, 0.07), 0 0 36px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(25px) scale(1.05);
  -ms-transform: translateX(25px) scale(1.05);
  transform: translateX(25px) scale(1.05);
  transition: none;
  -webkit-transition-property: -webkit-transform, opacity, visibility;
  -o-transition-property: transform, opacity, visibility;
  transition-property: transform, opacity, visibility;
  -webkit-transition-duration: 0.15s, 0.15s, 0s;
  -o-transition-duration: 0.15s, 0.15s, 0s;
  transition-duration: 0.15s, 0.15s, 0s;
  -webkit-transition-timing-function: ease-in, ease-in, linear;
  -o-transition-timing-function: ease-in, ease-in, linear;
  transition-timing-function: ease-in, ease-in, linear;
  -webkit-transition-delay: 0s, 0s, 0.5s;
  -o-transition-delay: 0s, 0s, 0.5s;
  transition-delay: 0s, 0s, 0.5s;
}

.SidebarMenu--visible {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-duration: 0.25s, 0.25s;
  -o-transition-duration: 0.25s, 0.25s;
  transition-duration: 0.25s, 0.25s;
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
}

.SidebarMenu--medium {
  max-width: 302px;
}

@media (min-width: 600px) {
  .SidebarMenu--medium-sm {
    max-width: 302px;
  }
}

/* Footer */
.footer-grey {
    background:#f9f9f9;
    padding:53px 0 12px 0;
    color:#fff;
}

.footer-links {
    margin-left: 53px; 
    margin-top: -16px; 
    margin-right: 53px;
    margin-bottom: 36px;
}
@media (max-width: 767px) {
	.footer-links {
		 margin-left: 36px;
		 margin-right: 36px;
	} 
}