@import url(fonts.css);
@import url(master.css);
#splash {
  padding-bottom: 39px;
  background-image: none;
  border-color: #333;
}
#splash .two_cols {
  padding-top: 0;
  background: #fff url(/images/splash_line.gif) no-repeat 50% 50%;
}
#splash .two_cols .column .button {
  margin: 26px auto;
}
#splash #ontario_header {
  text-align: center;
  margin: 39px auto 24px;
}
#splash h1, #splash h2, #splash h3 {
  font-family: Raleway, sans-serif;
}
#splash h2, #splash h3 {
  margin: 0;
  padding: 0;
}
#splash h2.ministry_header {
  font-size: 1.5em;
  line-height: 1.3rem;
}
#splash h3 a {
  font-size: 110%;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}
#splash img[src*="logo-ontario-blk@2x.png"] {
  width: 180px;
  height: 47px;
}
#splash .photo--rounded {
  border: 7px solid #858685;
  border-left: none;
  border-right: none;
  border-radius: 5px;
}

#footer {
  padding-top: 10px;
  width: 100%;
}
#footer span:nth-child(1n+1) {
  border-right: 1px solid;
  padding: 0 6px 0 3px;
}
#footer span:last-child {
  border-right: none;
  padding-right: 3px;
}
