/*ESNY Template Based upon the OTDA template */
/*!

      ,o888888o. 8888888 8888888888 8 888888888o.            .8.
   . 8888     `88.     8 8888       8 8888    `^888.        .888.
  ,8 8888       `8b    8 8888       8 8888        `88.     :88888.
  88 8888        `8b   8 8888       8 8888         `88    . `88888.
  88 8888         88   8 8888       8 8888          88   .8. `88888.
  88 8888         88   8 8888       8 8888          88  .8`8. `88888.
  88 8888        ,8P   8 8888       8 8888         ,88 .8' `8. `88888.
  `8 8888       ,8P    8 8888       8 8888        ,88'.8'   `8. `88888.
   ` 8888     ,88'     8 8888       8 8888    ,o88P' .888888888. `88888.
      `8888888P'       8 8888       8 888888888P'   .8'       `8. `88888.

                    Contact: OTDA Public Information - nyspio@otda.ny.gov
                  Developer: Jason Morris, OTDA/PDP - jtmorris@albany.edu

*/
/*!
normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("//fonts.googleapis.com/css?family=Open%20Sans%3A400italic%2C700%20italic%2C400%2C300%2C700%2C800");
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: 'Open Sans', Arial, sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0 .6em;
  white-space: normal;
  display: table;
  max-width: 95%;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
/* *, *:after, *:before { @include box-sizing(border-box); } */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0; }
.lt-ie9 img {
  -ms-interpolation-mode: bicubic; }
.ie8 img {
  width: auto; }

.hide {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.lt-ie8 .clearfix {
  zoom: 1; }

.clearboth {
  clear: both; }

.center {
  text-align: center; }

@media only screen and (min-device-width: 480px) {
  video, .vidplayer {
    width: 480px;
    height: 360px; }

  .vidplayer {
    width: 480px;
    height: 360px;
    position: relative;
    overflow: hidden; }

  .vidplayer object, .vidplayer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; } }
@media only screen and (max-device-width: 480px) {
  video, .vidplayer {
    width: 100%;
    height: auto; }

  .vidplayer {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden; } }
dt.contact {
  font-weight: 700; }

dd.contact {
  padding-left: 2em !important; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 75%; }
@media screen and (min-width: 40em) {
  body {
    font-size: 87.5%; } }
.lt-ie9 body {
  font-size: 100%; }
@media screen and (min-width: 75em) {
  body {
    font-size: 100%; } }

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  font-weight: 700;
  text-rendering: optimizelegibility; }

h1, .alpha {
  font-size: 2.25em;
  line-height: 1.33333em;
  margin-bottom: 0.66667em;
  letter-spacing: -1px; }

h2, .beta {
  font-size: 1.75em;
  line-height: 1.28571em;
  margin-bottom: 0.42857em;
  color: #444; }

h3, .gamma {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 0.75em;
  color: #666; }

h4, .delta {
  font-size: 1.3125em;
  line-height: 1.14286em;
  margin-bottom: 1.14286em;
  color: #888; }

h5, .epsilon {
  font-size: 1.125em;
  line-height: 1.11111em;
  margin-top: 1.11111em;
  margin-bottom: 1.11111em; }

h6, .zeta {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.375em;
  margin-bottom: 1.375em; }

p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

ul, ol {
  padding: 0;
  margin: 0 0 1.5em 1.375em; }
.lt-ie9 ul, .lt-ie9 ol {
  margin-left: 2em; }
@media screen and (min-width: 40em) {
  ul, ol {
    margin-left: 2em; } }

.arabic .main ul, .arabic .main ol {
  margin-right: 1.5em; }

ul ul, ul ol, ol ol, ol ul {
  margin-top: 0.25em;
  margin-bottom: 0.5em; }

li {
  line-height: 1.5em; }
li p {
  margin: 0 0 1em 0; }

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none; }

ul.inline, ol.inline {
  margin-left: 0;
  list-style: none; }
ul.inline > li, ol.inline > li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.3125em;
  padding-right: 0.3125em; }
.lt-ie8 ul.inline > li, .lt-ie8 ol.inline > li {
  zoom: 1;
  display: inline;
  vertical-align: auto; }

dl {
  margin-bottom: 1em; }

dt, dd {
  line-height: 1.5em; }

dt {
  font-weight: bold;
  margin-top: 0.625em; }

dd {
  margin-left: 0; }
dd p {
  margin-top: 0; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

small {
  font-size: 87.5%; }

fieldset {
  margin-bottom: 1.5em; }

.nys-header li, .nys-header p {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0; }
.nys-header a {
  font-size: 0.875em; }
.nys-header .nys {
  font-family: Times, "Times New Roman", serif; }
.nys-header .nys a {
  font-size: 1.25em; }

.bhss-header h1 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0.5em;
  font-size: 1.75em; }
.lt-ie9 .bhss-header h1 {
  font-size: 2em; }
@media screen and (min-width: 40em) {
  .bhss-header h1 {
    font-size: 2em; } }
.bhss-header h2 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0.375em;
  font-size: 1em;
  font-weight: 400; }

.feature {
  font-size: 1em; }
.lt-ie9 .feature {
  font-size: 0.875em; }
@media screen and (min-width: 75em) {
  .feature {
    font-size: 0.875em; } }

.follow {
  font-size: 0.875em; }

.footer p {
  margin-bottom: 0.5em; }

.copyright, .lsu, .trail, .more, .instructions {
  font-size: 87.5%; }

.download, .photo {
  line-height: 1.3;
  font-size: 0.875em; }

.inside {
  list-style-type: none;
  margin-left: 0; }
.inside dt {
  font-size: 1.125em; }
.inside dd {
  margin-bottom: 1.125em; }
.inside li {
  margin-bottom: 0.625em;
  font-size: 1em; }
.inside li strong {
  font-size: 1.125em; }

.nav a {
  font-size: 1.75em; }
.lt-ie9 .nav a {
  font-size: 1.25em; }
@media screen and (min-width: 50em) {
  .nav a {
    font-size: 1.25em; } }
.lt-ie9 .nav a {
  font-size: 1.125em; }

.btn {
  font-size: 1em; }
.lt-ie9 .btn {
  font-size: 0.75em; }
@media screen and (min-width: 50em) {
  .btn {
    font-size: 0.75em; } }

.search-query {
  font-size: 1.75em; }
.lt-ie9 .search-query {
  font-size: 1em; }
@media screen and (min-width: 50em) {
  .search-query {
    font-size: 1.125em; } }

table {
  margin: 0 auto 1.5em auto;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-left: 0; }
table.rail {
  margin: 0 0 1.5em 0; }
table.condensed th, table.condensed td {
  padding: 0.25em 0.3125em; }
table.striped tbody > tr:nth-child(odd) > td, table.striped tbody > tr:nth-child(odd) > th {
  background-color: #F6F6F4; }
table.data td:nth-child(even) {
  text-align: right; }

th, td {
  padding: 0.5em;
  line-height: 1.5em;
  text-align: left;
  vertical-align: top; }

th {
  background: #EBEBE6;
  vertical-align: bottom;
  font-weight: bold; }

thead th {
  vertical-align: bottom; }

caption + thead tr:first-child th, caption + tbody tr:first-child th, caption + tbody tr:first-child td, colgroup + thead tr:first-child th, colgroup + tbody tr:first-child th, colgroup + tbody tr:first-child td, thead:first-child tr:first-child th, tbody:first-child tr:first-child th, tbody:first-child tr:first-child td {
  border-top: 0; }

caption {
  padding-bottom: 1em;
  font-weight: bold; }

a {
  color: #6f5091; }
a:active, a:focus, a:hover {
  color: #3d2c4f; }

.download {
  background: #F6F6F4;
  padding: 0.4375em 0.625em 0.4375em 30px;
  margin: 0.3125em 0;
  border: 1px solid #ccc; }
.download.pdf {
  background: url(/housing/ui/images/pdf.png) no-repeat 7px center #F6F6F4; }
.download.xls {
  background: url(/housing/ui/images/excel.png) no-repeat 7px center #F6F6F4; }
.download.doc {
  background: url(/housing/ui/images/word.png) no-repeat 7px center #F6F6F4; }

.main a[href^="http:"], .main a[href^="https:"] {
  background: url(/housing/ui/images/external-link.png) right center no-repeat;
  padding-right: 14px; }
.lt-ie8 .arabic .main a[href^="http:"], .lt-ie8 .arabic .main a[href^="https:"] {
  padding-right: 0;
  padding-left: 14px;
  background-repeat: no-repeat; }

.main a.pic[href^="https:"] {
  background: none;
  padding-right: 0px; }

.main a[href^="https://bhss.trainingspace.org"], .main .widget a {
  background: transparent;
  padding-right: 0; }

.main a[href$=".pdf"] {
  background: url(/housing/ui/images/pdf.png) no-repeat right center;
  padding: 0 14px 0 0; }
.lt-ie8 .arabic .main a[href$=".pdf"] {
  padding-right: 0;
  padding-left: 14px;
  background-repeat: no-repeat; }
.lt-ie8 .arabic .main a[href$=".pdf"] span {
  background: #fff; }

.main a[href$=".doc"], .main a[href$=".rtf"] {
  background: url(/housing/ui/images/word.png) no-repeat right center;
  padding: 0 15px 0 0; }
.lt-ie8 .arabic .main a[href$=".doc"], .lt-ie8 .arabic .main a[href$=".rtf"] {
  padding-right: 0;
  padding-left: 15px;
  background-repeat: no-repeat; }

.main a[href$=".xls"] {
  background: url(/housing/ui/images/excel.png) no-repeat right center;
  padding: 0 15px 0 0; }

.main a[href^="mailto:"] {
  background: url(/housing/ui/images/icon-email.png) no-repeat right center;
  padding: 0 20px 0 0; }
.lt-ie8 .arabic .main a[href^="mailto:"] {
  padding-right: 0;
  padding-left: 20px;
  background-repeat: no-repeat; }

.main a[href$=".wmv"], .main a[href$=".webm"], .main a[href$=".wvx"], .main a[href$=".mov"], .main a[href$=".mp4"], .main a[href$=".asx"], .main a[href$=".rm/play"], .main a[href$="live.rm/play"], .main a[href$=".mpg"] {
  background: url(/housing/ui/images/video.png) no-repeat right center;
  padding: 0 19px 0 0; }

.main a[href$=".mp3"] {
  background: url(/housing/ui/images/audio.png) no-repeat right center;
  padding: 0 20px 0 0; }

.rss {
  background: url(/housing/ui/images/rss.png) no-repeat right center;
  padding: 0 20px 0 0; }

body {
  color: #1F1F1F;
  background: #d9e1e2;
  padding: 0; }

.skip a {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
.skip a:active, .skip a:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  width: 98%;
  background: #0259b1;
  color: #fff;
  padding: 1%;
  display: block;
  text-align: center; }

.inner {
  padding: 0;
  margin: 0 auto;
  max-width: 80em; }

.bhss-header {
  margin-bottom: 1.25em;
  padding: 1.5em 0 1em;
  border-bottom: 0.625em solid #F2A900;
  background: #523178; }
.bhss-header:before, .bhss-header:after {
  content: " ";
  display: table; }
.bhss-header:after {
  clear: both; }
.lt-ie8 .bhss-header {
  zoom: 1; }
.lt-ie9 .bhss-header {
  background: #523178 url(/housing/ui/images/bg-cover.png) no-repeat right center;
  background-size: contain; }
@media screen and (min-width: 50em) {
  .bhss-header {
    background: #523178 url(/housing/ui/images/bg-cover.png) no-repeat right center;
    background-size: contain; } }
.bhss-header h1, .bhss-header h2 {
  color: #F6F6F4; }
.bhss-header span {
  display: block;
  color: #d9e1e2; }
.lt-ie8 .bhss-header span {
  margin-left: 0.625em; }
.lt-ie9 .bhss-header span {
  display: inline; }
.lt-ie9 .bhss-header span:before {
  content: "|\00a0"; }
@media screen and (min-width: 50em) {
  .bhss-header span {
    display: inline; }
  .bhss-header span:before {
    content: "|\00a0"; } }
.bhss-header a {
  text-decoration: none;
  color: #fff; }
.bhss-header a:active, .bhss-header a:focus, .bhss-header a:hover {
  color: #F6F6F4; }

.bhss {
  float: left;
  max-width: 65%; }
.arabic .bhss {
  float: right; }
.ie7 .arabic .bhss {
  float: none; }
.lt-ie9 .bhss {
  max-width: 80%; }
@media screen and (min-width: 28.125em) {
  .bhss {
    max-width: 80%; } }

.hamburger {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  float: right;
  width: 3.75em;
  height: 3.75em;
  display: block;
  margin-top: 1.25em;
  margin-right: 0.625em;
  border-radius: 0.75em;
  color: #fff;
  background: url(/housing/ui/images/hamburger.png) no-repeat center center;
  background-color: #6f5091;
  background-size: 2.25em 2.25em; }
.lt-ie8 .hamburger {
  text-indent: -9999px; }
.hamburger:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }
.hamburger:active, .hamburger:focus, .hamburger:hover {
  background-color: #3d2c4f; }
.arabic .hamburger {
  float: left; }
.lt-ie9 .hamburger {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }
@media screen and (min-width: 50em) {
  .hamburger {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.page {
  margin: 0 auto;
  max-width: 80em; }

.main {
  background: #fff;
  margin: 0;
  padding: 1em; }
.home .main {
  padding-top: 0;
  padding-bottom: 0; }
.lt-ie9 .home .main {
  padding-top: 0.25em;
  padding-bottom: 0.25em; }
@media screen and (min-width: 40em) {
  .home .main {
    padding-top: 0.25em;
    padding-bottom: 0.25em; } }
.main h2 a {
  text-decoration: none; }
.main p a, .main li a {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  /* Non standard for webkit */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
.lt-ie9 .main {
  float: right;
  width: 78%;
  padding: 0 2% 1.5em; }
.lt-ie9 .main:before, .lt-ie9 .main:after {
  content: " ";
  display: table; }
.lt-ie9 .main:after {
  clear: both; }
.lt-ie8 .lt-ie9 .main {
  zoom: 1; }
@media screen and (min-width: 50em) {
  .main {
    float: right;
    width: 78%;
    padding: 0 2% 1.5em; }
  .main:before, .main:after {
    content: " ";
    display: table; }
  .main:after {
    clear: both; }
  .lt-ie8 .main {
    zoom: 1; } }
.ie7 .arabic .main {
  zoom: 1;
  overflow: hidden; }

.widget {
  float: right;
  width: 240px;
  margin: 1.875em 0 0.9375em 1.25em;
  background: #C9C9BB; }
@media screen and (max-width: 40em) {
  .widget {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.follow {
  margin: 0;
  padding: 0.75em 0.0625em 0.375em 0.0625em;
  border-bottom: 3px solid #fff;
  text-align: center; }
.follow img {
  margin-bottom: 3px;
  margin-left: 1px; }

.feature {
  margin: 0;
  border-bottom: 3px solid #fff; }
.feature:before, .feature:after {
  content: " ";
  display: table; }
.feature:after {
  clear: both; }
.lt-ie8 .feature {
  zoom: 1; }
.feature p {
  float: left;
  width: 150px;
  line-height: 1.3;
  margin-top: 1.25em; }
.feature a {
  text-decoration: none; }
.feature .icon {
  float: left;
  width: 75px;
  height: 75px;
  padding: 0 0.4375em 0 0; }

.trail {
  color: #999; }
.trail a {
  text-decoration: none;
  color: #666; }
.trail a:after {
  content: ' \2192';
  text-decoration: none;
  margin-left: 0.5em;
  margin-right: 0.3em;
  color: #666;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em; }
.lt-ie8 .trail a:after {
  zoom: 1;
  display: inline;
  vertical-align: auto; }
.lt-ie8 .trail a {
  margin-right: 5px;
  padding-right: 8px;
  border-right: 1px solid #999; }

.content-sub-nav a {
  margin-left: 3px;
  padding-left: 6px;
  border-left: 1px solid #aaa;
  color: #6f5091; }
.content-sub-nav a:active, .content-sub-nav a:focus, .content-sub-nav a:hover {
  color: #3d2c4f; }
.content-sub-nav a:first-child {
  border-left: none; }
.arabic .content-sub-nav a {
  margin-left: 0;
  margin-right: 3px;
  padding-left: 0;
  padding-right: 6px;
  border-left: none;
  border-right: 1px solid #aaa; }
.arabic .content-sub-nav a:first-child {
  border-right: none; }

.footer {
  clear: both;
  text-align: center;
  margin-bottom: 0; }
.footer:before, .footer:after {
  content: " ";
  display: table; }
.footer:after {
  clear: both; }
.lt-ie8 .footer {
  zoom: 1; }

.upper {
  clear: both;
  padding-top: 0.3125em;
  text-align: center; }
.upper a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5em;
  color: #1F1F1F;
  margin: 0.625em auto; }
.upper a:active, .upper a:focus, .upper a:hover {
  color: #6f5091; }

.panel {
  background: #EBEBE6;
  padding: 0.3125em 0.9375em;
  border: 1px solid #ccc;
  margin-bottom: 1.5em; }
.panel input[type=text] {
  width: 85%;
  padding: 0 0.1875em; }

.icon {
  float: left;
  width: 75px;
  padding: 0.3125em 0.75em 0.75em 0; }
@media screen and (max-width: 40em) {
  .icon {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.icon-wide {
  float: left;
  width: 200px;
  padding: 0.3125em 0.75em 0.75em 0; }
@media screen and (max-width: 40em) {
  .icon-wide {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.right {
  float: right;
  margin: 0 0 0.625em 0.625em; }
@media screen and (max-width: 40em) {
  .right {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.left {
  float: left;
  margin: 0 0.625em 0.625em 0; }
@media screen and (max-width: 40em) {
  .left {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.instructions {
  color: #666; }

.date {
  font-weight: bold;
  color: #444; }

.photo {
  max-width: 250px;
  background: #EBEBE6;
  position: relative;
  margin: 0 auto;
  padding: 0.625em;
  clear: right;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999; }
.photo img {
  margin-bottom: 0.4375em; }
.lt-ie9 .photo {
  float: right;
  margin: 5px 0 10px 10px; }
@media screen and (min-width: 40em) {
  .photo {
    float: right;
    margin: 5px 0 10px 10px; } }

.medium {
  max-width: 300px; }

.wide {
  max-width: 450px; }

.notice {
  padding: 0.3125em 1.25em;
  color: #8b2f2d;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #ffeaea; }
.notice a {
  color: #3e1514; }
.notice h1, .notice h2, .notice h3 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0.5em; }
.notice .updated, .notice .update {
  font-size: 87.5%;
  font-style: italic; }
.lt-ie9 .notice {
  margin: 1.25em 0;
  border: 1px solid #8b2f2d; }
@media screen and (min-width: 40em) {
  .notice {
    margin: 1.25em 0;
    border: 1px solid #8b2f2d; } }

@media screen and (max-width: 40em) {
  .home .news, .home a.on {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; } }

.homepage {
  padding: 0.9375em 0; }
.lt-ie9 .homepage {
  padding: 0; }
@media screen and (min-width: 40em) {
  .homepage {
    padding: 0; } }

.error .main {
  width: 96%;
  padding: 0 2% 3.125em 2%; }
.error .main:before, .error .main:after {
  content: " ";
  display: table; }
.error .main:after {
  clear: both; }
.lt-ie8 .error .main {
  zoom: 1; }

.nav ul {
  list-style-type: none;
  margin: 0; }
.nav a {
  display: block;
  padding: 0.5em 0.5em;
  background: #6f5091;
  color: #F6F6F4;
  text-decoration: none;
  margin-bottom: -1px;
  border-bottom: 1px solid #C9C9BB;
  border-top: 1px solid #C9C9BB; }
.ie8 .nav a {
  border-bottom: 2px solid #C9C9BB; }
.ie6 .nav a {
  zoom: 1;
  margin-bottom: 0; }
.nav a:active, .nav a:focus, .nav a:hover {
  background: #523178;
  color: #cccccc; }
.nav a.on {
  background: #3d2c4f;
  color: #F6F6F4; }
.lt-ie9 .nav {
  padding-top: 1.25em;
  float: right;
  width: 18%; }
.lt-ie9 .nav a {
  padding: 0.375em 0.5em; }
@media screen and (min-width: 50em) {
  .nav {
    padding-top: 1.25em;
    float: right;
    width: 18%; }
  .nav a {
    padding: 0.375em 0.5em; } }
.lt-ie8 .nav {
  width: 17%; }

.nav-program a {
  background: #6f5091; }
.lt-ie9 .nav-program a {
  margin-left: 0.3125em; }
@media screen and (min-width: 50em) {
  .nav-program a {
    margin-left: 0.3125em; } }

.lsu a {
  background: #666;
  color: #F6F6F4; }

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
    float: none !important; }

  body {
    font-size: 93.75%; }

  .ie body {
    font-size: 87.5%; }

  #nygov-universal-navigation, #nygov-universal-footer {
    display: none; }

  a, a:visited {
    text-decoration: none;
    padding: 0; }

  .main a[href^="http:"], .main a[href^="https:"] {
    background: transparent;
    padding-right: 0 !important; }
  .main a[href^="http:"]:after, .main a[href^="https:"]:after {
    content: " (" attr(href) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  table, tr, img {
    page-break-inside: avoid !important; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  ul, ol {
    margin-left: 1.375em; }

  .nys-header, .footer, .nav, .download, .hamburger, .widget, .upper, .right, .trail, .icon, .bhss h2 {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }

  .bhss-header, .inner, .bhss, .page, .main {
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    width: auto !important;
    max-width: 100% !important;
    border-top: 0; }

  .bhss-header h1 {
    font-size: 1em !important;
    margin: 1.25em 0 0 0 !important;
    padding: 0; }

  .main h1 {
    font-size: 1.875em !important; }
  .main h2 {
    font-size: 1.625em !important; }
  .main h3 {
    font-size: 1.5em !important; }
  .main h4 {
    font-size: 1.375em !important; } }
.inner {
  max-width: 80em; }
.bhss-header .inner {
  max-width: 80em;
  padding-bottom: 1em; }
.bhss-header .inner:before, .bhss-header .inner:after {
  content: " ";
  display: table; }
.bhss-header .inner:after {
  clear: both; }
.lt-ie8 .bhss-header .inner {
  zoom: 1; }
.inner .bhss {
  padding: 2em 0; }

.bhss-header {
  margin-bottom: 0; }
.bhss-header h1, .bhss-header h2 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); }

.nav {
  padding-top: 0; }
.nav li:nth-child(1) a {
  border-top: 0; }
.lt-ie9 .nav {
  padding-top: 0; }
.lt-ie9 .nav a {
  border-top: none; }

table.insert {
  margin: 0 auto 0 0 !important;
  border: 0;
  padding: 0;
  max-width: 100%; }

.insert td {
  padding-left: 0 !important; }

.register {
  width: 270px;
  float: right;
  height: 87px;
  overflow: hidden;
  text-align: right; }
.register img {
  margin-top: -88px; }
.register img:hover {
  margin-top: -176px; }
.register img:active {
  margin-top: 0; }

.nav .reglink a {
  display: block;
  padding: 0.5em 0.5em;
  background: #6f5091;
  color: #F6F6F4;
  text-decoration: none;
  margin-bottom: -1px;
  border-bottom: 1px solid #C9C9BB;
  border-top: 1px solid #C9C9BB; }
.nav .reglink a:active, .nav .reglink a:focus, .nav .reglink a:hover {
  background: #523178;
  color: #F6F6F4; }
.nav .reglink a.on {
  background: #3d2c4f;
  color: #F6F6F4; }

#registration-form {
  width: 61%;
  position: relative;
  min-width: 300px; }
#registration-form .required {
  color: red;
  font-size: .6em;
  vertical-align: top;
  padding: 0 .3em 0 .7em; }
#registration-form .form-row {
  width: 100%;
  display: block;
  padding: 0.25em 0;
  line-height: 1.75em;
  overflow: hidden; }
#registration-form .form-row .form-item-left {
  width: 45%;
  float: left;
  position: relative; }
#registration-form .form-row .form-item-right {
  width: 45%;
  float: left;
  position: relative;
  padding: 0 0 0 2em; }
#registration-form .form-row .form-item-long {
  width: 95%;
  float: left;
  position: relative; }
#registration-form .form-row .form-item-state {
  width: 35%;
  float: left;
  position: relative; }
#registration-form .form-row .form-item-zip {
  width: 57%;
  float: left;
  position: relative;
  padding: 0 0 0 1.25em; }
#registration-form .form-row .form-item-fancy {
  width: 95%;
  float: left;
  position: relative; }
#registration-form .form-row label {
  color: #444;
  display: block; }
#registration-form .form-row input {
  width: 100%;
  display: block;
  padding: 0.3em; }
#registration-form .form-row label.radio {
  padding-left: 2em;
  text-indent: -2.1em;
  margin: .5em 0 1em;
  line-height: 1.4; }
#registration-form .form-row label span.disabled {
  text-decoration: line-through; }
#registration-form .form-row input[type=radio], #registration-form .form-row input[type=checkbox], #registration-form .form-row .radioPlaceholder {
  width: 2em;
  display: inline-block;
  padding: 0; }
#registration-form .form-row .radioPlaceholder {
  display: inline;
  margin-right: 0.65em; }
#registration-form .form-row textarea {
  resize: none;
  width: 99%; }
#registration-form .form-row select {
  padding: 0.3em;
  width: 100%; }

body.login {
  background: #6f5091;
  margin: 0; }
body.login .login-form {
  position: relative;
  width: 75%;
  margin: 2em auto;
  background: #F6F6F4;
  border: 0.5em solid #ccc;
  text-align: center;
  padding: 1em 3em 4em 3em; }
.lt-ie9 body.login .login-form {
  width: 45%;
  min-width: 270px;
  margin: 2em auto; }
@media screen and (min-width: 40em) {
  body.login .login-form {
    width: 45%;
    min-width: 270px;
    margin: 2em auto; } }
body.login .login-form label {
  font-size: 1.1em;
  line-height: 3; }
body.login .login-form input {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.3; }
body.login .login-form input[type="submit"] {
  padding: 0.35em 1em;
  margin: -2.25em 0.75em 0; }

dl#agenda dt {
  background: #F3DD6D;
  font-size: 1.1em;
  display: block;
  font-weight: 500;
  overflow: hidden;
  padding: .6em 1em .6em 10em;
  position: relative;
  min-height: 2em; }
dl#agenda dt span.time {
  background: #523178;
  font-weight: 700;
  color: #fff;
  margin: 0 0.75em;
  display: inline-block;
  padding: 0.56em 0.56em;
  width: 7em;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  box-shadow: 2px 2px 2px #e7c413; }

dl#agenda dd {
  padding: 0.5em 1.25em; }

dl#agenda dd dl {
  padding-left: 0.75em; }
dl#agenda dd dl dt {
  font-weight: 700;
  background: none;
  font-size: 100%;
  color: #1F1F1F;
  padding: 0; }
dl#agenda dd dl dd {
  padding: 0; }

@media screen and (max-width: 40em) {
  .inner a.registerbtn {
    display: none;
    clear: both;
    visibility: hidden; } }
img.bhss-web {
  float: right;
  width: 30%;
  border: 0.2em solid #d9e1e2;
  margin-left: 2em;
  clear: right; }
img.bhss-web:hover, img.bhss-web:focus {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3); }

.location {
  width: 80%;
  margin: 0 auto 1em auto;
  float: none;
  min-height: 215px;
  border: 0.25em solid #6f5091;
  box-shadow: 0px 1px 5px 0px rgba(102, 102, 102, 0.6); }
.lt-ie9 .location {
  width: 48%;
  float: left;
  margin: 1em 0.25em; }
.lt-ie9 .location:last-of-type {
  margin-right: 0; }
@media screen and (min-width: 50em) {
  .location {
    width: 48%;
    float: left;
    margin: 1em 0.25em; }
  .location:last-of-type {
    margin-right: 0; } }
.location h3 {
  font-weight: bold;
  font-size: 1.4em;
  color: #fff;
  background: #6f5091;
  margin: 0;
  padding: 8px; }
.location p {
  color: #444;
  padding: 0.5em 0.5em 0.5em 12px;
  margin-bottom: 0.5em; }
.location p.deadline {
  color: #8b2f2d; }

.go-register {
  margin: 0.5em 0.5em 2em; }
.go-register a.registerbtn {
  padding: 0.5em 1.75em;
  background: #523178;
  border: #392254;
  color: #F3DD6D;
  font-size: 1.4em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0.4em; }
.go-register a.registerbtn:focus, .go-register a.registerbtn:hover {
  background: #6f5091;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6); }

.error p {
  line-height: 1.1;
  font-size: 0.9em;
   }
  
  div.error
			{ background:#F99; border:1px solid red; margin:1em 0; padding:1ex; color: #000; }
