/* Logo size */
.provlogo {
  margin-left: 5px;
}

.maglogo {
	font: 700 1.15em Raleway, sans-serif;
  line-height: 1.1rem;
  margin-top: 7px;
  margin-bottom: 0.7em;
  margin-left: 5px;
}

.maglogo a {
  text-decoration: none;
}

/* Header */
#arc {
	background: none #c0c0c0;
	height: 45px;
}

#arc form {
  margin-top: 7px;
}

#searchBox {
  height: 1.6em;
}

/* Default Gray20, No arc */
#navbar {
  background-color: #333;
}

.navbar-default,
.navbar-toggle {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

.leftnav .header,
.leftnav .mycolour .header,
.row .header,
h1 {
  background-image: none;
}

h2 {
  background: none #fff;
}

.leftnav .mygovt .header {
  background: none #333;
}

@media only screen and (max-width: 991px) {
  #arc {
    border-top: none;
    height: 47px;
  }

  .navbar-default {
    background-color: #fff;
  }

  .navbar-toggle {
    margin: 7px 6px;
  }
}

@media only screen and (max-width: 480px) {
  .maglogo {
    text-align: left;
    margin: 0 0 0 5px;
  }
}

/* Splash */
.splash {
  padding-bottom: 39px;
  background-image: none;
  border-color: #333;
}
.splash h1, .splash h2, .splash h3 {
  font-family: Raleway, sans-serif;
  color: #000;
  border: none;
  background: none;
}
.splash .two_cols .column .button {
  margin: 26px auto;
}
.splash #ontario_header {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 21px;
}
.splash h2.ministry_header,
.splash h2.homepage {
  font-size: 1.9em;
  line-height: 1.3rem;
}
.splash h2 a {
  color: #000;
}
.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;
}

#splash_page .border-right {
  border-right: 1px solid #333;
}

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