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

html, body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.466666667;
  background-color: #000;
}

h1,
h3,
h4,
h5,
strong {
  font-family: Arial, sans-serif;
  font-weight: 600;
}

.site-title {
  font-size: 1.625em;
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  margin: 0;
  line-height: 1.3;
  display: inline-block;
  width: 100%;
}

img {
  max-width: 100%;
}

h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 1.375em;
  margin: 1.4em 0 0 0;
}

h4 {
  font-size: 1em;
  text-transform: uppercase;
}

.page-title {
  margin-top: .727272727em; /* 16/22 */
}

.float-right {
  display: inline-block;
  width: 25%;
  margin: 0;
  text-align: right;
}

.language-switcher {
}

.main-content ul,
.full-content ul {
  padding-left: 1.1em;
}

.main-content li,
.full-content li {
  margin-bottom: 1em;
}

li h3,
li h4 {
  margin: 0;
}

li p {
  margin-top: 0;
}

a,
a:link,
a:visited {
  color: #02569a;
  border-bottom: 1px dotted #0072ce;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid #7eb8dd;
  color: #7eb8dd;
  text-decoration: none;
}

a:active {
  border-bottom: 1px solid #002d72;
  color: #002d72;
  text-decoration: none;
}

a:focus {
  border-bottom: 1px solid #0072ce;
  color: #0072ce;
  outline: thin dotted;
  text-decoration: none;
}

a.title-link {
  color: #fff;
  border-bottom: none;
}

a.title-link:hover,
a.title-link:active,
a.title-link:focus {
  color: #7eb8dd;
  border-bottom: none;
}

a.skip-link {
  color: #0072ce;
  border-bottom: none;
  padding: .25em;
}

a.skip-link:hover,
a.skip-link:active,
a.skip-link:focus {
  background-color: #0072ce;
  color: #fff;
  border-bottom: none;
}

.sidebar-nav {
  margin-bottom: 1em;
}

.sidebar-nav h2 {
  margin-top: 1em;
  font-size: 1.2em;
}

.sidebar-nav ul {
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  list-style: none;
  font-size: 1.125em;
  padding-left: .25em;
  font-size: 1em;
  border-bottom: 1px solid #babbbd;
}

.sidebar-nav li:hover,
.sidebar-nav li:active,
.sidebar-nav .active {
  color: #75787b;
  background-color: transparent;
  padding-left: 0;
  border-left: .25em solid #FFCC3D;
}

.sidebar-nav li:last-child {
  border-bottom: 0;
}

.sidebar-nav a {
  display: block;
  padding: 10px;
  -webkit-transition: unset;
  transition: unset;
}

.sidebar-nav a,
.sidebar-nav a:link,
.sidebar-nav a:visited {
  border-bottom: none;
  color: #565656;
}

.sidebar-nav .primary {
  margin-left: 0px;
}

.cds-logo {
  display: block;
  max-width: 4rem;
  padding: 10px;
}

.content {
  padding-top: 2em;
  padding-bottom: 2em;
}

.wrap {
  max-width: 70%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

header {
  width: 100%;
  background-color: #000;
}

.flexer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  border-top: 2px solid #babbbd;
  background: #000;
  width: 100%;
  font-size: 0.875em;
  color:  #fff;
}

footer .wrap {
 padding-top: 1em;
 padding-bottom: 2em;
}

footer .canada-logo {
  height:  40px;
}

footer a,
footer a:link,
footer a:visited {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
footer a:hover {
  border-bottom: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.intro {
  color: #75787B;
}

li h4 {
  margin: 0;
}

.license {
  font-family: "Avenir Next Demi", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

pre {
  max-width: 100%;
  font-size: 0.875em;
  overflow-y: scroll;
  background-color: #f1f2f2;
  padding: 10px;
}

td, th {
  border: 1px solid grey
}

.project-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: .5em 0 1em 0;
  padding: 0;
}

.project-list div {
  padding: .5em;
  min-width: 25em;
}

.project-list a {
  display: inline-block;
  padding: .625em 1em 1em 1em;
  border: 1px solid #e1e4e7;
  border-top-right-radius: 8px;
  box-shadow: 5px 5px 5px #e1e4e7;
  width: 100%;
}

.project-list a:link,
.project-list a:visited {
  border-bottom: none;
}

.project-list a:hover {
  color: #4D5F87;
  background-color: #CDE3F1;
}

ul.repo-list {
  margin: .5em 0 1em 0;
  padding: 0;
}

.repo-list li {
  list-style: none;
}

.repo-list p {
  margin: 0;
  font-size: 0.875em;
}

.repo-list h3 {
  text-transform: none;
  font-size: 1rem;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  *zoom: 1;
  background-color: #fff;
}

.fip-wrapper {
  border-bottom: 2px solid #FFCC3D;
  background-color: #000;
  margin-bottom: 1rem;
}

#fip {
  background-color:  #000000;
  padding:  13px 30px;
}

#fip a {
  border-bottom:  0;
  color:  #fff;
  font-weight:  200;
  font-size:  16px;
}
#fip a:hover {
  border-bottom:  1px dotted #fff;
}
#fip a.fip-logo:hover {
  border-bottom: none;
}

.site-title a.title-link:focus,
.site-title a.title-link:active,
.site-title a.title-link:hover {
  border-bottom: 1px dotted #fff;
  color: #fff;
  text-decoration: none;
}

#fip .goc-logo {
  display: block;
  z-index: 1;
  height : 20px;
  pointer-events: none;
}

#fip h2 {
  margin-top:  0;
}

@media screen and (max-width: 54.375em) {
  .repo-list li {
    height: 6em;
    max-height: 6em;
  }

  .repo-list a:link,
  .repo-list a:visited {
    max-height: 6em;
  }
}

@media screen and (min-width: 45em) {
  aside {
    width: 30%;
    float: left;
  }

  .main-content {
    width: 67%;
    float: right;
  }

  .main_content,
  .full_content {
    margin-bottom: 120px;
  }

  .project-list {
   flex-direction: row;
  }

  .repo-list li {
    list-style: none;
    display: block;
    float: left;
    height: 4.0625em;
    max-height: 4.0625em;
    background-color: #E7E7E6;
    border-left: 1px solid #BABBBD;
    width: 40%;
  }

  .repo-list a:link,
  .repo-list a:visited {
    display: block;
    max-height: 4.0625em;
    background-color: #E7E7E6;
    border-bottom: none;
    padding: .625em 1em 1em 1em;
  }

  .repo-list a:hover {
    color: #4D5F87;
    background-color: #CDE3F1;
  }

  .repo-list li:first-child {
    text-align: center;
    border-left: none;
    line-height: 60px;
    padding: .625em 1em;
    width: 10%;
  }
}

@media screen and (max-width: 40.5em) {
  .wrap {
    max-width: 100%;
  }

  .main-content,
  .full_content {
    margin-top: 1.5em;
  }
}
