@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
* ::before,
* ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-width: 320px;
  min-height: 100%;
  min-height: 100vh;
  font-size: 16px;
  font-family: "Oracle Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #100F0E;
  background-color: #F7F5F3;
}

a {
  text-decoration: none;
  color: #AE562C;
  outline: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

p {
  margin: 0 0 24px;
}

p:last-child {
  margin-bottom: 0;
}

h1 {
  margin: 0 0 24px;
  font-size: 48px;
}

h2 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media screen and (max-width: 559px) {
  h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }
}

h3 {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

h4 {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}


code,
pre {
  font-size: 90%;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background-color: rgba(0, 0, 0, .025);
  -webkit-box-shadow: inset rgba(0, 0, 0, .05) 0 0 0 1px;
  box-shadow: inset rgba(0, 0, 0, .05) 0 0 0 1px;
}

code {
  padding: 2px 4px;
  border-radius: 2px;
}

pre {
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.icon-class {
  color: #17756c;
}

.modifier-class {
  color: #9c27b0
}


.gh-AccessibleHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}



.gh-Header {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  /* padding-top: 16px;
  padding-bottom: 16px;
  background-color: #FCFBFA;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .05); */
  padding-top: 44px;
  padding-bottom: 44px;
}

@media screen and (max-width: 559px) {
  .gh-Header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.gh-Header > .gh-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gh-Header-logoLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  text-decoration: none !important;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(0, 0, 0, .85);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-radius: 4px;
  padding: 14px;
  margin: -14px;
}

.gh-Header-logoLink:hover,
.gh-Header-logoLink:focus {
  background-color: rgba(49, 45, 42, .05);
}

.gh-Header-logoLink:active {
  background-color: rgba(49, 45, 42, .08);
}

.gh-Header-logoIcon {
  display: block;
  margin-right: 12px;
  width: 124px;
  height: 16px;
  fill: currentColor;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: #D1350F;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.gh-Header-logoLabel {
  font-weight: 500;
  font-size: 14px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;

  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}



@media screen and (max-width: 359px) {
  .gh-Header-logoLabel {
    display: none;
  }
}


.gh-HeaderNav {
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.gh-HeaderNav li {
  display: inline-block;
  vertical-align: top;
}

.gh-HeaderNav-link {
  display: inline-block;
  margin-left: auto;
  padding: 14px 20px;
  vertical-align: top;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  border-radius: 4px;
  /* -webkit-box-shadow: inset #3F3A36 0 0 0 1px;
  box-shadow: inset #3F3A36 0 0 0 1px; */
  text-decoration: none !important;
  color: #100F0E;
}

.gh-HeaderNav-link:hover,
.gh-HeaderNav-link:focus {
  background-color: rgba(49, 45, 42, .05);
  /* -webkit-box-shadow: inset #3F3A36 0 0 0 1px;
  box-shadow: inset #3F3A36 0 0 0 1px; */
}

.gh-HeaderNav-link:active {
  background-color: rgba(49, 45, 42, .08);
  /* -webkit-box-shadow: inset #3F3A36 0 0 0 1px;
  box-shadow: inset #3F3A36 0 0 0 1px; */
}

.gh-HeaderNav-label {
  margin-right: 12px;
  vertical-align: top;
  display: inline-block;
}

.gh-HeaderNav-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  fill: currentColor;
  margin-top: -4px;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -8px;
}

@media screen and (max-width: 559px) {
  .gh-HeaderNav-link {
    padding: 14px;
  }

  .gh-HeaderNav-label {
    display: none;
  }

  .gh-HeaderNav-icon {
    margin-right: -4px;
  }
}


.gh-Body {
  padding-top: 56px;
  padding-bottom: 56px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.gh-Container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  max-width: 1024px;
}

@media screen and (max-width: 559px) {
  .gh-Container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.gh-Footer {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  background-color: #312D2A;
  background-image: url('footer-bg.png');
  color: rgba(252, 251, 250, 0.6);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 44px;
  padding-bottom: 44px;
  font-size: 12px;
  line-height: 22px;
}

.gh-Footer a {
  color: rgba(252, 251, 250, 0.6);
}

.gh-footer a:hover {
  color: rgba(252, 251, 250, 1);
  text-decoration: underline;
}

.gh-Footer .gh-Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .gh-Footer .gh-Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gh-Footer-tagLine {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .gh-Footer-tagLine {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.gh-Footer-tagLineLink {
  display: inline-block;
  vertical-align: top;
  color: rgba(252, 251, 250, 0.6);
  outline: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  margin-right: 36px;
}


.gh-Footer-tagLineLink:hover,
.gh-Footer-tagLineLink:focus {
  color: rgba(252, 251, 250, 1);
}

.gh-Footer-tagLineLink svg {
  display: block;
  fill: currentColor;
  width: 40px;
  height: 26px;
}

.gh-Footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
  color: inherit;
}

@media only screen and (max-width: 768px) {
  .gh-Footer-tagLineLink {
    margin-right: 0;
    margin-top: 36px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .gh-Footer-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
}

.gh-Footer-links li {
  font-size: inherit;
  display: inline;
}

.gh-Footer-links li:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid rgba(252, 251, 250, 0.3);
  margin-right: 6px;
}

.gh-Footer-links li a {
  outline: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}

.gh-Footer-links li a:hover,
.gh-Footer-links li a:focus {
  color: rgba(252, 251, 250, 1);
}

.gh-Footer-socialLinks {
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 769px) {
  .gh-Footer-socialLinks {
    margin-left: auto;
  }
}

.gh-Footer-socialLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 0;
}

.gh-Footer-socialLinks ul li {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
}

@media only screen and (min-width: 769px) {
  .gh-Footer-socialLinks ul li {
    margin: 8px;
  }
}

a.gh-Footer-socialLink {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-transition: background-color .1s ease, color .1s ease;
  -o-transition: background-color .1s ease, color .1s ease;
  transition: background-color .1s ease, color .1s ease;
  background-color: rgba(252, 251, 250, 0.6);
  color: #312D2A;
  border-radius: 2px;
  outline: none;
}

a.gh-Footer-socialLink:hover,
a.gh-Footer-socialLink:focus {
  background-color: rgba(252, 251, 250, 1);
  color: #312D2A;
}

a.gh-Footer-socialLink svg {
  display: block;
  fill: currentColor;
  height: 100%;
  width: 100%;
}




/* .gh-Intro {} */

.gh-Intro h1 {
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
}

.gh-Intro p {
  margin: 0 0 24px;
  font-size: 18px;
}

.gh-Intro p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 559px) {
  .gh-Intro h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .gh-Intro p {
    font-size: 16px;
  }
}


.gh-SearchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  margin-bottom: 44px;
}

.gh-SearchBox-settings {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.gh-SearchBox-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -ms-grid-row-align: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.gh-SearchBox-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

  color: #CBC5BF;
  font-size: 24px !important;
  width: 24px;
  height: 24px;
}

.gh-SearchBox-input {
  display: block;
  margin: 0;
  width: 100%;
  font-weight: 400;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 56px;
  padding: 16px 16px 16px 44px;
  font-size: 18px;
  color: #1A1816;
  line-height: 24px;
  border: 0;
  border-radius: 0;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(26, 24, 22, 0.20);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(26, 24, 22, 0.20);
  border-radius: 4px;
}

.gh-SearchBox-input:focus {
  -webkit-box-shadow: 0 0 0 1px #377E55, 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(26, 24, 22, 0.20);
  box-shadow: 0 0 0 1px #377E55, 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(26, 24, 22, 0.20);
}

.gh-SearchBox-input::-webkit-search-decoration {
  -webkit-appearance: none;
}

@media screen and (max-width: 559px) {
  .gh-SearchBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .gh-SearchBox-wrap {
    -ms-grid-row-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .gh-SearchBox-settings {
    margin-top: 12px;
    margin-left: 0;
    -ms-grid-row-align: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
}



.gh-RepoList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gh-RepoList li {
  margin-bottom: 12px;
}

.gh-RepoList li:last-child {
  margin-bottom: 0;
}

.gh-Repo {
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.gh-Repo:focus-within {
  -webkit-box-shadow: 0 0 0 1px #377E55, 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 1px #377E55, 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.gh-Repo:last-child {
  margin-bottom: 0;
}

.gh-Repo-Title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.gh-Repo-Description {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(16, 15, 14, 0.60);
}

.gh-Repo-Meta {
  margin-top: 12px;
  font-size: 12px;
}

.gh-Repo-Tag {
  cursor: pointer;
  color: inherit;
}

.gh-Repo-Tag:hover {
  color: #377E55;
}

.gh-Repo-Tag:not(:last-child):after {
  content: ',';
  margin-right: 4px;
}

.gh-Repo-MetaItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 12px;
  white-space: nowrap;
}

.gh-Repo-MetaItem .fa {
  margin-right: 4px;
  font-size: inherit;
  line-height: inherit;
}

.gh-Repo-MetaItem--language {
  font-weight: 600;
}

.gh-Repo-MetaItem--language:empty {
  display: none;
}

.gh-Repo-MetaItem--tags {
  white-space: normal;
}

.gh-Repo-MetaItem--noTags {
  display: none;
}

.gh-RepoList-actions {
  margin-top: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gh-LoadMore {
  outline: none;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  min-width: 240px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset #3F3A36 0 0 0 1px;
  box-shadow: inset #3F3A36 0 0 0 1px;
  display: block;
  color: #100F0E;
}

.gh-LoadMore:hover,
.gh-LoadMore:focus {
  background-color: rgba(49, 45, 42, .05);
  -webkit-box-shadow: inset #3F3A36 0 0 0 1px;
  box-shadow: inset #3F3A36 0 0 0 1px;
}

.gh-LoadMore:active {
  background-color: rgba(49, 45, 42, .08);
  -webkit-box-shadow: inset #3F3A36 0 0 0 1px;
  box-shadow: inset #3F3A36 0 0 0 1px;
}

.gh-LoadMore--hidden {
  display: none;
}



.gh-AccessibleHidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}


.gh-SearchBox-settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(26, 24, 22, 0.20);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10), 0 1px 2px 0 rgba(26, 24, 22, 0.20);
}

.gh-SearchBox-filter {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.gh-SearchBox-filter:not(:first-child) {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15);
}

.gh-SearchBox-filter:first-child .gh-SearchBox-filterButton {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.gh-SearchBox-filter:last-child .gh-SearchBox-filterButton {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Temp */
#sort-alphabetical-desc {
  display: none;
}


.gh-SearchBox-filterButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  text-align: center;
  color: #383838;
  cursor: pointer;
  border: 0;
  margin: 0;
  background-color: transparent;
  padding: 18px;
  outline: none;
  width: 100%;
  -webkit-transition: .15s ease;
  -o-transition: .15s ease;
  transition: .15s ease;
}

.gh-SearchBox-filterButton--active {
  font-weight: 700;
  color: #FCFBFA;
  background-color: #67605B;
}

.gh-SearchBox-filterButton:focus {
  -webkit-box-shadow: inset #377E55 0 0 0 1px, inset #fff 0 0 0 2px;
  box-shadow: inset #377E55 0 0 0 1px, inset #fff 0 0 0 2px;
}

.gh-SearchBox-filterButton .fa {
  font-size: 20px !important;
}

.gh-Notice {
  background: #feedc3;
  border-radius: 2px;
  padding: 16px;
  margin-bottom: 44px;
}