﻿/*Content*/
#siteContent.mdc-homepage{
  margin-top: 0;
  & a:link,
  & a:visited {
    text-decoration: none;
  }

  & a:hover,
  & a:active,
  & a:focus {
    text-decoration: underline;
  }
}

/*Alerts*/
.alerts {
  padding: 50px 0;
  background-color: #a94442;
  color: #f2dede;
  display: none;
}

.alerts .glyphicon-alert {
  color: #fff;
}

.alerts-description a:link,
.alerts-description a:visited {
  color: #fff;
  text-decoration: underline !important;
}

.alerts-description a:hover,
.alerts-description a:active {
  color: #f2dede;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .alerts .glyphicon-alert {
    font-size: 36px;
  }
}

.alerts-title {
  margin-bottom: 10px;
  color: #fff;
}

@media (min-width: 768px) {
  .alerts-title {
    font-size: 28px;
  }
}


/*Carousel*/
#siteContent.mdc-homepage #carousel-generic{
  & .carousel-caption strong a {
    color: #fff;
  }

  & a.carousel-control{
    color: #fff;
  }
  & a.down-arrow.carousel-control {
    background-color: black;
    position: absolute;
    top: 100%;
    left: 0%;
    padding-top: 10px;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  }

  & a.down-arrow.carousel-control img {
    max-width: 100%;
    height: auto;
  }
}

@media (min-width: 992px) {
  #siteContent.mdc-homepage #carousel-generic .headline-copy {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    & strong {
      margin-top: 0;
    }
  }
}

/*Carousel Controls*/
@media (min-width: 768px) {
  #siteContent.mdc-homepage #carousel-generic a.carousel-control:not(.down-arrow){
    position: absolute;
    top: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background-color: black;
    &.right{
      margin-right: 30px;
    }
    &.left{
      margin-left: 30px;
    }
  }
}

@media (max-width: 767px) {
  #siteContent.mdc-homepage #carousel-generic{
    & a.down-arrow.carousel-control {
      height: 39px;
      margin-top: -219px;
    }
    & a.down-arrow.carousel-control img {
      width: 10%;
    }
    & .carousel-caption strong a {
      color: #243340;
    }
    & .item .fill {
      height: 321px;
    }
  }
}

@media (min-width: 768px) {
  #siteContent.mdc-homepage #carousel-generic a.down-arrow.carousel-control {
    height: 29px;
    margin-top: -29px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #siteContent.mdc-homepage #carousel-generic a.down-arrow.carousel-control {
    height: 48px;
    margin-top: -48px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #siteContent.mdc-homepage #carousel-generic{
    & a.down-arrow.carousel-control {
      display: none;
    }
    & .carousel-caption strong a {
      color: #243340;
    }
  } 
}

@media (min-width: 1201px) and (max-width: 1279px) {
  #siteContent.mdc-homepage #carousel-generic a.down-arrow.carousel-control {
    height: 45px;
    margin-top: -45px;
  }
}

@media (min-width: 1280px) {
  #siteContent.mdc-homepage #carousel-generic { 
    & a.down-arrow.carousel-control {
      height: 105px;
      margin-top: -105px;
    }
    & a.down-arrow.carousel-control img {
      padding-top: 20px;
    }
  }
}

@media (min-width: 2561px) {
  #siteContent.mdc-homepage #carousel-generic {
    & a.down-arrow.carousel-control {
      display: none;
    }
    & .carousel-caption strong a {
      color: #243340;
    }
  }
}


/*Home Page CTA Section*/
#siteContent.mdc-homepage .hp-cta {
  padding: 30px 0;
  background-color: #243340;
  color: #fff;
  text-align: center;

  & a {
    color: #fff;
  }

  & a:link,
  & a:visited {
    text-decoration: underline;
  }

  & a:hover,
  & a:active {
    text-decoration: none;
  }

  & h2 {
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #3F6585;
    padding-bottom: 8px;
    color: #BCDDFA;
    text-transform: uppercase;
    margin-bottom: 20px;
  }


  & .apply-btn .btn:hover {
    color: inherit;
  }

  & .btn-hp-cta:hover {
    background-color: #990400;
  }
  & .btn-schedule:hover {
    background-color: #0077da;
  }

  & .btn-hp-cta:focus {
    color: #fff;
  }
  & .btn-schedule:focus {
    background-color: #005dab;
    border-color: #02468d;
  }

  & .input-group-addon {
    background-color: #216DF3;
    color: #fff;
  }

  & .input-group-search {
    padding: 0;
  }

  & .btn-search {
    background-color: #216DF3;
    border: none;
  }

  & .action-field span.glyphicon.glyphicon-search {
    padding-left: 8px;
    padding-right: 8px;
  }

  & .action-field .form-control {
    height: 52px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  & .action-field .input-group-addon {
    border-radius: 0;
  }

  & .action-field {
    margin-bottom: 20px;
    border-bottom: 1px dashed #314C63;
    padding-bottom: 24px;
  }


  & .form-control.hp-text-field {
    border-radius: 0;
  }

  & .btn-hp-cta {
    background-color: #cd0028;
    border: none;
    color: #fff;
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4);
  }
  & .btn-schedule {
    background-color: #02468d;;
    border: none;
    color: #fff;
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.4);
  }

  & .btn-lg,
  & .btn-group-lg>.btn {
    padding: 14px 14px;
    font-size: 18px;
    line-height: 1.3333333;
  }
}

@media (max-width: 768px) {
  #siteContent.mdc-homepage .hp-cta {
    border-top: 6px solid #6892B2;
  }
}

@media (max-width: 767px) {
  #siteContent.mdc-homepage .hp-cta .cta-col.cta-group {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 6px solid #6892B2;
  }
}

@media (min-width: 992px) {
  #siteContent.mdc-homepage .hp-cta h2 {
    font-size: 20px;
  }
  #siteContent.mdc-homepage .hp-cta .cta-col {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  #siteContent.mdc-homepage .hp-cta h2 {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #siteContent.mdc-homepage .hp-cta .form-inline .form-control.hp-text-field {
    width: 320px;
    height: 52px;
  }
}


/*Home Page Quick Links + Stats*/
#siteContent.mdc-homepage .hp-stats{  
  background-color: #eff1f1;
  background-image: url("/img/deco-stripes.png");
  padding: 30px 0;
  border-bottom: 6px solid #edecec;

  & p a:link,
  & p a:visited {
    text-decoration: underline !important;
  }

  & p a:hover,
  & p a:active,
  & p a:focus {
    text-decoration: none !important;
  }

  & .nav-pills>li.active>a,
  & .nav-pills>li.active>a:hover,
  & .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #216DF3;
  }

  & .subheader {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #4B667C;
    border-bottom: 1px dashed #c9d0d7;
    padding-bottom: 4px;
  }

  & .ql-featured {
    background-color: #337ab7;
    padding: 6px 10px;
    margin-bottom: 30px;
    color: #fff;
  }

  & .ql-featured.faculty-staff {
    background-color: #13A5A1;
  }

  & .ql-featured.alumni-donors {
    background-color: #dd7800;
  }

  & .ql-featured.student-profile {
    background-color: #0060a9;
    padding: 6px 10px;
    border: 3px double #fff;
    margin-bottom: 30px;
  }

  & .ql-featured a {
    color: #fff;
  }

  & .ql-featured strong small {
    color: #fff;
    font-weight: 400;
  }

  & .ql-featured strong {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
  }
}


/*Quick Facts*/
#siteContent.mdc-homepage {
  & .q-facts {
    padding-bottom: 30px;
  }

  & .stat-field {
    text-align: center;
  }

  & .stat-field p {
    line-height: 22px;
    font-style: italic;
  }

  & .stat-field img {
    margin-bottom: 12px;
  }

  & .stat-field strong,
  & .stat-field span {
    color: #0067ac;
  }

  & .stat-field strong {
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.25;
  }

  & .stat-field span {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
    border-bottom: 1px dashed #c9d0d7;
    padding-bottom: 8px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.25;
  }

  & .caption-panel-athletics {
    margin-top: 70px;
    font-size: 18px;
    display: block;
  }
}


/*News and Events*/
#siteContent.mdc-homepage .news-events{
  background-color: #eff1f1;
  padding: 30px 0;
  border-bottom: 6px solid #edecec;
  & a {
    color: #005dab;
  }

  & .news-detail h4,
  & .calendar-details h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }

  & .media-list li {
    border-bottom: 1px solid #c9d0d7;
  }

  & .media-list li:last-child {
    border-bottom: none;
  }

  & .media-list li {
    padding-bottom: 19px;
  }

  & .calendar-date {
    text-align: center;
    background-color: #fff;
    width: 67px;
    height: 67px;
    color: #4E6D8D;
  }

  & .calendar-date .month {
    text-transform: uppercase;
  }

  & .calendar-date .day {
    display: block;
    font-size: 42px;
    letter-spacing: -1px;
    padding-top: 6px;
  }

  & .calendar-listing h4 {
    margin-top: 0;
  }

  & .calendar-item {
    border-bottom: 1px solid #c9d0d7;
    padding-bottom: 29px;
    padding-top: 20px;
  }

  & .calendar-item:first-of-type {
    padding-top: 0;
  }

  & .calendar-item:nth-of-type(3) {
    border-bottom: none;
    padding-bottom: 36px;
  }
}

@media (min-width: 992px) {
  #siteContent.mdc-homepage .news-events .news-detail {
    height: 117px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #siteContent.mdc-homepage .news-events .calendar-date {
    height: 50px;
  }
}

@media (min-width: 768px) {
  #siteContent.mdc-homepage .news-events .calendar-date {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #siteContent.mdc-homepage .news-events .calendar-date {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #siteContent.mdc-homepage .news-events .calendar-date .day {
    font-size: 28px;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  #siteContent.mdc-homepage .news-events .calendar-details {
    height: 107px;
    overflow: hidden;
  }
}


/*MDC Landing Pages*/
#siteContent.mdc-homepage .mdc-landing-pages {
  padding: 30px 0;
  & .lp-descriptions {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 992px) {
  #siteContent.mdc-homepage .mdc-landing-pages .lp-descriptions {
    padding-top: 20px;
    height: 220px;
  }
}

@media (max-width: 992px) {
  #siteContent.mdc-homepage .mdc-landing-pages .module>h3 {
    font-size: 16px;
  }
}


/*Photo Galleries*/
#siteContent.mdc-homepage .photo-galleries {
  padding: 30px 0;
  & .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  & .row {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  & img {
    float: left;
  }

  & .caption-container2 {
    background-color: rgba(36, 51, 64, 0.8);
    position: absolute;
    color: #fff;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    left: 0;
  }

  & .caption-panel {
    background-color: #243340;
  }
}

@media (max-width: 767px) {
  #siteContent.mdc-homepage .photo-galleries .caption-panel {
    width: 320px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #siteContent.mdc-homepage .photo-galleries .caption-fadein {
    line-height: 18px;
    font-size: 12px;
    padding: 10px;
  }
}


/*Social Media*/
#siteContent.mdc-homepage .social-media {
  padding: 30px 0;

  & .juicer-feed{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
  }

  & .juicer-feed h1.referral a {
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #fff !important;
    display: inline-block;
  }
  & .juicer-feed .j-meta .j-twitter-date{
    top: -10px;
  }
}