/* Brand Colours */
/* Font Assets */
html {
  font-size: 62.5%;
}
body {
  padding: 0;
  margin: 0;
  font: 13px 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.538em;
  background: #efefef;
  color: #666666;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header,
main,
aside,
nav,
footer {
  display: block;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #1a1a1a;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #152b55;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  margin: 10px 0 30px;
  padding: 0 0 20px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.231em;
  border-bottom: 2px solid #e5e9ea;
}
h2 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.261em;
}
h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.3em;
}
h4 {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.353em;
}
h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4em;
}
img {
  max-width: 100%;
  border: none;
}
a {
  color: #22a2d7;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
hr {
  height: 1px;
  color: #152b55;
  background: #152b55;
  border: 0;
  margin: 1em 0;
}
table caption {
  text-align: left;
}
table caption small {
  display: block;
}
.skip {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#dev-banner {
  background: #cc0033;
  padding: 16px;
  text-align: center;
}
#dev-banner p {
  margin: 0;
  color: #fff;
}
.copyright {
  display: block;
  float: left;
}
.credit {
  margin: 0 0 20px;
  padding-top: 20px;
  clear: both;
}
.credit img {
  margin-top: 5px;
}
.timing {
  margin: 20px 0;
}
.date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.location {
  font-size: 11px;
  font-size: 1.1rem;
}
.divider {
  display: block;
  margin: 20px 0 0;
  max-width: 940px;
  width: 94%;
  clear: both;
  border-top: 1px solid #e7e9e8;
}
.more {
  margin: 10px 0 0;
}
.attached ol.documents li.odt {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/pdf.png) no-repeat 10px 10px;
}
.attached ol.documents li.pdf {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/pdf.png) no-repeat 10px 10px;
}
.attached ol.documents li.doc {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/doc.png) no-repeat 10px 10px;
}
.attached ol.documents li.docx {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/docx.png) no-repeat 10px 10px;
}
.attached ol.documents li.ppt {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/ppt.png) no-repeat 10px 10px;
}
.attached ol.documents li.pptx {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/pptx.png) no-repeat 10px 10px;
}
.attached ol.documents li.xls {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/xls.png) no-repeat 10px 10px;
}
.attached ol.documents li.xlsx {
  background: #f3f3f3 url(/themes/ibms/gfx/icons/xlsx.png) no-repeat 10px 10px;
}
/* Default Table Styling */
table {
  margin: 0 0 20px;
  border-spacing: 0;
  border-collapse: collapse;
}
/* Member Directory Plus - Minus Button Assets */
.icon-plus,
.icon-minus {
  position: absolute;
  top: 12px;
  right: 0;
  width: 16px;
  height: 16px;
  float: right;
}
.icon-minus {
  background: url(/themes/ibms/gfx/btn/plus-minus_btn.png) no-repeat 0 -21px;
}
.icon-plus {
  background: url(/themes/ibms/gfx/btn/plus-minus_btn.png) no-repeat 0 0;
}
address {
  font-style: normal;
}
nav {
  display: none;
}
