@charset "UTF-8";
/* -------- RISDBC stylesheet --------- */
/* --- Eric Dubois - LegionThirteen --- */
/* base */
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}
a {
  text-decoration: none;
}
/* MAIN STYLES */
body {
  color: #333;
  position: relative;
  width: 100%;
  min-width: 20em;
  background: #112244;
  min-height: 100%;
}
.highlight {
  background: #fff699;
  padding: 0 0.5em;
}
.block {
  position: relative;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 984px;
}
#outer-wrap {
  position: relative;
  overflow: visible;
  width: 100%;
}
#inner-wrap {
  position: relative;
  width: 100%;
  margin: auto;
}
/* HEADER */
#top {
  z-index: 100;
  position: relative;
  color: #fff;
  background: #112244;
  text-align: center;
}
#top .block {
  padding: 8px;
}
#top a#RISBDC {
  margin: auto;
}
#top a#RISBDC img {
  width: 108px;
  height: 64px;
}
#top .block-title {
  margin: 0;
  font-size: 1.875em;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
}
#top .nav-btn {
  position: absolute;
  top: 1.5em;
  left: 1.875em;
}
#top #btn-signin,
#top #btn-signout,
#top #btn-dashboard {
  display: block;
  position: absolute;
  right: 20px;
  padding: 4px 8px;
  background: #882222;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#top #btn-signin {
  top: 20px;
}
#top #btn-signout {
  top: 45px;
  width: 5em;
}
#top #btn-dashboard {
  top: 10px;
  width: 5em;
}
#main {
  background: #fff;
}
#main #main .block {
  padding: 2.625em 1.875em;
}
/* NAVIGATION */
.close-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../images/close-btn.svg") left center no-repeat;
  background-size: 1.875em 1.875em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .close-btn {
  background-image: url("../images/close-btn.png");
}
.close-btn:focus,
.close-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: url("../images/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-svg .nav-btn {
  background-image: url("../images/nav-icon.png");
}
.nav-btn:hover,
.nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#nav {
  z-index: 200;
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #fff;
}
#nav .close-btn {
  display: none;
}
#nav .block-title {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#nav .block {
  z-index: 2;
  position: relative;
  padding: 0.75em 1.25em;
  background: #333333;
}
#nav ul {
  *zoom: 1;
  display: block;
}
#nav ul:before,
#nav ul:after {
  content: "";
  display: table;
}
#nav ul:after {
  clear: both;
}
#nav li {
  display: block;
}
#nav li a {
  display: block;
  color: #ccc;
  font-size: 0.875em;
  line-height: 1.28571em;
  font-weight: bold;
  outline: none;
}
#nav li a:focus,
#nav li a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#nav li.is-active a {
  color: #fff;
}
/* CONTENT */
.contentarea {
  position: relative;
  margin: 0 auto;
  padding: 10px 20px;
  max-width: 984px;
  /*** CD EX STYLES ***/
  /* Location page */
  /* Centers list page */
  /* Sign-in + Register */
}
.contentarea ul,
.contentarea ol {
  list-style: decimal;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  margin-left: 1em;
}
.contentarea ul {
  list-style: disc;
}
.contentarea p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
}
.contentarea p.medium {
  color: #666;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.71429em;
}
.contentarea p.small {
  font-size: 0.75em;
}
.contentarea p:last-child {
  margin-bottom: 0;
}
.contentarea h1 {
  font-family: serif;
  font-weight: 300;
  color: #4e90d3;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
  border-bottom: 8px solid #ddeaf7;
}
.contentarea h2 {
  font-family: serif;
  font-weight: 300;
  color: #4e90d3;
  font-size: 1.25em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
  margin-top: .5em;
}
.contentarea a {
  color: #4e90d3;
  border-bottom: 1px solid #a0c3e7;
  text-decoration: none;
  outline: none;
}
.contentarea a:focus,
.contentarea a:hover {
  color: #77aadd;
  border-bottom-color: #8bb7e2;
}
.contentarea .smallinfo {
  font-family: serif;
  font-style: italic;
  font-size: .8em;
  text-align: right;
  color: #aaa;
}
.contentarea .cdlibpubdate {
  display: none;
}
.contentarea h2.BigGroupHead {
  font-family: sans-serif;
  font-size: 1.5em;
  margin: 20px 0px 6px 0px;
  padding: 4px 8px;
  background: #004477;
  color: #eee;
}
.contentarea .eventtime {
  margin: 4px 0;
  font-weight: bold;
}
.contentarea .listitem {
  clear: both;
  margin: 12px 0 20px 0;
}
.contentarea .eventdesc {
  margin: 0 0 6px 0;
}
.contentarea .eventdesc div {
  white-space: pre-line;
}
.contentarea a.cdeventreg {
  float: right;
  padding: 2px 4px;
  border: 1px solid #4e90d3;
  background: #77aadd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #eee;
}
.contentarea .cdrfc {
  padding: 4px 2px 4px 20px;
  background: url(../sysimg/okblue.png) no-repeat left center;
}
.contentarea #ContentPlaceHolder1_divDirections {
  margin-top: .5em;
}
.contentarea #divcenters {
  margin-top: .5em;
}
.contentarea #divcenters .SubGroupHead {
  background: #004477;
  padding: 2px 8px;
  color: #eee;
}
.contentarea #divcenters .SubGroupHead a {
  font-size: 120%;
}
.contentarea #divcenters table td {
  vertical-align: top;
  padding: 4px 4px 4px 0;
}
.contentarea #divcenters a {
  border: 0;
}
.contentarea .cdsigninpage {
  box-sizing: border-box;
}
.contentarea #cdwelcomeholder {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}
.contentarea #searchUI label {
  white-space: nowrap;
}
.contentarea #searchUI label + select {
  white-space: nowrap;
}
/* EDIT button (logged in) */
a.contentedit {
  display: block;
  background: #888;
  color: #eee;
  text-decoration: none;
  text-align: center;
  padding: 2px 8px;
  border: 1px solid #222;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: .5em 0;
}
a.contentedit:hover {
  background: #444;
  color: #fff;
  border: 1px solid #000;
}
/* HOME PAGE */
/* promo box (placeholder) */
.promo-box {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
}
.promo-box .promostretch {
  display: block;
  width: 100%;
}
.promo-box .promo2col {
  width: 50%;
}
.promo-box strong {
  display: block;
  padding: 2px 13px 4px;
  font: 35px/39px sans-serif;
  color: #fff;
  background: #b2b2b2;
}
/* columns */
/* CW */
.column {
  width: 100%;
  margin-bottom: 8px;
}
.column .heading {
  display: block;
  border-bottom: 2px solid #5a5c5a;
  padding: 0 0 5px;
  margin: 0 0 9px;
}
.column .heading:after {
  display: block;
  content: '';
  clear: both;
}
.column h2 {
  float: left;
  text-transform: uppercase;
  color: #222;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
}
.column .rss-link {
  float: right;
  background: url(../images/sprite.png) no-repeat -128px -55px;
  margin: 0 -2px 0 0;
  width: 38px;
  height: 0;
  padding-top: 38px;
  overflow: hidden;
  border: 0;
}
.column .col {
  width: 100%;
  border: 1px solid #77aadd;
  background-color: #c9ddf1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 6px;
  box-sizing: border-box;
}
.column .col:first-child {
  margin: 0;
}
.column h3 {
  margin: 4px 0 0 0;
}
.column h3 a.cdscrolllist_title {
  display: block;
  font-size: .9em;
  font-weight: 300;
  background: #004477;
  color: #fff;
  padding: 2px 8px;
}
.column h3 a.cdscrolllist_title:hover {
  background: #4e90d3;
}
.column .cdel_Location {
  font-weight: 700;
}
.column .cdscrolllist_desc {
  margin: 4px 0 8px 0;
}
/* FOOTER */
footer {
  clear: both;
  background: #ddd;
  border-top: 8px solid #882222;
}
footer .logo {
  float: left;
  width: 33%;
}
footer .logo img {
  width: 162px;
  max-width: 90%;
  height: auto;
}
footer p {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}
footer p.small {
  font-size: 10px !important;
}
@media screen and (min-width: 45.0625em) {
  /* 768 up */
  #center-wrap {
    margin: auto;
    max-width: 1024px;
  }
  #col-wrap-1 {
    float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    position: relative;
  }
  #col-wrap-2 {
    float: left;
    width: 100%;
    background: #112244;
    position: relative;
    right: 75%;
  }
  #top .nav-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .close-btn {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav .block-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #nav ul {
    text-align: center;
    padding: 0;
  }
  #nav li a {
    padding: 0.42857em 0.85714em;
    margin: 4px -1px 6px 20px;
    background: #77aadd;
    color: #000;
    text-align: left;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  #nav li a:hover {
    background: #4e90d3;
  }
  #nav li.is-active a {
    background: #4e90d3;
  }
  #nav .block {
    background: transparent;
    padding: 0;
  }
  #headnav {
    float: left;
    width: 25%;
    position: relative;
    left: 75%;
    overflow: hidden;
  }
  #top .block {
    margin: 10px 0;
    padding: 0;
  }
  #top a#RISBDC img {
    width: 162px;
    height: 96px;
    margin-bottom: 10px;
  }
  #top #btn-signin,
  #top #btn-signout,
  #top #btn-dashboard {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
    padding: 4px 8px;
    margin: 4px 20px;
    clear: both;
  }
  #top #btn-signin:hover,
  #top #btn-signout:hover,
  #top #btn-dashboard:hover {
    background: #b12c2c;
  }
  #main {
    float: left;
    width: 75%;
    position: relative;
    left: 75%;
    background: transparent;
  }
  .contentarea h1 {
    font-size: 2.25em;
  }
  .column {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 4px;
  }
}
@media screen and (min-width: 960px) {
  /* 960 up */
  #col-wrap-2 {
    right: 80%;
  }
  #headnav {
    width: 20%;
    left: 80%;
  }
  #main {
    width: 80%;
    left: 80%;
  }
}
@media screen and (max-width: 45em) {
  /* mobile */
  #nav {
    position: absolute;
    top: 0;
    padding-top: 5.25em;
  }
  #nav:not(:target) {
    z-index: 1;
    height: 0;
  }
  #nav:target .close-btn {
    display: block;
  }
  #nav .close-btn {
    position: absolute;
    top: -3.75em;
    left: 1.875em;
  }
  #nav .block {
    position: relative;
    padding: 0;
  }
  #nav li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #nav li.is-active:after {
    z-index: 50;
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.03125em;
    margin-top: -0.625em;
    border-top: 0.625em transparent solid;
    border-bottom: 0.625em transparent solid;
    border-right: 0.625em white solid;
  }
  #nav li a {
    padding: 0.85714em 2.14286em;
  }
  .js-ready #nav {
    height: 100%;
    width: 70%;
    background: #333333;
    -webkit-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25);
    left: -70%;
  }
  .js-ready #nav .block {
    background: transparent;
  }
  .js-ready #nav .close-btn {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .js-ready #nav .close-btn:focus,
  .js-ready #nav .close-btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .js-ready #nav #inner-wrap {
    left: 0;
  }
  .js-nav #inner-wrap {
    left: 70%;
  }
  .csstransforms3d.csstransitions.js-ready #nav {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-ready #inner-wrap {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions.js-nav #inner-wrap {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .csstransforms3d.csstransitions.js-ready #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 300ms 100ms, -webkit-transform 500ms ease;
    -webkit-transition-delay: ease, 0s;
    -moz-transition: opacity 300ms 100ms ease, -moz-transform 500ms ease;
    -o-transition: opacity 300ms 100ms ease, -o-transform 500ms ease;
    transition: opacity 300ms 100ms ease, transform 500ms ease;
    -webkit-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -ms-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -o-transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(70%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
  .csstransforms3d.csstransitions.js-nav #nav .block {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 25em) {
  #top #btn-signout,
  #top #btn-dashboard {
    font-size: .8em;
  }
  #top #btn-signout {
    top: 45px;
    width: 5em;
  }
  #top #btn-dashboard {
    top: 10px;
    width: 5em;
  }
  #top a#RISBDC {
    position: relative;
    left: -10px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
