/*  NYC - Global Modules Styles
    -------------------
*/
/* link color */
/* rounded corners */
/* box-shadow - see Programs & Initiatives hover state */

.module,
.module-header,
.module-content {
  position: relative;
  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; }


.module {
  margin-top: 20px;
  margin-bottom: 40px; }


#main > .row:last-child .module {
  margin-bottom: 0px; }


.module .module-header {
  margin-bottom: 30px;
  overflow: hidden;
  *zoom: 1; }
  
  .module .module-header h2,
  .module .module-header .module-title {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -2px;
    margin: 0px;
    padding-bottom: 3px;
    float: left;
    max-width: 75%; }
  
  .module .module-header h2.centered,
  .module .module-header .module-title.centered {
    float: none;
    text-align: center;
    max-width: 100%; }
  
  .module .module-header .button-link,
  .module .module-header .button-link-arrow {
    float: right;
    margin-top: 3px;
    margin-left: 5px; }


.module-content {
  margin: 0px; }

/* text styles */

.small-label {
  text-transform: uppercase !important;
  font-size: 12px !important;
  line-height: 1;
  font-weight: bold !important; }


.link-arrow-white:after {
  content: url("/assets/home/images/global/link-arrow-white.png");
  width: 5px;
  height: 8px;
  float: right;
  margin: 0 0 0 10px; }


.link-arrow-green:before {
  content: url("/assets/home/images/global/link-arrow-green-left.png");
  width: 5px;
  height: 8px;
  float: left;
  margin: 0 10px 0 0; }

/* mobile */
@media only screen and (min-width: 320px) and (max-width: 630px) {
  
  .module .module-header h2.centered,
  .module .module-header .module-title.centered {
    text-align: left; }

  
  .module .desktop,
  .module .tablet {
    display: none !important; }

  
  .module .mobile {
    display: block !important; }

  
  .module .inline.mobile {
    display: inline !important; } }
/* tablet */
@media only screen and (min-width: 631px) and (max-width: 767px) {
  
  .module .desktop,
  .module .mobile {
    display: none !important; }

  
  .module .tablet {
    display: block !important; }

  
  .module .inline.tablet {
    display: inline !important; } }
/* mobile/ tablet */
@media only screen and (max-width: 767px) {
  
  .module {
    margin-top: 40px;
    margin-bottom: 20px; }

  
  #home .module {
    background: #fff; }

  
  #main > .row:last-child .module {
    margin-bottom: 0px; }

  
  .module .module-header {
    margin-bottom: 20px; }
    
    .module .module-header h2,
    .module .module-header .module-title {
      font-size: 18px;
      line-height: 1;
      letter-spacing: -1px;
      max-width: 100%;
      white-space: nowrap; }
      
      .module .module-header h2 span.arrow-link.black-link,
      .module .module-header h2 a.arrow-link.black-link,
      .module .module-header h2 a.arrow-link.black-link:link,
      .module .module-header h2 a.arrow-link.black-link:visited,
      .module .module-header .module-title span.arrow-link.black-link,
      .module .module-header .module-title a.arrow-link.black-link,
      .module .module-header .module-title a.arrow-link.black-link:link,
      .module .module-header .module-title a.arrow-link.black-link:visited {
        padding-right: 12px;
        background-position: 100% 65%;
        background-image: url(/assets/home/images/global/link-arrow-black-sm.png); }
      
      .module .module-header h2 span.arrow-link.black-link:hover,
      .module .module-header h2 span.arrow-link.black-link:active,
      .module .module-header h2 a.arrow-link.black-link:hover,
      .module .module-header h2 a.arrow-link.black-link:active,
      .module .module-header .module-title span.arrow-link.black-link:hover,
      .module .module-header .module-title span.arrow-link.black-link:active,
      .module .module-header .module-title a.arrow-link.black-link:hover,
      .module .module-header .module-title a.arrow-link.black-link:active {
        background-image: url(/assets/home/images/global/link-arrow-blue-sm.png); } }
/* tablet */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  
  .module .desktop,
  .module .mobile {
    display: none !important; }

  
  .module .tablet {
    display: block !important; }

  
  .module .inline.tablet {
    display: inline !important; } }
/* desktop */
@media only screen and (min-width: 960px) {
  
  .module .mobile,
  .module .tablet {
    display: none !important; }

  
  .module .desktop {
    display: block !important; }

  
  .module .inline.desktop {
    display: inline !important; } }
/* hide mobile, tablet content always in IE7 */

.lt-ie8 .module .mobile,
.lt-ie8 .module .tablet {
  display: none !important; }

/*show desktop content always in IE7 */

.lt-ie8 .module .desktop {
  display: block !important; }
