﻿@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 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 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 8/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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-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; }

th,
td {
  padding: 0; }

.btn, button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #0634a4;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Archivo", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.568rem 1.42rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  .btn:hover, .btn:focus, button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #052a83;
    color: #fff; }
  .btn:disabled, .btn.disabled, button:disabled, button.disabled, input[type="button"]:disabled, input[type="button"].disabled, input[type="reset"]:disabled, input[type="reset"].disabled, input[type="submit"]:disabled, input[type="submit"].disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    .btn:disabled:hover, .btn.disabled:hover, button:disabled:hover, button.disabled:hover, input[type="button"]:disabled:hover, input[type="button"].disabled:hover, input[type="reset"]:disabled:hover, input[type="reset"].disabled:hover, input[type="submit"]:disabled:hover, input[type="submit"].disabled:hover {
      background-color: #0634a4; }
  .btn.cbes, button.cbes, input[type="button"].cbes, input[type="reset"].cbes, input[type="submit"].cbes {
    background-color: #ff294c; }
    .btn.cbes:hover, .btn.cbes:focus, button.cbes:hover, button.cbes:focus, input[type="button"].cbes:hover, input[type="button"].cbes:focus, input[type="reset"].cbes:hover, input[type="reset"].cbes:focus, input[type="submit"].cbes:hover, input[type="submit"].cbes:focus {
      background-color: #cc213d; }
  .btn.cbeg, button.cbeg, input[type="button"].cbeg, input[type="reset"].cbeg, input[type="submit"].cbeg {
    background-color: #4f62dd; }
    .btn.cbeg:hover, .btn.cbeg:focus, button.cbeg:hover, button.cbeg:focus, input[type="button"].cbeg:hover, input[type="button"].cbeg:focus, input[type="reset"].cbeg:hover, input[type="reset"].cbeg:focus, input[type="submit"].cbeg:hover, input[type="submit"].cbeg:focus {
      background-color: #3f4eb1; }
  .btn.inf, button.inf, input[type="button"].inf, input[type="reset"].inf, input[type="submit"].inf {
    background-color: #0634a4; }
    .btn.inf:hover, .btn.inf:focus, button.inf:hover, button.inf:focus, input[type="button"].inf:hover, input[type="button"].inf:focus, input[type="reset"].inf:hover, input[type="reset"].inf:focus, input[type="submit"].inf:hover, input[type="submit"].inf:focus {
      background-color: #052a83; }
  .btn.plc, button.plc, input[type="button"].plc, input[type="reset"].plc, input[type="submit"].plc {
    background-color: #00b222; }
    .btn.plc:hover, .btn.plc:focus, button.plc:hover, button.plc:focus, input[type="button"].plc:hover, input[type="button"].plc:focus, input[type="reset"].plc:hover, input[type="reset"].plc:focus, input[type="submit"].plc:hover, input[type="submit"].plc:focus {
      background-color: #008e1b; }
  .btn.ppl, button.ppl, input[type="button"].ppl, input[type="reset"].ppl, input[type="submit"].ppl {
    background-color: #0c93dd; }
    .btn.ppl:hover, .btn.ppl:focus, button.ppl:hover, button.ppl:focus, input[type="button"].ppl:hover, input[type="button"].ppl:focus, input[type="reset"].ppl:hover, input[type="reset"].ppl:focus, input[type="submit"].ppl:hover, input[type="submit"].ppl:focus {
      background-color: #0a76b1; }
  .btn.tpc, button.tpc, input[type="button"].tpc, input[type="reset"].tpc, input[type="submit"].tpc {
    background-color: #ff541c; }
    .btn.tpc:hover, .btn.tpc:focus, button.tpc:hover, button.tpc:focus, input[type="button"].tpc:hover, input[type="button"].tpc:focus, input[type="reset"].tpc:hover, input[type="reset"].tpc:focus, input[type="submit"].tpc:hover, input[type="submit"].tpc:focus {
      background-color: #cc4316; }
  .btn.nom, button.nom, input[type="button"].nom, input[type="reset"].nom, input[type="submit"].nom {
    background-color: #cb1aa3; }
    .btn.nom:hover, .btn.nom:focus, button.nom:hover, button.nom:focus, input[type="button"].nom:hover, input[type="button"].nom:focus, input[type="reset"].nom:hover, input[type="reset"].nom:focus, input[type="submit"].nom:hover, input[type="submit"].nom:focus {
      background-color: #a21582; }
  .btn.eds, button.eds, input[type="button"].eds, input[type="reset"].eds, input[type="submit"].eds {
    background-color: #536279; }
    .btn.eds:hover, .btn.eds:focus, button.eds:hover, button.eds:focus, input[type="button"].eds:hover, input[type="button"].eds:focus, input[type="reset"].eds:hover, input[type="reset"].eds:focus, input[type="submit"].eds:hover, input[type="submit"].eds:focus {
      background-color: #424e61; }
  .btn.nws, button.nws, input[type="button"].nws, input[type="reset"].nws, input[type="submit"].nws {
    background-color: #758fcf; }
    .btn.nws:hover, .btn.nws:focus, button.nws:hover, button.nws:focus, input[type="button"].nws:hover, input[type="button"].nws:focus, input[type="reset"].nws:hover, input[type="reset"].nws:focus, input[type="submit"].nws:hover, input[type="submit"].nws:focus {
      background-color: #5e72a6; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.284rem;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.284rem; }

input,
select,
textarea {
  display: block;
  font-family: "Archivo", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #0634a4;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  padding: 0.47333rem;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover {
    border-color: #052a83; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus {
    border-color: #0634a4;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(5, 44, 139, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
      border: 1px solid #0634a4; }
  input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #858585; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.284rem; }

[type="file"] {
  margin-bottom: 0.568rem;
  width: 100%; }

select {
  margin-bottom: 0.568rem;
  width: 100%; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  height: 100%; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

table {
  border-collapse: collapse;
  margin: 0.568rem 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #05277b;
  font-weight: 600;
  padding: 0.568rem 0;
  text-align: left; }

td {
  border-bottom: 1px solid #0634a4;
  padding: 0.568rem 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Archivo", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  line-height: 1.42; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.333em;
  line-height: 1.2;
  margin: 0 0 0.568rem; }

h2 {
  font-size: 1.2rem; }

p {
  margin: 0 0 0.568rem; }

a {
  color: #0634a4;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #05277b; }

hr {
  border-bottom: 1px solid #0634a4;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.42rem 0; }

html {
  height: 100%;
  min-height: 100%;
  font-size: 13px; }
  @media only screen and (min-width: 360px) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 1150px) {
    html {
      font-size: 16px; } }

.accessText {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .accessText:focus {
    position: static;
    width: auto;
    height: auto; }

img {
  width: 100%; }

.dispCaps {
  text-transform: uppercase; }

@media screen and (max-width: 954px) {
  .notAbbrev {
    display: none; } }

.error {
  color: #ff294c; }

.container {
  max-width: 1150px;
  margin: 0 auto; }

.langs a {
  padding: 0.1rem 0.4rem;
  margin-left: 0.2rem;
  border: 1px solid #0634a4;
  border-radius: 4px; }
  .langs a:hover, .langs a:focus, .langs a:active {
    background-color: #e2e4e6; }
  .langs a.current {
    color: #fff;
    background-color: #0634a4; }
    .langs a.current:hover, .langs a.current:focus, .langs a.current:active {
      background-color: #0634a4; }

.dropLink {
  padding-right: 1rem; }
  .dropLink::after {
    content: "\25be";
    position: absolute;
    right: 0;
    transition: transform 0.25s ease-out; }

.show .dropLink::after {
  transform: rotate(180deg); }

.shadeBtn {
  box-shadow: 0 0.5rem 1rem rgba(37, 55, 134, 0.65); }

.cbe, .cbes, .cbeg, .inf, .plc, .ppl, .tpc, .nom, .eds, .nws {
  color: #fff; }

.cbe {
  background-color: #0634a4; }

.cbes {
  background-color: #ff294c; }

.cbesHead {
  background-color: #FF4261; }

.cbeg {
  background-color: #4f62dd; }

.inf {
  background-color: #0634a4; }

.plc {
  background-color: #00b222; }

.ppl {
  background-color: #0c93dd; }

.tpc {
  background-color: #ff541c; }

.nom {
  background-color: #cb1aa3; }

.eds {
  background-color: #536279; }

.nws {
  background-color: #758fcf; }

#pageHeader {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  #pageHeader h1 {
    font-size: 2.4rem;
    text-indent: 2px;
    margin-bottom: 0.25rem; }
    @media (max-width: 954px) {
      #pageHeader h1 {
        font-size: 2rem;
        text-indent: 0; } }
  #pageHeader a {
    color: #fff; }

.pageHeader {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  padding: 1rem 0; }
  @media only screen and (min-width: 955px) {
    .pageHeader {
      width: calc(100% - 5rem);
      float: left;
      margin-left: 2.5rem; } }

.breadcrumbs {
  display: none;
  padding-top: 1.05rem; }
  @media only screen and (min-width: 955px) {
    .breadcrumbs {
      display: block;
      width: calc(100% - 5rem);
      float: left;
      margin-left: 2.5rem;
      text-indent: 2px; } }
  .breadcrumbs li {
    display: inline-block; }
    .breadcrumbs li::after {
      content: "»";
      color: #334259;
      margin-left: 0.6rem;
      margin-right: 0.2rem; }
    .breadcrumbs li:last-of-type::after {
      content: "";
      display: inherit; }
  .breadcrumbs a {
    color: #334259; }
    .breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
      color: #0634a4; }

.uniContent {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 955px) {
    .uniContent {
      width: calc(100% - 5rem);
      float: left;
      margin-left: 2.5rem;
      margin-top: 1.2rem; } }

.twinSection {
  padding: 1rem; }
  @media only screen and (min-width: 955px) {
    .twinSection {
      width: calc(50%);
      float: left;
      margin-left: 0;
      padding: 1.6rem;
      margin-top: 0; } }

.contentInner {
  padding: 1.6rem; }

.table {
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 954px) {
    .table::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 1.6rem;
      height: 100%;
      background-image: -ms-linear-gradient(left, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.5) 81%, rgba(50, 50, 50, 0.7) 95%);
      background-image: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.5) 81%, rgba(50, 50, 50, 0.7) 95%);
      background-image: -o-linear-gradient(left, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.5) 81%, rgba(50, 50, 50, 0.7) 95%);
      background-image: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.5) 81%, rgba(50, 50, 50, 0.7) 95%);
      background-image: linear-gradient(left, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.5) 81%, rgba(50, 50, 50, 0.7) 95%);
      opacity: 0.5; } }
  .table table {
    margin: 0; }

.siteText h2 {
  font-size: 1.4rem;
  margin-bottom: 0.6rem; }

.siteText .btn {
  margin: 0.8rem 0 2rem 0; }

.siteText .btnGroup {
  margin: 0.4rem 0 2rem 0; }
  .siteText .btnGroup .btn {
    margin: 0.4rem 0.8rem 0.4rem 0; }

.bodyText {
  font-family: "Archivo", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .bodyText footer p {
    font-size: 0.95rem; }
  .bodyText h1 {
    font-size: 2rem;
    margin-top: 0.4rem;
    margin-bottom: 1.8rem; }
  .bodyText h2 {
    font-size: 1.4rem;
    text-decoration: underline;
    margin-top: 1.2rem;
    margin-bottom: 0.6rem; }
  .bodyText p {
    font-size: 1.05rem; }
  .bodyText ul, .bodyText ol {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 0.5rem; }
    .bodyText ul li, .bodyText ol li {
      display: list-item; }
  .bodyText ol {
    list-style-type: decimal;
    margin-left: 1.4rem; }
  .bodyText ul {
    list-style-type: disc;
    margin-left: 1.4rem; }
  .bodyText blockquote {
    margin-left: 1rem;
    margin-right: 1rem; }
    @media only screen and (min-width: 955px) {
      .bodyText blockquote {
        margin-left: 1em;
        margin-right: 1em; } }
  .bodyText img {
    margin-top: 0.5rem;
    margin-bottom: 0.65rem; }
  .bodyText figcaption, .bodyText .caption {
    font-family: "Archivo", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.9rem;
    text-align: left;
    padding-bottom: 0.4rem;
    border-bottom: 1px dotted #333;
    margin-bottom: 1.6rem; }
  .bodyText .btn {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem; }
  .bodyText .btnGroup {
    margin: 1rem 0 1.4rem 0; }
    .bodyText .btnGroup .btn {
      display: inline-block;
      margin: 0.4rem 0.4rem 0.4rem 0; }

.siteForm label {
  margin-top: 1rem; }

.siteForm input, .siteForm textarea {
  margin-top: 0.2rem; }

.siteForm .btn {
  margin: 1.6rem 0 0.8rem 0; }

.siteForm .explain {
  color: #666;
  margin-top: 0.5rem; }

.siteForm .error {
  color: #ff294c; }

.siteForm .success {
  color: #00b222; }

.siteForm .passwordSubmit {
  position: relative; }

.siteForm .floater {
  display: block;
  margin-bottom: 1.6rem; }
  @media only screen and (min-width: 360px) {
    .siteForm .floater {
      position: absolute;
      top: 1.9rem;
      right: 0; } }

.contentListBox {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin-top: 1.2rem;
  margin-bottom: 3rem;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    .contentListBox {
      width: calc(66.66667% - 1.66667rem);
      float: left;
      margin-left: 1rem; } }
  @media screen and (min-width: 1180px) {
    .contentListBox {
      width: calc(70.83333% - 1.70833rem);
      float: left;
      margin-left: 1rem; } }
  @media only screen and (min-width: 955px) {
    .contentListBox.unoContent {
      width: calc(100%);
      float: left;
      margin-left: 0; } }
  .contentListBox header, .contentListBox footer {
    width: calc(100% - 1rem);
    float: left;
    margin-left: 0.5rem;
    padding: 0.8rem 0; }
    @media only screen and (min-width: 955px) {
      .contentListBox header, .contentListBox footer {
        width: calc(100% - 2rem);
        float: left;
        margin-left: 1rem; } }
  .contentListBox header {
    border-bottom: 1px solid #0634a4;
    margin-bottom: 1rem; }
  .contentListBox footer {
    border-top: 1px solid #0634a4;
    margin-top: 0.2rem; }
  .contentListBox .resultCount {
    float: left;
    margin-top: 0.3rem; }
    @media screen and (max-width: 409px) {
      .contentListBox .resultCount {
        float: none;
        text-align: center;
        margin-bottom: 0.4rem; } }

.contentList {
  width: calc(100%);
  float: left;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .contentList li {
    width: calc(50% - 0.75rem);
    float: left;
    margin-left: 0.5rem;
    font-size: 0.8rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(20, 20, 70, 0.16), 0 1px 2px 1px rgba(20, 20, 70, 0.08);
    margin-bottom: 1rem;
    overflow: hidden; }
    @media only screen and (min-width: 650px) {
      .contentList li {
        width: calc(33.33333% - 0.66667rem);
        float: left;
        margin-left: 0.5rem; } }
    @media screen and (min-width: 1030px) {
      .contentList li {
        width: calc(25% - 1.25rem);
        float: left;
        margin-left: 1rem; } }
    .contentList li h1 {
      font-size: 0.9rem;
      padding: 0.6rem 0.5rem 0 0.5rem;
      margin-bottom: 0.3rem; }

@media screen and (min-width: 1030px) {
  .unoContent li {
    width: calc(20% - 1.2rem);
    float: left;
    margin-left: 1rem; } }

.dateHead {
  padding: 0.65rem 0.5rem; }

.contentImg {
  display: block;
  height: auto;
  overflow: hidden; }
  .contentImg picture, .contentImg source {
    display: block; }

.manuscriptPartSummary {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: #334259;
  border-radius: 4.8px;
  margin-bottom: 1rem; }
  @media screen and (max-width: 500px) {
    .manuscriptPartSummary {
      width: calc(100% - 1rem);
      float: left;
      margin-left: 0.5rem; } }
  .manuscriptPartSummary a {
    color: #0ee144; }
  .manuscriptPartSummary p, .manuscriptPartSummary .contentDesc p, .manuscriptPartSummary .contentDesc dl {
    font-size: 0.9rem; }
  .manuscriptPartSummary .contentImg {
    float: left;
    width: 215px;
    border-radius: 4.8px;
    margin: 0; }
    @media screen and (max-width: 500px) {
      .manuscriptPartSummary .contentImg {
        width: 100%; } }
    .manuscriptPartSummary .contentImg img {
      display: block; }
  .manuscriptPartSummary .contentDesc {
    float: left;
    padding: 1rem; }

.cbesItem {
  font-size: 0.9rem; }
  .cbesItem p, .cbesItem .contentDesc p, .cbesItem .contentDesc dl {
    font-size: 0.9rem; }
  .cbesItem .extract {
    font-size: 1rem; }
  .cbesItem .contentDesc h1 {
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0; }

.contentDesc {
  padding: 0 0.5rem 0.9rem 0.5rem; }
  .contentDesc p, .contentDesc dl {
    font-size: 0.8rem;
    margin-bottom: 0; }
  .contentDesc .extract {
    color: #666; }
  .contentDesc .schoolName {
    display: block;
    margin-top: 0.2rem; }

#resFilters {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  background-color: #f4f6f9;
  padding: 1rem;
  padding-bottom: 2rem;
  margin-top: 1.2rem;
  border-radius: 4px;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    #resFilters {
      width: calc(33.33333% - 1.33333rem);
      float: left;
      margin-left: 1rem;
      margin-bottom: 3rem; } }
  @media screen and (min-width: 1180px) {
    #resFilters {
      width: calc(29.16667% - 1.29167rem);
      float: left;
      margin-left: 1rem; } }
  #resFilters h2, #resFilters h3 {
    text-transform: uppercase; }
  #resFilters h2 {
    font-size: 1.05rem;
    margin-top: 0.5rem; }
  #resFilters h3 {
    font-size: 1rem;
    margin-top: 1rem; }
  #resFilters form {
    margin: 1rem 0 2.6rem 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #0634a4; }
  #resFilters #greeting {
    width: calc(100%);
    float: left;
    margin-left: 0;
    border-bottom: 1px solid #0634a4;
    margin-bottom: 1rem; }
    #resFilters #greeting dl {
      margin-bottom: 0.8rem; }
    #resFilters #greeting dd.link {
      display: inline-block; }
    #resFilters #greeting .sharers {
      margin: 0.2rem 0 1.4rem 0; }
  #resFilters .filters {
    width: calc(100%);
    float: left;
    margin-left: 0;
    position: relative; }
  #resFilters .contextList {
    max-height: none;
    background-color: #f4f6f9; }
    #resFilters .contextList li:first-of-type {
      margin-top: 0.5rem; }
    #resFilters .contextList a {
      font-weight: 400;
      color: #333;
      background-color: #f4f6f9;
      padding-left: 0;
      padding-right: 0; }
      #resFilters .contextList a:hover, #resFilters .contextList a:focus, #resFilters .contextList a:active {
        background-color: #e4e6e9; }
      #resFilters .contextList a.current {
        font-weight: 700; }
  #resFilters #showFiltersBtn {
    display: none; }

.js #resFilters {
  padding-bottom: 1.6rem; }
  .js #resFilters .contextList {
    max-height: 0; }
  .js #resFilters h3 {
    position: relative;
    color: #0634a4; }
    .js #resFilters h3::after {
      content: "+";
      position: absolute;
      top: -0.2rem;
      right: 0.1rem;
      font-size: 1.2rem;
      color: #0634a4; }
  .js #resFilters .orderFilter {
    padding-top: 1rem;
    border-top: 1px solid #0634a4;
    margin-top: 2.6rem; }
  .js #resFilters .filterDrop {
    cursor: pointer; }
  .js #resFilters .show h3::after {
    content: "-";
    right: 0.3rem; }
  .js #resFilters .show .contextList {
    max-height: 22rem; }
  @media (max-width: 954px) {
    .js #resFilters #showFiltersBtn {
      display: block; }
    .js #resFilters h2 {
      padding-top: 1.6rem;
      margin-top: 1.1rem; }
    .js #resFilters .filters {
      max-height: 0; }
    .js #resFilters.show .filters {
      max-height: 2000px; }
      .js #resFilters.show .filters h2 {
        border-top: 1px solid #0634a4; }
    .js #resFilters .filterRemover {
      top: 2.6rem; } }

.noJoy {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  padding: 4rem 0 5rem 0; }
  @media only screen and (min-width: 955px) {
    .noJoy {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }

.filterRemover {
  position: absolute;
  top: 0.3rem;
  right: 0;
  font-size: 0.9rem;
  color: #fff;
  background-color: #ff541c;
  padding: 0.2rem 0.45rem;
  border-radius: 1rem; }
  .filterRemover:hover, .filterRemover:focus, .filterRemover:active {
    color: #fff;
    background-color: #b52d00; }

.hiddenBlurb {
  padding-top: 1.6rem;
  margin-bottom: 1rem; }

.js .hiddenBlurb {
  max-height: 0; }

.js .show .hiddenBlurb {
  max-height: 2000px;
  overflow: hidden; }

#inSiteSwitcherContainer {
  background-color: #f4f6f9; }

#colSwitcher {
  width: calc(100%);
  float: left;
  margin-left: 0;
  height: 3rem; }
  @media screen and (min-width: 480px) {
    #colSwitcher {
      height: 3.3rem; } }
  @media only screen and (min-width: 955px) {
    #colSwitcher {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }
  #colSwitcher li {
    float: left; }
  #colSwitcher a {
    display: inline-block;
    position: relative;
    min-height: 2.5rem;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 1.2rem 1.2rem;
    background-position: 0.8rem center;
    padding: 0.3rem 0.5rem;
    padding-left: 2.5rem;
    margin-right: 0.3rem;
    border-top: 1px solid rgba(117, 143, 207, 0.25);
    border-right: 1px solid rgba(117, 143, 207, 0.25);
    border-left: 1px solid rgba(117, 143, 207, 0.25);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 0.5rem;
    opacity: 0.8; }
    @media screen and (min-width: 320px) {
      #colSwitcher a {
        margin-top: 0.5rem; } }
    @media screen and (min-width: 500px) {
      #colSwitcher a {
        background-size: 1.6rem 1.6rem;
        padding: 0.5rem 0.8rem;
        padding-left: 3rem;
        margin-top: 0.75rem; } }
    #colSwitcher a:hover, #colSwitcher a:focus, #colSwitcher a:active {
      opacity: 0.9; }
    @media screen and (min-width: 650px) {
      #colSwitcher a.CbesChapter .text, #colSwitcher a.CbegPhoto .text {
        position: static;
        width: auto;
        height: auto; } }
    #colSwitcher a.current {
      min-height: 3rem;
      background-color: #efebe3;
      background-position: 0.8rem 0.9rem;
      padding: 0.7rem 0.8rem 0.5rem 2.5rem;
      margin-top: 0;
      opacity: 1; }
      @media screen and (min-width: 500px) {
        #colSwitcher a.current {
          padding: 1rem 1.2rem 0.8rem 3rem; } }
      #colSwitcher a.current::after {
        content: "";
        position: absolute;
        bottom: -0.1rem;
        left: 0;
        width: 100%;
        height: 10px;
        background-color: #efebe3;
        border-bottom: 10px solid #efebe3; }
    #colSwitcher a .text {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }
      #colSwitcher a .text:focus {
        position: static;
        width: auto;
        height: auto; }
      @media screen and (min-width: 700px) {
        #colSwitcher a .text {
          position: static;
          width: auto;
          height: auto; } }
    #colSwitcher a .count {
      border-radius: 2px;
      padding: 0.1rem 0.25rem;
      background-color: #ff541c;
      color: #ffffff;
      font-weight: normal;
      font-size: 80%;
      margin-left: 0.25rem; }

@media only screen and (min-width: 955px) {
  .twinInputs label {
    width: calc(50%);
    float: left;
    margin-left: 0;
    padding-left: 0.4rem; } }

@media only screen and (min-width: 955px) {
  .twinInputs label:first-of-type {
    padding-left: 0;
    padding-right: 0.4rem; } }

.nameForm {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin: 1rem 0 2.2rem 0;
  text-align: left; }
  .nameForm .btn {
    margin-top: 0.6rem; }
    @media only screen and (min-width: 955px) {
      .nameForm .btn {
        margin-top: 1.4rem;
        margin-left: 0.6rem; } }
  @media only screen and (min-width: 955px) {
    .nameForm .twinInputs {
      width: calc(66.66667%);
      float: left;
      margin-left: 0; } }

.nameContent .contentList li {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  padding: 0.5rem;
  margin-bottom: 0.6rem; }
  .nameContent .contentList li:last-of-type {
    margin-bottom: 1.2rem; }

.nameContent .nameLink {
  display: block;
  width: 100%;
  font-size: 1rem;
  padding: 0.5rem; }
  .nameContent .nameLink .pretext {
    color: #333; }
  .nameContent .nameLink .text {
    font-weight: 700;
    color: #0c93dd; }
    .nameContent .nameLink .text .refCount {
      font-weight: 400;
      color: #666; }

.nameContent .similarSurnames {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }
  @media only screen and (min-width: 955px) {
    .nameContent .similarSurnames {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }

.similarSurnames {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #0634a4; }

#siteHeader {
  width: calc(100%);
  float: left;
  margin-left: 0;
  background-color: #0634a4;
  padding-top: 3.6rem;
  padding-bottom: 2rem; }
  @media (max-width: 954px) {
    #siteHeader {
      position: relative;
      padding-bottom: 0; } }
  @media only screen and (min-width: 955px) {
    #siteHeader {
      right: 2.5rem;
      background-color: #f4f6f9;
      padding-top: 3.6rem; } }
  #siteHeader li {
    float: left;
    position: relative; }
  #siteHeader a {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff; }
    @media only screen and (min-width: 955px) {
      #siteHeader a {
        color: #0634a4; } }
  #siteHeader .langs {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    height: 1.6rem; }
    @media only screen and (min-width: 955px) {
      #siteHeader .langs {
        top: 0.7rem;
        top: 3.9rem; } }
    @media only screen and (min-width: 1150px) {
      #siteHeader .langs {
        right: 2.5rem; } }
    @media screen and (max-width: 954px) {
      #siteHeader .langs a {
        font-size: 1rem;
        text-transform: uppercase;
        border-color: #fff;
        margin-left: 0.5rem; } }
    #siteHeader .langs a.current {
      color: #0634a4;
      background-color: #fff; }
      @media only screen and (min-width: 955px) {
        #siteHeader .langs a.current {
          color: #fff;
          background-color: #0634a4; } }

#siteLogo {
  position: absolute;
  top: 0.75rem;
  left: 4.5rem; }
  @media only screen and (min-width: 650px) {
    #siteLogo {
      top: 0.6rem;
      left: 50%;
      margin-left: -6rem; } }
  @media only screen and (min-width: 955px) {
    #siteLogo {
      top: 3.6rem;
      left: 1rem;
      margin-left: 0; } }
  @media only screen and (min-width: 1150px) {
    #siteLogo {
      left: 2.5rem;
      margin-right: 2.5rem; } }
  #siteLogo img {
    width: 11rem;
    height: auto; }
    @media only screen and (min-width: 650px) {
      #siteLogo img {
        width: 12rem; } }
    @media screen and (min-width: 955px) {
      #siteLogo img {
        width: 14rem; } }

#siteMenuBtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.7rem;
  height: 3.6rem;
  font-size: 1.9rem;
  text-align: center;
  line-height: 2.2rem;
  background-image: url("/furniture/deilbhin-clar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.6rem;
  padding: 0.8rem 1rem;
  border-radius: 0; }
  @media screen and (min-width: 955px) {
    #siteMenuBtn {
      display: none; } }
  #siteMenuBtn #siteMenuBtnInner {
    color: #fff; }

#inSiteNav {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media (max-width: 954px) {
    #inSiteNav {
      background-color: #052a83; } }
  @media screen and (min-width: 955px) {
    #inSiteNav {
      width: calc(76.66667% - 35.33333px);
      float: left;
      margin-left: 20px;
      margin-left: calc(23.33333% - 24.66667px + 40px); } }
  #inSiteNav li {
    float: none; }
    #inSiteNav li a {
      display: block;
      padding: 0.5rem 1rem; }
      @media (max-width: 954px) {
        #inSiteNav li a {
          border-bottom: 1px solid #0634a4; }
          #inSiteNav li a:hover, #inSiteNav li a:focus, #inSiteNav li a:active {
            background-color: #f4f6f9; } }
    @media (max-width: 954px) and (max-width: 954px) {
      #inSiteNav li a:hover, #inSiteNav li a:focus, #inSiteNav li a:active {
        color: #0634a4; } }
      @media screen and (min-width: 955px) {
        #inSiteNav li a {
          display: inline-block;
          padding: 0.5rem 1rem; } }
    @media screen and (min-width: 955px) {
      #inSiteNav li {
        float: left; } }
  #inSiteNav #colMenu, #inSiteNav #resMenu {
    cursor: pointer; }
    @media only screen and (min-width: 955px) {
      #inSiteNav #colMenu, #inSiteNav #resMenu {
        display: none; } }
    #inSiteNav #colMenu > a, #inSiteNav #resMenu > a {
      padding-right: 1.2rem; }
      @media screen and (min-width: 955px) {
        #inSiteNav #colMenu > a, #inSiteNav #resMenu > a {
          margin-right: 0.8rem; } }
      #inSiteNav #colMenu > a::after, #inSiteNav #resMenu > a::after {
        right: 0.7rem; }
  #inSiteNav .inSiteNavMenu {
    z-index: 10; }
    @media screen and (min-width: 955px) {
      #inSiteNav .inSiteNavMenu {
        position: absolute;
        top: 2.5rem;
        left: 0;
        max-height: 0;
        background-color: #fff;
        overflow: hidden;
        box-shadow: 0 0.2rem 0.6rem rgba(37, 55, 134, 0.3);
        transition: max-height 0.25s ease-out; } }
    #inSiteNav .inSiteNavMenu li {
      float: none; }
      #inSiteNav .inSiteNavMenu li:last-of-type a {
        border-bottom: 0; }
        @media (max-width: 954px) {
          #inSiteNav .inSiteNavMenu li:last-of-type a {
            border-bottom: 1px solid #0634a4; } }
    @media screen and (min-width: 955px) {
      #inSiteNav .inSiteNavMenu a {
        width: 16rem;
        padding-left: 1rem;
        border-bottom: 1px solid rgba(117, 143, 207, 0.25); } }
    #inSiteNav .inSiteNavMenu a:hover, #inSiteNav .inSiteNavMenu a:focus, #inSiteNav .inSiteNavMenu a:active {
      background-color: #f4f6f9; }
      @media (max-width: 954px) {
        #inSiteNav .inSiteNavMenu a:hover, #inSiteNav .inSiteNavMenu a:focus, #inSiteNav .inSiteNavMenu a:active {
          color: #0634a4; } }
  @media screen and (max-width: 954px) {
    #inSiteNav .dropLink {
      color: #ddd;
      cursor: default; }
      #inSiteNav .dropLink:hover, #inSiteNav .dropLink:focus, #inSiteNav .dropLink:active {
        background-color: #052a83;
        color: #fff; }
      #inSiteNav .dropLink::after {
        content: ":";
        position: static; } }
  #inSiteNav .show .dropLink::after {
    transform: rotate(180deg); }
  @media screen and (min-width: 955px) {
    #inSiteNav .show .inSiteNavMenu {
      max-height: 16rem; } }

.js #inSiteNav #colMenu, .js #inSiteNav #resMenu {
  display: block; }

#siteSwitcher {
  width: calc(100%);
  float: left;
  margin-left: 0;
  background-color: #536279; }
  @media (max-width: 954px) {
    #siteSwitcher {
      position: absolute;
      bottom: 3.6rem;
      left: 0;
      font-size: 0.8rem;
      background-color: #0634a4; } }
  @media only screen and (min-width: 955px) {
    #siteSwitcher {
      position: absolute;
      top: 0;
      text-align: right;
      background-color: #536279;
      padding-right: 1rem; } }
  @media only screen and (min-width: 1150px) {
    #siteSwitcher {
      padding-right: 2.5rem; } }
  #siteSwitcher ul {
    height: 1.9rem;
    line-height: 1.9;
    float: right; }
    #siteSwitcher ul a {
      margin-left: 0.9rem;
      font-size: 1rem;
      font-weight: 400;
      color: #fff; }
      #siteSwitcher ul a:hover, #siteSwitcher ul a:focus, #siteSwitcher ul a:active {
        color: #ddd; }
  @media (max-width: 954px) {
    #siteSwitcher ul {
      float: none;
      height: 2.9rem;
      line-height: 2.9; }
      #siteSwitcher ul li {
        width: calc(25%);
        float: left;
        margin-left: 0;
        border-right: 1px solid #052a83; }
        #siteSwitcher ul li:last-of-type {
          border-right: 0; } }

#subSiteNav {
  width: calc(100%);
  float: left;
  margin-left: 0;
  background-color: #f4f6f9; }
  @media (max-width: 954px) {
    #subSiteNav {
      margin-top: 3rem; } }
  @media screen and (min-width: 955px) {
    #subSiteNav {
      width: calc(76.66667% - 35.33333px);
      float: left;
      margin-left: 20px;
      margin-left: calc(23.33333% - 24.66667px + 40px);
      margin-bottom: 0.45rem; } }
  #subSiteNav a {
    color: #0634a4; }

#subSiteNavInner {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  position: relative;
  padding-top: 0.7rem;
  margin-top: 0.3rem; }
  @media (max-width: 954px) {
    #subSiteNavInner {
      padding: 0.6rem 0;
      margin-top: 0; } }
  @media only screen and (min-width: 955px) {
    #subSiteNavInner {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem;
      border-top: 1px solid rgba(117, 143, 207, 0.25); } }

.noShow #subSiteNavInner {
  height: 3.5rem; }
  @media only screen and (min-width: 955px) {
    .noShow #subSiteNavInner {
      height: 3.05rem; } }

.noShow #siteSearch {
  display: none; }

@media (max-width: 954px) {
  .noShow #siteMeitheal {
    visibility: hidden; } }

#siteSearch {
  width: calc(41.66667%);
  float: left;
  margin-left: 0;
  position: relative; }
  @media (max-width: 954px) {
    #siteSearch input[type="search"] {
      font-size: 1.05rem; } }

input[type="submit"].searchSubmit {
  position: absolute;
  top: 0.1rem;
  right: 0.25rem;
  width: 2rem;
  height: 1.9rem;
  background-color: #fff;
  background-image: url(/furniture/deilbhin-cuardaigh.svg);
  background-position: center;
  background-size: 1.25rem;
  background-repeat: no-repeat;
  padding: 0.25rem; }

#siteHeader #siteMeitheal {
  position: absolute;
  bottom: -0.25rem;
  right: 0.2rem;
  text-align: right;
  line-height: 1.3;
  background-image: url(/furniture/deilbhin-meitheal.svg);
  background-position: right center;
  background-size: 2.2rem 2.2rem;
  background-repeat: no-repeat;
  padding-right: 3.5rem; }
  @media (max-width: 954px) {
    #siteHeader #siteMeitheal {
      bottom: 0.525rem;
      right: 0;
      padding-top: 0.5rem;
      padding-right: 3rem;
      padding-bottom: 0.5rem; } }
  #siteHeader #siteMeitheal a {
    font-size: 1rem;
    text-align: right; }

#siteMeithealBtn {
  position: relative;
  display: block;
  width: auto; }
  #siteMeithealBtn a {
    font-weight: 400; }
  #siteMeithealBtn .dropLink {
    padding-right: 0.8rem; }
    @media (max-width: 954px) {
      #siteMeithealBtn .dropLink {
        padding-right: 0; } }
    #siteMeithealBtn .dropLink::after {
      right: -0.2rem; }
      @media (max-width: 954px) {
        #siteMeithealBtn .dropLink::after {
          content: ""; } }
  @media screen and (max-width: 440px) {
    #siteMeithealBtn .username {
      display: inline-block;
      max-width: 85px;
      line-height: 1;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; } }

#siteMeithealBtnIn {
  display: inline-block;
  margin-bottom: 0.1rem; }

#siteHeader .meithealNavMenu {
  position: absolute;
  top: 1.75rem;
  right: 0;
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.6rem rgba(37, 55, 134, 0.3);
  transition: max-height 0.25s ease-out;
  z-index: 10; }
  @media (max-width: 954px) {
    #siteHeader .meithealNavMenu {
      display: none; } }
  #siteHeader .meithealNavMenu li {
    float: none; }
    #siteHeader .meithealNavMenu li:last-of-type a {
      border-bottom: 0; }
  #siteHeader .meithealNavMenu a {
    width: 9rem;
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(117, 143, 207, 0.25); }
    #siteHeader .meithealNavMenu a:hover, #siteHeader .meithealNavMenu a:focus, #siteHeader .meithealNavMenu a:active {
      background-color: #f4f6f9; }

#siteHeader .show .meithealNavMenu {
  max-height: 9rem; }

@media (max-width: 954px) {
  .js #inSiteNav, .js #siteSwitcher {
    max-height: 0;
    transform: translateX(-300%); }
  .js #subSiteNav {
    margin-top: 0; }
  .js #siteHeader.menuOpen #inSiteNav, .js #siteHeader.menuOpen #siteSwitcher {
    max-height: 3000px;
    transform: translateX(0); }
  .js #siteHeader.menuOpen #subSiteNav {
    margin-top: 3rem; } }

#siteFooter {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative;
  overflow-x: hidden; }
  #siteFooter img {
    width: auto; }

#footerMain .footerBtn {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 1rem; }
  #footerMain .footerBtn:hover, #footerMain .footerBtn:focus, #footerMain .footerBtn:active {
    color: #333;
    background-color: #fff; }

#partners {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding: 0 1rem;
  margin: 2.5rem 0 1.7rem 0; }
  @media only screen and (min-width: 1150px) {
    #partners {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  #partners li {
    float: left; }
  #partners img {
    width: auto;
    height: 50px;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem; }
    @media only screen and (min-width: 1150px) {
      #partners img {
        height: 70px; } }

#footerMain {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative;
  background-color: #536279;
  color: #fff;
  padding: 3rem 1rem 2rem 1rem; }
  @media only screen and (min-width: 1150px) {
    #footerMain {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  #footerMain a {
    color: #fff;
    font-weight: 700; }
    #footerMain a:hover, #footerMain a:focus, #footerMain a:active {
      color: #ddd; }

#footerInSite, #footerCopyright, #footerContact, #footerNewsletter {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding-right: 1.6rem;
  margin-bottom: 1.6rem; }
  @media only screen and (min-width: 650px) {
    #footerInSite, #footerCopyright, #footerContact, #footerNewsletter {
      width: calc(50%);
      float: left;
      margin-left: 0; } }
  @media only screen and (min-width: 955px) {
    #footerInSite, #footerCopyright, #footerContact, #footerNewsletter {
      width: calc(25%);
      float: left;
      margin-left: 0; } }
  #footerInSite li, #footerCopyright li, #footerContact li, #footerNewsletter li {
    margin-bottom: 0.5rem; }

@media only screen and (min-width: 650px) {
  #footerCopyright {
    margin-bottom: 3.2rem; } }

#footerNewsletter h1 {
  font-size: 1.1rem; }

#footerContact {
  padding-top: 1.6rem; }
  #footerContact .social {
    display: block;
    height: 2rem;
    padding-top: 0.4rem;
    padding-left: 2.6rem;
    background-size: 1.6rem;
    background-position: left;
    border-radius: 0; }
    #footerContact .social.facebook {
      background-size: 0.65rem 1.45rem;
      background-position: 0.45rem center; }
  #footerContact img {
    max-width: 280px; }
  @media only screen and (min-width: 650px) {
    #footerContact {
      padding-top: 0; }
      #footerContact img {
        max-width: auto; } }

#footerFacebook {
  display: block;
  height: 2rem;
  padding-top: 0.4rem;
  padding-left: 2.6rem;
  background-size: 0.65rem 1.45rem;
  background-position: 0.45rem center;
  border-radius: 0;
  margin-top: 0; }

#footerTwitter {
  display: block;
  height: 2rem;
  padding-top: 0.4rem;
  padding-left: 2.6rem;
  background-size: 1.6rem;
  background-position: left;
  border-radius: 0; }

#contactDivider {
  margin-top: 1.6rem; }

#subFooter {
  width: calc(100%);
  float: left;
  margin-left: 0;
  background-color: #334259;
  color: #fff;
  padding: 0 1rem; }
  @media only screen and (min-width: 1150px) {
    #subFooter {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  #subFooter p, #subFooter .langs {
    display: inline-block; }
  #subFooter p {
    float: left;
    padding-top: 0.9rem; }
  #subFooter .langs {
    float: right;
    padding: 0.8rem 0; }
    #subFooter .langs a {
      display: inline-block;
      color: #fff;
      border-color: #fff;
      margin-left: 0.4rem; }
      #subFooter .langs a:hover, #subFooter .langs a:focus, #subFooter .langs a:active {
        color: #333; }
      #subFooter .langs a.current {
        background-color: #fff;
        color: #536279; }
    #subFooter .langs li {
      float: left; }

.social {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-image: url(/furniture/twitter-ban.svg);
  background-position: center;
  background-size: 1.75rem 1.75rem;
  background-repeat: no-repeat;
  margin-right: 0.4rem; }
  .social.facebook {
    background-image: url(/furniture/facebook-ban.svg);
    background-size: 0.8rem 1.6rem; }

.sharers {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin: 0.4rem 0 0.4rem 0; }
  .sharers .social {
    float: left;
    width: 6rem;
    height: 2rem;
    font-size: 0.85rem;
    color: #fff;
    line-height: 2rem;
    background-color: #536279;
    background-position: 0.6rem center;
    background-size: 1.2rem 1.2rem;
    border-radius: 1rem;
    padding-left: 2.25rem;
    margin-right: 0; }
    .sharers .social:hover, .sharers .social:focus, .sharers .social:active {
      background-color: #334259; }
    .sharers .social.facebook {
      width: 5.5rem;
      background-position: 0.9rem center;
      background-size: 0.5rem 1rem;
      border-right: 1px solid rgba(117, 143, 207, 0.25);
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .sharers .social.twitter {
      padding-left: 2.5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

#homeHero {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative;
  background-color: #efebe3;
  padding: 2rem 0 1.6rem 0;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    #homeHero {
      padding-left: 1rem;
      padding-right: 1rem; } }
  #homeHero::before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -40%;
    width: 127%;
    height: 100%;
    background-color: #ff541c;
    transform: rotate(12deg);
    opacity: 0.75;
    z-index: 0; }
    @media only screen and (min-width: 650px) {
      #homeHero::before {
        left: -20%; } }
    @media (max-width: 954px) {
      #homeHero::before {
        top: -6rem;
        width: 137%;
        height: 140%; } }
  #homeHero::after {
    content: "";
    position: absolute;
    top: 46%;
    left: -27%;
    width: 67%;
    height: 37rem;
    background-color: #0c93dd;
    border-radius: 45%;
    transform: rotate(-17deg);
    opacity: 0.5;
    z-index: 0; }
  #homeHero .container {
    position: relative; }

#homeGreeting {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  position: relative;
  float: none;
  max-width: 600px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  margin: 1.6rem auto 2.5rem auto; }
  @media only screen and (min-width: 955px) {
    #homeGreeting {
      width: calc(33.33333%);
      float: left;
      margin-left: 0;
      text-align: left;
      margin-top: 3.8rem; } }
  #homeGreeting::before {
    content: "";
    position: absolute;
    top: -5rem;
    left: -65%;
    width: 257%;
    height: 42rem;
    background-color: #cb1aa3;
    transform: rotate(-16deg);
    opacity: 0.75;
    z-index: 1; }
  #homeGreeting::after {
    content: "";
    position: absolute;
    top: -160%;
    left: 120%;
    width: 250%;
    height: 180%;
    border-radius: 50%;
    background-color: #00b222;
    transform: rotate(-16deg);
    opacity: 0.5;
    z-index: 0; }
  #homeGreeting h1 {
    font-size: 1.5rem;
    margin-top: 0.4rem;
    margin-bottom: 0.8rem; }
  #homeGreeting .btn {
    margin-top: 1.2rem;
    box-shadow: 0 0.5rem 1rem rgba(37, 55, 134, 0.65); }
  #homeGreeting .socialBtns .social {
    margin-top: 1.6rem;
    background-color: transparent;
    background-color: transparent;
    border: 1px solid #fff; }
    #homeGreeting .socialBtns .social:hover, #homeGreeting .socialBtns .social:focus, #homeGreeting .socialBtns .social:active {
      background-color: rgba(255, 255, 255, 0.2); }
    #homeGreeting .socialBtns .social.facebook {
      background-position: 0.75rem center; }

#greetingContent {
  position: relative;
  z-index: 100; }

#homeFeatures {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative; }
  @media only screen and (min-width: 955px) {
    #homeFeatures {
      width: calc(66.66667%);
      float: left;
      margin-left: 0;
      text-align: left; } }
  #homeFeatures::before {
    content: "";
    position: absolute;
    top: -4rem;
    left: 45%;
    width: 107%;
    height: 37rem;
    background-color: #4f62dd;
    border-radius: 45%;
    transform: rotate(-12deg);
    opacity: 0.75;
    z-index: 0; }
  #homeFeatures section {
    width: calc(100% - 2.4rem);
    float: left;
    margin-left: 1.2rem;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 2rem;
    box-shadow: 0 1rem 2rem rgba(37, 55, 134, 0.65);
    z-index: 2; }
    @media only screen and (min-width: 360px) {
      #homeFeatures section {
        width: calc(50% - 1.8rem);
        float: left;
        margin-left: 1.2rem; } }
    @media only screen and (min-width: 650px) {
      #homeFeatures section {
        width: calc(50% - 3rem);
        float: left;
        margin-left: 2rem; } }
    #homeFeatures section h1, #homeFeatures section h2, #homeFeatures section p {
      padding: 0 0.8rem; }
    #homeFeatures section h1 {
      font-size: 1rem;
      padding-top: 0.8rem;
      margin-bottom: 0.1rem; }
      #homeFeatures section h1 a {
        color: #333; }
    #homeFeatures section h2 {
      font-size: 0.95rem;
      font-weight: 400;
      color: #666;
      margin-bottom: 0.9rem; }
    #homeFeatures section p {
      margin-bottom: 0; }
    #homeFeatures section article {
      padding-bottom: 1rem; }
      #homeFeatures section article h1 {
        font-size: 1.05rem; }

.featureImg {
  position: relative;
  text-align: center;
  overflow: hidden;
  /*&::before, &::after {
	    content:"";
        position:absolute; 
        z-index:-1;
        box-shadow:0 0 20px rgba(0,0,0,0.8);
        top:0;
        bottom:0;
        left:10px;
        right:10px;
        border-radius:100px / 10px;
    }

    &::after {
        right: 10px; 
        left: auto; 
        transform:skew(8deg) rotate(3deg);
    }*/ }
  @media only screen and (min-width: 650px) {
    .featureImg {
      max-height: 18rem; } }

#featuresNotice {
  width: calc(100% - 4rem);
  float: left;
  margin-left: 2rem;
  position: relative;
  padding: 0.5rem 0.8rem;
  margin-top: 1rem;
  z-index: 50; }

#homeNews {
  width: calc(100%);
  float: left;
  margin-left: 0;
  color: #fff;
  background-color: #f4f6f9; }

#newsBox {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  background-color: #758fcf;
  text-align: center;
  padding: 0.8rem 1rem 0.8rem 1rem;
  margin-top: 1.6rem;
  border-radius: 4px; }
  @media only screen and (min-width: 360px) {
    #newsBox {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }
  @media only screen and (min-width: 650px) {
    #newsBox {
      width: calc(83.33333% - 4.58333rem);
      float: left;
      margin-left: 2.5rem;
      margin-left: calc(8.33333% - 2.70833rem + 5rem); } }
  @media screen and (min-width: 820px) {
    #newsBox {
      width: calc(58.33333% - 3.95833rem);
      float: left;
      margin-left: 2.5rem;
      margin-left: calc(20.83333% - 3.02083rem + 5rem); } }
  @media screen and (min-width: 1100px) {
    #newsBox {
      width: calc(45.83333% - 3.64583rem);
      float: left;
      margin-left: 2.5rem;
      margin-left: calc(27.08333% - 3.17708rem + 5rem); } }
  #newsBox .newsitem a {
    color: #30f262; }
    #newsBox .newsitem a:hover, #newsBox .newsitem a:focus {
      color: #0ee144; }

.newsitem {
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed #fff;
  margin-bottom: 0.4rem; }
  .newsitem:last-of-type {
    border: 0; }

#newsArchiveLink {
  display: block;
  width: 12rem;
  color: #fff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 0.6rem auto 0.4rem auto; }
  #newsArchiveLink:hover, #newsArchiveLink:focus, #newsArchiveLink:active {
    color: #758fcf;
    background-color: #fff; }

.homeSection {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding: 1.4rem 0 2.6rem 0; }
  .homeSection h1 {
    color: #758fcf;
    padding-left: 1.6rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 955px) {
      .homeSection h1 {
        padding-left: 1.8rem; } }

.homeBoxes, .homeSection h1 {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media only screen and (min-width: 650px) {
    .homeBoxes, .homeSection h1 {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem;
      display: flex; } }
  @media screen and (min-width: 820px) {
    .homeBoxes, .homeSection h1 {
      width: calc(83.33333% - 36.66667px);
      float: left;
      margin-left: 20px;
      margin-left: calc(8.33333% - 21.66667px + 40px); } }
  @media screen and (min-width: 1100px) {
    .homeBoxes, .homeSection h1 {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px;
      margin-left: calc(12.5% - 22.5px + 40px); } }
  @media screen and (min-width: 1350px) {
    .homeBoxes, .homeSection h1 {
      width: calc(58.33333% - 31.66667px);
      float: left;
      margin-left: 20px;
      margin-left: calc(20.83333% - 24.16667px + 40px); } }

#homeBrowse, #homeCollections, #homeRes {
  background-color: #f4f6f9; }

#homeBrowse, #homeRes {
  padding-top: 2.6rem; }

.homeBox {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
  box-shadow: 0 1rem 2rem rgba(37, 55, 134, 0.3); }
  @media only screen and (min-width: 360px) {
    .homeBox {
      width: calc(50% - 1.5rem);
      float: left;
      margin-left: 1rem; } }
  @media only screen and (min-width: 650px) {
    .homeBox {
      width: calc(33.33333% - 1.33333rem);
      float: left;
      margin-left: 1rem;
      margin-bottom: 0; } }
  .homeBox p {
    font-size: 0.9rem; }
    @media only screen and (min-width: 650px) {
      .homeBox p {
        font-size: 1rem; } }
  .homeBox .btn {
    position: absolute;
    bottom: 1.2rem; }
  .homeBox .boxContent {
    background-color: #fff;
    padding: 1rem 0.8rem 5rem 0.8rem; }

#homeBrowse .homeBox {
  padding-top: 6rem;
  background-image: url(/furniture/plcBox@2x.jpg);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat; }
  @media screen and (min-width: 500px) {
    #homeBrowse .homeBox {
      padding-top: 7.4rem; } }
  @media screen and (min-width: 820px) {
    #homeBrowse .homeBox {
      padding-top: 7rem; } }
  @media screen and (min-width: 900px) {
    #homeBrowse .homeBox {
      padding-top: 8.5rem; } }
  @media screen and (min-width: 1100px) {
    #homeBrowse .homeBox {
      padding-top: 8.7rem; } }
  @media screen and (min-width: 1400px) {
    #homeBrowse .homeBox {
      padding-top: 7.4rem; } }

#homeBrowse .pplBox {
  background-image: url(/furniture/pplBox@2x.jpg); }

#homeBrowse .tpcBox {
  background-image: url(/furniture/tpcBox@2x.jpg); }

#homeCollections {
  padding-bottom: 3.6rem; }
  #homeCollections .cbeBox, #homeCollections .cbesBox, #homeCollections .cbegBox {
    padding-top: 5rem;
    background-image: url(/furniture/deilbhin-cbe.svg);
    background-position: 0.8rem 1rem;
    background-size: 2.5rem;
    background-repeat: no-repeat; }
  @media only screen and (min-width: 360px) {
    #homeCollections .cbeBox {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }
  @media only screen and (min-width: 650px) {
    #homeCollections .cbeBox {
      width: calc(33.33333% - 1.33333rem);
      float: left;
      margin-left: 1rem; } }
  #homeCollections .cbesBox {
    background-image: url(/furniture/deilbhin-cbes.svg); }
  #homeCollections .cbegBox {
    background-image: url(/furniture/deilbhin-cbeg.svg); }

#homeMeitheal {
  position: relative;
  background-color: #0c93dd;
  padding: 0; }
  #homeMeitheal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-image: url(/furniture/deilbhin-meitheal.svg);
    background-position: center 1rem;
    background-size: 80%;
    background-repeat: no-repeat;
    opacity: 0.5; }
    @media only screen and (min-width: 650px) {
      #homeMeitheal::before {
        background-position: center; } }
    @media only screen and (min-width: 955px) {
      #homeMeitheal::before {
        width: 60%;
        height: 100%;
        background-size: 80%; } }
  #homeMeitheal h1 {
    width: calc(100%);
    float: left;
    margin-left: 0;
    font-size: 1.6rem;
    padding-left: 0; }

#homeMeithealInfo {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative;
  color: #fff;
  padding-bottom: 2.6rem; }
  @media only screen and (min-width: 650px) {
    #homeMeithealInfo {
      padding-bottom: 0; } }
  #homeMeithealInfo h1 {
    color: #fff;
    margin-bottom: 1.4rem; }
  #homeMeithealInfo p {
    font-size: 1.1rem; }

@media only screen and (min-width: 650px) {
  .js #homeMeithealInfo {
    width: calc(50%);
    float: left;
    margin-left: 0;
    padding-bottom: 0; } }

@media only screen and (min-width: 955px) {
  .js #homeMeithealInfo {
    width: calc(62.5%);
    float: left;
    margin-left: 0; } }

#homeMeithealContent {
  width: calc(66.66667%);
  float: left;
  margin-left: 0;
  margin-left: calc(16.66667% - 23.33333px + 40px);
  margin-top: 2.6rem; }
  @media only screen and (min-width: 650px) {
    #homeMeithealContent {
      min-height: 15rem;
      margin-top: 4rem; } }
  #homeMeithealContent .btn {
    margin-top: 2rem; }

#homeRes {
  padding-bottom: 3.6rem; }
  #homeRes .homeBox {
    padding-top: 0.6rem; }

#twitterFeed {
  display: none;
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative;
  background-color: #292F33; }
  @media only screen and (min-width: 650px) {
    #twitterFeed {
      width: calc(50%);
      float: left;
      margin-left: 0;
      max-height: 22rem;
      overflow: hidden; } }
  @media only screen and (min-width: 955px) {
    #twitterFeed {
      width: calc(37.5%);
      float: left;
      margin-left: 0; } }
  #twitterFeed h1 {
    display: block;
    font-size: 1.3rem;
    color: #333;
    padding: 1rem; }
  #twitterFeed #timeline > ul {
    margin-top: 3.5rem; }
  #twitterFeed ul {
    font-size: 0.875rem; }
    #twitterFeed ul li {
      position: relative;
      padding: 0.75rem 1rem 2.5rem 1rem;
      transition: background-color 0.2s;
      border-bottom: 1px solid #ddd; }
      #twitterFeed ul li:first-child {
        border-top: 1px solid #ddd; }
      #twitterFeed ul li:last-child {
        padding-bottom: 1rem; }
      #twitterFeed ul li:hover {
        background-color: #f0f3f3; }
      #twitterFeed ul li .user a {
        color: #333; }
        #twitterFeed ul li .user a > span:nth-of-type(1) {
          float: left;
          width: 1.625rem;
          height: 1.625rem; }
          #twitterFeed ul li .user a > span:nth-of-type(1) img {
            border-radius: 4px; }
        #twitterFeed ul li .user a > span:nth-of-type(2) {
          margin-left: 0.625rem;
          font-weight: 700; }
        #twitterFeed ul li .user a > span:nth-of-type(3) {
          display: inline-block;
          color: #999; }
        #twitterFeed ul li .user a:hover span:nth-of-type(3) {
          text-decoration: underline; }
      #twitterFeed ul li .tweet {
        padding-bottom: 1rem;
        margin-left: 2.25rem; }
        #twitterFeed ul li .tweet a {
          -ms-word-break: break-all;
          word-break: break-all;
          word-break: break-word;
          overflow-wrap: break-word; }
      #twitterFeed ul li .media {
        max-height: 200px;
        overflow: hidden;
        margin-left: 2.25rem;
        margin-bottom: 1.25rem; }
        #twitterFeed ul li .media img {
          display: block;
          width: 65%; }
      #twitterFeed ul li .timePosted, #twitterFeed ul li .interact {
        position: absolute;
        bottom: 0.5rem; }
      #twitterFeed ul li .timePosted {
        right: 0.5rem;
        margin-top: 1rem;
        margin-bottom: 0;
        margin-left: 2.25rem; }
        #twitterFeed ul li .timePosted a {
          color: #999; }
      @media screen and (max-width: 400px) {
        #twitterFeed ul li .timePosted {
          display: none; } }
      #twitterFeed ul li .interact {
        margin-top: 1rem;
        margin-bottom: 0; }
        #twitterFeed ul li .interact a {
          display: inline-block;
          height: 1.2rem;
          color: #999;
          background-position: 0 0.3rem;
          background-repeat: no-repeat;
          padding-left: 1.3rem;
          margin-right: 0.75rem; }
          #twitterFeed ul li .interact a:hover, #twitterFeed ul li .interact a:focus, #twitterFeed ul li .interact a:active {
            filter: brightness(80%); }
          #twitterFeed ul li .interact a.twitter_reply_icon {
            background-image: url(/furniture/twitter_reply_icon-2x.png);
            background-size: 1rem 0.7rem;
            background-repeat: no-repeat; }
          #twitterFeed ul li .interact a.twitter_retweet_icon {
            background-image: url(/furniture/twitter_retweet_icon-2x.png);
            background-size: 1.2rem 0.7rem;
            background-repeat: no-repeat;
            padding-left: 1.45rem; }
          #twitterFeed ul li .interact a.twitter_fav_icon {
            background-image: url(/furniture/twitter_fav_icon-2x.png);
            background-size: 0.8rem 0.7rem;
            background-repeat: no-repeat;
            padding-left: 1.15rem; }

.js #twitterFeed {
  display: block; }

/*.infoPage .pageHeader {
    background-image: url(/furniture/deilbhin-duchas.svg);
    background-repeat: no-repeat;
    background-size: 3rem;
    background-position: right center;
}*/
.infoContent {
  width: calc(100%);
  float: left;
  margin-left: 0;
  background-color: #efebe3; }

.boxShadow {
  box-shadow: 0 2px 3px 0 rgba(20, 20, 70, 0.16), 0 1px 2px 1px rgba(20, 20, 70, 0.08); }

.toc {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  color: #fff;
  background-color: #536279;
  border-radius: 4px;
  margin-top: 2rem;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    .toc {
      width: calc(33.33333% - 3.33333rem);
      float: left;
      margin-left: 2.5rem;
      margin-top: 1.2rem; } }
  .toc a {
    display: block;
    color: #fff;
    padding: 0.65rem 0.9rem;
    border-bottom: 1px dashed #ddd; }
    .toc a:hover, .toc a:focus, .toc a:active {
      background-color: #334259;
      background-color: rgba(117, 143, 207, 0.25); }
    .toc a.current {
      background-color: #334259; }
  .toc li:last-of-type a {
    border-bottom: 0; }

.articleContent {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  background-color: #fff;
  padding: 1.2rem;
  border-radius: 4px;
  margin-top: 2rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 955px) {
    .articleContent {
      width: calc(66.66667% - 4.16667rem);
      float: left;
      margin-left: 2.5rem;
      padding: 1.6rem;
      margin-top: 1.2rem; } }

.newsViewer .newsitem {
  padding: 1rem 0;
  border-bottom: 1px dashed #666;
  margin-bottom: 0; }

.newsViewer > div:last-of-type {
  border-bottom: 0; }

.newsViewer .date {
  color: #666;
  margin-bottom: 1rem; }

@media only screen and (min-width: 955px) {
  .newsViewer .date {
    float: left; }
  .newsViewer .content {
    margin-left: 15rem; } }

@media only screen and (min-width: 955px) {
  header.cbePage .pageHeader,
  header.cbesPage .pageHeader {
    background-image: url(/furniture/deilbhin-cbe-ban.svg);
    background-repeat: no-repeat;
    background-size: 6.25rem 6.25rem;
    background-position: right center; } }

@media only screen and (min-width: 955px) {
  header.cbesPage .pageHeader {
    background-image: url(/furniture/deilbhin-cbes-ban.svg); } }

@media only screen and (min-width: 955px) {
  header.cbegPage .pageHeader {
    background-image: url(/furniture/deilbhin-cbeg-ban.svg);
    background-repeat: no-repeat;
    background-size: 6.5rem 6.5rem;
    background-position: right center; } }

.cbe-pp {
  color: #666; }

.fullWidthContainer {
  width: calc(100%);
  float: left;
  margin-left: 0;
  background-color: #efebe3; }

.viewerContainer {
  border-top: 1px solid rgba(117, 143, 207, 0.25); }

.viewer {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media only screen and (min-width: 955px) {
    .viewer {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 954px) {
    .viewer.gridViewer {
      padding: 0; } }
  .viewer dt {
    margin-top: 0.65rem; }
  .viewer dl.subLevel > dt {
    color: #666;
    margin-top: 0.3rem; }
  .viewer dd ul, .viewer dd ol {
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1rem; }
    .viewer dd ul li, .viewer dd ol li {
      display: list-item; }
  .viewer .titleContainer {
    width: calc(100%);
    float: left;
    margin-left: 0;
    background-image: url(/furniture/deilbhin-sceal.svg);
    background-position: 0 0.2rem;
    background-size: 2.2rem 2.2rem;
    background-repeat: no-repeat;
    padding-left: 2.85rem;
    min-height: 2.2rem; }
    .viewer .titleContainer h1 {
      margin-bottom: 0.2rem; }
      .viewer .titleContainer h1 a .continued {
        font-weight: 400; }
  .viewer .transcript {
    margin-top: 1rem; }
    .viewer .transcript p {
      font-size: 0.9rem; }
  .viewer article .title {
    font-size: 1.2rem; }

.pageInputForm {
  display: inline-block;
  width: auto;
  max-width: 5rem;
  vertical-align: top; }

.pageInput {
  height: 2rem;
  max-height: 2rem;
  text-align: center;
  padding: 0.35rem; }

.cbesViewer .story {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding-top: 1rem;
  border-top: 1px solid #999;
  margin-bottom: 1.25rem; }
  .cbesViewer .story dl {
    width: calc(100%);
    float: left;
    margin-left: 0;
    font-size: 0.95rem;
    line-height: 1.25rem;
    margin-top: 0.6rem; }
  .cbesViewer .story dt.superlabel {
    text-transform: uppercase; }
  .cbesViewer .story .details {
    margin-top: 1.2rem; }
  .cbesViewer .story.brief .titleContainer {
    min-height: 2.4rem;
    background-image: url(/furniture/deilbhin-sceal-liath.svg); }
    .cbesViewer .story.brief .titleContainer h1 {
      font-weight: 400; }

.cbesViewer .cbeStory dl {
  font-size: 1rem;
  line-height: 1.42rem; }

.cbesViewer .slua {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  .cbesViewer .slua .links {
    min-height: 2.5rem;
    font-size: 0.9rem;
    color: #666666;
    margin: 0.7rem 0 0.4rem 0;
    background-image: url(/furniture/deilbhin-meitheal-lom.svg);
    background-position: top left;
    background-size: 2.2rem 2.2rem;
    background-repeat: no-repeat;
    padding-left: 2.85rem; }

.cbesViewer .transcript {
  font-size: 0.9rem; }
  .cbesViewer .transcript .continued {
    font-size: 0.9rem;
    color: #ff541c;
    margin: 0.4rem 0; }

#featuredBox {
  width: calc(100%);
  float: left;
  margin-left: 0;
  max-height: 4.8rem;
  padding: 1rem; }
  @media only screen and (min-width: 955px) {
    #featuredBox {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }
  #featuredBox .title {
    font-weight: 700;
    text-transform: uppercase;
    background-image: url(/furniture/star.png);
    background-position: 0 0;
    background-size: 1.1rem 1.1rem;
    background-repeat: no-repeat;
    padding-left: 1.8rem; }
    #featuredBox .title a {
      text-transform: none; }
  #featuredBox .dates {
    float: right; }
  @media screen and (max-width: 470px) {
    #featuredBox .ftrsLink {
      display: block;
      padding-left: 1.8rem; } }

.slide2, .slide2 iframe {
  width: calc(100%);
  float: left;
  margin-left: 0; }

#itemContext, #itemPic, #itemMeta, #machines, #problems, #featuredBox {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.2rem 0.4rem rgba(37, 55, 134, 0.3);
  margin-top: 1.2rem;
  overflow: hidden; }

#itemContext {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media screen and (min-width: 1036px) {
    #itemContext {
      width: calc(25% - 1.25rem);
      float: left;
      margin-left: 1rem; } }

#itemContent {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media only screen and (min-width: 650px) {
    #itemContent {
      width: calc(58.33333%);
      float: left;
      margin-left: 0; } }
  @media screen and (min-width: 800px) {
    #itemContent {
      width: calc(66.66667%);
      float: left;
      margin-left: 0; } }
  @media screen and (min-width: 1036px) {
    #itemContent {
      width: calc(50% - 1.5rem);
      float: left;
      margin-left: 1rem; } }
  @media only screen and (min-width: 1150px) {
    #itemContent {
      width: calc(45.83333% - 1.45833rem);
      float: left;
      margin-left: 1rem; } }
  @media screen and (min-width: 1200px) {
    #itemContent {
      width: calc(50% - 1.5rem);
      float: left;
      margin-left: 1rem; } }

#itemPic {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative; }
  #itemPic header, #itemPic footer {
    width: calc(100%);
    float: left;
    margin-left: 0;
    padding: 1rem; }
  #itemPic footer {
    padding-top: 1.2rem; }
  #itemPic #fullscreen {
    background-image: url(/furniture/fullscreen.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 5rem;
    right: 1rem;
    background-color: #ffffff;
    padding: 0;
    opacity: 0.5; }

#itemMeta {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding: 1rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 650px) {
    #itemMeta {
      width: calc(41.66667% - 1.41667rem);
      float: left;
      margin-left: 1rem; } }
  @media screen and (min-width: 800px) {
    #itemMeta {
      width: calc(33.33333% - 1.33333rem);
      float: left;
      margin-left: 1rem; } }
  @media screen and (min-width: 1036px) {
    #itemMeta {
      width: calc(25% - 1.25rem);
      float: left;
      margin-left: 1rem; } }
  @media only screen and (min-width: 1150px) {
    #itemMeta {
      width: calc(29.16667% - 1.29167rem);
      float: left;
      margin-left: 1rem; } }
  @media screen and (min-width: 1200px) {
    #itemMeta {
      width: calc(25% - 1.25rem);
      float: left;
      margin-left: 1rem; } }
  #itemMeta > h1 {
    font-size: 1rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1.25rem;
    margin-top: 0.5rem;
    margin-bottom: 0; }

@media screen and (min-width: 1036px) {
  #itemContext, #itemContent, #itemMeta {
    margin-bottom: 3rem; } }

#itemFooter {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media only screen and (min-width: 650px) {
    #itemFooter {
      margin-bottom: 3rem; } }
  @media screen and (min-width: 1030px) {
    #itemFooter {
      margin-bottom: 0; } }

#machines, #problems {
  width: calc(100%);
  float: left;
  margin-left: 0;
  font-size: 0.9rem;
  background-image: url(/furniture/rdf_flyer.png);
  background-position: 1rem 1rem;
  background-size: 2rem 2rem;
  background-repeat: no-repeat;
  padding: 1rem;
  padding-left: 4.5rem; }

#machines {
  display: none;
  margin-top: 1.2rem; }
  @media only screen and (min-width: 955px) {
    #machines {
      display: block; } }
  #machines h1 {
    font-size: 1.1rem;
    margin-bottom: 0.8rem; }
  #machines .xml {
    min-height: 0.9rem;
    margin-bottom: 0.2rem; }
    #machines .xml::before {
      content: "XML";
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 700;
      color: #fff;
      text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
      background-color: #ff6600;
      padding: 0.025rem 0.4rem;
      box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
      margin-right: 0.8rem; }

#problems {
  background-image: url(/furniture/deilbhin-ceist.svg);
  background-size: 2.4rem 2.4rem; }
  @media screen and (max-width: 640px) {
    #problems.loner {
      margin-bottom: 3rem; } }

#problemLink a {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.4rem; }

.contextHead, .contextFilters {
  padding: 1rem; }

.contextHead {
  color: #fff;
  background-color: #334259; }
  .contextHead a {
    color: #30f262; }
    .contextHead a:hover, .contextHead a:focus, .contextHead a:active {
      color: #0ee144; }
  .contextHead h1 {
    font-size: 1rem;
    margin-bottom: 1rem; }
    .contextHead h1 .schoolName {
      display: block;
      font-size: 1.6rem;
      margin-top: 0.4rem; }
      .contextHead h1 .schoolName .lowlight {
        display: block;
        color: #ddd; }

.contextFilters {
  font-size: 0.9rem;
  border-bottom: 1px solid #ccc; }
  .contextFilters h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #ccc; }
  .contextFilters input[type="submit"] {
    font-size: 0.9rem;
    margin: 0.8rem 0; }

.contextList {
  max-height: 38rem;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  overflow-y: auto; }
  @media screen and (min-width: 1035px) {
    .contextList {
      margin-bottom: 1.6rem; } }
  .contextList h1 {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 1rem 1rem 0.4rem 1rem; }
  .contextList a {
    width: calc(100%);
    float: left;
    margin-left: 0;
    display: block;
    font-weight: 700;
    color: #0634a4;
    line-height: 1.3;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid rgba(117, 143, 207, 0.25); }
    .contextList a:hover, .contextList a:focus, .contextList a:active {
      background-color: #f4f6f9; }
    .contextList a.current {
      background-color: #e4e6e9;
      background-color: rgba(117, 143, 207, 0.25); }
  .contextList li:first-of-type a {
    border-top: 1px solid rgba(117, 143, 207, 0.25); }
  .contextList .isTranscribed {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #0c93dd; }
  .contextList .notTranscribed {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    color: #00b222; }

.contextImg {
  width: calc(25%);
  float: left;
  margin-left: 0; }
  .contextImg img {
    border-radius: 4px;
    overflow: hidden;
    object-fit: contain; }

.contextDesc {
  width: calc(75%);
  float: left;
  margin-left: 0;
  padding: 0 0 0 0.8rem; }
  .contextDesc h1 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0.4rem; }
  .contextDesc p {
    font-size: 0.8rem;
    font-weight: 400;
    color: #333; }
  .contextDesc .year {
    color: #666;
    margin-bottom: 0.2rem; }

#showStories {
  display: none;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
  margin-left: 1rem; }
  @media screen and (max-width: 1035px) {
    #showStories {
      display: block; } }

@media screen and (max-width: 1035px) {
  .js .contextFilters, .js .contextList {
    max-height: 0; }
  .js .contextFilters {
    padding: 0; }
  .js .show .contextFilters, .js .show .contextList {
    max-height: 2000px; }
  .js .show .contextFilters {
    padding: 1rem; } }

.viewerPager, #viewerRes {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  @media screen and (min-width: 410px) {
    .viewerPager, #viewerRes {
      width: calc(50%);
      float: left;
      margin-left: 0; } }

.viewerPager {
  text-align: center;
  height: 2.1rem; }
  @media screen and (min-width: 410px) {
    .viewerPager {
      float: right;
      text-align: right; } }
  .viewerPager .pagerBtn {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    max-height: 2rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2rem;
    text-align: center;
    background-image: url(/furniture/saighead.svg);
    background-position: center;
    padding: 0.35rem;
    border: 1px solid #0634a4;
    border-radius: 4px; }
    .viewerPager .pagerBtn:hover, .viewerPager .pagerBtn:focus, .viewerPager .pagerBtn:active {
      background-color: #ddd; }
    .viewerPager .pagerBtn.pagerBtnRight {
      transform: rotate(180deg); }
    .viewerPager .pagerBtn.disabled {
      color: #999;
      border-color: #999;
      filter: grayscale(100%); }
      .viewerPager .pagerBtn.disabled:hover, .viewerPager .pagerBtn.disabled:focus, .viewerPager .pagerBtn.disabled:active {
        background-color: transparent; }

#viewerRes {
  display: none;
  line-height: 2rem; }
  #viewerRes a.current {
    font-weight: 700; }

@media screen and (min-width: 410px) {
  .js #viewerRes {
    display: block; } }

.lastPageNum {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0.3rem 0.15rem; }

#facsimile {
  width: calc(100%);
  float: left;
  margin-left: 0;
  text-align: center;
  line-height: 0;
  background-color: #334259;
  margin-bottom: 0.2rem; }

.sensitive {
  min-height: 6rem;
  max-width: 700px;
  color: #fff;
  line-height: 1.5rem;
  padding: 7rem 1.6rem;
  margin: 0 auto; }

#itemBibli, #itemDownload {
  width: calc(100%);
  float: left;
  margin-left: 0; }

#itemBibli {
  margin-bottom: 0.4rem; }
  @media only screen and (min-width: 955px) {
    #itemBibli {
      width: calc(66.66667%);
      float: left;
      margin-left: 0; } }
  #itemBibli h2 {
    font-size: 0.95rem;
    text-transform: uppercase;
    margin-bottom: 0.6rem; }
  #itemBibli p {
    font-size: 0.9rem;
    margin-bottom: 0.4rem; }

@media only screen and (min-width: 955px) {
  #itemDownload {
    width: calc(33.33333%);
    float: left;
    margin-left: 0;
    text-align: right; } }

#itemDownload .btn {
  margin-bottom: 0.8rem; }

#metaDef {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin: 0.5rem 0 1rem 0; }

.cbegViewer .titleContainer {
  background-image: url(/furniture/deilbhin-cbeg.svg); }

.cbegViewer #itemContext .contextHead h1 {
  font-size: 1.35rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem; }

#morePhotos {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  #morePhotos:hover, #morePhotos:focus, #morePhotos:active {
    background-color: #021542; }

#exploreContent {
  width: calc(100%);
  float: left;
  margin-left: 0;
  padding: 1rem;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1rem;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    #exploreContent {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }
  #exploreContent ul, #exploreContent ol, #exploreContent li {
    width: calc(100%);
    float: left;
    margin-left: 0; }
  #exploreContent .swapper {
    width: calc(100%);
    float: left;
    margin-left: 0;
    text-align: center;
    margin-bottom: 1.6rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden; }
    #exploreContent .swapper a {
      width: calc(50%);
      float: left;
      margin-left: 0;
      background-color: #f4f6f9;
      padding: 0.5rem; }
      #exploreContent .swapper a:hover, #exploreContent .swapper a:focus, #exploreContent .swapper a:active {
        background-color: #eee; }
      #exploreContent .swapper a.current {
        color: #fff;
        background-color: #0c93dd; }
  #exploreContent .vol {
    width: calc(100%);
    float: left;
    margin-left: 0;
    padding-top: 0.5rem;
    margin-bottom: 0.6rem; }
    @media only screen and (min-width: 955px) {
      #exploreContent .vol {
        float: left;
        width: auto;
        padding-top: 0;
        margin-bottom: 0; } }
  #exploreContent .volContent {
    padding-bottom: 0.4rem; }
    @media only screen and (min-width: 955px) {
      #exploreContent .volContent {
        padding-left: 18%; } }
  #exploreContent .school, #exploreContent .loc {
    width: calc(50%);
    float: left;
    margin-left: 0;
    margin-bottom: 0.4rem; }
    @media only screen and (min-width: 955px) {
      #exploreContent .school, #exploreContent .loc {
        width: calc(50% - 1.5rem);
        float: left;
        margin-left: 1rem; } }
  #exploreContent .loc {
    width: calc(50% - 1.5rem);
    float: left;
    margin-left: 1rem;
    margin-bottom: 0.4rem; }

@media only screen and (min-width: 955px) {
  .cbeContent #exploreContent .school {
    width: calc(58.33333%);
    float: left;
    margin-left: 0;
    padding-right: 0.5rem; }
  .cbeContent #exploreContent .loc {
    width: calc(33.33333%);
    float: left;
    margin-left: 0; } }

.countiesFilter {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin: 1rem 0; }

.exploreData {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin-bottom: 1rem; }
  .exploreData header {
    width: calc(100%);
    float: left;
    margin-left: 0;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem; }
    @media (max-width: 954px) {
      .exploreData header .school, .exploreData header .loc {
        color: #666; } }

#pageJump {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  #pageJump h2 {
    color: #0634a4; }
  #pageJump p {
    margin-bottom: 0.6rem; }
  #pageJump .inputs {
    width: calc(100%);
    float: left;
    margin-left: 0; }
  #pageJump input {
    text-align: center; }
  #pageJump .btn {
    margin-top: 0.9rem;
    margin-bottom: 0.9rem; }

.cbesHome .filter {
  width: calc(100%);
  float: left;
  margin-left: 0; }

.cbesHome #resFilters #pageJump form {
  margin-bottom: 1rem; }
  @media (max-width: 954px) {
    .cbesHome #resFilters #pageJump form {
      padding-bottom: 0;
      border-bottom: 0; } }

.viewerBlurb {
  width: calc(100%);
  float: left;
  margin-left: 0;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    .viewerBlurb {
      width: calc(100% - 2rem);
      float: left;
      margin-left: 1rem; } }
  .viewerBlurb .blurbContent {
    margin-bottom: 1.6rem;
    text-align: center; }
    @media only screen and (min-width: 955px) {
      .viewerBlurb .blurbContent {
        width: calc(66.66667% - 1.66667rem);
        float: left;
        margin-left: 1rem;
        margin-left: calc(16.66667% - 1.16667rem + 2rem); } }

.browseViewer #resFilters h2 {
  margin-bottom: 1.6rem; }

@media only screen and (min-width: 955px) {
  header.meithealPage .pageHeader {
    background-image: url(/furniture/deilbhin-meitheal-ban.svg);
    background-repeat: no-repeat;
    background-size: 6.5rem 6.5rem;
    background-position: right center; } }

@media only screen and (min-width: 955px) {
  .meithealContent .articleContent {
    width: calc(50% - 3.75rem);
    float: left;
    margin-left: 2.5rem;
    padding: 1.2rem; } }

@media (max-width: 954px) {
  .meithealContent .articleContent {
    margin-bottom: 1.6rem; } }

.meithealContent .articleContent h2.tagline {
  text-decoration: none;
  margin-top: 0.6rem; }

#meithealStats {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  background-color: #fff;
  border-radius: 4px;
  padding: 1.2rem;
  margin-bottom: 3rem;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    #meithealStats {
      width: calc(50% - 1.5rem);
      float: left;
      margin-left: 1rem;
      margin-top: 1.2rem; } }
  #meithealStats h1, #meithealStats h2 {
    text-align: center; }
  #meithealStats h1 {
    color: #0634a4;
    text-transform: uppercase;
    margin: 0.6rem 0 0 0; }
  #meithealStats h2 {
    width: calc(100%);
    float: left;
    margin-left: 0; }
  #meithealStats h3 {
    font-size: 0.9rem;
    color: #333; }
  #meithealStats .graph {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-top: 1.4rem; }
  #meithealStats .legend {
    color: #333; }
  #meithealStats .bar {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin: 10px 0px 0px 0px;
    height: 1.6rem;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 4px;
    box-shadow: inset 0px 0px 5px; }
  #meithealStats .done {
    height: 0.8rem;
    background-color: #00b222;
    opacity: 0.8; }
  #meithealStats .line1 {
    font-size: 2.5rem;
    font-weight: 700; }
  #meithealStats .line2 {
    font-size: 0.9rem; }
  #meithealStats .left {
    float: left;
    width: 50%;
    padding-right: 0.6rem; }
    #meithealStats .left .line1 {
      color: #00b222;
      opacity: 0.8; }
  #meithealStats .right {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 0.6rem; }
  #meithealStats .en .done {
    background-color: #0c93dd; }
  #meithealStats .en .left .line1 {
    color: #0c93dd; }

@media only screen and (min-width: 955px) {
  .meithealContent .loginSection {
    width: calc(50% - 3.75rem);
    float: left;
    margin-left: 2.5rem; } }

.meithealContent .loginSection header {
  text-align: center;
  margin-top: 0.8rem;
  margin-bottom: 1.8rem; }

.meithealContent .loginSection h1 {
  margin-bottom: 0.4rem; }

.meithealContent .loginSection .subtitle {
  color: #666; }

.meithealContent .loginSection .btn {
  margin: 1.6rem 0 1.4rem 0; }

@media (max-width: 954px) {
  #loginSection {
    margin-bottom: 0; } }

#registerSection {
  margin-bottom: 3rem; }

#userProfile h1 {
  text-align: center;
  margin-top: 0.8rem; }

#userProfile dl {
  margin-bottom: 1rem; }

#userProfile dt {
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-top: 1rem;
  margin-bottom: 0.5rem; }

#userProfile .stats {
  padding: 1.2rem 1.2rem 0.4rem 1.2rem;
  margin: 1.4rem 0 0 0;
  border: 1px solid #CCC;
  border-radius: 4px; }

#userProfile .stat {
  min-height: 3rem;
  margin-bottom: 0.2rem; }

#userProfile .ball {
  float: left;
  text-align: center;
  background-color: #00b222;
  color: #fff;
  width: 4.05rem;
  overflow: visible;
  padding: 0.35rem;
  border-radius: 1.2rem;
  box-shadow: 0px 0px 1px #999999; }
  #userProfile .ball.blue {
    background-color: #0c93dd; }

#userProfile .legend {
  margin-left: 6.25rem;
  padding-top: 0.35rem;
  text-align: left; }

#userProfile .btn {
  margin: 1.6rem 0 1rem 0; }

#userProfile .btnGroup {
  margin: 1.6rem 0 2rem 0; }
  #userProfile .btnGroup .btn {
    margin: 0.4rem 0.8rem 0.4rem 0; }

.logFilter, .logCount {
  width: calc(100%);
  float: left;
  margin-left: 0; }

.logFilter {
  margin-bottom: 2rem; }
  .logFilter .tab {
    margin-right: 0.6rem; }
    .logFilter .tab.user {
      font-weight: 700; }
    .logFilter .tab.current {
      background-color: #eeeeee;
      border: 1px solid #dddddd;
      padding: 0.2rem 0.6rem;
      border-radius: 4px; }
  .logFilter .separ {
    margin-right: 0.6rem; }

.logCount {
  color: #666;
  margin-bottom: 1.2rem; }

table.log {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  border-top: 2px solid #cccccc;
  width: 100%; }
  table.log tr .status {
    display: none;
    color: #666; }
    table.log tr .status.approved {
      font-weight: 700; }
      table.log tr .status.approved .message {
        color: #00b222; }
        table.log tr .status.approved .message::before {
          content: "\2714";
          margin-right: 0.6rem; }
    table.log tr .status.rejected {
      font-weight: 700; }
      table.log tr .status.rejected .message {
        color: #ff294c; }
        table.log tr .status.rejected .message::before {
          content: "\2716";
          margin-right: 0.6rem; }
  table.log tr.approved .status.approved {
    display: block; }
  table.log tr.rejected .status.rejected {
    display: block; }
  table.log tr.waiting .status.waiting {
    display: block; }
  table.log td {
    vertical-align: top;
    border-bottom: 2px solid #cccccc; }
    table.log td div {
      margin-bottom: 0.4rem; }
    table.log td:nth-child(1) {
      width: 12.5rem; }
    table.log td:nth-child(2) {
      width: 14rem; }
    table.log td:nth-child(3) {
      width: 24rem; }
  table.log .username {
    margin-bottom: 0.2rem; }
    table.log .username > * {
      background-color: #999999;
      color: #ffffff;
      padding: 0.1rem 0.4rem;
      border-radius: 2px; }
      table.log .username > *:hover, table.log .username > *:focus, table.log .username > *:active {
        background-color: #0c93dd; }
  table.log .ip {
    color: #666; }
  table.log .disabled {
    background-color: #999; }

.srcContainer {
  background-color: #f4f6f9;
  padding-bottom: 1rem; }
  .srcContainer .viewerBlurb h1 {
    width: calc(100% - 2rem);
    float: left;
    margin-left: 1rem;
    color: #758fcf;
    margin-bottom: 0.8rem; }
  .srcContainer #siteSearch {
    width: calc(91.66667% - 1.91667rem);
    float: left;
    margin-left: 1rem;
    margin-left: calc(4.16667% - 1.04167rem + 2rem); }
    @media screen and (min-width: 700px) {
      .srcContainer #siteSearch {
        width: calc(58.33333% - 1.58333rem);
        float: left;
        margin-left: 1rem;
        margin-left: calc(20.83333% - 1.20833rem + 2rem); } }
    @media screen and (min-width: 1030px) {
      .srcContainer #siteSearch {
        width: calc(41.66667% - 1.41667rem);
        float: left;
        margin-left: 1rem;
        margin-left: calc(29.16667% - 1.29167rem + 2rem); } }
  .srcContainer .viewerBlurb {
    text-align: center; }
  .srcContainer .hiddenBlurb {
    text-align: left; }

#searchHow {
  display: block;
  margin-top: 0.6rem; }

#colSwitcher .CbesChapter {
  background-image: url(/furniture/deilbhin-cbes.svg); }

#colSwitcher .CbeStory {
  background-image: url(/furniture/deilbhin-cbe.svg); }

#colSwitcher .CbesStory {
  background-image: url(/furniture/deilbhin-sceal.svg); }

#colSwitcher .CbesTranscript {
  background-image: url(/furniture/deilbhin-meitheal-gnath.svg); }

#colSwitcher .CbegPhoto {
  background-image: url(/furniture/deilbhin-cbeg.svg); }

.contentList.transcriptList li {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem; }
  @media only screen and (min-width: 650px) {
    .contentList.transcriptList li {
      width: calc(50% - 0.75rem);
      float: left;
      margin-left: 0.5rem; } }

.nameViewer .viewerBlurb {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin-top: 1.6rem;
  overflow: hidden; }
  @media only screen and (min-width: 955px) {
    .nameViewer .viewerBlurb {
      width: calc(100%);
      float: left;
      margin-left: 0; } }
  .nameViewer .viewerBlurb .blurbContent {
    margin-bottom: 1.6rem;
    text-align: left; }
    @media only screen and (min-width: 955px) {
      .nameViewer .viewerBlurb .blurbContent {
        width: calc(70.83333% - 1.70833rem);
        float: left;
        margin-left: 1rem;
        margin-left: calc(0% - 1rem + 2rem); } }
    .nameViewer .viewerBlurb .blurbContent h1 {
      width: calc(100%);
      float: left;
      margin-left: 0; }
  .nameViewer .viewerBlurb .greeting {
    width: calc(100%);
    float: left;
    margin-left: 0;
    margin-top: 1.6rem; }

.abc {
  width: calc(100%);
  float: left;
  margin-left: 0;
  margin-bottom: 2.6rem; }
  @media only screen and (min-width: 955px) {
    .abc {
      width: calc(29.16667%);
      float: left;
      margin-left: 0; } }
  .abc a {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.7rem;
    border: 1px solid #0634a4;
    border-radius: 4px;
    margin: 0.2rem; }
    .abc a:hover, .abc a:focus, .abc a:active {
      color: #fff;
      background-color: #0634a4; }

.anchor {
  color: #666;
  margin-bottom: 0.8rem; }
  .anchor .title {
    font-weight: 700; }

div.nameViewer > div.list {
  position: relative;
  float: left;
  margin-top: 0px;
  padding: 0px 0px 50px 20px;
  xwidth: 500px; }

div.nameViewer > div.clear {
  clear: both; }

div.nameViewer div.linkContainer {
  margin-bottom: 2rem; }

.pplStoriesHeading {
  width: calc(100% - 2rem);
  float: left;
  margin-left: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0634a4;
  margin-bottom: 1rem; }
  @media screen and (max-width: 500px) {
    .pplStoriesHeading {
      width: calc(100% - 1rem);
      float: left;
      margin-left: 0.5rem; } }

.bioLink {
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.2rem 0.3rem;
  border-radius: 4px;
  margin-bottom: 0.3rem; }
  .bioLink:hover, .bioLink:focus, .bioLink:active {
    color: #fff; }
  .bioLink.cbes:hover, .bioLink.cbes:focus, .bioLink.cbes:active {
    background-color: #c20020; }
  .bioLink.cbeg:hover, .bioLink.cbeg:focus, .bioLink.cbeg:active {
    background-color: #2032a6; }

.nomPage .blurbContent {
  padding-bottom: 0; }
  @media only screen and (min-width: 955px) {
    .nomPage .blurbContent {
      padding-right: 2.6rem; } }
  .nomPage .blurbContent h2 {
    margin-top: 1.6rem; }

.nomPage #resFilters {
  margin-bottom: 2rem; }
  .nomPage #resFilters h2 {
    margin-top: 0; }

.nomPage #machines {
  display: block;
  font-size: 1rem;
  background-color: #f4f6f9;
  background-image: none;
  padding: 0;
  box-shadow: none;
  margin-top: 0;
  margin-bottom: 1.6rem; }

#surnamesForm {
  width: calc(100%);
  float: left;
  margin-left: 0;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 955px) {
    #surnamesForm {
      width: calc(83.33333%);
      float: left;
      margin-left: 0; } }
  #surnamesForm .searchSubmit {
    margin-top: 1.4rem; }

.tpcPage .blurbContent {
  padding-top: 2rem; }

.tpcPage article.articleContent {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  margin-top: 2rem; }
  @media screen and (min-width: 700px) {
    .tpcPage article.articleContent {
      width: calc(58.33333%);
      float: left;
      margin-left: 0;
      margin-left: calc(20.83333% - 24.16667px + 40px); } }

#topicsList {
  width: calc(100% - 1rem);
  float: left;
  margin-left: 0.5rem;
  margin-bottom: 3rem; }
  @media screen and (min-width: 700px) {
    #topicsList {
      width: calc(50%);
      float: left;
      margin-left: 0;
      margin-left: calc(25% - 25px + 40px); } }

#topicsList > div.topics > ul {
  display: block;
  margin: 0px;
  padding: 0px; }

#topicsList > div.topics > ul > li {
  display: block;
  padding: 20px;
  margin: 2em 0px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 3px 0 rgba(20, 20, 70, 0.16), 0 1px 2px 1px rgba(20, 20, 70, 0.08); }

#topicsList > div.topics > ul > li > a {
  font-size: 20px;
  color: #666666;
  font-weight: bold; }

#topicsList > div.topics > ul > li > span.a {
  font-size: 20px;
  color: #758fcf;
  font-weight: bold; }

#topicsList > div.topics > ul > li > ul {
  margin-top: 1em;
  padding-left: 1.6rem; }

#topicsList > div.topics > ul > li ul {
  list-style-type: square;
  color: #999999; }

#topicsList > div.topics > ul > li ul li {
  margin-top: 0.5em;
  margin-bottom: 0.25em; }

#topicsList > div.topics > ul > li ul li a {
  font-size: 15px;
  xcolor: #666666; }

#topicsList > div.topics > ul > li ul li span.a {
  font-size: 15px;
  color: #999999; }

#topicsList > div.topics span.count {
  font-weight: 400; }

#mapContainer, #map-canvas {
  width: calc(100%);
  float: left;
  margin-left: 0; }
  #mapContainer .container, #map-canvas .container {
    width: 100%;
    max-width: 100%; }

#mapAnnouncement {
  width: calc(100%);
  float: left;
  margin-left: 0; }

#mapContainer div.contentLink {
  position: relative;
  margin: 15px 0px 10px 10px; }

#mapContainer div.contentLink div.clear {
  clear: left; }

#mapContainer div.contentLink div.image {
  float: left; }

#mapContainer div.contentLink div.image img {
  width: 50px;
  border-radius: 4px;
  display: block;
  border: 1px solid #666666; }

#mapContainer div.contentLink img.icon {
  position: absolute;
  top: -5px;
  left: -10px; }

#mapContainer div.contentLink div.text {
  margin-left: 70px;
  padding-top: 10px;
  line-height: 1.25em; }

#mapContainer div.contentLink div.text div.title {
  margin: 0px 0px 4px 0px;
  position: relative;
  top: 0px; }

#mapContainer div.contentLink div.text div.block div.title {
  margin-bottom: 0px;
  line-height: 1.45em; }

#mapContainer div.contentLink div.text div.title a {
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: bold; }

#mapContainer div.contentLink div.text div.title a span.arrow {
  color: #666666; }

#mapContainer div.contentLink div.text div.title a:hover span.arrow {
  color: inherit; }

#mapContainer div.contentLink div.text div.extract {
  font-family: "Merriweather", serif;
  font-size: 13px;
  color: #666666;
  margin: -2px 0px 4px 0px;
  text-indent: -0.65em; }

#mapContainer div.contentLink div.text div.block {
  margin-bottom: 4px;
  text-align: left; }

#mapContainer div.contentLink div.text div.line {
  margin-bottom: 0px; }

#mapContainer div.contentLink div.text span.label {
  text-transform: uppercase;
  font-size: 85%;
  position: relative;
  top: 1px;
  float: left;
  margin-right: 0.25em; }

#mapContainer div.contentLink div.text span.label.superlabel {
  font-weight: bold; }

#mapContainer div.contentLink div.text span.value {
  display: block;
  margin-left: 85px; }

#mapContainer div.contentLink .highlighted {
  background-color: #ffff99;
  padding: 0px 3px;
  margin: 0px -3px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #333333;
  z-index: 10;
  position: relative; }

#mapContainer div.contentLink dt {
  margin-top: 0.4rem; }

#resFilters .pplDataTitle {
  text-transform: initial;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid #0634a4;
  padding-top: 0 !important;
  margin-bottom: 1rem; }
