/*  NYC - Business - Subheader
    -------------------
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */
@media screen and (min-width: 460px) {
  .subheader .main-title {
    margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  .subheader .main-title.span9 {
    width: 100%; } }
@media screen and (max-width: 767px) {
  .subheader ul.subheader-links.span3 {
    width: 100%; } }
.subheader ul.subheader-links {
  margin: 20px 0 0 20px !important;
  text-align: right;
  right: 20px; }
  @media screen and (max-width: 767px) {
    .subheader ul.subheader-links {
      position: relative;
      text-align: left; } }
  .subheader ul.subheader-links li {
    margin: auto 3px; }
  .subheader ul.subheader-links .arrow-down {
    border-top: 5px solid #fff !important; }

.ie7 .subheader ul.subheader-links .arrow-down {
  height: 5px; }
