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

.module-connect-buttons a.connect-link {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-box-shadow: inset 0px -2px 3px 0px #11578e;
  -moz-box-shadow: inset 0px -2px 3px 0px #11578e;
  box-shadow: inset 0px -2px 3px 0px #11578e;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  text-align: center; }


.module-connect-buttons a.connect-link img {
  position: relative;
  top: -2px;
  margin-right: 3px;
  vertical-align: middle; }


.module-connect-buttons a.connect-link:link,
.module-connect-buttons a.connect-link:visited {
  background: #1771b7;
  -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; }


.module-connect-buttons a.connect-link:hover,
.module-connect-buttons a.connect-link:active {
  background: #0a5796; }

/* mobile */
@media only screen and (max-width: 767px) {
  
  .module-connect-buttons a.connect-link {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    margin-top: 3px; }
    
    .module-connect-buttons a.connect-link:last-child {
      float: left;
      margin-right: 1.69492%; } }

.module-connect-buttons span.social-icon {
  display: inline-block;
  position: relative;
  margin-right:5px;
  left: 2px; }


.module-connect-buttons span.iphone {
  background: url("/assets/home/images/global/iphone.png") no-repeat;
  width: 15px;
  height: 26px;
  top: 6px;
  left: 0px; }


.module-connect-buttons span.like {
  background: url("/assets/home/images/global/like.png") no-repeat;
  width: 21px;
  height: 21px;
  top: 0;
  left: 0px; }


.module-connect-buttons span.twitter {
  background: url("/assets/home/images/global/twitter_white.png") no-repeat;
  width: 25px;
  height: 21px;
  top: 4px; 
  left: 3px; }


.lt-ie8 .module-connect-buttons span.twitter {
  top: 1px;
  left: -5px; }


.module-connect-buttons span.white-bars {
  background: url("/assets/home/images/global/white-bars.png") no-repeat;
  width: 20px;
  height: 18px;
  top: 2px;
  left: 0px; }


.module-connect-buttons span.marker {
  background: url("/assets/home/images/global/marker_white.png") no-repeat;
  width: 24px;
  height: 26px;
  top: 8px; }


.lt-ie8 .module-connect-buttons span.marker {
  top: 3px;
  left: -2px; }

/* 311 */

.module-connect-buttons-three-one-one a.connect-link {
  -webkit-box-shadow: inset 0px -2px 3px 0px #ece040;
  -moz-box-shadow: inset 0px -2px 3px 0px #ece040;
  box-shadow: inset 0px -2px 3px 0px #ece040; }


.module-connect-buttons-three-one-one a.connect-link:link,
.module-connect-buttons-three-one-one a.connect-link:visited {
  background: #fff200;
  color: #000;
  -webkit-transition: background-color .1s ease-in;
  -moz-transition: background-color .1s ease-in;
  -o-transition: background-color .1s ease-in;
  transition: background-color .1s ease-in; }


.module-connect-buttons-three-one-one a.connect-link:hover {
  background-color: #000;
  color: #fff200; }


.module-connect-buttons-three-one-one span.iphone {
  background: url("/assets/home/images/global/iphone_black.png") no-repeat;
  width: 15px;
  height: 26px;
  top: 6px;
  left: -2px; }


.lt-ie8 .module-connect-buttons-three-one-one span.iphone {
  top: 3px;
  left: -5px; }


.module-connect-buttons-three-one-one span.twitter {
  background: url("/assets/home/images/global/twitter_black.png") no-repeat;
  width: 25px;
  height: 21px;
  top: 2px; }


.lt-ie8 .module-connect-buttons-three-one-one span.twitter {
  top: 1px;
  left: -5px; }


.module-connect-buttons-three-one-one span.marker {
  background: url("/assets/home/images/global/marker_black.png") no-repeat;
  width: 24px;
  height: 26px;
  top: 8px; }


.lt-ie8 .module-connect-buttons-three-one-one span.marker {
  top: 3px;
  left: -2px; }


.module-connect-buttons-three-one-one a.connect-link:hover span.iphone,
.module-connect-buttons-three-one-one a.connect-link:active span.iphone {
  background: url("/assets/home/images/global/iphone_yellow.png") no-repeat; }


.module-connect-buttons-three-one-one a.connect-link:hover span.twitter,
.module-connect-buttons-three-one-one a.connect-link:active span.twitter {
  background: url("/assets/home/images/global/twitter_yellow.png") no-repeat; }


.module-connect-buttons-three-one-one a.connect-link:hover span.marker,
.module-connect-buttons-three-one-one a.connect-link:active span.marker {
  background: url("/assets/home/images/global/marker_yellow.png") no-repeat; }
