/*
***
ATU
***
*/

.nyc-honeycomb{
  margin-bottom: 5em;
}
  .nyc-honeycomb .hc-item.with-image{
    position: relative;
    overflow: hidden;
  }

  body:not(.mobile-menu-visible) .nyc-honeycomb .hc-item.with-image:before{
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 1;
    background: -moz-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,130,43,1)), color-stop(0%, rgba(237,130,43,1)), color-stop(100%, rgba(68,163,180,1)));
    background: -webkit-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(237,130,43,0.125) 0%, rgba(237,130,43,0.125) 0%, rgba(68,163,180,0.125) 100%);
    background: linear-gradient(135deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
    opacity: 0.25;
  }

  /*@supports not( mix-blend-mode:overlay){*/
    .nyc-honeycomb .hc-item.with-image{
      position: relative;
      overflow: hidden;
    }

    body:not(.mobile-menu-visible) .nyc-honeycomb .hc-item.with-image:before{
      content: "";
      display: block;
      position: absolute;
      top: 0; left: 0; bottom: 0; right: 0;
      z-index: 1;
      background: rgba(237,130,43,0.94);
      background: -moz-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,130,43,1)), color-stop(0%, rgba(237,130,43,1)), color-stop(100%, rgba(68,163,180,1)));
      background: -webkit-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      background: -o-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      background: -ms-linear-gradient(-45deg, rgba(237,130,43,0.125) 0%, rgba(237,130,43,0.125) 0%, rgba(68,163,180,0.125) 100%);
      background: linear-gradient(135deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
    }

  /*}*/

  /* WHEN SUPPORTED, USE FILTER BLEND MODE */
  @supports ( mix-blend-mode: overlay ){

    .secondary-menu.sticky{
      z-index: 100001;
    }

    body:not(.mobile-menu-visible) .nyc-honeycomb .hc-item.with-image:before{
      z-index: 100000;
      background: rgba(237,130,43,0.94);
      background: -moz-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(237,130,43,1)), color-stop(0%, rgba(237,130,43,1)), color-stop(100%, rgba(68,163,180,1)));
      background: -webkit-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      background: -o-linear-gradient(-45deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      background: -ms-linear-gradient(-45deg, rgba(237,130,43,0.125) 0%, rgba(237,130,43,0.125) 0%, rgba(68,163,180,0.125) 100%);
      background: linear-gradient(135deg, rgba(237,130,43,1) 0%, rgba(237,130,43,1) 0%, rgba(68,163,180,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( centerColorstr='#ed822b', endColorstr='#44a3b4', GradientType=1 );
      -webkit-mix-blend-mode: overlay;
      -moz-mix-blend-mode: overlay;
      -o-mix-blend-mode: overlay;
      -ms-mix-blend-mode: overlay;
      mix-blend-mode: overlay;
      opacity: 1;
    }
  }



/*
***************
GRID BOX DOUBLE
Allows for three column grid box to be 2/3 width
***************
*/
@media(min-width: 36em){
  .grid-boxes.three-col .grid-box.grid-box-double{
    width: 62.85714%;
  }

  .grid-boxes .grid-box.grid-box-border-left{
    border-left: thin solid #e6e6e6;
    padding-left: 2.85714%;
  }

  .grid-boxes .grid-box.grid-box-border-right{
    border-right: thin solid #e6e6e6;
    padding-right: 2.85714%;
  }
}

  .lt-ie9 .grid-boxes.three-col .grid-box.grid-box-double{
    width: 62.85714%;
  }

  .lt-ie9 .grid-boxes .grid-box.grid-box-border-left{
    border-left: thin solid #e6e6e6;
    padding-left: 2.85714%;
  }

  .lt-ie9 .grid-boxes .grid-box.grid-box-border-right{
    border-right: thin solid #e6e6e6;
    padding-right: 2.85714%;
  }

/*
******
BLOCKQUOTES
******
*/
blockquote.basic{
  font-style: normal;
  max-width: 800px;
  margin: auto;
  color: #333;
}

  blockquote.basic q{
    quotes: "\201C""\201D""\2018""\2019";
  }

    blockquote.basic q:before{
      content: open-quote!important;
    }

    blockquote.basic q:after{
      content: close-quote!important;
    }

/*
******
NYC INTRO
******
*/
.nyc-intro p.page-overview{
  font-family: "freight-text-pro-i4","freight-text-pro",serif; 
  font-weight: 400;
}

.nyc-intro h1.page-title{
  font-weight: 300;
}
  .nyc-intro h1.page-title span.nyc-brand{
    color: #b31b1b;
    font-weight: 600;
  }

@media(min-width: 60em){
	.nyc-intro .grid-boxes{ display: table; }
	.nyc-intro .grid-box{ display: table-cell; float: none!important; }
	.nyc-intro .grid-box.grid-box-double{ padding-right: 2.85714%; }
  .nyc-intro p.page-overview{ font-size: 30px; line-height: 1.66667; margin-bottom: 0;}
}

@media(min-width: 36em){
	.nyc-intro .link-blocks li{ width: 100%; float: none; margin-right: 0; }	
}

.marquee-mask h1{
  font-weight: 100;
}
.marquee-mask span.nyc-brand{
  font-weight: 600;
  display: inline-block;
}
  @media (max-width: 48em){
    .marquee-mask h1{
      font-size: 36px;
    }
  }

/*@media (max-width: 60em){
  .marquee-item.nycLoop img{
    opacity: 0;
  }

  .marquee-item.nycLoop{
    background-image: url(//cdnsecakmi.kaltura.com/p/537811/sp/53781100/thumbnail/entry_id/1_kb1xhgb4/version/100091/width/800)!important;
  }
}*/

/*
*************
NYC LINK PILE
*************
*/
@media(min-width: 36em){
  .nyc-link-pile ul.link-pile,
  .nyc-link-pile .grid-box{
    margin-bottom: 0;
  }
}


/*
******
TWEETS
******
*/

/* tweets */
.tweet-section {
  background: rgba(179, 27, 27, 0.90);
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  transition-property: none; }

  .tweet-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url("../images/nymap-sm.jpg");
    background-size: 100% auto;
    background-position: center center;
    display: block;
    z-index: -1; 
  }

  .tweet-section p{
    font-size:32px;
    line-height:1.25;
    font-weight:100;
    color:rgba(255,255,255,0.75);
    margin: 1em 0;
  }

  .tweet-section .tweet a.user{
    text-transform: uppercase; 
    display: block; 
    font-weight: 700; 
    font-size: 14px; 
    letter-spacing: 1px;
  }

  .tweet-section time, .tweet-section a, .tweet-section a:hover, .tweet-section a:visited {
    color: #fff; 
  }

  .tweet-section .icon-twitter {
    display: block;
    color: rgba(255, 255, 255, 0.75);
    font-size: 40px; 
  }

  /* 
******
CTA FOOTER
******
*/

.cta-ftr {
  /*background: #222;*/
  background: #B31B1B;
  padding: 0;
}

.cta-ftr,
.cta-ftr a {
  /*color: #ccc;*/
  color: #fff;
}

@media (min-width: 60em) {
  .cta-ftr .grid-box {
    margin-bottom: 0;
  }
}

.cta-ftr a.cta {
  padding: 4em 20px;
  margin: 0 -20px;
  display: block;
  -moz-transition: background 1s ease-in-out;
  -o-transition: background 1s ease-in-out;
  -webkit-transition: background 1s ease-in-out;
  transition: background 1s ease-in-out;
}

.cta-ftr a.cta * {
  margin: 0;
  padding: 0;
}

.cta-ftr a.cta:hover,
.cta-ftr a.cta:visited,
.cta-ftr a.cta:focus {
  text-decoration: none;
  background: #700A0A;
}

.cta-ftr a.cta h4 {
  font-size: 2em;
  font-weight: 200;
}

.cta-ftr a.cta h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
}

.cta-ftr a.cta:before {
  content: "";
}

.cta-ftr a.cta.cta-calendar:before,
.cta-ftr a.cta.cta-newspaper:before,
.cta-ftr a.cta.cta-video:before {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-right: 20px;
  display: inline-block;
  float: left;
}

.cta-ftr a.cta.cta-calendar:before {
  background-image: url("../images/core/calendar.svg");
}

.cta-ftr a.cta.cta-newspaper:before {
  background-image: url("../images/core/news.svg");
}

.cta-ftr a.cta.cta-video:before {
  background-image: url("../images/core/video.svg");
}


/* Seasons */


.dark-gray{
  background: #222;
  color: #fff;
}

  .dark-gray a{
    color: #fff!important;
  }

  .dark-gray a *{
    color: inherit!important;
  }

  .seasons-header{
    padding: 4em 0;
  }
  .seasons-header *{
    color: #fff;
    text-align: center;
  }

    .seasons-header .cu-headline:before{
      display: block;
      font-size: 50px;
      margin-bottom: 6px;
    }

    .seasons-header p{
      font-size: 20px;
      color: #b3b3b3;
      margin-bottom: 0;
      font-family: freight-text-pro-i4, freight-text-pro, serif;
      font-style: italic;
      font-weight: 400;
    }
      .season-wrap .season-img{
        padding: 0 1em;
      }
      .season-wrap .season-img img{
        width: 100%;
        height: auto;
      }

      .d-flex{ 
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
      }

      .align-self-center{ align-self: center; }
      .justify-content-center{ justify-content: center; }
      
      @media(min-width: 60em){
        .season-wrap .d-flex .text{ 
          padding: 0 2em;
          width: 50%; 
          -webkit-flex: 1 1 auto;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
        }

        .season-wrap .season-right-text .text{
          order: 3;
          /* text-align: right; */
        }
      }

      @media(max-width: 60em){
        .season-wrap .d-flex{ 
          flex-wrap: wrap;
        }
          .season-wrap .season-img{
            padding: 0;
            width: 50%;
            -webkit-flex: auto;
            -ms-flex: auto;
            flex: auto;
          }

          .season-wrap .season-img.season-img-right{
            padding-right: 0;
            padding-left: 0.5em;
          }

          .season-wrap .season-img.season-img-left{
            padding-left: 0;
            padding-right: 0.5em;
          }

          .season-wrap .d-flex>.season-img:last-child,
          .season-wrap .d-flex>.season-img:last-of-type,
          .season-wrap .season-img.right{
            padding-left: 0.5em;
            padding-right: 0;
          }
        
        .season-wrap .d-flex .text{ 
          order: -1;
          margin-bottom: 2em;
          text-align: center;
        }
      }

      .serif-italic{
        font-family: "freight-text-pro", serif;
        font-style: italic;
        font-size: 2em;
      }

      .large-intro{
        font-size: 1.25em;
        color: #ccc;
      }

a.btn{
  text-decoration: none;
}


  @media (min-width: 60em){
    .main-campus .top-block{
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .main-campus .copy-block,
    .main-campus .media-box{
      float: none!important;
      margin-bottom: 0!important;
    }

    .main-campus .copy-block{
      padding-bottom: 30px;
    }

    .ithaca-for-everyone .cu-intro{
        max-width: 85%;
        margin: 0 auto;
    }
  }
  