.header {
  color: #ffffff;
  background-image: url('/static/nsdl/images/header-background.png?d87a151f4d77');
  background-size: cover;
  height: 536px;
  padding: 35px 70px; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .header {
      padding: 20px; } }
  .header a {
    color: #ffffff; }

.logo {
  position: absolute;
  top: 25px;
  left: 70px;
  background-image: url('/static/nsdl/images/logo-small.png?d87a151f4d77');
  background-size: cover;
  width: 182px;
  height: 62px; }
  @media only screen and (max-width: 767px) {
    .logo {
      width: 130px;
      height: 45px;
      position: static;
      display: block;
      background-image: url('/static/nsdl/images/logo-small.png?d87a151f4d77');
      background-size: contain; } }

.top-links {
  text-align: right;
  font: 400 12px/20px "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px) {
    .top-links {
      position: absolute;
      height: 70px;
      top: 0;
      width: 250px;
      right: 0;
      padding: 40px 20px 20px;
      font-size: 10px;
      background-color: transparent; } }
  .top-links li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    margin-right: 8px;
    padding-right: 8px; }
    .top-links li:last-child {
      border: 0;
      margin-right: 0;
      padding-right: 0; }
    .top-links li.no-separator {
      border: 0; }
    .top-links li.auth {
      display: none; }
    body.authenticated .top-links li.anon {
      display: none; }
    body.authenticated .top-links li.auth {
      display: inline-block; }
  .top-links .user-menu {
    position: relative;
    min-width: 110px; }

@media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
  .nav-wrapper {
    margin-top: 50px; } }
.nav-wrapper .nav {
  background: transparent; }
  .nav-wrapper .nav li {
    border: 0; }
    .nav-wrapper .nav li:last-child {
      border-right: 0; }

.header-title {
  margin: 0;
  font: 500 48px "Open Sans", sans-serif;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .header-title {
      display: none; } }

.header-description {
  margin: 20px auto 25px;
  width: 80%;
  font: italic 400 18px/26px "Open Sans", sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .header-description {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .header-description {
      display: none; } }

.search-block {
  text-align: center;
  margin-top: 80px; }
  .search-block .fa {
    color: #dcdcdc;
    font-size: 24px;
    position: absolute;
    right: 15px;
    top: 8px; }
  .search-block input,
  .search-block select {
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 0;
    font: 400 14px/28px "Open Sans", sans-serif; }
    @media only screen and (max-width: 767px) {
      .search-block input,
      .search-block select {
        margin-bottom: 20px; } }

.search-field {
  position: relative;
  display: inline-block; }

.search-input {
  width: 260px; }
  @media only screen and (max-width: 767px) {
    .search-input {
      width: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-input {
      width: 220px; } }

.search-select {
  width: 165px; }
  @media only screen and (max-width: 767px) {
    .search-select {
      width: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .search-select {
      width: 110px; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-select {
      width: 145px; } }

@media only screen and (max-width: 767px) {
  .search-form {
    display: none;
    position: absolute;
    top: 0;
    width: 251px;
    overflow: hidden;
    right: -250px;
    padding: 50px 20px;
    background-color: #215064; } }
.search-form .btn-search {
  background-color: #94ba4d;
  color: #ffffff; }
  .search-form .btn-search:hover {
    background-color: #449d44;
    border-color: #449d44;
    color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .search-form .btn-search {
      width: 210px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px), only screen and (min-width: 980px) and (max-width: 1199px) {
    .search-form .btn-search {
      width: 140px; } }

.nav-wrapper {
  padding: 0; }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .nav-wrapper {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .nav-wrapper {
      width: 160px;
      margin-right: 30px;
      float: right; } }
  .nav-wrapper .navbar-collapse {
    padding: 0; }
  .nav-wrapper .nav {
    background: transparent; }
    .nav-wrapper .nav li {
      width: auto;
      padding: 0;
      border: 0; }
      .nav-wrapper .nav li:nth-child(1) .dropdown-menu {
        background-image: -webkit-linear-gradient(left, #090909 0%, #03111E 100%);
        background-image: -o-linear-gradient(left, #090909 0%, #03111E 100%);
        background-image: linear-gradient(to right, #090909 0%, #03111E 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF090909', endColorstr='#FF03111E', GradientType=1); }
      .nav-wrapper .nav li:nth-child(2) .dropdown-menu {
        background-image: -webkit-linear-gradient(left, #0A1118 0%, #051A2D 100%);
        background-image: -o-linear-gradient(left, #0A1118 0%, #051A2D 100%);
        background-image: linear-gradient(to right, #0A1118 0%, #051A2D 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0A1118', endColorstr='#FF051A2D', GradientType=1); }
      .nav-wrapper .nav li:nth-child(3) .dropdown-menu {
        background-image: -webkit-linear-gradient(left, #041527 0%, #082645 100%);
        background-image: -o-linear-gradient(left, #041527 0%, #082645 100%);
        background-image: linear-gradient(to right, #041527 0%, #082645 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF041527', endColorstr='#FF082645', GradientType=1); }
      .nav-wrapper .nav li:nth-child(4) .dropdown-menu {
        background-image: -webkit-linear-gradient(left, #072646 0%, #0A3562 100%);
        background-image: -o-linear-gradient(left, #072646 0%, #0A3562 100%);
        background-image: linear-gradient(to right, #072646 0%, #0A3562 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF072646', endColorstr='#FF0A3562', GradientType=1); }
      .nav-wrapper .nav li:nth-child(5) .dropdown-menu {
        background-image: -webkit-linear-gradient(left, #0B3866 0%, #0B3866 100%);
        background-image: -o-linear-gradient(left, #0B3866 0%, #0B3866 100%);
        background-image: linear-gradient(to right, #0B3866 0%, #0B3866 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0B3866', endColorstr='#FF0B3866', GradientType=1); }
      .nav-wrapper .nav li:nth-child(6) .dropdown-menu {
        background-image: -webkit-linear-gradient(left, #0B3866 0%, #0B3866 100%);
        background-image: -o-linear-gradient(left, #0B3866 0%, #0B3866 100%);
        background-image: linear-gradient(to right, #0B3866 0%, #0B3866 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0B3866', endColorstr='#FF0B3866', GradientType=1); }
      .nav-wrapper .nav li.open > a {
        color: #ffffff;
        background-color: #b2d46f; }
        .nav-wrapper .nav li.open > a:hover, .nav-wrapper .nav li.open > a:focus {
          color: #ffffff;
          background-color: #b2d46f; }
      .nav-wrapper .nav li a {
        padding: 6px 15px;
        color: #ffffff;
        font-size: 13px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .nav-wrapper .nav li a {
            padding-left: 12px;
            padding-right: 12px; } }
        .nav-wrapper .nav li a:hover, .nav-wrapper .nav li a:focus {
          color: #ffffff;
          background-color: #b2d46f; }

.btn-big-link {
  height: 40px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #ffffff;
  width: 165px;
  font: 500 16px/28px "Arvo", serif; }
  .btn-big-link.mod-library {
    background-color: #2c64a1; }
    .btn-big-link.mod-library:hover, .btn-big-link.mod-library:active, .btn-big-link.mod-library:focus {
      background-color: #214b79;
      color: #ffffff; }

.btn-transparent {
  background-color: transparent; }

.advanced-search-call-out {
  display: inline-block;
  margin-top: 30px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
  font-family: "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px) {
    .advanced-search-call-out {
      margin: 160px auto 0; } }

.advanced-search-call-out a {
  text-decoration: underline; }

.library {
  background-color: #172d45;
  text-align: center;
  padding: 60px 70px; }
  @media only screen and (max-width: 767px) {
    .library {
      padding: 20px; } }

.frontpage-section-title {
  margin: 0;
  color: #ffffff;
  font: 400 28px "Open Sans", sans-serif; }

.library-items {
  margin-top: 50px; }

.library-item {
  text-align: center; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .library-item {
      margin-bottom: 25px; } }

.library-icon {
  min-height: 102px; }

.library-description {
  color: #ffffff;
  margin: 30px 0 10px;
  min-height: 60px;
  font: 400 16px/22px "Open Sans", sans-serif; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .library-description {
      min-height: 0; } }
  @media only screen and (min-width: 980px) and (max-width: 1199px) {
    .library-description {
      min-height: 80px; } }

.share {
  height: 274px; }
  @media only screen and (max-width: 767px) {
    .share {
      height: auto; } }

.share-row,
.share-col {
  height: 100%; }

.share-recommend {
  background-image: url('/static/nsdl/images/recommend.png?d87a151f4d77');
  background-size: cover;
  height: 274px; }
  @media only screen and (max-width: 767px) {
    .share-recommend {
      min-height: 200px; } }

.share-partners {
  background-image: url('/static/nsdl/images/partners.png?d87a151f4d77');
  background-size: cover;
  height: 274px; }
  @media only screen and (max-width: 767px) {
    .share-partners {
      min-height: 200px; } }

.share-ct {
  padding: 55px 50px; }
  @media only screen and (max-width: 767px) {
    .share-ct {
      padding: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .share-ct {
      padding: 40px; } }

.share-description {
  color: #ffffff;
  font: 400 14px/22px "Open Sans", sans-serif;
  margin: 40px 0 30px;
  width: 80%; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 979px) {
    .share-description {
      width: 100%; } }

.btn-share {
  border: 1px solid #ffffff;
  color: #ffffff; }
  .btn-share:hover {
    background-color: #ffffff;
    color: #474f60;
    border-color: #ffffff; }
