body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height:1.4;
  color: #333333;
  background-color: #ffffff;
}
a, span, font, div, h1, h2, h3, h4, h5, h6, p, td, tr, table, tbody, thead, tfoot {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ssp-containter {
  min-height:450px;
  background-color:#f6f6f6;
  padding-top: 80px;
  width: 100%;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary a {
  color: #002752;
  font-weight: 700;
  text-decoration: underline;
}
.alert-primary a:hover {
  text-decoration: none;
}
.alert {
  padding: 20px 20px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: 50%;
  margin:auto;
}
   @media (max-width: 767px) {
    .alert {
      width: 70%;
    }
  }
.alert p {
  color: inherit;
  font-size: 16px;    
}
.alert h1 {
  color: inherit;
  font-weight: normal;
  font-size: 30px;
  margin-top:5px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.icon-exclamation {
  padding-left: 35px;
  background-image: url("/dpd/_img/exclamation.png");
  background-repeat: no-repeat;
}

.seagovNavbar {
  background-color: #003da5;
  min-height: 60px;
  color: #fff;
  padding-right:20px;
}
.seagovNavbar .navbar-brand {
  display: block;
  height: inherit;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 20px;
  float:left;
}
a.logohome.exec, .logohome.exec {
	margin-top: 8px;
}
a.logohome, .logohome {
  font-family: 'Seattle Text' !important;
  margin-left: 4px;
  font-weight: bold;
  font-size: 21px;
  color: #fff;
  display: block;
  text-decoration: none;
}
a.logohome:hover {
  text-decoration: underline;
}
.logohome:before {
  height: 42px;
  width: 42px;
  content: '';
  display: inline-block;
  float: left;
  margin-top: -6px;
  margin-right: 10px;
  background: #fff url(//www.seattle.gov/images/2015_IMG/logoHome.png);
  background-size: contain;
  border-radius: 25px;
  border: 1px solid #fff;
}
.seattleMayor:after {
  float: left;
  margin-left: -110px;
  margin-top: 31px;
  content: "Mayor Jenny A. Durkan";
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.returnLink {
  float:right;
  font-size: 12px;
  font-weight:bold;
  margin-top:33px;
}
.returnLink a {
  color:#fff;
} 
div#deptTitle {
    padding-bottom: 20px;
    padding-left: 12px;
}
div#deptTitle, div#deptTitle a {
    font-size: 34px;
    margin-top: 20px;
    line-height: 1.1;
    font-family: 'Seattle Text', Arial !important;
    text-decoration: none;
    text-align: left;
}
    @media only screen and (max-width : 480px) {
			div#deptTitle, div#deptTitle a {
      	font-size: 22px;
      }
      .returnLink {
        display:none;
      }
    }
#deptTitle a {
    font-weight: bold;
    color: #000;
}
.deptName {
  border-bottom: 1px solid  #cccccc;
}

/*footer*/
.footer {
	background-color:#000000;
  padding: 20px 0;
  margin-top:0;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-ssp-float {
	color:#ffffff;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
  @media (min-width: 1160px) {
    .footer-inner {
      padding: 0;
      width: 90%;
    }
  }
  @media only screen and (max-width: 805px) {
    .footer-inner {
      display:block;
    {
}
