/*  NYC - Stay Connected module
    -------------------
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */

.mod-title {
  letter-spacing: -2px; }
  @media (max-width: 767px) {
    
    .mod-title {
      font-size: 28px; } }


.module-stay-connected .row {
  margin-bottom: 20px;
  overflow: hidden; }


.module-stay-connected a.img-link {
  overflow: hidden;
  display: block;
  border: 1px solid transparent; }


.lt-ie9 .module-stay-connected a.img-link {
  display: inline;
  border: none; }


.module-stay-connected .content-info {
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }


.module-stay-connected .content-info-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px 5px 10px 1px; }


.module-stay-connected .content-info-inner p.time-site.richtext {
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  color: #888888; }

/* mobile */
@media (min-width: 320px) and (max-width: 630px) {
  
  .module-stay-connected .module-header .button-link-arrow {
    display: none; } }
/* mobile */
@media only screen and (max-width: 767px) {
  
  .module-stay-connected .module-content {
    margin-top: 5px; }

  
  .module-stay-connected .row {
    margin-bottom: 20px !important; }

  
  .module-stay-connected .span3 {
    width: 100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    margin-bottom: 10px; }
    
    .module-stay-connected .span3:nth-child(4) {
      margin-bottom: 0px; }

  
  .module-stay-connected .span3 img {
    max-width: 110px;
    float: left; }

  
  .module-stay-connected .span3 .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-stay-connected .content-info-inner {
    height: 110px;
    /* rounded right corners, not left */
    -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; }

  
  .lt-ie8 .module .span3:last-child {
    float: left;
    margin-right: 1.69492%; }

  
  .lt-ie8 .module-stay-connected .span3 img {
    margin-right: 0px; }

  
  .lt-ie8 .module-stay-connected .content-info-inner {
    height: 88px; }

  
  .module-stay-connected a.img-link {
    overflow: hidden;
    display: inline;
    float: left;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }

  
  .lt-ie9 .module-stay-connected a.img-link {
    float: none; }

  
  .module-stay-connected .span3 img {
    margin-right: 10px; }

  
  .module-stay-connected .content-info-inner {
    padding-top: 1px !important; } }
/* tablet */
/* tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .module-stay-connected a.img-link {
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  
  .module-stay-connected .content-info-inner {
    height: 190px; } }
/* desktop */
@media only screen and (min-width: 960px) {
  
  .module-stay-connected a.img-link {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  
  .module-stay-connected .content-info-inner {
    /*height: 190px;*/ }

  
  .module-stay-connected .content-info-inner p.time-site.richtext {
    font-size: 12px; } }
