@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "9curry-icons";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/icons/9curry-icons-a49c257499102cc928616e0391a08553dc2dc13688005c13262cc8589265fe6e.eot?#iefix) format("embedded-opentype"), url(/assets/icons/9curry-icons-9986b0d7e0df8546a6680db90a437296f16fd96161ffc8800e092e55c25f437c.woff) format("woff"), url(/assets/icons/9curry-icons-94efacf48ec4b17e334c9188a6dd9e890f5b8b4309241ca18802e6a318f1b5df.ttf) format("truetype"), url(/assets/icons/9curry-icons-91f2ec3343ed15dcc2fb90e9fcc9221ddecc2ff8bd9494ca67168d1c83693533.svg#9curry-icons) format("svg"); }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #004b88;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lora", "Georgia", serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 0.6em 1.8em;
  text-decoration: none;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  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: #003c6d;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #004b88; }
  button.emph-button, input.emph-button[type="button"], input.emph-button[type="reset"], input.emph-button[type="submit"] {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    color: #004b88; }
    button.emph-button:hover, button.emph-button:active, button.emph-button:focus, input.emph-button[type="button"]:hover, input.emph-button[type="button"]:active, input.emph-button[type="button"]:focus, input.emph-button[type="reset"]:hover, input.emph-button[type="reset"]:active, input.emph-button[type="reset"]:focus, input.emph-button[type="submit"]:hover, input.emph-button[type="submit"]:active, input.emph-button[type="submit"]:focus {
      color: #004b88;
      background-color: #fff;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.search-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: none;
  padding: 5px 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
  .search-button img {
    height: 12px;
    opacity: 0.7; }

.pin-attachment,
.pin-link,
.pin-action {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  font-size: 0.9rem;
  outline: 0;
  border: none;
  border-radius: 3px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  color: #fff;
  background-color: #5c71a0;
  text-align: left;
  letter-spacing: 0.5px;
  transition: 0.2s ease-out;
  cursor: pointer;
  padding: 0 0.5rem;
  /* text-transform: uppercase;*/
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 0.25em; }
  .pin-attachment:active, .pin-attachment:focus, .pin-attachment:hover,
  .pin-link:active,
  .pin-link:focus,
  .pin-link:hover,
  .pin-action:active,
  .pin-action:focus,
  .pin-action:hover {
    background-color: #445989;
    color: #fff;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .pin-attachment__emph-button,
  .pin-link__emph-button,
  .pin-action__emph-button {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
    color: #004b88; }
    .pin-attachment__emph-button:hover, .pin-attachment__emph-button:active, .pin-attachment__emph-button:focus,
    .pin-link__emph-button:hover,
    .pin-link__emph-button:active,
    .pin-link__emph-button:focus,
    .pin-action__emph-button:hover,
    .pin-action__emph-button:active,
    .pin-action__emph-button:focus {
      color: #004b88;
      background-color: #fff;
      box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }
  .pin-attachment--large,
  .pin-link--large,
  .pin-action--large {
    padding: 2.1276595745%;
    font-size: 1em;
    height: auto; }
    @media screen and (min-width: 600px) {
      .pin-attachment--large,
      .pin-link--large,
      .pin-action--large {
        font-size: 1.4em;
        padding: 0.5em 2.1276595745%; } }
  .pin-attachment--google,
  .pin-link--google,
  .pin-action--google {
    background-color: #dd4b39; }
    .pin-attachment--google:before,
    .pin-link--google:before,
    .pin-action--google:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      vertical-align: middle;
      margin-right: 5px; }
    .pin-attachment--google:active, .pin-attachment--google:focus, .pin-attachment--google:hover,
    .pin-link--google:active,
    .pin-link--google:focus,
    .pin-link--google:hover,
    .pin-action--google:active,
    .pin-action--google:focus,
    .pin-action--google:hover {
      background-color: #d24736; }
  .pin-attachment--facebook:before,
  .pin-link--facebook:before,
  .pin-action--facebook:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: '9curry-icons';
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-right: 5px; }
  .imp_links .pin-attachment, .imp_links .pin-link, .imp_links .pin-action {
    display: block; }
  .pin-attachment--purchase,
  .pin-link--purchase,
  .pin-action--purchase {
    background-color: #00B0A8;
    font-weight: 700; }
    .pin-attachment--purchase:active, .pin-attachment--purchase:focus, .pin-attachment--purchase:hover,
    .pin-link--purchase:active,
    .pin-link--purchase:focus,
    .pin-link--purchase:hover,
    .pin-action--purchase:active,
    .pin-action--purchase:focus,
    .pin-action--purchase:hover {
      background-color: #00a7a0; }
    .pin-attachment--purchase.inline-btn,
    .pin-link--purchase.inline-btn,
    .pin-action--purchase.inline-btn {
      line-height: 2;
      height: auto !important;
      margin: 0; }
  .pin-attachment--fullwidth,
  .pin-link--fullwidth,
  .pin-action--fullwidth {
    display: block;
    border-radius: 0;
    margin: 0;
    height: auto;
    line-height: 2;
    font-weight: bold;
    padding: 0.15em 0.6em;
    border: 1px solid #ccc;
    border-top: none; }
  .pin-attachment--active,
  .pin-link--active,
  .pin-action--active {
    background-color: #e8ecfb;
    color: #1565c0; }
    .pin-attachment--active:active, .pin-attachment--active:focus, .pin-attachment--active:hover,
    .pin-link--active:active,
    .pin-link--active:focus,
    .pin-link--active:hover,
    .pin-action--active:active,
    .pin-action--active:focus,
    .pin-action--active:hover {
      box-shadow: none;
      background-color: #f9fafe;
      color: #1565c0;
      text-decoration: underline; }
  .pin-attachment--inactive,
  .pin-link--inactive,
  .pin-action--inactive {
    background-color: #E7E9EB;
    color: #505a6a; }
    .pin-attachment--inactive:active, .pin-attachment--inactive:focus, .pin-attachment--inactive:hover,
    .pin-link--inactive:active,
    .pin-link--inactive:focus,
    .pin-link--inactive:hover,
    .pin-action--inactive:active,
    .pin-action--inactive:focus,
    .pin-action--inactive:hover {
      box-shadow: none;
      background-color: #f5f6f7;
      color: #505a6a;
      text-decoration: underline; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 700;
  margin-bottom: 0.3em;
  padding: 0; }

label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3em; }

input,
select {
  display: block;
  font-family: "Lora", "Georgia", serif;
  font-size: 16px; }

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,
select[multiple] {
  background-color: #fff;
  border: 1px solid #E7E9EB;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Lora", "Georgia", serif;
  font-size: 16px;
  margin-bottom: 0.6em;
  padding: 0.6em;
  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,
  select[multiple]:hover {
    border-color: #b9babc; }
  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,
  select[multiple]:focus {
    border-color: #004b88;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 61, 111, 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,
  select[multiple]: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,
    select[multiple]:disabled:hover {
      border: 1px solid #E7E9EB; }

textarea {
  resize: vertical; }

[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.3em; }

[type="file"] {
  margin-bottom: 0.6em;
  width: 100%; }

select {
  margin-bottom: 1.8em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: disc; }
  ul.unstyled {
    list-style-type: none; }

ol {
  list-style-type: decimal; }

ol li ol {
  padding-left: 0.6em;
  list-style-type: lower-alpha; }

ul li ul {
  padding-left: 0.6em; }

dl {
  margin-bottom: 0.6em; }
  dl dt {
    font-weight: 700;
    margin-top: 0.6em; }
  dl dd {
    margin: 0; }

.list {
  width: 100%;
  display: block;
  background-color: transparent;
  list-style-position: inside;
  margin-bottom: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* -webkit-hyphens: auto;*/
  /* -ms-hyphens: auto;*/
  /* hyphens: auto;*/ }
  .list::after {
    clear: both;
    content: "";
    display: block; }
  .list--details {
    padding: 0 0 0.5em;
    margin: 0; }
    .list--details::after {
      clear: both;
      content: "";
      display: block; }
  .list--pin {
    margin-top: 0;
    float: none; }
    .list--pin::after {
      clear: both;
      content: "";
      display: block; }
  .panel .list {
    padding: 2.1276595745%; }
  .list .list__item {
    width: 100%;
    list-style: none;
    list-style-position: inside;
    padding: 2.1276595745%;
    background-color: transparent; }
    .list .list__item.active {
      background-color: #f4f4f4 !important; }
    .list .list__item a {
      display: inline-block;
      font-weight: 500; }
      .list .list__item a:focus, .list .list__item a:hover {
        text-decoration: underline; }
      .list .list__item a span.black {
        color: #372C00; }
    @media screen and (max-width: 600px) {
      .list .list__item .time {
        font-size: 0.8em; } }
    .list .list__item .item {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      .list .list__item .item:last-child {
        margin-right: 0; }
      .list .list__item .item h5 {
        margin-top: 0; }
      .list .list__item .item p {
        font-size: 1em; }
    .list .list__item--mb {
      background: #fefefe;
      border-bottom: 1px solid #E7E9EB;
      text-align: left; }
      .list .list__item--mb a {
        display: block; }
    .list .list__item--simple {
      list-style: none;
      float: none;
      padding: 0.2em 0 0.25em; }
    .list .list__item--home {
      border-bottom: 1px solid #E7E9EB; }
      .list .list__item--home a {
        display: inline; }
      .compact-thm .list .list__item--home {
        border-bottom: none; }
        .compact-thm .list .list__item--home a {
          color: #022ec6; }

table {
  border-collapse: collapse;
  margin: 0.6em 0;
  table-layout: fixed;
  width: 100%; }
  .fr-view table {
    min-width: 100%;
    width: auto !important; }
    .fr-view table thead, .fr-view table tbody {
      min-width: 100%;
      width: auto !important; }

.fr-view {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .fr-view::-webkit-scrollbar {
    display: none; }

th {
  border-bottom: 1px solid #adafb0;
  font-weight: 700;
  padding: 0.6em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #E7E9EB;
  padding: 0.6em 0; }

.article__content table td, .article__content table th {
  border: 1px solid #E7E9EB;
  padding: 0.6em; }

table.article__recommendations td, table.article__recommendations th {
  border-left: none;
  border-right: none; }

tr,
td,
th {
  vertical-align: top; }

.table-minimal {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 1.0em;
  /* tr td:nth-child(2), tr th:nth-child(2) {*/
  /*     @include media($medium-screen) {*/
  /*       width: 20%;*/
  /*     }*/
  /* }*/
  /* Style for small screen*/
  /* tr td {*/
  /*   @include media(max-width $medium-screen) {*/
  /*     border-left: 1px solid $table-border-color;*/
  /*     border-right: 1px solid $table-border-color;*/
  /*     &:last-child {*/
  /*       margin-bottom: 1em;*/
  /*       padding-bottom: 1em;*/
  /*       border-bottom: 1px solid $table-border-color;*/
  /*     }*/
  /*     &:first-child {*/
  /*       padding-top: 1em;*/
  /*       border-top: 1px solid $table-border-color !important;*/
  /*       background-color: #ffcc00;*/
  /*       text-align: center;*/
  /*       color: #000000;*/
  /*       font-weight: bold;*/
  /*       border-radius: 10px 10px 0 0;*/
  /*       &::before {*/
  /*         display: none;*/
  /*       }*/
  /*       &:hover, &:visited, &:focus {*/
  /*         background-color: #ffcc00;*/
  /*       }*/
  /*     }*/
  /*   }*/
  /* }*/ }
  .table-minimal--emp-page {
    width: auto; }
    .table-minimal--emp-page th, .table-minimal--emp-page td {
      min-width: 25%; }
  .table-minimal--bordered {
    border: 1px solid #222;
    padding: 0 0.6em; }
  .table-minimal caption {
    font-size: 0.875em;
    font-weight: normal;
    margin-bottom: 0.5em;
    text-align: right;
    font-style: italic;
    caption-side: bottom;
    color: #666; }
    @media screen and (min-width: 600px) {
      .table-minimal caption {
        font-size: 1em; } }
  @media screen and (min-width: 600px) {
    .table-minimal tbody tr:hover > td,
    .table-minimal tbody tr:hover > th {
      background-color: #fafafa; } }
  @media screen and (min-width: 600px) {
    .table-minimal tbody tr:first-child td {
      border-top: 2px solid #E7E9EB; } }
  .table-minimal thead th {
    background-color: white;
    border-bottom: 0;
    padding: 0.75em 0.2em;
    text-align: center;
    display: table-cell; }
    @media screen and (min-width: 600px) {
      .table-minimal thead th {
        display: table-cell;
        overflow-x: auto;
        font-size: 0.8em;
        -webkit-overflow-scrolling: touch; }
        .table-minimal thead th::-webkit-scrollbar {
          display: none; } }
    @media screen and (min-width: 900px) {
      .table-minimal thead th {
        display: table-cell;
        overflow-x: hidden;
        font-size: 1em; } }
  .table-minimal tbody {
    background-color: #fff; }
    .table-minimal tbody td {
      border-bottom: 0;
      border-top: 1px solid #E7E9EB;
      line-height: 1.8;
      padding: 0.75em 0.2em;
      text-align: left;
      display: table-cell;
      /* &::before {*/
      /*   content: attr(data-th)" "; */
      /* who knew you could do this? The internet, that's who.*/
      /**/
      /*   font-weight: bold;*/
      /*   */
      /* optional stuff to make it look nicer*/
      /**/
      /*   width: 6.5em; */
      /* magic number :( adjust according to your own content*/
      /**/
      /*   display: inline-block;*/
      /*   */
      /* end options*/
      /**/
      /*   @include media($medium-screen) {*/
      /*     display: none;*/
      /*   }*/
      /* }*/ }
      .table-minimal tbody td:first-child {
        text-align: center; }
      .table-minimal tbody td:last-child {
        text-align: center; }
      @media screen and (min-width: 600px) {
        .table-minimal tbody td {
          display: table-cell; } }
      @media screen and (max-width: 600px) {
        .table-minimal tbody td {
          background-color: #fff; } }
      .table-minimal tbody td button {
        display: inline-block;
        font-size: 0.7em;
        line-height: 1.8;
        margin-bottom: 0.3em;
        margin-right: 0.5em;
        outline: none;
        padding: 0.3em 1em;
        /* width: 100%;*/ }
        @media screen and (min-width: 600px) {
          .table-minimal tbody td button {
            margin-bottom: 0;
            width: auto; } }
  .table-minimal tr th.info,
  .table-minimal tr td.info {
    width: 50%; }
  .table-minimal tr th.info-lg, .table-minimal tr td.info-lg {
    width: 75%; }
  .table-minimal tr td.info-lg {
    text-align: left;
    padding-left: 1rem; }
    .home-page .table-minimal tr td.info-lg {
      padding-left: 1em;
      padding-right: 1em; }
  .table-minimal a:hover, .table-minimal a:focus {
    text-decoration: underline; }
  .table-minimal .notice-title {
    display: block;
    font-weight: normal;
    font-size: 1em; }
  .table-minimal a.notice-title {
    color: #1565c0; }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/open-sans/open-sans-v14-latin-700-5b3c0d1e2a7fd5d46166df102b3f9e9da67becdfff0ef2bcbe1204d5e3dfccb8.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/assets/open-sans/open-sans-v14-latin-700-ce956bedf6c8ae7d4b70b1788d684b521fcdd1cf27ecc8d0ff1943cc87392480.woff2) format("woff2"), url(/assets/open-sans/open-sans-v14-latin-700-d132723ca01ce362a567fa4a4c61557697612d94df871642f7ff8eb498e74327.woff) format("woff"), url(/assets/open-sans/open-sans-v14-latin-700-992e92e08bc4787b1c45d76662b1d0592b3eaf33b9295d144220bebb8e18e0ba.ttf) format("truetype"), url(/assets/open-sans/open-sans-v14-latin-700-5b3c0d1e2a7fd5d46166df102b3f9e9da67becdfff0ef2bcbe1204d5e3dfccb8.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/open-sans-v14-latin-700-659537c2515e6f8f89e232e0ce74e22a633756363f854c172a3082b6e03de5ec.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

/* lora-regular - latin */
@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(/assets/lora/lora-v10-latin-regular-dd18d6fab190a33720e4caa6f665ac6541b235f0a090cbc99385e77d0dcdb220.eot);
  /* IE9 Compat Modes */
  src: local("Lora Regular"), local("Lora-Regular"), url(/assets/lora/lora-v10-latin-regular-eca51fe2fc1c97bb25a1e1c49d9b1685fd15cc093fc93325729daa571d9c2ed0.woff2) format("woff2"), url(/assets/lora/lora-v10-latin-regular-c4c60de79371c28eb700fb6301b759c22705fc94eb6a001c307cdc85fe92f8ad.woff) format("woff"), url(/assets/lora/lora-v10-latin-regular-5bccda01e5f1b82d363cf19ef0f8e9688c142985e0cb7e65ba5a3a7f99e2ac55.ttf) format("truetype"), url(/assets/lora/lora-v10-latin-regular-dd18d6fab190a33720e4caa6f665ac6541b235f0a090cbc99385e77d0dcdb220.eot?#iefix) format("embedded-opentype"), url(/assets/lora/lora-v10-latin-regular-2b520870cc206675c03d3ba9555089470bb281ae170fcd4535965f502972ef6b.svg#Lora) format("svg");
  /* Legacy iOS */ }

/* lora-italic - latin */
@font-face {
  font-family: 'Lora';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/assets/lora/lora-v10-latin-italic-287f83c0772c61d330bcb65ac2010c72a9625e5ee940e8a84dc751f7c6308c0e.eot);
  /* IE9 Compat Modes */
  src: local("Lora Italic"), local("Lora-Italic"), url(/assets/lora/lora-v10-latin-italic-992ff6c5ae066015c85e9d5e9b8560f0de6dff7fc8fef6289621955b502c1062.woff2) format("woff2"), url(/assets/lora/lora-v10-latin-italic-dc251e83cfdde050425a3a7d6faf9171e4b4f46c568d3b3d5301f2d95544009e.woff) format("woff"), url(/assets/lora/lora-v10-latin-italic-86dd40cb2ea60d84526c878cf5862e4edf9d9b2a4ada1f354dc90cf6ad3152a3.ttf) format("truetype"), url(/assets/lora/lora-v10-latin-italic-287f83c0772c61d330bcb65ac2010c72a9625e5ee940e8a84dc751f7c6308c0e.eot?#iefix) format("embedded-opentype"), url(/assets/lora/lora-v10-latin-italic-add25bfa44350dbcc30700df36214f54875375c0a50143181b0476dc221a799e.svg#Lora) format("svg");
  /* Legacy iOS */ }

/* lora-700 - latin */
@font-face {
  font-family: 'Lora';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(/assets/lora/lora-v10-latin-700-1cb580b9695ae93c900caa8144e8c66a2446e9d6c9068c671768505587344d52.eot);
  /* IE9 Compat Modes */
  src: local("Lora Bold"), local("Lora-Bold"), url(/assets/lora/lora-v10-latin-700-697af4cde4a76dcceb977b83f666795f93e8c01b69f407a87e6ec8a5d2044e31.woff2) format("woff2"), url(/assets/lora/lora-v10-latin-700-5c7c8bf7df5ce13b20c5d1022d0a18b36fee86d66e4ddd17742f4195f98e057e.woff) format("woff"), url(/assets/lora/lora-v10-latin-700-1593bb2a1340e0a7d6798cf2a9085c64f13a3aad23dee43ac7570d242939132d.ttf) format("truetype"), url(/assets/lora/lora-v10-latin-700-1cb580b9695ae93c900caa8144e8c66a2446e9d6c9068c671768505587344d52.eot?#iefix) format("embedded-opentype"), url(/assets/lora/lora-v10-latin-700-a759eaa65bc1ee8642288d89e4f30adbf7d7bd7eb4d7460ef015aaa7c24b4ecd.svg#Lora) format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/open-sans/open-sans-v14-latin-regular-bab1e1b7b5f5b9642fda33f66f861b1b234207ffb031c0b298ed14a652a96427.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/assets/open-sans/open-sans-v14-latin-regular-db7fee040326ad9484a1229e274a580ff1f58b320a1823b2ba278d95ae4d422a.woff2) format("woff2"), url(/assets/open-sans/open-sans-v14-latin-regular-641836ba9556d25c384a41350e5eed21b30c4e3c2a6b13d165554ada44c6bb4f.woff) format("woff"), url(/assets/open-sans/open-sans-v14-latin-regular-5ad36b0bda8b70aa6440ab3f4ae1753a5516d2f9abba5b646c0dca611149e3dd.ttf) format("truetype"), url(/assets/open-sans/open-sans-v14-latin-regular-bab1e1b7b5f5b9642fda33f66f861b1b234207ffb031c0b298ed14a652a96427.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/open-sans-v14-latin-regular-9b037817c53a219e228e55ca38f27328da7617ac4ff8bf527a08b3edeb79a712.svg#OpenSans) format("svg");
  /* Legacy iOS */ }

html, body {
  color: #000000;
  font-size: 15px;
  font-family: "Lora", "Georgia", serif;
  font-weight: 400;
  line-height: 1.8; }
  @media screen and (min-width: 600px) {
    html, body {
      font-size: 16px; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.6em; }

p {
  margin: 0 0 0.6em; }

a {
  color: #004b88;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #004781; }
  a.pn-TopNav_Link:active, a.pn-TopNav_Link:focus, a.pn-TopNav_Link:hover {
    color: #f2f2f2; }

hr {
  border-bottom: 1px solid #E7E9EB;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.8em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/*
 * Base styles
 */
/*
 * Typography
 */
.link, a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease;
  outline: none; }
  .link:hover, a:hover {
    color: #0051ac; }

.quiet {
  color: #ccc; }

.loud, .bold, b, strong {
  color: #000; }

.text-red {
  color: #dd4b39 !important; }

.italic, i, em {
  font-style: italic; }

.bold, b, strong {
  font-weight: 700; }

.h1, h1, .h2, h2, .h3, .grid2x2 .flbox-card .flbox-card-header, h3, h2.intro-heading, .h4, h4, .h5, h5, .h6, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  font-weight: 700; }

.h1, h1 {
  line-height: 1.2; }

.h2, h2, .h3, .grid2x2 .flbox-card .flbox-card-header, h3, h2.intro-heading, .h4, h4 {
  line-height: 1.3; }

.h1, h1 {
  font-size: 1.777em;
  letter-spacing: -1px; }

.h2, h2 {
  font-size: 1.333em;
  letter-spacing: -1px; }

.h3, .grid2x2 .flbox-card .flbox-card-header, h3, h2.intro-heading {
  font-size: 1.14em; }

.h4, h4 {
  font-size: 1em; }

.h5, h5 {
  font-size: 1em; }

.h6, h6 {
  font-size: 1em; }

.block-margins, p, ul, ol, pre {
  margin: 0.6em 0; }

.unordered-list, ul {
  list-style-type: disc;
  list-style-position: inside; }

.ordered-list, ol {
  list-style: decimal;
  list-style-position: inside; }

nav a {
  color: #ffffff; }

h1 {
  margin: 1em 0 0.5em; }

h2 {
  margin: 1em 0 0.5em; }
  h2.intro-heading {
    font-weight: 400;
    line-height: 1.5; }

h3 {
  margin: 1em 0 0.5em; }

h4 {
  margin: 1em 0 0.5em; }

h5 {
  margin: 1em 0 0.5em; }

h6 {
  margin: 1em 0 0.5em; }

.post-meta {
  font-size: 0.875em;
  line-height: 1.5; }

@media screen and (min-width: 600px) {
  .h1-m, h1, .h2-m, h2, .h3-m, h3, .h4-m, h4, .h5-m, h5, .h6-m, h6 {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
    font-weight: 700; }
  .h1-m, h1 {
    line-height: 1.2; }
  .h2-m, h2, .h3-m, h3, .h4-m, h4 {
    line-height: 1.3; }
  .h1-m, h1 {
    font-size: 2.25em;
    letter-spacing: -1px; }
  .h2-m, h2 {
    font-size: 1.5em;
    letter-spacing: -1px; }
  .h3-m, h3 {
    font-size: 1.14em; }
  .h4-m, h4 {
    font-size: 1em; }
  .h5-m, h5 {
    font-size: 1em; }
  .h6-m, h6 {
    font-size: 1em; }
  h1 {
    margin: 1em 0 0.5em; }
  h2 {
    margin: 1em 0 0.5em; }
  h3 {
    margin: 1em 0 0.5em; }
  h4 {
    margin: 1em 0 0.5em; }
  h5 {
    margin: 1em 0 0.5em; }
  h6 {
    margin: 1em 0 0.5em; } }

.post-title {
  margin: 0em 0 0.5em; }

.jumbo-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }

/*
 * Modifiers
 */
.float-left {
  float: left;
  margin-right: 1em; }

.float-right {
  float: right;
  margin-left: 1em; }

.text-left {
  text-align: left   !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right  !important; }

.text-italic {
  font-style: italic; }

.text-bold, .text-highlight {
  font-weight: bold; }

.text-normal {
  font-weight: normal !important; }

.text-muted, .text-highlight {
  color: #666; }

.text-white {
  color: #ffffff !important; }

.text-green {
  color: #388E3C !important; }

.text-black {
  color: #000000 !important; }

.text-gray {
  color: #666 !important; }

/*
 * Object definitions
 */
.content {
  margin: 0 auto;
  width: 32em; }

.author-block {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.8);
  margin: 0; }
  .author-block hr {
    width: 4em;
    margin-top: 1em;
    margin-bottom: 1em; }

.date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9em;
  font-style: italic; }

.intro-text {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.6; }
  @media screen and (min-width: 600px) {
    .intro-text {
      font-size: 1.125em; } }
/* Media items*/
.qualification {
  margin-top: 1em; }

.muted {
  color: #666;
  font-style: normal;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  font-size: 0.875em;
  line-height: 1.5; }
  .post-meta .muted {
    font-size: 1em; }

.pagination-info {
  font-size: 0.9em;
  color: #666;
  text-align: center;
  padding: 0 2.1276595745% 2.1276595745% 2.1276595745%; }
  @media screen and (min-width: 600px) {
    .pagination-info {
      padding: 0.3em 2.1276595745% 2.1276595745% 2.1276595745%; } }
.intro a {
  color: #515151 !important;
  border-bottom: 1px solid #E7E9EB;
  font-style: italic; }

/* Social Share buttons*/
.social-share-button .ssb-icon {
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  background-size: 34px 34px;
  height: 34px;
  width: 60px;
  background-image: none;
  margin-right: 4px;
  margin-top: 0.250em;
  margin-bottom: 0.250em; }
  .social-share-button .ssb-icon.ssb-facebook {
    background-image: none; }
    .social-share-button .ssb-icon.ssb-facebook:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #3B5998;
      color: #ffffff;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }
  .social-share-button .ssb-icon.ssb-twitter {
    background-image: none; }
    .social-share-button .ssb-icon.ssb-twitter:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #1DA1F2;
      color: #ffffff;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }
  .social-share-button .ssb-icon.ssb-google_plus {
    background-image: none; }
    .social-share-button .ssb-icon.ssb-google_plus:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #DB4437;
      color: #ffffff;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }
  .social-share-button .ssb-icon.ssb-email {
    background-image: none; }
    .social-share-button .ssb-icon.ssb-email:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: rgba(197, 197, 197, 0.64);
      color: #DB4437;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }
  .social-share-button .ssb-icon.ssb-telegram {
    background-image: none; }
    .social-share-button .ssb-icon.ssb-telegram:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #38ace8;
      color: #ffffff;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }
  .social-share-button .ssb-icon.ssb-whatsapp_app {
    display: none;
    background-image: none; }
    .social-share-button .ssb-icon.ssb-whatsapp_app:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #1EBEA5;
      color: #ffffff;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }
  .social-share-button .ssb-icon.ssb-whatsapp_web {
    display: none;
    background-image: none; }
    .social-share-button .ssb-icon.ssb-whatsapp_web:before {
      content: "";
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-family: '9curry-icons';
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #1EBEA5;
      color: #ffffff;
      display: inline-block;
      padding: 8px 20px;
      font-size: 18px; }

/* share-buttons*/
/* Org, state, notice, states, tag*/
/* Org notice*/
.share-buttons {
  margin-top: 0.5em; }
  .share-buttons.zero {
    margin: 0; }

.icon-home:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-info:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-org:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-shield:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-psu:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-building:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-places:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-train:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-police:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bank:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-up:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-down:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-news:before, .icon-result:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-android:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-globe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-collapsed:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-expanded:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-web:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-link:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem;
  vertical-align: text-top;
  padding-top: 3px;
  display: inline-block; }

.icon-attachment:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-search {
  background-color: #FFCC00;
  color: #372C00; }
  .icon-search:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: '9curry-icons';
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon-search span.hidden {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    left: 10px; }

.follow-twitter {
  background-color: #ffffff;
  color: #555; }
  .follow-twitter:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: '9curry-icons';
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle; }

.follow-facebook {
  background-color: #ffffff;
  color: #555; }
  .follow-facebook:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: '9curry-icons';
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle; }

.follow-google-plus {
  background-color: #ffffff;
  color: #555; }
  .follow-google-plus:before {
    content: "";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-family: '9curry-icons';
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle; }

.icon-pin:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bookmark:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-new:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-netlocked:before, .icon-network-locked:before, .icon-locked:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-na:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-open:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #388E3C; }

.icon-pdf:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0.125em; }

.icon-docx:before, .icon-doc:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0.125em; }

.icon-jpg:before, .icon-jpeg:before, .icon-png:before, .icon-gif:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0.125em; }

.icon-xls:before, .icon-xlsx:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0.125em; }

.icon-read-more:before, .icon-learn-more:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-more_vert:before, .icon-more:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 0.125em; }

.icon-forward:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  padding-top: 0.125em;
  display: inline-block;
  vertical-align: text-top; }

.icon-play-arrow:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-paper:before, .icon-news-post:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-card:before, .icon-admit-card:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-newspaper:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-graduation-cap:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-apply:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-medal-rank-star:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-calendar:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-calendar-white:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-inr:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-wallet:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-group:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-weblinks:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-zip:before, .icon-file-zip:before, .icon-compress:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-key:before, .icon-answer-key:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-blank-org:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222; }

.icon-research:before, .icon-microscope:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.icon-bell:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-log-out:before, .sign-out-btn:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: '9curry-icons';
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.250rem; }

.grid2x2 {
  min-height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: border-box;
  border-top: 1px solid #222;
  border-left: 1px solid #222; }
  .grid2x2 .flbox {
    display: block;
    float: left;
    display: flex;
    flex-basis: calc(50% - 10px);
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    max-width: 100%;
    outline: none; }
    .grid2x2 .flbox--fullwidth {
      min-width: 100%;
      width: 100%; }
  .grid2x2 .flbox-card .flbox-card-header {
    margin: 0;
    padding: 0.7em 0.5em 0.2em;
    color: #c62828; }
  .grid2x2 .flbox-card .flbox-card-content {
    background-color: #fff;
    padding: 0.5em; }
    .grid2x2 .flbox-card .flbox-card-content--highlight {
      background-color: #f4f4f4 !important;
      text-align: center; }
      .grid2x2 .flbox-card .flbox-card-content--highlight strong {
        font-size: 1.125em;
        display: block; }
    .grid2x2 .flbox-card .flbox-card-content--active {
      color: #c62828; }

.important-links--table, .tabular-content {
  display: table;
  width: 100%;
  border-collapse: collapse; }

.trow {
  display: table-row; }

.tcol {
  display: table-cell;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 0.5em 1em;
  min-width: 50%; }
  .important-links--table .tcol, .tabular-content .tcol {
    vertical-align: middle; }
    .important-links--table .tcol a, .tabular-content .tcol a {
      display: inline-block;
      min-width: 100px;
      font-weight: bold; }
      .important-links--table .tcol a.normal-link, .tabular-content .tcol a.normal-link {
        min-width: auto; }
  .tcol--highlight {
    color: #317c34; }
    .tcol--highlight strong {
      color: #317c34; }
  .tabular-content--compact .tcol {
    padding: 0.3em 0.6em; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }
  .cc-window.cc-invisible {
    opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }
  .cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em); }
  .cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em); }
  .cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top {
    transform: translateY(0); }

.cc-revoke:hover {
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s; }

.cc-link {
  text-decoration: underline; }

.cc-revoke {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999; }
  .cc-revoke:hover {
    text-decoration: underline; }

.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999; }
  .cc-window.cc-static {
    position: static; }
  .cc-window.cc-floating {
    padding: 0.5em;
    max-width: 24em;
    flex-direction: column; }
  .cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-size: 18px;
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }
  .cc-link:hover {
    opacity: 1; }
  .cc-link:active, .cc-link:visited {
    color: initial; }

.cc-btn {
  display: block;
  padding: .1em .8em;
  font-size: .9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap; }

.cc-banner .cc-btn:last-child {
  min-width: 140px; }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }
  .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: 1.6em;
  opacity: .9;
  line-height: .75; }
  .cc-close:focus, .cc-close:hover {
    opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  flex: 1; }

.cc-window.cc-banner {
  align-items: center; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  flex: 1; }

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between; }
  .cc-compliance > .cc-btn {
    flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    flex-direction: column; }
    .cc-window.cc-banner .cc-compliance {
      flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }
  .cc-theme-classic .cc-btn:last-child {
    min-width: 140px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.pin-table {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  margin-top: 0;
  outline: none; }
  .pin-table--heading {
    padding: 0 2.1276595745%;
    margin-bottom: 0; }
    .pin-table--heading h1 {
      margin: 0 !important; }
  .pin-table--article {
    border-bottom: 1px solid #eaeaea !important;
    padding: 1em 0;
    font-size: 0.933em; }
    @media screen and (min-width: 600px) {
      .pin-table--article {
        font-size: 0.938em; } }
  .pin-table__title {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;
    font-family: "Lora", "Georgia", serif;
    letter-spacing: 0; }
  .pin-table__link {
    display: block;
    border-radius: 3px;
    padding: 5px;
    border: 2px solid #00569d; }
    .pin-table__link--noclick {
      border: 2px solid #ccc;
      background-color: #eee; }
  .pin-table__media {
    display: table-cell;
    width: 10%;
    text-align: left;
    /* max-width: 200px; */
    /* overflow: hidden; */
    vertical-align: top;
    padding: 0; }
    .pin-table--heading .pin-table__media {
      width: 75px; }
      @media screen and (min-width: 600px) {
        .pin-table--heading .pin-table__media {
          width: 128px; } }
    .pin-table__media__img {
      margin: 0; }
      @media screen and (max-width: 600px) {
        .pin-table__media__img {
          width: 80px;
          height: 80px; } }
  .pin-table__content {
    display: table-cell;
    vertical-align: top;
    padding: 0 0 0 2.1276595745%; }
    .pin-table__content .post-meta {
      margin: 0;
      font-size: 0.875em; }
  .pin-table__footer {
    text-align: left;
    padding-top: 0.6em; }
    .pin-table__footer a.pin-button {
      padding-left: 2em;
      padding-right: 2em;
      border-radius: 2em;
      margin-top: 0.25em; }

.pin-time {
  background-color: #00569d;
  border-radius: 3px;
  border: 2px solid #00569d;
  display: block;
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-size: 1em;
  max-height: 64px;
  overflow: hidden; }

.pin-row {
  display: table-row;
  text-align: center;
  width: 100%;
  align-items: center;
  padding: 0 5px 5px; }
  .pin-row.button {
    text-align: right; }

.pin-col {
  display: table-cell;
  text-align: center;
  width: auto;
  padding: 2px;
  border: 1px solid #E7E9EB; }
  .pin-col--highlight {
    background-color: #7CB342;
    color: #ffffff;
    border-color: #7CB342; }
    .pin-col--highlight strong {
      color: #ffffff; }
  .pin-col:first-child {
    border-radius: 5px 0 0 5px; }
  .pin-col:last-child {
    border-radius: 0 5px 5px 0; }

/*
PDFObject appends the classname "pdfobject-container" to the target element.
This enables you to style the element differently depending on whether the embed was successful.
In this example, a successful embed will result in a large box.
A failed embed will not have dimensions specified, so you don't see an oddly large empty box.
*/
.pdfobject {
  border: solid 1px #666; }

.pdfobject-container,
.pdfobject-container > * {
  display: block;
  min-height: 95vh;
  height: 100%; }

.pdfobject-container, .pdfobject-container > div {
  height: calc(100vh - 5px);
  width: 100vw;
  overflow: hidden !important; }
