  /*  NYC.GOV - global.css
    -------------------
    ~1. Global Styles
    ~2. Grid
    ~3. Header
    ~4. Footer
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
.hidden {
  display: none;
  visibility: hidden; }

/*  ~1. Global Styles
    ------------------
*/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff; }

sup {
  font-size: 24px;
  margin: 0 5px 0 5px; }

img {
  max-width: 100%; }

.super {
  vertical-align: super;
  font-size: 23px;
  margin-right: 2px; }

/*
 *  LINKS AND BUTTON-LIKE LINKS
*/
a:link {
  color: #1771b7;
  outline: 0; }

a:visited {
  text-decoration: none;
  outline: 0;
  color: #1771b7; }

a:hover {
  color: #0a5796; }

a:active {
  text-decoration: none;
  outline: 0;
  color: #1771b7; }

.link-bold {
  font-weight: bold; }

.link-bold.large {
  font-size: 20px; }

/* black text */
.black-link,
.black-link:link,
.black-link:visited {
  color: #000; }

.black-link:hover,
.black-link:active {
  color: #1771b7; }

.float-right {
  float: right; }

.float-left {
  float: left; }

/* link with right arrow */
.arrow-link {
  padding-right: 20px;
  background-image: url(../../assets/img/global/link-arrow-blue.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 60%; }

/* small link with right arrow */
.arrow-link.small {
  padding-right: 12px;
  background-image: url(../../assets/img/global/link-arrow-blue-sm.png);
  background-position: 100% 65%; }

/* small link with right arrow */
.arrow-link.mid {
  padding-right: 12px;
  background-image: url(../../assets/img/global/link-arrow-blue-sm.png);
  background-position: 100% 61%; }

/* black link with right arrow */
.arrow-link.black-link {
  background-image: url(../../assets/img/global/link-arrow-black.png); }

.arrow-link.black-link:hover {
  background-image: url(../../assets/img/global/link-arrow-blue.png); }

/* small black link with right arrow */
.arrow-link.black-link.small {
  background-image: url(../../assets/img/global/link-arrow-black-sm.png); }

.arrow-link.black-link.small:hover {
  background-image: url(../../assets/img/global/link-arrow-blue-sm.png); }

/* white arrow */
a.arrow-link-white {
  padding-right: 20px;
  background-image: url(../../assets/img/global/link-arrow-white.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 100% 60%; }

/* button class */
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-color: black;
  font-size: 12px;
  display: inline-block;
  line-height: 31px;
  padding: 0 14px 0 14px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: bold; }

/*  download button */
.button-download,
.button-download:link,
.button-download:visited {
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  background: black url(../../assets/img/global/down.png) no-repeat 7px 11px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none;
  padding: 8px 10px 8px 18px; }
  @media (max-width: 767px) {
    .button-download,
    .button-download:link,
    .button-download:visited {
      padding: 3px 10px 3px 18px;
      background: black url(../../assets/img/global/down.png) no-repeat 7px 6px; } }

.button-download:hover,
.button-download:active {
  background-color: #0a5796; }

/*  button link */
.button-link,
.button-link:link,
.button-link:visited {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background: #1771b7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none; }

.button-link:hover,
.button-link:active {
  background: #0a5796; }

.button-link.black-link,
.button-link.black-link:link,
.button-link.black-link:visited {
  background: #000; }

.button-link.black-link:hover,
.button-link.black-link:active {
  background: #1771b7; }

/* green link */
.button-link.green-link,
.button-link.green-link:link,
.button-link.green-link:visited {
  background: #17b779; }

.button-link.green-link:hover,
.button-link.green-link:active {
  background: #049877; }

.button-link.gray-link,
.button-link.gray-link:link,
.button-link.gray-link:visited {
  color: #fff;
  background: #353535;
  -webkit-box-shadow: 0px 2px 0px 0px #000;
  -moz-box-shadow: 0px 2px 0px 0px #000;
  box-shadow: 0px 2px 0px 0px #000; }

.button-link.gray-link:hover,
.button-link.gray-link:active {
  background: #1771b7; }

.button-link.white-link,
.button-link.white-link:link,
.button-link.white-link:visited {
  color: #000;
  background: #fff;
  border: 1px solid #000; }

.button-link.white-link:hover,
.button-link.white-link:active {
  background: #000;
  color: #fff; }

/*  button link mini */
.button-link-mini,
.button-link-mini:link,
.button-link-mini:visited {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-transform: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: none; }

.button-link-mini:hover {
  background: #0a5796; }

/* white link */
a.white-link,
a.white-link:link,
a.white-link:visited {
  color: #fff; }

a.button-link-white,
a.button-link-white:link,
a.button-link-white:visited {
  background-color: #fff; }

a.button-link-white:hover {
  background-color: #000;
  color: #fff; }

/*  button link with right arrow */
.button-link-arrow,
.button-link-arrow:link,
.button-link-arrow:visited,
.button-link-arrow:hover,
.button-link-arrow:active {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  padding: 10px 25px 10px 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-image: url(../../assets/img/global/link-arrow-white-withoffset13.png);
  background-position: right 45%;
  background-color: #1771b7;
  background-repeat: no-repeat;
  border: none; }

.button-link-arrow.black-link,
.button-link-arrow.black-link:link,
.button-link-arrow.black-link:visited {
  background-color: #000; }

.button-link-arrow.black-link:hover {
  background-color: #1771b7; }

.button-link-arrow.black-link:active {
  background-color: #000; }

.button-link-arrow.white-link,
.button-link-arrow.white-link:link,
.button-link-arrow.white-link:visited {
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  background-image: url(../../assets/img/global/link-arrow-black-withoffset13.png);
  background-color: #fff;
  border: 1px solid #ccc; }

.button-link-arrow.white-link:hover {
  color: #fff;
  background-image: url(../../assets/img/global/link-arrow-white-withoffset13.png);
  background-color: #1771b7; }

.button-link-arrow.white-link:active {
  background-color: #1771b7; }

.button-link-arrow.transparent-link,
.button-link-arrow.transparent-link:link,
.button-link-arrow.transparent-link:visited {
  color: #000;
  background-image: url(../../assets/img/global/link-arrow-black-sm.png);
  background-color: transparent; }

.button-link-arrow.transparent-link:hover {
  color: #1771b7;
  background-image: url(../../assets/img/global/link-arrow-blue-sm.png);
  background-color: transparent; }

.button-link-arrow.transparent-link:active {
  background-image: url(../../assets/img/global/link-arrow-blue-sm.png);
  background-color: transparent; }

a.button-link.button-espanol {
  background-image: none;
  padding: 8px;
  margin-top: 22px;
  font-size: 12px;
  float: right;
  line-height: 15px; }

/*
 * PRINT BUTTONS
*/
.print-event {
  display: block;
  width: 50px;
  margin-top: 10px;
  overflow: hidden; }

.print-event img,
.print-event span.print-label {
  display: inline;
  float: none !important;
  cursor: pointer;
  padding: 0px;
  margin: 0px; }

.print-event span.print-label {
  font-size: 12px;
  font-weight: bold;
  color: #1771b7;
  line-height: 16px;
  padding: 0px;
  margin: 0px; }

/*
 *  Print Link Gray
*/
a.print-gray,
a.print-gray:link,
a.print-gray:visited {
  display: block;
  float: left;
  width: 100%;
  color: #666;
  padding: 35px 0px 14px 0px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: transparent url("../../assets/img/global/print-19x16-grey.png") no-repeat 50% 30%; }
  a.print-gray.horizontal,
  a.print-gray:link.horizontal,
  a.print-gray:visited.horizontal {
    padding-top: 0px;
    padding-left: 24px;
    background-position: 0px; }
  a.print-gray.disabled,
  a.print-gray:link.disabled,
  a.print-gray:visited.disabled {
    zoom: 1;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4; }

a.print-gray:hover,
a.print-gray:active {
  color: #1771b7;
  background: transparent url("../../assets/img/global/print-19x16-blue.png") no-repeat 50% 30%; }
  a.print-gray:hover.disabled,
  a.print-gray:active.disabled {
    color: #666;
    background: transparent url("../../assets/img/global/print-19x16-grey.png") no-repeat 50% 30%; }

/* 
	Print Link Gray Horizontal
*/
a.print-gray.horizontal, a.print-gray.horizontal:link, a.print-gray.horizontal:visited {
  background: transparent url("../../assets/img/global/print-19x16-grey.png") no-repeat 0% 16%; }

a.print-gray.horizontal:hover,
a.print-gray.horizontal:active {
  color: #1771b7;
  background: transparent url("../../assets/img/global/print-19x16-blue.png") no-repeat 0% 16%; }

/*
 *  Email Link Gray
*/
a.email-gray,
a.email-gray:link,
a.email-gray:visited {
  display: block;
  padding: 35px 0px 14px 0px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: transparent url("../../assets/img/global/email-20x14-gray.png") no-repeat 50% 30%; }
  a.email-gray.horizontal,
  a.email-gray:link.horizontal,
  a.email-gray:visited.horizontal {
    padding-top: 0px;
    padding-left: 24px;
    background-position: 0px; }
  a.email-gray.disabled,
  a.email-gray:link.disabled,
  a.email-gray:visited.disabled {
    zoom: 1;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4; }

a.email-gray:hover,
a.email-gray:active {
  color: #1771b7;
  background: transparent url("../../assets/img/global/email-20x14-blue.png") no-repeat 50% 30%; }
  a.email-gray:hover.disabled,
  a.email-gray:active.disabled {
    color: #666;
    background: transparent url("../../assets/img/global/email-20x14-gray.png") no-repeat 50% 30%; }

/* 
	Email Link Gray Horizontal
*/
a.email-gray.horizontal, a.email-gray.horizontal:link, a.email-gray.horizontal:visited {
  background: transparent url("../../assets/img/global/email-20x14-gray.png") no-repeat 0% 16%; }

a.email-gray.horizontal:hover,
a.email-gray.horizontal:active {
  color: #1771b7;
  background: transparent url("../../assets/img/global/email-20x14-blue.png") no-repeat 0% 16%; }

/*
 *  Save Link Gray
*/
a.save-gray,
a.save-gray:link,
a.save-gray:visited {
  display: block;
  padding: 35px 0px 14px 0px;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: transparent url("../../assets/img/global/star-18x17-grey.png") no-repeat 50% 30%; }
  a.save-gray.horizontal,
  a.save-gray:link.horizontal,
  a.save-gray:visited.horizontal {
    padding-top: 0px;
    padding-left: 24px;
    background-position: 0px; }
  a.save-gray.saved, a.save-gray.save,
  a.save-gray:link.saved,
  a.save-gray:link.save,
  a.save-gray:visited.saved,
  a.save-gray:visited.save {
    color: #17b779;
    background: transparent url("../../assets/img/global/star-18x17-green.png") no-repeat 50% 30%; }
  a.save-gray.disabled,
  a.save-gray:link.disabled,
  a.save-gray:visited.disabled {
    zoom: 1;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4; }

a.save-gray:hover,
a.save-gray:active {
  color: #1771b7;
  background: transparent url("../../assets/img/global/star-18x17-blue.png") no-repeat 50% 30%; }
  a.save-gray:hover.disabled,
  a.save-gray:active.disabled {
    color: #666;
    background: transparent url("../../assets/img/global/star-18x17-grey.png") no-repeat 50% 30%; }

/*
 *  CLOSE BUTTON
*/
.close-button {
  display: block;
  width: 21px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../../assets/img/modules/events-slider/slider-close.png") no-repeat; }

/*
 * SPEAKER BUTTON
*/
.speaker-button,
.speaker-button:link,
.speaker-button:visited {
  width: 40px;
  height: 40px;
  background: transparent url("../../assets/img/global/speaker.png") no-repeat;
  border: none; }

.speaker-button:hover,
.speaker-button:active {
  background: transparent url("../../assets/img/global/speaker-hover.png") no-repeat; }

/*
 * section divider
*/
hr.module-divider {
  width: 100%;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  border: none;
  margin: 20px 0 10px 0;
  overflow: hidden;
  *zoom: 1; }

.lt-ie8 hr.module-divider {
  width: 940px; }

/*
 *  LOADER
*/
.loader {
  display: none;
  width: 16px;
  height: 11px;
  background: transparent url(../../assets/img/global/ajax-loader-transparent.gif) no-repeat 0px 0px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*  ~2. Grid
    ------------------
*/
/*.span1 { 
  @include span-columns(1, 12);
  @include nth-omega();
}

.span2 { 
  @include span-columns(2, 12);
  @include nth-omega();
}

.span3 { 
  @include span-columns(3, 12);
  @include nth-omega();
}

.span4 { 
  @include span-columns(4, 12);
  @include nth-omega();
}

.span5 { 
  @include span-columns(5, 12);
  @include nth-omega();
}

.span6 { 
  @include span-columns(6, 12);
  @include nth-omega();
}

.span7 { 
  @include span-columns(7, 12);
  @include nth-omega();
}

.span8 { 
  @include span-columns(8, 12);
  @include nth-omega();
}

.span9 { 
  @include span-columns(9, 12);
  @include nth-omega();
}

.span10 { 
  @include span-columns(10, 12);
  @include nth-omega();
}

.span11 { 
  @include span-columns(11, 12);
  @include nth-omega();
}

.span12 { 
  @include span-columns(12, 12);
  @include nth-omega();
}*/
#main {
  margin-bottom: 60px; }

/*.container {
  width: 940px;
  position:relative;
}
*/
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: ""; }

.container:after {
  clear: both; }

@media (max-width: 767px) {
  .row [class*="span"] {
    display: block;
    float: none;
    margin-left: 0;
    /*    -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
    */ }

  .span12,
  .row .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row [class*="offset"]:first-child {
    margin-left: 0; } }
/*
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}*/
a:hover {
  text-decoration: none; }

p, li {
  line-height: 24px; }

small {
  font-size: 12px; }

hr {
  border-top: 1px solid #ccc; }

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  clear: both; }

/* buttons */
.btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff !important;
  margin: 20px 0 20px 0;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  text-transform: none; }
  @media (max-width: 767px) {
    .btn {
      width: 100% !important;
      font-size: 14px !important;
      line-height: 20px;
      padding: 10px 0 10px 0 !important;
      display: block !important; } }

.btn:link,
.btn:visited {
  -webkit-transition: background-color .2s ease-in;
  -moz-transition: background-color .2s ease-in;
  -o-transition: background-color .2s ease-in;
  transition: background-color .2s ease-in;
  color: #000;
  font-weight: bold; }

.btn-blue {
  background-color: #1771b7;
  background-color: #1771b7;
  -moz-box-shadow: 0 3px 0 #059;
  -webkit-box-shadow: 0 3px 0 #059;
  box-shadow: 0 3px 0 #059;
  padding: 10px 140px 10px 140px; }

.btn-blue:hover,
.btn-blue:active {
  background: #0a5796; }

.btn-green {
  background-color: #17b779;
  -moz-box-shadow: 0 3px 0 #049877;
  -webkit-box-shadow: 0 3px 0 #049877;
  box-shadow: 0 3px 0 #049877; }

.btn-green:hover,
.btn-green:active {
  background: #049877; }

.btn-orange {
  background-color: #f47a46;
  box-shadow: 0 -2px 3px 0 #ce4e17 inset;
  padding: 10px 50px 10px 50px; }

.btn-orange:hover,
.btn-orange:active {
  background: #ce4e17; }

.btn-back {
  background-color: #fff;
  color: #049877;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #049877;
  padding: 10px 55px 10px 55px; }

.btn-back,
.btn-back:visited {
  color: #049877 !important; }

.btn-continue {
  padding: 10px 110px 10px 110px; }

/* richtext */
.richtext.first {
  margin-top: 20px; }

.ico-download {
  line-height: 24px;
  display: inline-block;
  padding-left: 20px;
  background: url("../../assets/img/global/ico-download.png") no-repeat 0 2px; }

/* arrows */
.arrow-right {
  border-bottom: 5px solid transparent;
  border-left: 5px solid #327bba;
  border-top: 5px solid transparent;
  height: 0;
  left: -5px;
  width: 0; }

.arrow-down {
  border-top: 5px solid #327bba;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  margin-bottom: 2px;
  width: 0; }

.arrow-up {
  border-bottom: 5px solid #327bba;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  display: inline-block;
  height: 0;
  margin-bottom: 2px;
  width: 0; }

.footer-links {
  margin-top: 0 !important; }
