/* This stylesheet is meant for custom styles, on top of the Bone Template */
.article td {
  padding-left: 10px !important;
}

@media only screen and (min-width: 769px) {
  img.dark-brand, img.light-brand {
    max-height: 100px;
  }
  
  header .brand {
    margin-top: 20px;
    float: left;
  }

  .terms li {
    font-size: 18px;
  }
  
  .brand {
    display: inline-block;
  }
  
  h2.organization {
    float: left;
    margin: 30px 15px;
  }

  header .menu {
    margin-top: 0;
  }

  header .menu:before {
    margin-top: 45px;
  }

  .home h3 {
    font-size: 2em;
  }

  .home p, .content p, .content td, .news ul li, .content ul li {
    font-size: 1.4em;
  }

  .event, .news {
    font-size: 1.4em;
  }
  
  .container .content {
	  padding-top: 30px;
  }

  footer p, footer {
    font-size: 1em !important;
  }
  
  .top-line {
    margin-top: 50px;
  }
}

@media screen and (max-width: 992px) {
  h2.organization {
    float: left;
    margin: 40px 15px;
    font-size: 2em;
  }  

  .home p, .content p, .content td, .news, .content li {
    font-size: 1.4em;
  }

  .top-line {
    margin-top: 80px;
  }

  footer p {
    font-size: 0.9em !important;
  }
}

@media only screen and (max-width: 768px) {
  img.dark-brand, img.light-brand {
    max-height: 40px;
  }
  
  header .brand {
    margin-top: 20px;
    float: left;
  }
  
  .brand {
    display: inline-block;
  }
  
  h2.organization {
    float: left;
    margin: 20px 5px;
    font-size: 1.2em;
  }

  header {
    height: 80px;
  }

  header .menu {
    margin-top: 0;
  }

  header.affix {
    height: 80px;
  }

  header .menu:before {
    margin-top: 15px;
  }
  
  .event {
	  font-size: 1.3em;
  }
  
   .container .content {
	  padding-top: 35px;
  }

  .home p, .content p, .content td, .news, .content li {
    font-size: 1.2em;
  }

  .top-line {
    margin-top: 60px;
  }
}

.article ol { counter-reset: item }
.article li{ display: block }
.article li:before { content: counters(item, ".") " "; counter-increment: item }


@media print {
  .no-print {
    display: none !important;
  }
}