/* line 3, ../../../app/stylesheets/citizen/common.sass */
.agent-banner {
  position: relative;
}
/* line 12, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item {
  position: absolute;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
}
/* line 2, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item.banner-large {
  font-size: 21px;
  line-height: 36px;
}
/* line 5, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item.banner-medium {
  font-size: 13px;
}
/* line 7, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item.banner-small {
  font-size: 11px;
}
/* line 18, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item.banner-large {
  margin-top: -18px;
}
/* line 20, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item a:hover {
  text-decoration: underline;
}
/* line 22, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item sup {
  vertical-align: text-top;
}
/* line 24, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item p {
  margin: 0;
  padding: 0;
}
/* line 27, ../../../app/stylesheets/partials/agent-banner.sass */
.agent-banner .item img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  top: 50%;
}

/* line 7, ../../../app/stylesheets/citizen/common.sass */
#top_bar .middle {
  overflow: hidden;
}
/* line 9, ../../../app/stylesheets/citizen/common.sass */
#top_bar .middle .content {
  padding: 7px;
  line-height: 25px;
  height: 25px;
}
/* line 13, ../../../app/stylesheets/citizen/common.sass */
#top_bar .middle h6 {
  margin: 0;
  letter-spacing: 0.05em;
}
/* line 17, ../../../app/stylesheets/citizen/common.sass */
#top_bar #user_login_form label {
  margin: 0 5px;
  vertical-align: bottom;
}
/* line 20, ../../../app/stylesheets/citizen/common.sass */
#top_bar #user_login_form input {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
/* line 24, ../../../app/stylesheets/citizen/common.sass */
#top_bar #user_login_form .text {
  width: 150px;
  border: 1px solid #999999;
}

/* line 30, ../../../app/stylesheets/citizen/common.sass */
#content .column {
  overflow: hidden;
}

/* line 34, ../../../app/stylesheets/citizen/common.sass */
#access_code_form p {
  margin: 1em 0;
}
/* line 36, ../../../app/stylesheets/citizen/common.sass */
#access_code_form input {
  width: 60px;
  margin-right: 10px;
}
/* line 39, ../../../app/stylesheets/citizen/common.sass */
#access_code_form input.button {
  width: 122px;
  height: 21px;
  margin-right: 0px;
  border: 0;
  cursor: pointer;
  vertical-align: top;
}

/* line 48, ../../../app/stylesheets/citizen/common.sass */
#top_bar ul.links {
  margin: 0;
  overflow: hidden;
  list-style: none;
}
/* line 52, ../../../app/stylesheets/citizen/common.sass */
#top_bar ul.links li {
  float: right;
  margin: 0px 5px;
}
/* line 55, ../../../app/stylesheets/citizen/common.sass */
#top_bar ul.links li.divider {
  margin: 5px;
  width: 1px;
  height: 18px;
}
/* line 59, ../../../app/stylesheets/citizen/common.sass */
#top_bar a {
  vertical-align: middle;
}

/* line 62, ../../../app/stylesheets/citizen/common.sass */
#site_message {
  padding: 10px;
  background-color: #eeeeee;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 71, ../../../app/stylesheets/citizen/common.sass */
#footer {
  clear: both;
}
/* line 73, ../../../app/stylesheets/citizen/common.sass */
#footer img {
  height: 20px;
  vertical-align: text-bottom;
}
