@import url(//fonts.googleapis.com/css?family=Roboto:300,300italic,400,500,700,900);
@font-face {
  font-family: 'Icons';
  src: url('../fonts/icons.eot');
  src: url('../fonts/icons.eot?#iefix') format('embedded-opentype'), url('../fonts/icons.woff?v=4.3.0') format('woff'), url('../fonts/icons.ttf') format('truetype'), url('../fonts/icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome. // Removed because we want it to.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: border-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#ls-search-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
#ls-search-modal {
  position: fixed;
  top: 15vh;
  width: 100%;
  max-width: 730px;
  height: 70vh;
  border-left: solid 10ppx #0076af;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
}
#ls-search-modal header {
  height: 15%;
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: 1px solid #0076af;
}
#ls-search-modal header form {
  width: 77%;
  float: left;
  height: 100%;
  min-height: 22px;
  padding-right: 3%;
}
#ls-search-modal header form input[type="search"] {
  border: solid 1px #0076af;
  background-color: transparent;
  color: #000000;
  width: 80%;
  height: 100%;
  padding: 10px;
}
#ls-search-modal header form button[type="submit"] {
  float: right;
  width: 20%;
  height: 100%;
  background-color: #0076af;
  border: none;
  text-align: center;
  margin: 0;
}
#ls-search-modal header form button[type="submit"]::before {
  font-family: 'Icons';
  content: "\e8b6";
  color: #ffffff;
  font-size: 20px;
}
#ls-search-modal header form ul {
  width: 80%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #0076af;
  box-shadow: 0 0 5px rgba(0, 118, 175, 0.5);
  list-style: none;
  display: none;
}
#ls-search-modal header form ul li {
  padding: .5em;
  white-space: nowrap;
  overflow: hidden;
}
#ls-search-modal header button {
  float: left;
  width: 10%;
  height: 100%;
  border: solid 1px #0076af;
  color: #0076af;
  font-family: 'Icons';
  text-align: center;
  margin-left: 1.5%;
  font-size: 20px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#ls-search-modal header button:hover {
  background: #0076af;
  color: #ffffff;
}
#ls-search-modal header #filter-settings-open::before {
  content: "\e8b8";
}
#ls-search-modal header #search-close::before {
  content: "\e5cd";
}
#searh-box {
  height: 100%;
  overflow: hidden;
}
#filter-settings {
  height: 100%;
  width: 0;
  background: #0076af;
  float: left;
  overflow: hidden;
}
#filter-settings div {
  position: relative;
  padding: 20px 20px 20px 10px;
  height: 100%;
  color: #ffffff;
}
#filter-settings div #filter-settings-close {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 20px;
  color: #ffffff;
  text-align: center;
}
#filter-settings div #filter-settings-close::before {
  font-family: 'Icons';
  content: '\e5cd';
}
#filter-settings div #filter-settings-close:hover {
  background-color: #ffffff;
  color: #0076af;
}
#search-result {
  height: 85%;
  width: 100%;
  overflow: auto;
}
#search-result article {
  padding: 20px 30px;
  font-size: 15px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#search-result article:hover {
  background: rgba(0, 118, 175, 0.05);
}
#search-result article h1 {
  font-size: 15px;
  color: #0076af;
  margin: 0 0 3px 0;
}
#search-result article .result-link {
  color: #ffffff;
  margin-bottom: 3px;
}
#search-result article p {
  color: #000000;
  margin: 0;
}
@media only screen and (min-width: 730px) {
  #ls-search-modal {
    left: 50%;
    margin-left: -365px;
  }
}
#ls-search-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
}
#ls-search-modal {
  position: fixed;
  top: 15vh;
  width: 100%;
  max-width: 730px;
  left: 50%;
  margin-left: -365px;
  height: 70vh;
  border-left: solid 10px #0076af;
  background-color: #ffffff;
  z-index: 9999;
  display: none;
  overflow: hidden;
}
#ls-search-modal .search-wrapper {
  height: 100%;
  padding-left: 210px;
}
#ls-search-modal #filter {
  padding: 20px 20px 20px 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 210px;
  margin-left: 0;
  background: #0076af;
}
#ls-search-modal #filter form input[type=radio] {
  display: none;
}
#ls-search-modal #filter form label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  color: #fff;
}
#ls-search-modal #filter form label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  margin-top: 2px;
  border: solid 1px;
}
#ls-search-modal #filter form input:checked + label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  margin-top: 2px;
  background: #fff;
}
#ls-search-modal #filter h1 {
  color: #fff;
  font-size: 16px;
}
#ls-search-modal #filter button {
  width: calc(100% - 30px);
  border: solid 1px #fff;
  background: transparent;
  color: #fff;
  padding: 10px;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 10px;
}
#ls-search-modal #filter button:hover {
  background: #fff;
  color: #0076af;
}
#ls-search-modal #filter button:focus {
  outline: none;
}
#ls-search-modal header {
  height: 15%;
  padding: 30px 0;
  margin: 0 30px;
  border-bottom: 1px solid #0076af;
}
#ls-search-modal header form {
  width: 75%;
  float: left;
  height: 100%;
  min-height: 30px;
}
#ls-search-modal header form input[type="search"] {
  border: solid 1px #0076af;
  background-color: transparent;
  color: #0076af;
  width: 88%;
  height: 100%;
  padding: 10px;
}
#ls-search-modal header form button[type="submit"] {
  float: right;
  width: 12%;
  height: 100%;
  background-color: #0076af;
  border: none;
  text-align: center;
  margin: 0;
}
#ls-search-modal header form button[type="submit"]::before {
  font-family: 'Icons';
  content: "\e8b6";
  color: #ffffff;
  font-size: 14px;
}
#ls-search-modal header form ul {
  width: 88%;
  margin: 0;
  padding: 0;
  background-color: #0076af;
  border: 1px solid #0076af;
  box-shadow: 0 0 5px rgba(0, 118, 175, 0.5);
  list-style: none;
  display: none;
  position: relative;
}
#ls-search-modal header form ul li {
  padding: .5em;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#ls-search-modal header form ul li:hover,
#ls-search-modal header form ul li.selected-item {
  color: #fff;
  background: #0076af;
}
#ls-search-modal header button {
  float: left;
  width: 10%;
  height: 100%;
  min-height: 30px;
  border: solid 1px #0076af;
  color: #0076af;
  text-align: center;
  margin-left: 2.5%;
  background-color: transparent;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#ls-search-modal header button:hover,
#ls-search-modal header button.active {
  background: #0076af;
  color: #ffffff;
}
#ls-search-modal header button::before {
  content: "\e5cd";
  font-size: 14px;
  font-family: 'Icons';
}
#ls-search-modal header button#filter-toggle:before {
  content: "\e8b8";
}
#ls-search-modal header button:focus {
  outline: 0;
}
#search-result {
  height: 85%;
  width: 100%;
  overflow: auto;
}
#search-result > p {
  padding: 20px 30px;
  font-size: 15px;
}
#search-result a {
  display: block;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#search-result a:hover {
  background: rgba(0, 118, 175, 0.05);
}
#search-result a article {
  padding: 20px 30px;
}
#search-result a h1 {
  font-size: 15px;
  color: #0076af;
  margin: 0 0 3px 0;
}
#search-result a .result-link {
  color: #ffffff;
  margin-bottom: 3px;
}
#search-result a p {
  color: #333333;
  margin: 0;
}
@media only screen and (max-width: 730px) {
  #ls-search-modal {
    left: 0;
    margin-left: 0;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.4rem;
}
html,
body {
  height: 100%;
}
a,
button {
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#background {
  background: url('/assets/img/background.jpg') 100% 50% / cover;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
#background-overlay {
  background: rgba(0, 0, 0, 0.1);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
#logo {
  position: relative;
}
#logo .row {
  width: 90%;
  max-width: 75rem;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
#logo img {
  width: 100%;
  max-width: 160px;
  padding: 10px 0;
}
#container {
  position: relative;
  max-width: 660px;
  margin: 0 auto;
  min-height: calc(100% - 78px);
}
#container #center {
  top: 10%;
  position: absolute;
  width: 100%;
}
#container #center .intro {
  background: rgba(0, 118, 175, 0.95);
  width: calc(100% - 10px);
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
#container #center .intro h1,
#container #center .intro h2,
#container #center .intro h3 {
  margin: 0;
  color: #fff;
}
#container #center .intro h1 {
  font-family: 'Roboto Slab', serif;
  font-size: 26px;
}
#container #center .intro h2 {
  margin-top: 2px;
  font-weight: 300;
  font-size: 22px;
}
#container #center .intro h3 {
  margin-top: 20px;
  font-weight: 300;
  font-size: 16px;
}
#container #center .intro form {
  display: inline-block;
  margin-top: 10px;
}
#container #center .intro input {
  color: #333333;
  width: 180px;
  height: 35px;
  border: none;
  padding: 10px;
  margin: 0;
  float: left;
  font-size: 14px;
  font-style: italic;
}
#container #center .intro button {
  height: 35px;
  width: 41px;
  float: left;
  border: none;
  background: #00547c;
}
#container #center .intro button:before {
  font-family: 'Icons';
  content: "\e8b6";
  color: #fff;
  font-size: 0.875rem;
}
#container #center #items-container header {
  position: relative;
  display: inline-block;
  width: calc(100% - 10px);
  min-height: 34px;
  z-index: 2;
}
#container #center #items-container header ul {
  text-align: center;
  height: 34px;
  overflow: hidden;
  margin: 0 5px 6px 5px;
  z-index: 1;
  background: #fff;
  position: absolute;
  width: 100%;
}
#container #center #items-container header ul.open button:after {
  content: "\e316" !important;
}
#container #center #items-container header ul li:first-child {
  background: #00547c;
  color: #fff;
}
#container #center #items-container header ul li:first-child button {
  display: block;
  padding: 6px;
  width: 100%;
  background: transparent;
  border: none;
}
#container #center #items-container header ul li:first-child button:after {
  content: "\e5cf";
  font-family: 'Icons';
  float: right;
}
#container #center #items-container header ul li:first-child button:focus {
  outline: none;
}
#container #center #items-container header ul li a {
  display: block;
  line-height: 40px;
  text-decoration: none;
  color: #0076af;
  font-weight: 700;
}
#container #center #items-container header ul li a:hover {
  background: rgba(0, 118, 175, 0.1);
}
#container #center #items-container header ul li a.active:before {
  content: "\e061";
  font-family: 'Icons';
  font-size: 10px;
  position: absolute;
  margin-left: -20px;
}
#container #center #items-container #all-items {
  min-height: 326px;
}
#container #center #items-container #all-items ul.filter {
  display: none;
}
#container #center #items-container #all-items ul.filter .item > div {
  padding: 0;
}
#container #center #items-container #all-items ul.filter .item > div a {
  padding-top: 0 !important;
}
#container #center #items-container #all-items ul li {
  float: left;
  width: 33.33333333%;
}
#container #center #items-container #all-items ul li .item {
  margin: 5px;
  position: relative;
  height: 150px;
}
#container #center #items-container #all-items ul li .item .new {
  position: absolute;
  width: 70px;
  right: -5px;
  top: -4px;
}
#container #center #items-container #all-items ul li .item > div {
  display: table;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
}
#container #center #items-container #all-items ul li .item > div.back {
  background: rgba(102, 102, 102, 0.8);
  padding: 0;
}
#container #center #items-container #all-items ul li .item .front a {
  margin: 0;
  color: #333;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
#container #center #items-container #all-items ul li .item .front a span {
  font-weight: 700;
  display: block;
}
#container #center #items-container #all-items ul li .item .front a:hover {
  background: #0076af;
  color: #fff !important;
}
#container #center #items-container #all-items ul li .item .back-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#container #center #items-container #all-items ul li .item .back-container p {
  margin: 0;
}
#container #center #items-container #all-items ul li .item .back-container a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
#container #center #items-container #all-items ul li .item button {
  background: transparent;
  border: none;
  color: #fff;
}
#container #center #items-container #all-items ul li .item button:focus {
  outline: none;
}
#container #center #items-container #all-items ul li .item button:after {
  font-family: 'Icons';
}
#container #center #items-container #all-items ul li .item .more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 12px;
  padding: 5px 0;
  color: black;
}
#container #center #items-container #all-items ul li .item .more:after {
  content: "\e315";
  position: absolute;
  top: 5px;
  padding-left: 3px;
}
#container #center #items-container #all-items ul li .item .more:hover {
  background: #0076af;
}
#container #center #items-container #all-items ul li .item .close {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
}
#container #center #items-container #all-items ul li .item .close:after {
  content: "\e5cd";
}
#container #center #items-container #all-items ul.most li:not(.recent) {
  display: none;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
}
footer a {
  color: #0076af;
  text-decoration: none;
}
@media screen and (max-width: 550px) {
  #container #center #items-container #all-items ul li {
    width: 50%;
  }
}
@media screen and (max-width: 350px) {
  #container #center #items-container #all-items ul li {
    width: 100%;
  }
  #container #center {
    transform: translateY(0);
    top: 50px;
    position: absolute;
    width: 100%;
    padding-bottom: 100px;
  }
}
#search-result a .result-link {
  color: #0076af !important;
}
