@import url(normalize.css);
@import url(skeleton.css);
.alert {
  position: relative;
  padding: 1.25rem;
  margin-bottom: 4rem;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .alert.primary-alert {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .alert.secondary-alert {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
  .alert.warning-alert {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }

nav {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.85);
  z-index: 1000;
  border-bottom: 1px solid #C2C1BB; }
  @media (max-width: 800px) {
    nav {
      padding-bottom: 0; } }
  nav #nav-toggle {
    color: #000;
    font-size: 28px;
    float: right;
    border: none !important; }
    nav #nav-toggle img {
      width: 35px; }
    @media (min-width: 801px) {
      nav #nav-toggle {
        display: none; } }

@media (min-width: 1068px) {
  .mobile {
    display: none !important; } }
.nav-container {
  width: 100%;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  float: left; }
  .nav-container ul {
    display: inline-block;
    margin-left: 0;
    padding-top: 13px; }
    .nav-container ul li {
      display: inline-block;
      vertical-align: top;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      margin-right: 20px; }
      .nav-container ul li:last-child {
        margin-right: 0; }
      .nav-container ul li:first-child {
        margin-left: 0; }
      .nav-container ul li a, .nav-container ul li a:visited {
        color: #16436A;
        text-decoration: none;
        transition-property: border-color, color;
        transition-duration: 0.2s;
        border: none;
        -webkit-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
        -moz-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
        -ms-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
        -o-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
        transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82); }
        .nav-container ul li a:hover, .nav-container ul li a:visited:hover {
          color: #BA302F;
          border: none; }
  .nav-container #cta {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    margin-left: 25px;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    border: 2px solid #16436A;
    color: #16436A;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -ms-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    -o-transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82);
    transition-timing-function: cubic-bezier(0.165, 0.63, 0.14, 0.82); }
    .nav-container #cta:hover {
      color: #BA302F;
      border-color: #BA302F; }
  @media (max-width: 800px) {
    .nav-container {
      float: none;
      z-index: 500;
      display: none;
      height: auto;
      background: #fff;
      padding: 10px; }
      .nav-container #cta {
        display: none; }
      .nav-container ul.menu li {
        font-size: 18px;
        text-align: left;
        display: block;
        margin-bottom: 0;
        margin-top: 2rem; }
        .nav-container ul.menu li a::after, .nav-container ul.menu li a:visited::after {
          content: none; } }

body {
  background: #FFFEFA;
  color: #51565D;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

#hero {
  margin-top: 70px;
  background: url("/images/cityscape.svg");
  background-repeat: repeat-x;
  background-color: #16436A;
  height: 200px; }

a, a:visited {
  color: #BA302F;
  text-decoration: none;
  border-bottom: 1px solid #BA302F; }
  a:hover, a:visited:hover {
    color: #BA302F;
    border-bottom: 2px solid #BA302F; }

button.button:hover {
  color: #BA302F;
  border-color: #BA302F;
  border-bottom: 1px solid #BA302F; }

h1 {
  color: #16436A;
  font-size: 4.0rem;
  font-weight: 500; }
  @media (max-width: 800px) {
    h1 {
      font-size: 3.5rem; } }

h2 {
  font-size: 2.8rem; }
  @media (max-width: 800px) {
    h2 {
      font-size: 2.4rem; } }

h3 {
  font-size: 2rem;
  margin-bottom: 1rem; }
  h3.extra-margin {
    margin-bottom: 2rem; }
  @media (max-width: 800px) {
    h3 {
      font-size: 1.8rem; } }

p.stylized {
  color: #16436A;
  font-size: 2.2rem;
  font-weight: 200; }

img.pdf-icon {
  float: left;
  margin-right: 1rem; }
  @media (max-width: 800px) {
    img.pdf-icon {
      width: 15px; } }

tbody.zebra tr:nth-child(odd) {
  background-color: rgba(109, 122, 133, 0.07); }

th:first-child, td:first-child {
  padding-left: 15px !important; }

#archived-minutes {
  display: none; }

#years-of-service, #yearly-estimate, #monthly-estimate {
  font-size: 3rem;
  font-weight: 600; }

dl#pension-calculation dt {
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 0; }
dl#pension-calculation dd {
  font-size: 3rem;
  font-weight: 600;
  margin: 0;
  margin-bottom: 2rem; }

dl#about-list dt {
  font-size: 3rem;
  font-weight: 500; }
dl#about-list dd {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: -0.5rem; }

#logo-container {
  text-align: center;
  margin-bottom: 4rem; }
  #logo-container #logo-avatar {
    display: inline-block;
    border: 1px solid #16436A;
    margin-top: -110px;
    background: #fff;
    padding: 10px 15px;
    overflow: hidden; }
    #logo-container #logo-avatar #logo {
      padding-top: 10px;
      height: 180px;
      width: auto; }

footer {
  margin-top: 4rem;
  background: #6D7A85;
  color: #fff;
  padding: 4rem 0;
  font-size: 1.4rem; }
  footer ul#footer-links {
    list-style-type: none; }
    footer ul#footer-links li {
      float: right;
      border-right: 1px solid #fff;
      padding: 0 10px; }
      footer ul#footer-links li:first-child {
        border-right: none;
        padding-right: 0; }
  footer a, footer a:visited {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff; }
