/*  NYC - Programs and Initiatives Module
    -------------------
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */

.lt-ie8 .module-programs-and-initiatives {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline; }


.module-programs-and-initiatives .row.mobile {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline; }


.module-programs-and-initiatives .row.mobile .button-link {
  width: 100%;
  float: left;
  margin-right: 1.69492%;
  display: inline;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 0;
  font-size: 14px; }


.module-programs-and-initiatives .row {
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline; }
  
  .module-programs-and-initiatives .row:nth-child(1) {
    margin-bottom: 20px; }


.module-programs-and-initiatives .initiative {
  cursor: pointer;
  background: transparent;
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  display: inline; }
  
  .module-programs-and-initiatives .initiative:nth-child(4n) {
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline; }


.module-programs-and-initiatives .initiative:hover,
.program-item:hover {
  -webkit-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -moz-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  -ms-box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8);
  box-shadow: 0px 16px 30px -18px rgba(130, 130, 130, 0.8); }


.module-programs-and-initiatives .content-info {
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  background: transparent; }


.module-programs-and-initiatives .initiative img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }


.module-programs-and-initiatives .initiative.hovered img {
  opacity: 0.9; }


.module-programs-and-initiatives .content-info-inner {
  background: #fff;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }


.module-programs-and-initiatives .content-info-inner h4 a,
.module-programs-and-initiatives .content-info-inner p a {
  color: #333333; }


.lt-ie8 .module-programs-and-initiatives .row {
  width: 940px; }


.lt-ie8 .module-programs-and-initiatives .initiative {
  width: 223px; }


.lt-ie8 .module-programs-and-initiatives .content-info {
  width: 100%;
  margin: 0px; }


.lt-ie8 .module-programs-and-initiatives .initiative img {
  width: 223px; }


.lt-ie8 .module-programs-and-initiatives .content-info-inner {
  height: 169px; }

/* mobile */
@media only screen and (max-width: 410px) {
  
  .module-programs-and-initiatives .module-header .button-link-arrow {
    display: none; }

  
  .module-programs-and-initiatives .initiative {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    margin-bottom: 10px; }

  
  .module-programs-and-initiatives .initiative.first-item {
    overflow: hidden;
    clear: both;
    /*rounded top corners*/
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }

  
  .module-programs-and-initiatives .initiative.first-item .content-info,
  .module-programs-and-initiatives .initiative.first-item .content-info img {
    width: 100% !important;
    float: none;
    clear: both;
    max-width: 100%; }

  
  .module-programs-and-initiatives .initiative.first-item .content-info-inner {
    width: 100%;
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    /* rounded bottom corners only */
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; } }
/* mobile */
@media only screen and (max-width: 767px) {
  
  .module-programs-and-initiatives .initiative:nth-child(4n) {
    margin-bottom: 0px; }

  
  .module-programs-and-initiatives .initiative.hovered {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  
  .module-programs-and-initiatives .initiative img {
    max-width: 110px;
    float: left; }

  
  .lt-ie9 .module-programs-and-initiatives .initiative img {
    width: auto; }

  
  .module-programs-and-initiatives .initiative .content-info {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }

  
  .module-programs-and-initiatives .initiative .content-info-inner {
    font-size: 14px;
    height: 110px;
    /* rounded right corners, not left */
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }

  
  .module-programs-and-initiatives .initiative .content-info-inner h4 {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 16px; }

  
  .module-programs-and-initiatives .button-link {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    margin: 0px; } }
@media only screen and (min-width: 411px) and (max-width: 630px) {
  
  .module-programs-and-initiatives .module-header h2 {
    margin-top: 0px;
    margin-bottom: 0px; }

  
  .module-programs-and-initiatives .row:nth-child(1) {
    margin-bottom: 20px; }

  
  .module-programs-and-initiatives .initiative {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    margin-bottom: 10px; }

  
  .lt-ie9 .module-programs-and-initiatives .content-info img {
    width: auto; } }
/* tablet */
@media only screen and (min-width: 631px) and (max-width: 767px) {
  
  .module-programs-and-initiatives .module-header h2 {
    margin-top: 0px;
    margin-bottom: 0px; }

  
  .module-programs-and-initiatives .row:nth-child(1) {
    margin-bottom: 0px; }

  
  .module-programs-and-initiatives .initiative {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    margin-bottom: 10px; }
    
    .module-programs-and-initiatives .initiative:nth-child(2n) {
      float: right;
      margin-right: 0;
      *margin-left: -1em;
      display: inline; }

  
  .lt-ie9 .module-programs-and-initiatives .content-info img {
    width: auto; } }
/* tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .module-programs-and-initiatives .module-header h2 {
    margin-bottom: 0px; }

  
  .module-programs-and-initiatives .row:nth-child(1) {
    margin-bottom: 0px; }

  
  .module-programs-and-initiatives .initiative .content-info-inner h4 {
    font-size: 16px; }

  
  .module-programs-and-initiatives .content-info-inner {
    height: 190px;
    border-top: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  
  .module-programs-and-initiatives .content-info-inner {
    height: 190px; } }
/* desktop */
@media only screen and (min-width: 960px) {
  
  .module-programs-and-initiatives .content-info-inner {
    height: 190px; } }
