/**
 * @file
 * University CSS
 */

/** General
 ******************************************************************************/
body.html.page-university, .page-university #main-content {
  background: rgba(157, 199, 219, 0.1) url('../images/light_toast_blue.png');
}
.section-university .node-lesson .meta .meta-name {
  font-family: 'Proxima Nova', 'Helvetica Neue', 'Helvetica', sans-serif;
}

/** Custom top bar
 ******************************************************************************/
.section-university #top {
  display: none;
}
.section-university #big-menu {
  display: none;
}
.section-university #main-content {
  margin-top: 0;
}
.section-university #block-fw-university-university-top-bar #top {
  display: block;
  height: 90px;
}
.section-university #block-fw-university-university-top-bar #top-placeholder {
  height: 90px;
}
.section-university #block-fw-university-university-top-bar #top #top-bar {
  position: relative;
  height: 90px;
}
.section-university #block-fw-university-university-top-bar #top .logo {
  margin-top: 5px;
  width: 227px;
}
.section-university #block-fw-university-university-top-bar #top .logo a {
  margin-left: 0;
}
.section-university #block-fw-university-university-top-bar #top .logo img {
  height: 75px;
}
.section-university #block-fw-university-university-top-bar #top .university-back {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -0.575em;
  font-size: 1.15em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #9EABB1;
  text-transform: uppercase;
}
.section-university #block-fw-university-university-top-bar .contribute {
  margin-top: -42px;
}

/** Nav Block
 ******************************************************************************/
#block-fw-university-university-nav {
  margin-top: 30px;
}
#block-fw-university-university-nav .button {
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  font-family: 'Proxima Nova', 'Helvetica Neue', 'Helvetica', sans-serif;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-weight: 500;
  color: #fff;
  background: #126D97;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
}
#block-fw-university-university-nav .button:last-child {
  margin-bottom: 0;
}
#block-fw-university-university-nav .button:hover {
  color: #fff;
  background: #198FC5;
}

/** Home Page
 ******************************************************************************/
.page-university .content-select-list {
  margin-right: 97px;
}
.page-university .content-select-list ul > span {
  width: 200px;
}
.left .all-courses {
  display: none;
  position: absolute;
  background: #5B9CC2;
  padding: 3px 7px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  color: #DDF2FF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.95em;
  letter-spacing: 0.1em;
}
.content-stream h2.stream-title {
  font-size: 1.4em;
  text-transform: uppercase;
  margin-left: 10px;
}
.featured-lessons .node-teaser .type {
  font-size: 1.1em;
}
.featured-lessons .node-teaser .type:before {
  content: 'Featured ';
}
.content-stream-full-width {
  margin: 0 1.4%;
}
.content-stream-full-width .node-teaser {
  box-sizing: border-box;
  width: 100% !important;
  margin: 0 0 20px 0 !important;
}
.content-stream-full-width .node-teaser > * {
  margin-left: 58%;
  padding-left: 20px;
}
.content-stream-full-width .node-teaser .type {
  margin-left: 0;
}
.content-stream-full-width .node-teaser .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  background-position: center center;
}
.content-stream-full-width .node-teaser .image a {
  height: 100%;
}
.content-stream-full-width .node-teaser .node-teaser-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-stream-full-width .node-teaser .comments,
.content-stream-full-width .node-teaser .timestamp {
  display: none;
}
.section-university #right-sidebar .te-social-media-share a.social {
  color: #FFF;
  border: none;
}
.section-university #right-sidebar .te-social-media-share a.social.facebook {
  background: #3B5998;
}
.section-university #right-sidebar .te-social-media-share a.social.google {
  background: #D34836;
}
.section-university #right-sidebar .te-social-media-share a.social.twitter {
  background: #4099FF;
}

/** Courses Page
 ******************************************************************************/
.page-university-courses .block .front-issue .issue-icon {
  box-sizing: border-box;
  padding: 20px;
}
.page-university-courses .block .front-issue .issue-icon img {
  width: auto;
}
.page-university-courses .block .course-number {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Proxima Nova', 'Helvetica Neue', 'Helvetica', sans-serif;
  color: #777;
  font-size: 1.15em;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.page-university-courses .block .course-title {
  margin-top: 5px;
  margin-bottom: 20px;
}

/** Course Page
 ******************************************************************************/
#block-fw-university-university-course-sidebar {
  margin-bottom: 30px;
}
#block-fw-university-university-course-sidebar-mobile {
  display: none;
}
#block-fw-university-university-course-sidebar .front-issue {
  width: auto;
  margin: 0;
}

