@import "css/bootstrap.min.css";
@import "css/font-awesome.min.css";
@import "css/font.min.css";
@import "css/hamburgers.css";
/* Scroll
 ========================================== */
::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  width: 8px;
  height: 4px;
}
/* Placeholder / Help text inside input
 ========================================== */
::-webkit-input-placeholder {
  color: #333;
  transition: opacity 2s 2s ease;
  -webkit-transition: opacity 2s 2s ease;
  opacity: 1;
}
:-moz-placeholder {
  color: #333;
  transition: opacity 2s 2s ease;
  -webkit-transition: opacity 2s 2s ease;
  opacity: 1;
}
::-moz-placeholder {
  color: #333;
  transition: opacity 2s 2s ease;
  -webkit-transition: opacity 2s 2s ease;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #333;
  transition: opacity 2s 2s ease;
  -webkit-transition: opacity 2s 2s ease;
  opacity: 1;
}
/* General
 ========================================== */
html,
body {
  margin: 0px;
  overflow: auto;
}
body {
  background: #f1f1f1 url(img/logo-big.png) -150px 35px no-repeat;
  overflow: hidden;
  height: 100%;
  direction: ltr;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  -webkit-text-size-adjust: none;
  font-size: 16px;
}
a,
a:hover {
  text-decoration: none !important;
}
.btn-default {
  background-color: #282828;
}
.s-search-advances {
  color: #fff;
}
.s-search-advances:hover {
  color: #ff0;
}
.s-search-advances:focus {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .s-main-page .s-search-advances {
    font-size: 12px;
    position: absolute;
    top: 70px;
    right: 190px;
  }
}
/* Header
 ========================================== */
.s-header {
  width: 100%;
  padding: 0 50px 20px 50px;
  margin: 0;
  top: 25px;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.05);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
@media only screen and (min-width: 768px) {
  .s-header {
    position: absolute;
  }
}
/* Brand
 ========================================== */
.s-brand {
  color: #fff;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-brand {
    text-align: left;
  }
}
.s-brand:visited,
.s-brand:active,
.s-brand:hover {
  color: #fff;
}
.s-brand h1 {
  text-transform: uppercase;
  font-size: 20pt;
  margin: 0;
  font-weight: lighter;
}
.s-brand-tagline {
  font-size: 10pt;
}
.s-logo {
  display: block;
  padding: 0;
  margin: 10px auto;
}
@media only screen and (min-width: 768px) {
  .s-logo {
    float: left;
    padding: 0 20px 0 0;
    margin: -7px 0 0 0;
  }
}
/* Menu
 ================================ */
.s-pmenu {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 468px) {
  .s-pmenu {
    position: absolute;
    margin: 0 auto;
    left: 80%;
    top: 20px;
    z-index: 3099;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .s-pmenu {
    top: -50px;
  }
}
.s-menu {
  position: fixed;
  right: 35px;
  top: 35px;
  margin: 0 auto;
}
.s-menu a {
  display: block;
  color: #fff;
  background-color: #fff;
  width: 30px;
  border-radius: 50px;
  padding: 15px 0 0 8px;
  height: 30px;
  margin: 20px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .s-menu {
    z-index: 2099;
    left: auto;
    margin: 0;
  }
  .s-menu a {
    margin: 0;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .s-menu-toggle {
    width: 19px;
    height: 20px;
    display: block;
    vertical-align: top;
    padding-top: 3px;
    margin-left: 15px;
  }
}
.s-menu-content {
  background-color: #eee;
  width: 100%;
  left: 100%;
  position: fixed;
  top: 0;
  height: 100%;
  transition: all 0.5s ease;
  z-index: 2005;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(300px);
  padding: 10px 30px;
}
@media only screen and (min-width: 768px) {
  .s-menu-content {
    width: 300px;
  }
}
.s-menu-content.active {
  transform: translateX(-300px);
}
.s-menu-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-menu-content li {
  line-height: 30pt;
}
.s-menu-content a {
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.s-menu-content a:hover {
  color: #DE0707;
  text-decoration: line-through;
}
.s-menu-content h1 {
  font-weight: lighter !important;
  font-size: 20pt;
  text-transform: uppercase;
  border-bottom: solid 1px #d5d5d5;
  padding-bottom: 30px;
  padding-top: 0;
}
.s-menu-content .s-menu-toggle {
  position: absolute;
  top: 45px;
  right: 45px;
  width: 30px;
  height: 30px;
}
.s-menu-content .s-menu-toggle span,
.s-menu-content .s-menu-toggle span:before,
.s-menu-content .s-menu-toggle span:after {
  background-color: #333;
}
.s-menu-content .s-menu-toggle:hover span,
.s-menu-content .s-menu-toggle:hover span:before,
.s-menu-content .s-menu-toggle:hover span:after {
  background-color: #000;
}
.s-menu-content .s-menu-toggle span {
  transform: rotate(-45deg);
  top: 0;
}
.s-menu-content .s-menu-toggle span:before {
  opacity: 0;
}
.s-menu-content .s-menu-toggle span:after {
  transform: rotate(-90deg);
  top: 0;
}
.s-menu-info {
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-top: 25px;
  color: #000;
}
.s-menu-info label {
  font-size: 8pt;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #bbb;
  padding: 0 0 12px 0;
  margin: 0;
}
/* Custom Select Dropdown
 ================================ */
.custom-dropdown--large {
  font-size: 1.5em;
}
.custom-dropdown--small {
  font-size: 1em;
}
.custom-dropdown__select {
  font-size: inherit;
  /* inherit size from .custom-dropdown */
  padding: 0.5em;
  /* add some space*/
  margin: 0;
  /* remove default margins */
}
.custom-dropdown__select--white {
  background-color: #fff;
  color: #444;
}
.custom-dropdown__select--emerald {
  background-color: #20b390;
  color: #fff;
}
.custom-dropdown__select--red {
  background-color: #d53a22;
  color: #fff;
}
@supports (pointer-events: none) and
       ((-webkit-appearance: none) or
       (-moz-appearance: none) or
       (appearance: none)) {
  .custom-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .custom-dropdown__select {
    padding-right: 5em;
    /* accommodate with the pseudo elements for the dropdown arrow */
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .custom-dropdown::before,
  .custom-dropdown::after {
    content: "";
    position: absolute;
    pointer-events: none;
  }
  .custom-dropdown::after {
    /*  Custom dropdown arrow */
    content: "\25BC";
    height: 1em;
    font-size: 0.625em;
    line-height: 1;
    right: 1.2em;
    top: 50%;
    margin-top: -0.5em;
  }
  .custom-dropdown::before {
    /*  Custom dropdown arrow cover */
    width: 2.6em;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 0 0 0;
  }
  .custom-dropdown__select[disabled] {
    color: rgba(0, 0, 0, 0.3);
  }
  .custom-dropdown.custom-dropdown--disabled::after {
    color: rgba(0, 0, 0, 0.1);
  }
  /* White dropdown style */
  .custom-dropdown--white::before {
    background-color: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  .custom-dropdown--white::after {
    color: rgba(0, 0, 0, 0.9);
  }
  /* Emerald dropdown style */
  .custom-dropdown--emerald::before {
    background-color: #1aa181;
  }
  .custom-dropdown--emerald::after {
    color: rgba(0, 0, 0, 0.4);
  }
  /* Red dropdown style */
  .custom-dropdown--red::before {
    background-color: #d53a22;
  }
  .custom-dropdown--red::after {
    color: rgba(0, 0, 0, 0.4);
  }
  /* FF only temporary & ugly fixes */
  /* the "appearance: none" applied on select still shows a dropdown arrow on Firefox */
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=649849 */
  @-moz-document url-prefix() {
    .custom-dropdown__select {
      padding-right: 0.9em;
    }
    .custom-dropdown--large .custom-dropdown__select {
      padding-right: 1.3em;
    }
    .custom-dropdown--small .custom-dropdown__select {
      padding-right: 0.5em;
    }
  }
}
/* Background
 ================================ */
.s-background {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.s-background > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
}
.s-background .slider {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  background-size: cover;
}
.gradients {
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1099;
  opacity: 0.75;
}
.gradients div {
  height: 100%;
  position: absolute;
  width: 100%;
}
.red {
  background: #054365;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #054365), color-stop(100%, #ff0000));
  background: -webkit-linear-gradient(45deg, #054365 0%, #ff0000 100%);
  background: -moz-linear-gradient(45deg, #054365 0%, #ff0000 100%);
  background: -o-linear-gradient(45deg, #054365 0%, #ff0000 100%);
  background: -ms-linear-gradient(45deg, #054365 0%, #ff0000 100%);
  background: linear-gradient(45deg, #054365 0%, #ff0000 100%);
}
.pink {
  background: #fc963f;
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #e02d6f), color-stop(100%, #fc963f));
  background: -webkit-linear-gradient(45deg, #e02d6f 0%, #fc963f 100%);
  background: -moz-linear-gradient(45deg, #e02d6f 0%, #fc963f 100%);
  background: -o-linear-gradient(45deg, #e02d6f 0%, #fc963f 100%);
  background: -ms-linear-gradient(45deg, #e02d6f 0%, #fc963f 100%);
  background: linear-gradient(45deg, #e02d6f 0%, #fc963f 100%);
}
.purple {
  background: #edaa9c;
  background: -webkit-gradient(left bottom, right 45deg, color-stop(0%, #8217b7), color-stop(100%, #edaa9c));
  background: -webkit-linear-gradient(45deg, #8217b7 0%, #edaa9c 100%);
  background: -moz-linear-gradient(45deg, #8217b7 0%, #edaa9c 100%);
  background: -o-linear-gradient(45deg, #8217b7 0%, #edaa9c 100%);
  background: -ms-linear-gradient(45deg, #8217b7 0%, #edaa9c 100%);
  background: linear-gradient(45deg, #8217b7 0%, #edaa9c 100%);
}
.default,
.blue {
  background: #05c6d1;
  background: -webkit-gradient(left bottom, right 45deg, color-stop(0%, #194fb8), color-stop(100%, #05c6d1));
  background: -webkit-linear-gradient(45deg, #194fb8 0%, #05c6d1 100%);
  background: -moz-linear-gradient(45deg, #194fb8 0%, #05c6d1 100%);
  background: -o-linear-gradient(45deg, #194fb8 0%, #05c6d1 100%);
  background: -ms-linear-gradient(45deg, #194fb8 0%, #05c6d1 100%);
  background: linear-gradient(45deg, #194fb8 0%, #05c6d1 100%);
}
.green {
  background: #e7dd4b;
  background: -webkit-gradient(left bottom, right 45deg, color-stop(0%, #44cd9e), color-stop(100%, #e7dd4b));
  background: -webkit-linear-gradient(45deg, #44cd9e 0%, #e7dd4b 100%);
  background: -moz-linear-gradient(45deg, #44cd9e 0%, #e7dd4b 100%);
  background: -o-linear-gradient(45deg, #44cd9e 0%, #e7dd4b 100%);
  background: -ms-linear-gradient(45deg, #44cd9e 0%, #e7dd4b 100%);
  background: linear-gradient(45deg, #44cd9e 0%, #e7dd4b 100%);
}
.mint {
  background: #dfcee5;
  background: -webkit-gradient(left bottom, right 45deg, color-stop(0%, #0fa9a8), color-stop(100%, #dfcee5));
  background: -webkit-linear-gradient(45deg, #0fa9a8 0%, #dfcee5 100%);
  background: -moz-linear-gradient(45deg, #0fa9a8 0%, #dfcee5 100%);
  background: -o-linear-gradient(45deg, #0fa9a8 0%, #dfcee5 100%);
  background: -ms-linear-gradient(45deg, #0fa9a8 0%, #dfcee5 100%);
  background: linear-gradient(45deg, #0fa9a8 0%, #dfcee5 100%);
}
.beach {
  background: #e5d8b9;
  background: -webkit-gradient(left bottom, right 45deg, color-stop(0%, #2cbedf), color-stop(100%, #e5d8b9));
  background: -webkit-linear-gradient(45deg, #2cbedf 0%, #e5d8b9 100%);
  background: -moz-linear-gradient(45deg, #2cbedf 0%, #e5d8b9 100%);
  background: -o-linear-gradient(45deg, #2cbedf 0%, #e5d8b9 100%);
  background: -ms-linear-gradient(45deg, #2cbedf 0%, #e5d8b9 100%);
  background: linear-gradient(45deg, #2cbedf 0%, #e5d8b9 100%);
}
.current {
  opacity: 0;
}
.slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-size: cover;
  -webkit-animation: slideImg 16s infinite;
  animation: slideImg 16s infinite;
  opacity: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@-webkit-keyframes slideImg {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
@keyframes slideImg {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
.slider:nth-child(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.slider:nth-child(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.slider:nth-child(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.slider:nth-child(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.hide-header {
  position: absolute !important;
  top: 530px !important;
  transform: translateY(0%);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
.hide-background {
  box-shadow: 0 0 10px rgba(100, 100, 100, 0.5);
  top: 500px !important;
  transform: translateY(0%);
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  /* older webkit */
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */
}
#advance-search {
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  #advance-search {
    top: 0;
    position: fixed;
    width: 50%;
    left: 300px;
  }
}
#advance-search select,
#advance-search input[type='text'] {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  margin-bottom: 2px !important;
}
@media only screen and (min-width: 768px) {
  #advance-search select,
  #advance-search input[type='text'] {
    padding: 10px 15px;
    height: 45px;
    margin-bottom: 5px !important;
  }
}
#advance-search .label {
  line-height: 1;
  letter-spacing: 1px;
  font-size: 9pt;
  color: #999;
  font-weight: bold;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) {
  #advance-search .label {
    line-height: 2;
  }
}
#advance-search h2 {
  font-size: 10pt;
  color: #39c;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  #advance-search h2 {
    font-size: 16pt;
  }
}
#advance-search button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 50px;
}
#advance-search .hamburger {
  position: fixed;
  top: 40px;
  right: 40px;
}
/* Footer
 ================================ */
.s-footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  zoom: 1;
  display: block;
}
.s-footer-content {
  background-color: #000;
  width: 100%;
  padding: 20px 50px;
  margin: 0 auto;
  font-size: 8pt;
  color: #ccc;
  text-transform: uppercase;
  z-index: 3001;
  line-height: 20px;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .s-footer {
    line-height: normal;
    text-align: left;
  }
}
.s-footer a {
  color: #ccc;
}
.s-footer a:hover {
  color: #fff;
}
.s-footer-menu {
  float: right;
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
}
.s-footer-menu li {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-footer-menu li {
    padding-right: 20px;
    float: left;
    text-align: left;
  }
}
.s-footer-menu li:hover {
  bottom: 2px;
}
.s-footer-tagline a {
  position: relative;
}
.s-footer-tagline a:hover {
  bottom: 2px;
}
.s-footer-menu li:last-child {
  padding-right: 0px;
}
.rss {
  color: #fc0 !important;
}
/* Feature
 ================================ */
.s-feature-list {
  width: 100%;
  padding: 0;
  margin: 0 auto !important;
  text-align: center;
  position: relative;
  bottom: -35px;
  background: transparent url(img/shelf.png) 0 100px no-repeat;
  z-index: 2002;
}
@media only screen and (min-width: 768px) {
  .s-feature-list {
    width: 100%;
    top: 49px;
  }
}
@media only screen and (min-width: 1024px) {
  .s-feature-list {
    top: 35px;
  }
}
.s-feature-list:after {
  bottom: -30px;
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(rgba(0, 0, 0, 0.2)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 75px;
  display: inline-block;
  z-index: 2001;
}
.s-feature-list ul {
  list-style: none;
  margin: 0 auto;
}
.s-feature-list li {
  display: inline;
  padding-right: 25px;
  overflow: hidden;
  position: relative;
}
.s-feature-list li:last-child {
  padding-right: 0;
}
.s-feature-list img {
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 4px;
  border: none;
  width: 90px;
  height: 125px;
  background: transparent url(img/book.png) top left no-repeat;
  background-size: cover;
  background-color: #FFF;
}
.s-feature-list li:hover {
  -webkit-transition: left 500ms ease-in-out;
  transition: left 500ms ease-in-out;
  -webkit-animation-name: coverShake;
  animation-name: coverShake;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
@-webkit-keyframes coverShake {
  0% {
    left: 0px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes coverShake {
  0% {
    left: 0px;
  }
}
@keyframes coverShake {
  50% {
    left: 10px;
  }
}
@keyframes coverShake {
  100% {
    left: 0px;
  }
}
.s-feature {
  top: 150px;
  color: #ccc;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -o-transition: color 1s ease;
  -ms-transition: color 1s ease;
  transition: color 1s ease;
}
.s-feature:visited,
.s-feature:active,
.s-feature:hover {
  color: #fff;
}
.s-feature-content {
  margin: 0 auto;
  text-align: center;
  z-index: 2002;
}
.s-feature-title {
  background-color: #19A181;
  color: #fff;
  width: 100%;
  font-size: 10px;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  bottom: 8px;
  left: 0;
  z-index: 3099;
  padding: 5px;
  white-space: pre-line;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .s-footer-tagline {
    text-align: left;
  }
}
.jcarousel-skin-tango .jcarousel-container {
  margin: 0 auto;
}
.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 100%;
  padding: 0 40px;
}
@media only screen and (min-width: 768px) {
  .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 89%;
    padding: 0px 85px;
  }
}
.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
  height: 125px;
  top: 35px;
}
.jcarousel-skin-tango .jcarousel-item {
  border-radius: 4px;
  width: 90px;
  height: 125px;
  box-shadow: 0 0 10px #000;
  position: relative;
}
.jcarousel-skin-tango .jcarousel-item:before {
  content: '';
  background: transparent url(img/book-side.png) top center no-repeat;
  width: 10px;
  height: 100%;
  position: absolute;
  z-index: 2002;
  left: -3px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0px;
  margin-right: 18px;
}
@media only screen and (min-width: 768px) {
  .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 110px;
  right: 5px;
  width: 32px;
  height: 32px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:before {
  content: '\f054';
  font-family: FontAwesome;
  font-size: 24pt;
  color: #333;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:before {
  content: '\f053';
  font-family: FontAwesome;
  font-size: 24pt;
  color: #333;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover:before {
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover:before {
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 110px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}
/* Main
 ================================ */
.s-main {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 12pt;
  font-weight: light;
}
.s-main h1 {
  font-family: Raleway, serif;
  font-weight: bold;
  font-size: 26pt;
}
@media only screen and (min-width: 768px) {
  .s-main-search {
    margin-bottom: 0;
    margin-top: 25%;
  }
}
@media only screen and (min-width: 1025px) {
  .s-main-search {
    margin-top: 15%;
  }
}
.s-search-info {
  padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
  .s-search-info {
    padding: 10px 0 0px 0;
  }
}
.s-search {
  border-radius: 50px;
  border: none;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 10px;
  font-size: 12pt;
  text-align: center;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  -o-transition: background-color 1s ease;
  -ms-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
@media only screen and (min-width: 768px) {
  .s-search {
    font-size: 15pt;
    text-align: left;
    width: 100px;
    border-radius: 50px 0 0 50px;
    padding: 14px 14px 14px 28px;
  }
}
@media only screen and (min-width: 768px) {
  .s-search {
    width: 500px;
  }
}
#loginform input[type="text"],
.s-search:focus,
.s-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.s-search:focus,
.s-search:not(:empty) {
  background-color: rgba(255, 255, 255, 0.5);
}
.s-btn {
  display: list-item;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  padding: 10px;
  color: #666;
  width: 100%;
  margin: 10px auto;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media only screen and (min-width: 768px) {
  .s-btn {
    margin-right: 32px;
    width: 125px;
    border-radius: 0 50px 50px 0;
    display: inline-block;
    margin-left: -5px;
    padding: 20px 18px 16px 18px;
  }
}
.s-btn:hover {
  background-color: #000;
  color: #fff;
}
/* Biblio
 ================================ */
.label {
  border-radius: 0;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.label-important {
  background-color: #f00;
}
.detailLink {
  background-color: #f2f2f2;
  color: #000;
  margin-right: -5px;
  padding: 10px 10px;
}
.xmlDetailLink {
  background-color: #282828;
  color: #fff;
  padding: 10px;
}
.s-xml-detail {
  padding: 10px 49px !important;
}
.citationLink {
  background-color: #777;
  color: #fff;
  margin-right: -5px;
  padding: 10px 10px;
}
.biblioRecord {
  position: relative;
  float: left;
  z-index: 0;
  width: 45%;
  padding: 10px 20px;
  min-height: 440px;
  text-align: center;
  margin-right: 15px;
  border: solid 1px #f2f2f2;
  margin-bottom: 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@media only screen and (max-width: 768px) {
  .biblioRecord {
    float: none;
    width: 100%;
  }
}
.biblioRecord:hover {
  border-color: #ccc;
}
.biblioRecord:last-child {
  margin-right: 0;
}
.biblioRecord .cover-list {
  border-radius: 4px;
  background: transparent url(img/book.png) top left no-repeat;
  background-size: cover;
  background-color: #FFF;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.1), 0 12px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.1), 0 12px 26px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: 120px;
  height: 165px;
  margin: 50px auto 15px auto;
  overflow: hidden;
}
.biblioRecord:hover .cover-list {
  -webkit-transition: bottom 1s ease-in-out;
  transition: bottom 1s ease-in-out;
  -webkit-animation-name: coverUp;
  animation-name: coverUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes coverUp {
  0% {
    bottom: 0px;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes coverUp {
  0% {
    bottom: 0px;
  }
}
@keyframes coverUp {
  50% {
    bottom: 10px;
  }
}
@keyframes coverUp {
  100% {
    bottom: 0px;
  }
}
.biblioRecord .cover-list .img-thumbnail {
  padding: 0;
  border-radius: 0;
  height: 166px;
  width: 121px;
  border: none;
  vertical-align: top;
  font-size: 0;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  position: absolute;
  z-index: 1;
}
.biblioRecord .cover-list:before {
  content: '';
  background: transparent url(img/book-side.png) top center no-repeat;
  width: 10px;
  height: 100%;
  position: absolute;
  z-index: 2002;
  left: -2px;
}
.biblioRecord .cover-list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-box-shadow: inset 4px 0px 10px -4px rgba(0, 0, 0, 0.3), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 4px 0px 10px -4px rgba(0, 0, 0, 0.5), inset 0 1px 0 0 rgba(0, 0, 0, 0.2), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, top left, bottom left, from(rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.biblioRecord .detail-list h4 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.8em;
  line-height: 1.4em;
}
.biblioRecord .author {
  font-family: Georgia, serif;
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1em;
  line-height: 1em;
  margin-bottom: 10px;
}
.biblioRecord .author-name {
  font-size: 10pt;
  padding: 0;
  margin-top: 0;
}
@media only screen and (min-width: 1024px) {
  .biblioRecord .subItem {
    bottom: 10px;
    margin-left: 18px;
    position: relative;
  }
}
.biblioRecord .detailLink,
.biblioRecord .xmlDetailLink,
.biblioRecord .citationLink {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  -webkit-transition: background-color 500ms;
  transition: background-color 500ms;
  color: #fff;
  padding: 10px 10px;
}
.biblioRecord .detailLink {
  background-color: #f2f2f2;
  color: #000;
}
.biblioRecord .xmlDetailLink {
  background-color: #777;
}
.biblioRecord .citationLink {
  background-color: #282828;
}
.biblioRecord .detailLink:hover,
.biblioRecord .xmlDetailLink:hover,
.biblioRecord .citationLink:hover {
  background-color: #852836;
  color: #fff;
}
.customField {
  font-size: 8pt;
  line-height: 14pt;
  text-align: center;
  border: solid 1px #f2f2f2;
  margin-bottom: -1px;
  background-color: #fff;
  padding: 0;
}
/* Biblio Detail
 ================================ */
.s-detail .cover {
  height: 250px;
  max-width: 185px;
  border-radius: 4px;
  background: transparent url(img/book.png) top left no-repeat;
  background-size: cover;
  background-color: #FFF;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.1), 0 12px 26px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 7.68px 0.32px rgba(0, 0, 0, 0.1), 0 12px 26px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.s-detail .cover:before {
  content: '';
  background: transparent url(img/book-side.png) top center no-repeat;
  width: 10px;
  height: 100%;
  position: absolute;
  z-index: 2002;
}
@media only screen and (min-width: 768px) {
  .s-detail .cover {
    float: right;
    overflow: hidden;
    margin: 50px 0 0 50px;
  }
}
.s-detail-type {
  padding: 20px 0 0 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .s-detail-type {
    padding: 0;
    margin: 0;
    width: auto;
    text-align: left;
  }
}
.s-detail .share-buttons {
  float: right;
  padding-top: 0;
}
.s-detail .s-detail-abstract p {
  display: block;
  text-align: justify !important;
}
.s-detail .s-detail-abstract {
  width: 100%;
  font-style: italic;
  font-family: Raleway, serif;
  line-height: 1.6em;
  font-size: 11pt;
}
.s-detail .s-detail-abstract:empty {
  display: none;
}
.s-detail .s-detail-abstract br:not(:first-child) {
  /*display: none;*/
}
.s-detail .cover img {
  background-size: 100%;
  height: 250px;
}
.s-detail .s-detail-title {
  font-family: Arial, serif;
  font-weight: 900 !important;
  font-size: 18pt;
  line-height: 24pt;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.s-detail .form-horizontal {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
.s-detail .form-horizontal .control-group {
  margin: 0;
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
  /* IE 11 */
  display: table;
}
.control-label {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
  width: 100%;
  display: inline-block;
  width: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.s-detail-author {
  display: inline;
  font-family: Raleway, serif;
}
.s-detail-author a:first-child:before {
  content: '';
}
.s-detail-author a:before {
  content: ' | ';
}
.s-detail-author br {
  display: none;
}
.labels {
  width: 48px;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 1099;
}
/* Collection Mark
 ================================ */
.biblioRecord .biblioCheck {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
.biblioRecord .biblioCheck + label {
  cursor: pointer;
  background: #282828;
  width: 100%;
  position: relative;
  margin-top: 10px;
  top: 0px;
  right: 0px;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  padding: 4px 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.biblioRecord .biblioCheck:checked + label:before {
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  padding-right: 10px;
}
.biblioRecord .biblioCheck:checked + label,
.biblioRecord .biblioCheck + label:hover {
  background: #060;
  color: #fff;
}
.biblioMarkFormAction {
  padding: 10px 0;
}
.biblioMarkFormAction:first-child {
  margin-bottom: 10px;
}
.biblioMarkFormAction:last-child {
  margin-bottom: -15px;
}
.biblioMarkFormAction input {
  border: none;
  background: #282828;
  color: #fff;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 5px 26px;
  margin-left: -10px;
}
/* Download
 ================================ */
.attachList {
  position: relative;
  padding: 0;
}
.attachment-pdf,
.attachment-audio-video,
.attachment-audio-audio,
.attachment-url-list,
.attachment-image {
  position: relative;
  list-style: none;
  list-style-image: none !important;
  margin: -1px 0 0 0;
  border: solid 1px #f2f2f2;
  padding: 15px 28px;
  font-size: 14px;
  line-height: 18pt;
  vertical-align: middle;
}
.attachment-pdf:before,
.attachment-audio-video:before,
.attachment-audio-audio:before,
.attachment-url-list:before,
.attachment-image:before {
  position: absolute;
  right: 10px;
  top: 30%;
  font-family: 'FontAwesome';
  display: block;
  color: #20b390;
  font-size: 28px;
}
.attachment-pdf:before {
  content: "\f1c1";
}
.attachment-image:before {
  content: "\f1c5";
}
.attachment-audio-audio:before {
  content: "\f1c7";
}
.attachment-audio-video:before {
  content: "\f1c8";
}
.attachment-url-list:before {
  content: "\f1c9";
}
/* Librarian
 ================================ */
.librarian {
  position: relative;
  float: left;
  width: 45%;
  padding: 10px 20px;
  min-height: 423px;
  text-align: center;
  margin-right: 15px;
  border: solid 1px #f2f2f2;
  margin-bottom: 15px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.librarian .span2 div,
.librarian-image {
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 50%;
  margin: 20px auto;
  border: solid 1px #f2f2f2;
}
.librarian img {
  width: 125px;
}
.librarian .key {
  font-size: 12px;
  margin-bottom: -15px;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000;
}
.librarian .key + div {
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 15px;
}
.librarian div:empty:before {
  content: '-';
}
.librarian-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* Comments
 ================================ */
.comments {
  padding-top: 10px;
  padding-bottom: 14px;
}
.comment-found {
  font-size: 10px;
}
.comment-member {
  text-transform: uppercase;
  font-size: 10pt;
  font-weight: 300px;
}
.comment-content {
  background: #f2f2f2;
  padding: 15px;
}
.comment-form textarea {
  width: 100%;
  padding: 15px;
  border-color: #f2f2f2;
}
.comment-form .button {
  border: none;
  background: #282828;
  color: #fff;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 5px 15px;
  width: 100%;
}
/* Member
 ================================ */
.tagline {
  font-size: 30px;
  border-bottom: solid 1px #f2f2f2;
  padding-top: 53px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.loginInfo {
  padding-bottom: 50px;
}
.loginInfo .login_input input {
  border: none;
  padding: 5px 10px;
  background: #f2f2f2;
  color: #333;
  width: 300px;
}
.memberButton {
  padding: 2px 20px !important;
  margin-top: 20px;
}
.loginInfo .fieldLabel {
  font-size: 10pt;
  padding: 10px 0;
}
/* Member Detail
 ================================ */
.memberBasketList,
.memberDetail {
  border: none;
}
.memberDetail .alterCell {
  background-color: #f2f2f2;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding: 0px 15px;
  width: auto !important;
  text-align: right;
  border-color: #E1E1E1;
}
.memberDetail .alterCell2 {
  border-color: #eee;
  padding: 0px 15px;
}
.memberLoanList {
  border: none;
}
.memberBasketList .alterCell td,
.memberLoanList .alterCell td {
  background: #ddd;
}
.memberBasketList .alterCell2 td,
.memberLoanList .alterCell2 td {
  background: #f2f2f2;
}
.memberBasketList .alterCell td,
.memberBasketList .alterCell2 td,
.memberLoanList .alterCell td,
.memberLoanList .alterCell2 td {
  border: none;
  padding: 10px;
  font-size: 10pt;
}
.dataListHeader {
  background: #282828 !important;
  color: #fff;
  letter-spacing: 4px;
  font-size: 8px;
  font-weight: 900;
  text-transform: uppercase;
}
.dataListHeader a {
  color: #fff;
  display: block;
  padding: 5px 10px;
}
.dataListHeader a:hover {
  color: #fff;
  background: #852836;
}
#loginButton {
  padding: 5px 35px !important;
  margin: 10px 0 10px -15px;
}
.memberDetail input {
  width: 100%;
  border: solid 1px #f2f2f2;
  margin: 5px -10px;
}
.memberBasketInfo {
  font-size: 12pt;
}
.memberBasketAction a {
  background-color: #282828;
  color: #fff;
  padding: 10px 15px;
  letter-spacing: 4px;
  font-size: 8px;
  text-transform: uppercase;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.memberBasketAction a:hover {
  background: #852836;
}
#memberChangePassword .alterCell2 {
  border-color: #f2f2f2;
}
/* Member Logged
 ================================ */
.alert-member-login {
  background: transparent;
  text-align: left !important;
  border: none !important;
  box-shadow: none;
}
#memberLogout {
  clear: both;
  color: #fff !important;
  background-color: #282828;
}
#memberLogout {
  clear: both;
  color: #fff !important;
  background-color: #852836;
}
/* Page
 ================================ */
.s-main-page {
  background-color: #fff;
  margin-top: 200px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-main-page {
    margin-top: 217px;
    min-height: 100%;
    width: 100%;
  }
}
.s-main-page .s-main-search {
  top: -175px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s-main-page .s-main-search {
    top: -95px;
    text-align: right;
    right: 0;
    position: absolute;
  }
}
.s-main-page .s-main-title {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 120px;
  padding-bottom: 25px;
  font-size: 20pt;
  width: 100%;
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .s-main-page .s-main-title {
    max-width: 50%;
    top: 20px;
    text-align: left;
    padding-left: 50px;
  }
}
.s-main-page form h1,
.s-main-page form .s-search-info {
  display: none;
}
.s-main-page .s-main-content {
  line-height: 24pt;
}
@media only screen and (max-width: 480px) {
  .s-main-page .s-main-content {
    margin-top: -90px;
  }
}
.s-main-page .s-main-search .s-search {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s-main-page .s-main-content {
    line-height: 24pt;
    padding: 50px 50px 100px 35px;
  }
  .s-main-page .s-main-search .s-search {
    width: 300px;
  }
}
/*Cluster*/
.cluster-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cluster-title {
  font-weight: bold;
  font-size: 12pt;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 20px;
}
.cluster-list .cluster-item a {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 9pt;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: solid 1px #f2f2f2;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.cluster-list .cluster-item a:hover {
  color: blue;
  background-color: #f2f2f2;
  padding-left: 10px;
}
.cluster-item-count {
  position: absolute;
  right: 0;
  background-color: #282828;
  color: #fff;
  min-width: 30px;
  text-align: center;
  padding: 2px 5px !important;
  line-height: normal;
  margin-top: 5px;
}
/* Table
 ================================ */
.s-table {
  border-width: 0;
  border-collapse: collapse;
  margin: 1.5em 0;
  padding: 5px 10px;
  line-height: 2;
  max-width: 100%;
  width: 100%;
  border-spacing: 0;
}
.s-table tr {
  border-bottom: 1px dotted #f2f2f2;
}
.s-table td,
.s-table th {
  vertical-align: top;
  padding-top: 8px;
  border-width: 0;
  padding-bottom: 0;
}
.s-table td {
  border-collapse: collapse;
  margin: 1.5em 0;
  padding: 5px 10px;
}
.s-table th {
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #f2f2f2;
  color: #000;
  padding: 0px 10px;
  width: 150px;
}
.s-subject a {
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
/* Paging
 ================================ */
.biblioPaging {
  width: 100%;
  padding: 20px 0;
  margin-left: 2px;
}
@media screen and (min-width: 768px) {
  .biblioPaging {
    float: left;
  }
}
.biblioPaging b,
.biblioPaging a {
  display: inline;
  margin: 0 -7px;
  padding: 10px 11px;
  font-size: 7pt;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webikit-transition: all 500ms;
  transition: all 500ms;
}
.biblioPaging a:hover,
.biblioPaging b {
  background: #282828;
  color: #fff;
}
/* Login
 ================================ */
#loginForm {
  padding: 75px 20px 50px 20px;
  position: relative;
  margin: 0 auto 26px auto;
  background-color: #fff;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  #loginForm {
    border-radius: 4px;
    width: 300px;
  }
}
.s-login-content {
  position: relative;
}
#loginForm .heading1 {
  letter-spacing: 4px;
  font-size: 8pt;
  text-transform: uppercase;
  color: #000;
}
#loginForm input[type="password"],
#loginForm #userName {
  padding: 8px 20px 8px;
  font-size: 15pt;
  width: 100%;
  color: #000 !important;
  margin: 10px auto;
  text-align: center;
  border: solid 1px #f2f2f2;
}
#loginForm input[type=text].login_input,
#loginForm input[type=password].login_input {
  color: #333;
  border-radius: 50px;
}
#loginForm input[type=text].login_input {
  background: transparent url(img/username.png) 7px 6px no-repeat;
  background-size: 32px;
}
#loginForm input[type=password].login_input {
  background: transparent url(img/password.png) 7px 6px no-repeat;
  background-size: 32px;
}
#loginForm input[type=text]:focus,
#loginForm input[type=password]:focus {
  outline: 0;
}
#loginForm input[type=text]:focus:-webkit-autofill,
#loginForm input[type=password]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 500px #fff inset;
}
.login_input {
  position: relative;
}
.loginButton {
  border-radius: 50px;
  color: #ccc;
  background-color: #282828;
  border: none;
  width: 100%;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
}
.homeButton:hover,
.loginButton:hover {
  background-color: #ff0;
  color: #000;
}
.loginButton {
  margin-top: 10px;
  padding: 15px 0;
}
.homeButton {
  position: absolute;
  padding: 15px 0;
  background: #ccc;
  border: none;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 10px;
  width: 100%;
  margin: 0 auto;
  bottom: -28px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .s-login {
    margin-top: 75px;
  }
}
#loginButton,
.memberButton,
.s-main-content .col-lg-4 a,
.s-detail .btn,
.xmlResultLink {
  border-radius: 0;
  border: none;
  background-color: #282828;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  color: #fff;
  padding: 10px 29px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}
#loginButton:hover,
.memberButton a:hover,
.s-subject a:hover,
.xmlResultLink:hover {
  background-color: #f00;
  color: #000;
}
/*Recaptch*/
#loginForm #recaptcha_area {
  padding: 20px 0;
  position: relative;
}
#loginForm #recaptcha_area table {
  border: none !important;
}
#loginForm .recaptchatable .recaptcha_image_cell {
  background-color: white;
  height: 55px !important;
  padding: 0px 7px !important;
  width: 220px;
}
#loginForm .recaptchatable .recaptcha_image_cell center img {
  height: 55px !important;
  width: 213px;
}
#loginForm .recaptchatable #recaptcha_image {
  border: medium none !important;
  float: left;
  margin: auto;
  width: 215px !important;
}
#loginForm .recaptchatable #recaptcha_response_field {
  left: -8px;
  text-align: center;
  position: absolute;
  top: -20px;
  width: 255px !important;
  padding: 10px;
  border-color: #f2f2f2 !important;
  border-radius: 50px;
}
#loginForm #recaptcha_logo,
#recaptcha_tagline {
  display: none;
}
#loginForm #recaptcha_area td {
  border: 0 none !important;
  border-collapse: collapse !important;
  float: left;
  margin: 0 !important;
  vertical-align: middle !important;
}
#loginForm .recaptchatable .recaptcha_only_if_privacy a {
  position: absolute;
  top: 0px;
  float: none !important;
  text-align: center !important;
  width: 255px !important;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 8pt !important;
  color: #000;
}
.remember_forgot {
  display: flex;
  justify-content: space-between;
}
.remember label {
  color: black;
}
.s-visitor {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .s-visitor {
    width: 640px;
    margin-top: 100px;
    padding-bottom: 0;
  }
}
.s-visitor header span {
  font-size: 8;
  font-weight: light;
}
.s-visitor input {
  border-radius: 50px;
  border: none;
  text-align: center;
}
.s-visitor input[type=submit] {
  padding: 0;
  background-color: #282828;
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}
.s-visitor label {
  font-size: 8px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.s-visitor header h1 {
  text-transform: uppercase;
}
.s-visitor-photo {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin: 50px auto;
  overflow: hidden;
}
.s-visitor-photo img {
  vertical-align: bottom;
}
#visitorCounterPhoto {
  margin: 0;
}
/* Social Icon
 ================================ */
.share-buttons {
  clear: both;
  list-style: none;
  margin: 3px auto;
  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  left: -20px;
  padding-bottom: 35px;
}
.share-buttons li:not(:first-child) {
  display: inline;
  padding-right: 5px;
}
.share-buttons li:first-child {
  padding-top: 10px;
  margin-bottom: 5px;
  line-height: 5px;
}
.share-buttons li:last-child {
  padding-right: 0;
}
.share-buttons li:not(:first-child) img {
  width: 18px;
  height: 18px;
  border-radius: 10px;
}
/* Colorbox for PDF Preview
 ================================ */
#cboxOverlay {
  background: #282828;
  opacity: 0.7;
}
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight {
  display: none;
}
#cboxTitle {
  bottom: 0px;
  position: absolute;
  padding: 20px 10px;
  background-color: #282828;
  color: #fff;
  overflow: hidden;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 10px;
  white-space: nowrap;
}
#cboxClose {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: none;
  width: 25px;
  height: 25px;
  text-indent: 0px;
}
#cboxClose:before {
  font-family: 'FontAwesome';
  content: '\f00d';
  font-size: 20px;
  padding-right: 20px;
  padding-left: 8px;
  color: #fff;
}
#cboxClose:hover {
  background-position: 0;
}
/* Higlight search result
 ================================ */
.highlight {
  background: #930;
  color: #fff;
}
/* Alert
 ================================ */
.s-alert {
  background-color: #f2f2f2;
  color: red;
  padding: 10px;
  text-align: center;
}
/* Error
 ================================ */
.errorBox {
  border: none;
  background-color: #900;
  padding: 10px;
  color: #fff;
  position: relative;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  display: inline-block;
}
/* For support browser
 ================================ */
.chromeframe {
  position: fixed !important;
  z-index: 9099;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
#cboxContent {
  min-height: 375px;
}
/* Chat
 ================================ */
.s-pchat {
  position: relative;
  left: -25px;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .s-pchat {
    position: absolute;
    left: auto;
    right: 55px;
    margin: 0;
    top: -10px;
  }
}
.s-pchat a {
  display: block;
  color: #000;
  background-color: #fff;
  width: 30px;
  border-radius: 50px;
  padding: 3px 0 0 8px;
  height: 30px;
  margin: 20px auto 0 auto;
}
.s-pchat-toggle {
  width: 60px;
  height: 60px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 25px 0 0 25px;
  color: #000;
  display: block;
  background: #fafafa;
  font-size: 8pt;
}
@media only screen and (min-width: 768px) {
  #show-pchat {
    right: 0px;
  }
}
.s-chat {
  z-index: 9;
  position: fixed;
  bottom: 0;
  right: -275px;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
  text-align: left;
  width: 275px;
  background: #fff;
  padding: 0;
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.5);
}
@media only screen and (min-width: 768px) {
  .s-chat {
    bottom: 60px;
  }
}
.s-chat-header {
  text-align: center;
  display: block;
  background-color: #282828;
  width: 275px;
  padding: 21px 0;
  position: relative;
  font-size: 7pt;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
.s-chat-content {
  padding: 18px 20px;
}
.s-chat-content label {
  padding: 10px 0;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.s-chat-content #log {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  padding: 10px;
  width: 100%;
  border: solid 1px #f8f8f8;
  font-size: 12px;
}
.s-chat-content #log p {
  line-height: 1;
  padding-bottom: 5px;
  margin: 0;
}
/* Chat theme */
.c1,
.c6,
.c11,
.c16 {
  color: #3E966E !important;
}
.c2,
.c7,
.c12,
.c17 {
  color: #F36C32 !important;
}
.c3,
.c8,
.c13,
.c18 {
  color: #2A7BCC !important;
}
.c4,
.c9,
.c14,
.c19 {
  color: #7C378A !important;
}
.c5,
.c10,
.c15,
.c20 {
  color: #333333 !important;
}
.s-chat-content textarea,
#message {
  width: 100%;
  border: solid 1px #f8f8f8;
  font-size: 12px;
  padding: 10px;
}
.s-chat-content #log,
.s-chat-content textarea {
  min-height: 200px;
  line-height: 24px;
}
.s-chat footer {
  border-top: solid 1px #f8f8f8;
  font-size: 10px;
  padding: 8pt !important;
}
.s-maximize {
  right: 0;
  bottom: 0;
  -webkit-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}
@media only screen and (min-width: 768px) {
  .s-maximize {
    bottom: 60px;
  }
}
.s-chat .btn {
  border-radius: 0;
  margin-top: 5px;
}
.s-chat hr {
  margin: 16px 0;
}
/* =========================================================
   KIMANIS EXECUTIVE PREMIUM OVERRIDES
   ========================================================= */
body {
  background: #091624 !important;
  color: #dfe7ef;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
.s-main, .s-main-page {
  background:
    linear-gradient(135deg, rgba(7,18,33,.86), rgba(8,92,140,.55)),
    url(img/4.jpg) center center / cover no-repeat fixed !important;
}
.executive-hero { position: relative; min-height: 100vh; padding: 150px 0 90px; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(3,10,18,.52) 0%, rgba(5,16,29,.75) 100%);
}
.hero-container { position: relative; z-index: 2; }
.top-ribbon {
  display: inline-block; padding: 10px 18px; margin: 20px 0 14px;
  border-radius: 999px; letter-spacing: .12em; text-transform: uppercase;
  font-size: 11px; font-weight: 700; color: #c9d7e6;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
}
.s-header {
  position: absolute !important; top: 0 !important; left: 0; right: 0; z-index: 40;
  padding: 0 !important; border-bottom: 1px solid rgba(255,255,255,.08) !important;
  background: linear-gradient(180deg, rgba(6,17,31,.74), rgba(6,17,31,.45)) !important;
  backdrop-filter: blur(12px);
}
.corporate-header-row { display: flex; align-items: center; }
.s-brand {
  display: flex; align-items: center; gap: 18px; text-align: left !important;
  padding: 6px 0 20px; color: #fff !important;
}
.s-logo {
  width: 84px; height: 84px; object-fit: contain; margin: 0 !important; padding: 0 !important;
  border-radius: 18px; background: rgba(255,255,255,.08); box-shadow: 0 20px 40px rgba(0,0,0,.25);
}
.s-brand-copy { display: flex; flex-direction: column; gap: 6px; }
.brand-kicker {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #9fc8ff; font-weight: 700;
}
.s-brand h1 {
  margin: 0 !important; font-size: 42px !important; line-height: 1.05; font-weight: 800 !important;
  letter-spacing: -.02em;
}
.s-brand-tagline {
  font-size: 16px !important; color: #dce6f0; line-height: 1.5;
}
.s-pmenu { position: relative; }
.s-menu { position: absolute !important; right: 0; top: 50%; transform: translateY(-50%); }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { background-color: #fff !important; }
.s-menu-content {
  left: auto !important; right: -420px; width: 400px !important; max-width: 92vw;
  background: linear-gradient(180deg, #0b1727 0%, #10253b 100%) !important;
  box-shadow: -24px 0 60px rgba(0,0,0,.45); padding: 28px 32px !important;
}
.s-menu-content.active { right: 0 !important; }
.menu-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.menu-kicker { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #97bce3; }
.s-menu-content h1 {
  color: #fff !important; font-size: 30px !important; margin: 0 0 18px !important; font-weight: 800;
}
.s-menu-content ul { list-style: none; padding: 0; margin: 0; }
.s-menu-content ul li { border-bottom: 1px solid rgba(255,255,255,.08); }
.s-menu-content ul li a {
  display: block; padding: 15px 0; color: #e8f0f8 !important; font-size: 16px; font-weight: 600;
}
.s-menu-content ul li a:hover { color: #8fd6ff !important; padding-left: 8px; }
.menu-school-card {
  margin: 24px 0 18px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.07); color: #d7e4ef;
}
.menu-school-card strong { display: block; color: #fff; margin-bottom: 8px; }
.hero-grid { display: flex; align-items: center; }
.hero-copy-card, .hero-search-card, .stat-card, .page-hero-card, .content-card, .sidebar-card {
  border-radius: 28px; background: rgba(8, 20, 34, 0.58);
  border: 1px solid rgba(255,255,255,.10); box-shadow: 0 30px 60px rgba(0,0,0,.30);
  backdrop-filter: blur(10px);
}
.hero-copy-card { padding: 42px; }
.hero-kicker {
  display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,.1);
  color: #dceafe; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
}
.hero-copy-card h1 {
  margin: 18px 0 16px; font-size: 64px; line-height: 1.02; color: #fff; font-weight: 800;
}
.hero-copy-card p { color: #d5dfeb; font-size: 20px; line-height: 1.8; margin: 0; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.hero-badges span {
  padding: 10px 16px; border-radius: 999px; background: rgba(143,214,255,.12);
  color: #fff; border: 1px solid rgba(143,214,255,.18); font-weight: 600;
}
.hero-search-card { padding: 34px; background: rgba(250,252,255,.96); color: #16324a; }
.search-chip {
  display: inline-block; padding: 8px 14px; border-radius: 999px; background: #e8f1fb;
  color: #0c5d91; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .1em;
}
.hero-search-card h2 { color: #17324a; font-size: 38px; margin: 16px 0 8px; font-weight: 800; }
.hero-search-card p { color: #536579; line-height: 1.7; margin-bottom: 22px; }
.search-input-group { position: relative; }
.search-icon {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  color: #0d6c98; font-size: 20px; z-index: 2;
}
.hero-search-card .s-search, .inner-search-form .s-search {
  width: 100% !important; border-radius: 18px !important; border: 1px solid #d9e5ef !important;
  padding: 18px 20px 18px 52px !important; font-size: 18px !important; height: auto !important;
  box-shadow: none !important; color: #17324a !important; background: #fff !important;
}
.hero-search-card .s-btn, .inner-search-form .s-btn {
  width: 100% !important; border: 0 !important; border-radius: 18px !important; padding: 18px 22px !important;
  margin-top: 16px; height: auto !important; background: linear-gradient(90deg, #0f759f, #113e7a) !important;
  color: #fff !important; font-weight: 800; text-transform: uppercase; letter-spacing: .04em;
}
.hero-search-card .s-btn:hover, .inner-search-form .s-btn:hover { opacity: .93; }
.hero-search-card .s-search-advances, .page-hero-card .s-search-advances {
  display: inline-block; margin-top: 14px; color: #0d5d95 !important; font-weight: 700;
}
.stats-strip { margin-top: 32px; }
.stat-card { padding: 26px 28px; text-align: center; }
.stat-number { display: block; color: #fff; font-size: 42px; font-weight: 800; }
.stat-label { display: block; color: #bfd2e6; font-size: 15px; margin-top: 8px; }
.s-main-page {
  padding-top: 140px; background: linear-gradient(180deg, rgba(6,17,31,.95), rgba(9,31,52,.92)) !important;
}
.s-main-search-inner { padding: 0 0 24px !important; }
.page-hero-card { padding: 34px 36px; color: #fff; }
.page-kicker {
  color: #9fc8ff; text-transform: uppercase; font-size: 12px; letter-spacing: .14em; font-weight: 700;
}
.s-main-title { color: #fff !important; font-size: 46px !important; margin: 10px 0 12px !important; font-weight: 800 !important; }
.page-hero-copy { color: #d4e0ed; max-width: 760px; line-height: 1.8; }
.inner-search-form { display: grid; grid-template-columns: 1fr 220px; gap: 16px; margin-top: 22px; }
.corporate-content-shell { padding: 12px 15px 60px !important; }
.content-card, .sidebar-card { padding: 28px; margin-bottom: 24px; }
.sidebar-card h3 { margin-top: 0; color: #fff; font-weight: 800; }
.sidebar-card p, .sidebar-card, .content-card { color: #dbe6f0; }
.s-footer {
  background: linear-gradient(180deg, #08111c, #0a1420) !important; color: #d5deea; margin-top: 0 !important;
}
.s-feature-content { padding: 40px 0 24px; background: rgba(255,255,255,.02); }
.section-headline { margin-bottom: 20px; }
.eyebrow {
  display: inline-block; color: #9fc8ff; text-transform: uppercase; letter-spacing: .14em; font-size: 12px; font-weight: 700;
}
.section-headline h3 { color: #fff; font-size: 32px; margin: 8px 0 0; font-weight: 800; }
.s-feature-list .book a {
  display: block; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 10px;
}
.s-feature-list img { border-radius: 12px; }
.s-footer-content { padding: 40px 0 22px; }
.footer-branding p { color: #bed0e2; line-height: 1.8; }
.footer-title { color: #fff; font-size: 28px; font-weight: 800; margin-bottom: 12px; }
.footer-block-title {
  color: #fff; text-transform: uppercase; font-size: 13px; letter-spacing: .12em; margin-bottom: 14px; font-weight: 700;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #bed0e2 !important; }
.footer-links a:hover { color: #fff !important; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08); margin-top: 28px; padding-top: 18px;
  display: flex; justify-content: space-between; gap: 16px; color: #94abc4; flex-wrap: wrap;
}
.s-footer-menu { display:none !important; }
.s-footer-tagline { display:none !important; }
/* General typography fixes */
.hero-copy-card h1, .page-hero-card, .s-main-title, .content-card, .sidebar-card, .footer-title { text-shadow: none !important; }
/* Mobile */
@media (max-width: 991px) {
  .s-brand h1 { font-size: 28px !important; }
  .hero-copy-card h1 { font-size: 44px; }
  .hero-copy-card p { font-size: 18px; }
  .hero-grid { display: block; }
  .hero-copy-wrap { margin-bottom: 22px; }
  .inner-search-form { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .top-ribbon { margin-top: 14px; font-size: 10px; }
  .s-logo { width: 62px; height: 62px; }
  .s-brand { align-items: flex-start; padding-bottom: 16px; }
  .s-brand h1 { font-size: 20px !important; }
  .s-brand-tagline { font-size: 13px !important; }
  .executive-hero { padding-top: 120px; }
  .hero-copy-card, .hero-search-card, .page-hero-card, .content-card, .sidebar-card, .stat-card { padding: 22px; border-radius: 22px; }
  .hero-copy-card h1 { font-size: 34px; }
  .hero-copy-card p { font-size: 16px; }
  .hero-badges span { width: 100%; text-align: center; }
  .s-main-title { font-size: 32px !important; }
  .s-menu-content { width: 100% !important; max-width: 100vw; }
  .footer-bottom { flex-direction: column; }
}


/* ===== SMK KIMANIS INSTITUSI OFFICIAL ===== */
body {
  background: linear-gradient(180deg, #071423 0%, #0c1b2d 38%, #eef3f8 38%, #f7f9fc 100%) !important;
  color: #12263a;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(255,255,255,.10), transparent 45%);
  pointer-events: none;
  z-index: 0;
}
body.menu-open { overflow: hidden; }
.s-header {
  position: relative;
  top: 0;
  padding: 18px 0 12px;
  background: linear-gradient(180deg, rgba(8,22,40,.92), rgba(8,22,40,.84));
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
  z-index: 50;
}
.top-ribbon {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #dce7f5;
  margin-bottom: 16px;
}
.official-header-row { align-items: center; }
.s-brand { display:flex; align-items:center; gap:18px; text-align:left; }
.s-logo { float:none !important; margin:0 !important; width:88px; max-width:88px; border-radius:20px; background: rgba(255,255,255,.08); padding:8px; box-shadow:0 10px 24px rgba(0,0,0,.26); }
.brand-kicker {
  display:block; font-size:13px; letter-spacing:.14em; text-transform:uppercase; color:#9cc3ff; font-weight:700; margin-bottom:8px;
}
.s-brand h1 { font-size: clamp(24px, 3.2vw, 56px); font-weight:700; letter-spacing:.01em; margin-bottom:6px; }
.s-brand-tagline, .brand-meta { color: #d3dfef; font-size: 17px; }
.brand-meta { font-size: 13px; opacity:.85; margin-top:6px; }
.s-menu { right: 30px; top: 42px; }
.s-menu-toggle .hamburger-inner, .s-menu-toggle .hamburger-inner:before, .s-menu-toggle .hamburger-inner:after { background: #fff; }
.s-menu-content {
  background: linear-gradient(180deg, #f7fbff 0%, #ecf3fb 100%);
  box-shadow: -25px 0 50px rgba(11,28,45,.22);
  padding: 24px 26px 40px;
}
.menu-panel-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:8px; }
.menu-kicker, .panel-label, .hero-topline, .hero-kicker, .crumb-eyebrow, .section-headline .eyebrow {
  display:inline-block; padding:7px 14px; border-radius:999px; font-size:12px; font-weight:700; letter-spacing:.10em; text-transform:uppercase;
}
.menu-kicker { background:#dbe9f7; color:#113355; }
.s-menu-content h1 { border-bottom:none; padding-bottom:14px; margin-bottom:10px; font-size:26px; font-weight:700 !important; color:#0d2745; }
.s-menu-content a { color:#173b63; font-family:'Open Sans', sans-serif; font-size:15px; font-weight:600; }
.s-menu-content li { line-height: 20px; border-bottom:1px solid rgba(20,58,95,.08); padding:12px 0; }
.s-menu-content a:hover { color:#0b67b2; text-decoration:none; }
.menu-school-card {
  margin-top:20px; padding:18px 18px; background:#113a63; color:#fff; border-radius:18px; display:flex; flex-direction:column; gap:8px; box-shadow:0 18px 38px rgba(17,58,99,.18);
}
.menu-school-mini { margin-top:16px; display:grid; gap:10px; }
.menu-school-mini > div { display:flex; justify-content:space-between; gap:8px; padding:10px 12px; background:#fff; border-radius:12px; font-size:13px; color:#24486f; }
.menu-mini-label { font-weight:700; color:#113355; }
.official-home { position: relative; z-index: 1; }
.institutional-hero {
  position: relative; padding: 54px 0 40px; overflow:hidden;
  background:
    linear-gradient(120deg, rgba(5,18,36,.92) 5%, rgba(7,29,58,.78) 44%, rgba(12,44,88,.62) 100%),
    url("img/2.jpg") center center / cover no-repeat;
}
.institutional-hero:before {
  content:""; position:absolute; inset:0; background:
  linear-gradient(to bottom, rgba(255,255,255,.05), transparent 28%),
  radial-gradient(circle at top right, rgba(255,214,102,.18), transparent 22%),
  linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
  linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:auto, auto, 120px 120px, 120px 120px;
  pointer-events:none;
}
.hero-glow {
  position:absolute; width:420px; height:420px; right:-100px; top:-120px; background:radial-gradient(circle, rgba(255,197,76,.28), transparent 62%); filter:blur(6px);
}
.official-hero-container { position:relative; z-index:2; }
.hero-topline { background:rgba(255,255,255,.10); color:#f3f7fc; border:1px solid rgba(255,255,255,.12); margin-bottom:18px; }
.official-copy-card {
  padding: 26px 8px 26px 0; color:#fff;
}
.official-copy-card .hero-kicker { background: rgba(255,215,96,.12); border:1px solid rgba(255,215,96,.26); color:#ffe08b; margin-bottom:18px; }
.official-copy-card h1 {
  font-size: clamp(42px, 5.3vw, 82px); line-height:1.02; margin:0 0 22px; font-weight:700; letter-spacing:-.03em; max-width: 900px;
  text-shadow: 0 8px 28px rgba(0,0,0,.34);
}
.official-copy-card p { color:#e5eef9; font-size:22px; line-height:1.7; max-width:760px; margin-bottom:28px; text-shadow:0 4px 16px rgba(0,0,0,.28); }
.official-badges { display:flex; gap:14px; flex-wrap:wrap; }
.official-badges span {
  padding:12px 18px; border-radius:999px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.16); color:#f9fbff; font-weight:700; box-shadow:0 10px 20px rgba(0,0,0,.16);
}
.official-search-card {
  margin-top: 18px; background: rgba(255,255,255,.97); border-radius: 28px; padding: 34px 34px 30px; box-shadow: 0 32px 70px rgba(4,17,34,.34); border:1px solid rgba(255,255,255,.78); position:relative;
}
.official-search-card:before {
  content:""; position:absolute; inset:0 0 auto 0; height:12px; border-radius:28px 28px 0 0;
  background: linear-gradient(90deg, #18385d, #24598a, #2c78b2, #d8aa3b);
}
.search-chip { background:#e9f3ff; color:#184676; font-weight:700; }
.official-search-card h2 { color:#17385b; font-size:44px; font-weight:700; margin:16px 0 12px; }
.official-search-card p, .search-card-meta { color:#6a7f95; font-size:17px; line-height:1.7; }
.search-input-group { display:flex; align-items:center; gap:12px; border:1px solid #d9e4ef; padding:16px 18px; border-radius:18px; background:#f8fbfe; margin:18px 0 18px; }
.search-icon { color:#1f6ba7; font-size:24px; }
.search-input-group input { border:none !important; background:transparent !important; box-shadow:none !important; font-size:16px; color:#163a61; }
.search-input-group input::placeholder { color:#73879d; }
.s-btn {
  width:100%; border:none; border-radius:18px; padding:18px 20px; background: linear-gradient(90deg, #136ea0, #1a4d8c); color:#fff; font-weight:700; letter-spacing:.04em; text-transform:uppercase; box-shadow:0 16px 30px rgba(19,110,160,.26);
}
.s-btn:hover { color:#fff; opacity:.95; }
.official-link { color:#1a5f97 !important; font-weight:700; display:inline-block; margin-top:16px; }
.official-panel-section { margin-top: -30px; position:relative; z-index:3; }
.official-panel-grid { display:flex; flex-wrap:wrap; }
.official-panel {
  height:100%; min-height: 390px; background: #fff; border-radius: 26px; padding: 28px 28px 30px; box-shadow: 0 24px 55px rgba(10,28,46,.10); border:1px solid rgba(17,58,99,.07);
}
.school-info-panel { background:linear-gradient(180deg, #ffffff 0%, #f9fbff 100%); }
.announcement-panel { background:linear-gradient(180deg, #113354 0%, #183c63 100%); color:#fff; }
.announcement-panel h3, .announcement-panel .panel-label { color:#fff; }
.quicklink-panel { background:linear-gradient(180deg, #fdfefe 0%, #f1f7fd 100%); }
.panel-label { background:#e6f0fb; color:#173a5f; margin-bottom:16px; }
.announcement-panel .panel-label { background:rgba(255,255,255,.12); color:#ffe08b; border:1px solid rgba(255,255,255,.10); }
.official-panel h3 { font-size:28px; line-height:1.25; margin:0 0 16px; color:#113355; font-weight:700; }
.official-panel p { font-size:16px; line-height:1.8; color:#4d6278; }
.announcement-panel p, .announcement-panel .announcement-date { color:#f2f6fb; }
.info-list, .quick-link-list { list-style:none; padding:0; margin:16px 0 0; }
.info-list li { padding:10px 0; border-bottom:1px dashed rgba(17,58,99,.15); color:#24486f; line-height:1.7; }
.quick-link-list li { margin-bottom:12px; }
.quick-link-list a {
  display:block; padding:14px 16px; border-radius:14px; background:#edf5fb; color:#163a61; font-weight:700; box-shadow: inset 0 0 0 1px rgba(19,75,125,.06);
}
.quick-link-list.compact a { padding:12px 14px; }
.quick-link-list a:hover { background:#dfeefe; color:#0d4e86; }
.announcement-item { padding:14px 0; border-bottom:1px solid rgba(255,255,255,.12); }
.announcement-item:last-child { border-bottom:none; }
.announcement-date { display:inline-block; padding:6px 10px; border-radius:999px; background:rgba(255,255,255,.1); font-size:12px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; }
.operating-box { margin-top:18px; padding:16px 18px; background:#113355; color:#fff; border-radius:18px; }
.operating-box p { color:#dce7f3; margin:8px 0 0; }
.operating-title { font-weight:700; letter-spacing:.04em; text-transform:uppercase; font-size:12px; color:#ffe08b; }
.panel-button {
  display:inline-block; margin-top:18px; padding:13px 18px; border-radius:14px; background:#173a5f; color:#fff; font-weight:700;
}
.panel-button:hover { color:#fff; background:#1b4d7c; }
.official-stats-section { padding: 46px 0 26px; }
.align-center { text-align:center; }
.section-headline h3 { font-size:34px; font-weight:700; color:#13385d; }
.section-headline .eyebrow { background:#e7f1fb; color:#17456f; }
.official-stats-strip { margin-top:10px; }
.stat-card {
  background:#fff; border-radius:24px; padding:28px 22px; text-align:center; box-shadow:0 22px 48px rgba(10,28,46,.09); border:1px solid rgba(17,58,99,.06);
}
.stat-number { display:block; font-size:42px; font-weight:700; color:#12365a; }
.stat-label { color:#5f7387; font-weight:600; }
.official-footer {
  background: linear-gradient(180deg, #0f2239 0%, #071422 100%);
  color:#e5eef9;
}
.footer-title, .footer-block-title { color:#fff; font-weight:700; }
.footer-links a, .footer-links li { color:#d2deec; }
.footer-links a:hover { color:#ffe08b; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.10); color:#a9bfd4; }
.official-inner-page { padding: 34px 0 40px; background: linear-gradient(180deg, #0d1f34 0 260px, #f7f9fc 260px 100%); }
.official-breadcrumb-wrap { margin-bottom:28px; }
.official-breadcrumb-card {
  background: linear-gradient(135deg, #143557, #1e4f80); color:#fff; border-radius:28px; padding:28px 30px; box-shadow:0 26px 58px rgba(11,29,47,.24);
}
.official-breadcrumb-card .crumb-eyebrow { background:rgba(255,255,255,.12); color:#ffe08b; margin-bottom:14px; }
.official-breadcrumb-card .s-main-title { font-size:42px; font-weight:700; color:#fff; margin:0 0 10px; }
.page-hero-copy { color:#dce7f3; font-size:17px; line-height:1.8; }
.official-inner-search-form { display:flex; gap:14px; flex-wrap:wrap; margin-top:18px; }
.official-inner-search-form .s-search {
  flex:1 1 320px; border:none; padding:16px 18px; border-radius:16px; color:#12365a; background:#fff; box-shadow:none;
}
.official-content-card, .official-sidebar-card {
  background:#fff; border-radius:24px; box-shadow:0 22px 50px rgba(10,28,46,.08); border:1px solid rgba(17,58,99,.06);
}
.official-content-card { padding:24px; }
.official-sidebar-card { padding:22px; margin-bottom:18px; }
.official-sidebar-card h3 { margin-top:0; font-weight:700; color:#123a60; }
.highlight-card { background:linear-gradient(180deg, #f8fbff, #edf5fc); }
.s-feature-content { background: linear-gradient(180deg, #f5f8fc, #eef3f9); padding: 30px 0 12px; }
.s-feature-list .book img { border-radius: 16px; box-shadow:0 18px 34px rgba(10,28,46,.14); }
#advance-search { z-index: 9999; }
@media (max-width: 991px) {
  .s-header { padding:16px 0 10px; }
  .s-brand { align-items:flex-start; }
  .official-copy-card h1 { font-size: clamp(34px, 10vw, 56px); }
  .official-copy-card p { font-size:18px; }
  .official-panel-section { margin-top: 18px; }
  .official-panel { min-height: inherit; margin-bottom: 18px; }
}
@media (max-width: 767px) {
  body { background: linear-gradient(180deg, #081628 0%, #0a1b2f 22%, #eff4f9 22%, #f7f9fc 100%) !important; }
  .s-header { padding-left:0; padding-right:0; }
  .top-ribbon { font-size:10px; letter-spacing:.08em; }
  .s-brand { flex-direction:column; gap:12px; }
  .s-logo { width:76px; max-width:76px; }
  .s-brand h1 { font-size: 28px; }
  .s-brand-tagline { font-size:15px; }
  .s-menu { top: 28px; right: 18px; }
  .institutional-hero { padding-top: 28px; }
  .official-search-card { margin-top: 22px; padding: 26px 22px 22px; }
  .official-search-card h2 { font-size: 34px; }
  .search-input-group { padding: 14px 14px; }
  .official-badges span { font-size:13px; }
  .official-breadcrumb-card { padding:22px 18px; }
  .official-breadcrumb-card .s-main-title { font-size: 30px; }
  .official-inner-search-form { flex-direction:column; }
}


/* ===============================
   PREMIER OFFICIAL PORTAL OVERRIDES
   =============================== */
body {
  background: linear-gradient(180deg, #071a31 0%, #0d2544 29%, #eef3f8 29%, #f7f9fc 100%) !important;
  color: #17304f;
  overflow-x: hidden;
}
body:before,
.hero-glow,
.bg-wrap,
.bg-overlay,
.video-wrap,
.s-particle,
.s-scrim { display: none !important; }
.container { position: relative; z-index: 2; }
.s-header {
  position: relative !important;
  top: 0 !important;
  padding: 0 !important;
  background: linear-gradient(90deg, rgba(6,18,35,.96), rgba(13,37,68,.94));
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 16px 32px rgba(2,12,24,.28);
}
.top-ribbon {
  padding: 10px 0 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #cfd9e6;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.premier-header-row {
  padding: 20px 0 22px;
  display: flex;
  align-items: center;
}
.s-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}
.s-logo {
  width: 78px !important;
  height: 78px !important;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(0,0,0,.28);
  background: rgba(255,255,255,.12);
  padding: 6px;
}
.s-brand-copy h1 {
  margin: 3px 0 6px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.brand-kicker,
.s-brand-tagline,
.brand-meta {
  display: block;
  color: #d6e0ea;
}
.brand-kicker {
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #ffd36c;
  font-weight: 700;
}
.s-brand-tagline {
  font-size: 15px;
  margin-bottom: 3px;
}
.brand-meta {
  font-size: 12px;
  opacity: .92;
}
.s-pmenu { text-align: right; padding-top: 12px; }
.hamburger { padding: 10px 0 !important; }
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after { background-color: #fff !important; }
.s-menu-content {
  background: linear-gradient(180deg, #06192e 0%, #0f2948 100%) !important;
  width: 360px;
  padding: 28px 28px 34px;
  box-shadow: -20px 0 40px rgba(0,0,0,.35);
}
.s-menu-content ul li a {
  color: #fff !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 14px 0;
  display: block;
}
.menu-panel-head,
.menu-kicker,
.s-menu-content h1,
.menu-school-card,
.menu-school-mini,
.language-info { color: #fff; }
.menu-kicker { color: #ffd36c; text-transform: uppercase; letter-spacing: .2em; font-size: 11px; }
.menu-school-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  padding: 18px;
  margin: 18px 0;
}
.menu-school-card strong { display:block; margin-bottom: 8px; font-size: 16px; }
.menu-school-mini div {
  display:flex; flex-direction:column; gap:4px;
  padding: 10px 0; border-bottom:1px solid rgba(255,255,255,.08); color:#dfe7ef;
}
.menu-mini-label { text-transform: uppercase; font-size: 10px; letter-spacing: .18em; color:#ffd36c; }

.premier-home { padding-bottom: 48px; }
.premier-hero {
  padding: 38px 0 34px;
  background:
    linear-gradient(110deg, rgba(7,26,49,.94) 0%, rgba(7,26,49,.88) 46%, rgba(15,53,92,.74) 100%),
    url('img/4.jpg') center/cover no-repeat;
}
.hero-ribbon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  color: #e8eef7;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 26px;
}
.premier-hero-grid { display:flex; align-items:stretch; }
.premier-copy-card {
  padding: 34px 36px;
  border-radius: 28px;
  background: rgba(5,19,35,.38);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 22px 60px rgba(0,0,0,.24);
  min-height: 100%;
}
.hero-kicker {
  display:inline-block;
  color:#ffd36c;
  text-transform:uppercase;
  letter-spacing:.2em;
  font-size:11px;
  font-weight:800;
  margin-bottom: 16px;
}
.premier-copy-card h1 {
  color:#fff;
  font-size: clamp(38px, 4.6vw, 66px);
  line-height:1.02;
  font-weight:800;
  margin:0 0 18px;
  text-shadow: 0 10px 24px rgba(0,0,0,.22);
}
.hero-lead {
  font-size: 20px;
  line-height: 1.75;
  color: #d9e3ef;
  margin-bottom: 26px;
}
.hero-quote-card {
  background: linear-gradient(135deg, rgba(255,211,108,.18), rgba(255,255,255,.04));
  border: 1px solid rgba(255,211,108,.22);
  border-radius: 22px;
  padding: 18px 20px;
  color: #fff;
  margin-bottom: 22px;
}
.quote-label {
  display:block;
  color:#ffd36c;
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.18em;
  margin-bottom: 8px;
  font-weight:700;
}
.hero-quote-card strong { display:block; font-size: 22px; margin-bottom: 6px; }
.hero-quote-card p { margin:0; color:#d7e0ec; }
.hero-pill-row { display:flex; flex-wrap:wrap; gap:12px; }
.hero-pill-row span {
  display:inline-flex;
  align-items:center;
  padding: 12px 16px;
  border-radius:999px;
  color:#fff;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
  font-weight:700;
}
.premier-search-card {
  background: #ffffff;
  border-radius: 28px;
  padding: 30px 30px 26px;
  box-shadow: 0 26px 60px rgba(0,0,0,.22);
  min-height:100%;
  position: relative;
}
.premier-search-card:before {
  content:"";
  position:absolute;
  inset: 0 0 auto 0;
  height: 8px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, #d4a62b, #f1d176, #1a4f86);
}
.search-card-topline,
.panel-top,
.band-label,
.showcase-topline,
.crumb-eyebrow,
.eyebrow,
.mini-label {
  display:inline-block;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:800;
  color:#7a5c10;
  background:#f7e8b5;
  border-radius:999px;
  padding:8px 14px;
}
.premier-search-card h2 {
  font-size: 36px;
  line-height:1.12;
  color:#113456;
  margin: 18px 0 10px;
  font-weight:800;
}
.premier-search-card p { color:#50657d; font-size: 17px; line-height:1.7; }
.search-label {
  display:block;
  margin: 18px 0 10px;
  font-weight:700;
  color:#14385b;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .14em;
}
.search-input-group {
  display:flex;
  align-items:center;
  background:#f7fafc;
  border:1px solid #d6e0ea;
  border-radius:18px;
  padding: 0 18px;
  margin-bottom: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
}
.search-icon { color:#0f4d7a; font-size: 20px; }
.search-input-group .s-search {
  width:100%;
  border:none !important;
  background:transparent !important;
  height:64px !important;
  color:#133756 !important;
  font-size:18px !important;
  box-shadow:none !important;
}
.search-input-group .s-search::placeholder { color:#73879d !important; }
.s-btn {
  width:100%;
  height:58px;
  border:none;
  border-radius:16px;
  background: linear-gradient(90deg, #0e5d8d, #184b86);
  color:#fff;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  box-shadow: 0 16px 32px rgba(14,93,141,.26);
}
.s-btn:hover { background: linear-gradient(90deg, #0b517a, #123f71); color:#fff; }
.premier-inline-link,
.s-search-advances {
  display:inline-block;
  margin-top:14px;
  color:#0e5d8d !important;
  font-weight:700;
}
.search-meta-grid {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.search-meta-grid div {
  border:1px solid #e4ebf1;
  border-radius:18px;
  padding:14px 12px;
  text-align:center;
  background:#fbfdff;
}
.search-meta-grid strong {
  display:block; font-size:26px; color:#163c64; line-height:1.1; font-weight:800;
}
.search-meta-grid span { display:block; margin-top:4px; color:#6a7d92; font-size:12px; }

.premier-info-band { margin-top: -18px; position: relative; z-index: 4; }
.band-card {
  background:#fff;
  border-radius:20px;
  padding: 22px 22px 18px;
  box-shadow: 0 18px 38px rgba(14,36,62,.12);
  min-height: 100%;
  border:1px solid #e7edf4;
}
.band-card strong {
  display:block;
  font-size: 24px;
  color:#14385b;
  margin: 8px 0 5px;
}
.band-card p { margin:0; color:#6e8095; }

.premier-panels,
.premier-school-blocks,
.premier-feature-content { padding: 48px 0 10px; }
.section-headline h3 { margin-top: 10px; font-size: 32px; font-weight: 800; color:#14385b; }
.section-headline-light h3 { color:#14385b; }
.premier-panel,
.showcase-card,
.content-card,
.sidebar-card {
  background:#ffffff;
  border-radius:24px;
  padding:28px;
  box-shadow: 0 18px 42px rgba(12,36,61,.12);
  border:1px solid #e6edf4;
  min-height:100%;
}
.premier-panel h3,
.showcase-card h3,
.premier-breadcrumb-card h1,
.premier-sidebar-card h3 { color:#14385b; font-weight:800; }
.premier-panel p,
.showcase-card p,
.premier-sidebar-card p,
.page-hero-copy { color:#5f7286; line-height:1.8; font-size:16px; }
.info-list,
.quick-link-list,
.footer-links,
.school-metric-list { list-style:none; padding:0; margin:0; }
.info-list li,
.quick-link-list li {
  position:relative;
  padding: 12px 0 12px 18px;
  border-bottom:1px solid #edf2f7;
  color:#274564;
}
.info-list li:before,
.quick-link-list li:before {
  content:"";
  position:absolute; left:0; top:20px; width:8px; height:8px; border-radius:50%; background:#d2a634;
}
.quick-link-list li a { color:#14385b; font-weight:700; }
.announcement-item {
  border-left:4px solid #d2a634;
  padding: 12px 0 12px 16px;
  margin-bottom: 16px;
  background:#fbfdff;
  border-radius: 0 14px 14px 0;
}
.announcement-date {
  display:inline-block;
  margin-bottom:6px;
  color:#8a6914;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:11px;
  font-weight:800;
}
.panel-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 14px 18px;
  border-radius:16px;
  background:#14385b;
  color:#fff !important;
  font-weight:800;
}
.panel-button.gold { background: linear-gradient(90deg, #b98a18, #d8b657); }
.focus-box {
  margin-top:18px;
  padding:18px;
  border-radius:18px;
  background: linear-gradient(135deg, #0f2746, #173c62);
  color:#fff;
}
.focus-title {
  display:block;
  color:#ffd36c;
  margin-bottom:6px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:800;
}
.showcase-card {
  background: linear-gradient(135deg, #0e2746, #173f65);
  color:#fff;
  border: none;
}
.showcase-card h3 { color:#fff; }
.showcase-card p { color:#dce7f3; }
.showcase-grid {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:18px;
  margin-top: 18px;
}
.showcase-tile {
  background: rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  padding: 18px;
}
.tile-label {
  display:inline-block;
  color:#ffd36c;
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.16em;
  margin-bottom:8px;
}
.compact-showcase { background: linear-gradient(135deg, #f5f8fc, #ffffff); color:#14385b; border:1px solid #e6edf4; }
.compact-showcase h3, .compact-showcase p { color:#14385b; }
.school-metric-list li {
  display:flex; align-items:center; justify-content:space-between;
  padding: 16px 0; border-bottom:1px solid #e7edf4;
}
.school-metric-list strong { font-size: 34px; color:#163c64; line-height:1; }
.school-metric-list span { color:#6c8094; font-weight:700; }

.premier-inner-page {
  padding: 38px 0 50px;
  background: linear-gradient(180deg, #0f2644 0%, #112a4b 220px, #f2f6fa 220px, #f7f9fc 100%);
}
.premier-breadcrumb-card {
  background:#fff;
  border-radius:26px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(12,36,61,.14);
  border:1px solid #e5edf5;
}
.premier-breadcrumb-card .s-main-title { color:#14385b; font-size: 38px; }
.premier-inner-search-shell {
  display:flex; align-items:center; gap:12px;
  margin-top:18px; background:#f7fafc; border:1px solid #d6e0ea; border-radius:18px; padding: 10px 10px 10px 18px;
}
.premier-inner-search-shell i { color:#0f4d7a; font-size: 18px; }
.premier-inner-search-shell .s-search { flex:1; border:none !important; background:transparent !important; color:#14385b !important; height:48px !important; box-shadow:none !important; }
.premier-inner-search-shell .s-btn { width:auto; min-width: 150px; height:48px; border-radius:14px; }
.premier-content-shell { padding-top: 26px; }
.premier-content-card,
.premier-sidebar-card {
  background:#fff;
  border-radius:24px;
  box-shadow: 0 18px 40px rgba(12,36,61,.11);
  border:1px solid #e5edf5;
}
.premier-sidebar-card { margin-bottom: 24px; }
.feature-sidebar-card {
  background: linear-gradient(135deg, #0d2644, #173f65);
}
.feature-sidebar-card h3,
.feature-sidebar-card p,
.feature-sidebar-card li a,
.feature-sidebar-card .mini-label { color:#fff !important; }
.feature-sidebar-card .mini-label { background: rgba(255,211,108,.14); color:#ffd36c !important; }
.feature-sidebar-card .quick-link-list li { border-color: rgba(255,255,255,.08); }

.premier-footer {
  margin-top: 40px;
  background: linear-gradient(90deg, #06192e, #0f2948);
  color:#dbe4ef;
  padding: 42px 0 26px;
}
.footer-title,
.footer-block-title { color:#fff; font-weight:800; margin-bottom: 14px; }
.footer-links li { padding: 8px 0; color:#dbe4ef; }
.footer-links a { color:#dbe4ef !important; }
.footer-bottom {
  margin-top:24px; padding-top:18px; border-top:1px solid rgba(255,255,255,.08);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; color:#b6c4d4;
}
.s-feature-content { background: transparent; padding-top: 32px; }
.s-feature-content .section-headline h3 { color:#14385b; }

@media (max-width: 991px) {
  .premier-hero-grid { display:block; }
  .premier-search-col { margin-top: 24px; }
  .showcase-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  body { background: linear-gradient(180deg, #071a31 0%, #0d2544 20%, #eef3f8 20%, #f7f9fc 100%) !important; }
  .s-header .container,
  .premier-hero .container,
  .premier-panels .container,
  .premier-school-blocks .container,
  .premier-inner-page .container,
  .s-footer .container { width: calc(100% - 28px); }
  .top-ribbon { font-size: 10px; line-height: 1.6; }
  .s-brand { gap: 14px; align-items:flex-start; }
  .s-logo { width: 62px !important; height: 62px !important; border-radius: 14px; }
  .s-brand-copy h1 { font-size: 18px; }
  .brand-meta { font-size: 11px; }
  .premier-copy-card, .premier-search-card, .premier-panel, .showcase-card, .premier-breadcrumb-card { padding: 22px; border-radius: 22px; }
  .premier-copy-card h1 { font-size: 38px; }
  .hero-lead { font-size: 17px; }
  .search-meta-grid { grid-template-columns: 1fr; }
  .premier-info-band { margin-top: 20px; }
  .footer-bottom { flex-direction: column; }
}
