@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, .cards .card__header, .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, .cards .card__header, .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, .cards .card__header, .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; }

#content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  #content-wrapper::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (max-width: 599px) {
  nav.navigation-container {
    height: 48px; } }

/* Container, Layout*/
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1276595745%; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 900px) {
    .container {
      padding: 2.1276595745% 20px; }
      .container.has-sidebar {
        padding-right: 0; } }
.flash-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .flash-container::after {
    clear: both;
    content: "";
    display: block; }
  .flash-container::after {
    clear: both;
    content: "";
    display: block; }

.home-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .home-container::after {
    clear: both;
    content: "";
    display: block; }

.search-container {
  display: none;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.25em 2.1276595745%; }
  .search-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 600px) {
    .search-container {
      display: block; } }
#footer::before {
  clear: both;
  content: '';
  display: table; }

#footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1276595745%; }
  #footer-container::after {
    clear: both;
    content: "";
    display: block; }

#app,
#app .container {
  background-color: #ffffff;
  background-image: linear-gradient(#37a5ff, white); }

.exception-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .exception-container::after {
    clear: both;
    content: "";
    display: block; }

.simple-container {
  width: 100%;
  display: block;
  padding: 0 0 1rem 0; }
  .simple-container::after {
    clear: both;
    content: "";
    display: block; }

#main-column {
  width: 100%; }
  @media screen and (min-width: 900px) {
    #main-column {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%;
      padding: 0; }
      #main-column:last-child {
        margin-right: 0; } }
  #main-column.js .subpanel {
    display: none; }

#sidebar {
  width: 100%; }
  @media screen and (min-width: 900px) {
    #sidebar {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%;
      padding: 0 1rem;
      border-left: 1px solid #e5e5e5; }
      #sidebar:last-child {
        margin-right: 0; } }
@media screen and (max-width: 600px) {
  .grid-item {
    width: 100%; } }

@media screen and (min-width: 600px) and (max-width: 900px) {
  .grid-item {
    width: calc((100% - 16px)/2) !important;
    margin-right: 0px !important; } }

@media screen and (min-width: 900px) {
  .grid-item {
    width: calc((100% - 16px)/2) !important;
    margin-right: 0px !important; } }

@media screen and (min-width: 900px) {
  .home-page .grid-item {
    width: calc((100% - 32px)/3) !important;
    margin-right: 0px !important; } }

.row::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 900px) {
  .row .col-lg-4 {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    .row .col-lg-4:last-child {
      margin-right: 0; }
    .row .col-lg-4:nth-child(3n) {
      margin-right: 0; }
    .row .col-lg-4:nth-child(3n+1) {
      clear: left; } }

/* Navigation*/
#navigation {
  line-height: 1.6;
  /* Mobile view*/
  /* Logo Area, Top Bar*/
  /* Main Navigation, slidedown and search*/ }
  #navigation .navigation-search-button {
    display: block;
    float: right;
    margin: 0;
    color: #FFCC00;
    padding: 1em 1em 0.875em 1em; }
    @media screen and (min-width: 600px) {
      #navigation .navigation-search-button {
        display: none;
        color: #000000;
        background: #FFCC00; } }
    #navigation .navigation-search-button.search-icon: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; }
    #navigation .navigation-search-button.menu-icon: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; }
    @media screen and (min-width: 600px) {
      #navigation .navigation-search-button.menu-icon {
        display: block;
        text-align: center;
        float: none; } }
  #navigation .top-logo-bar {
    background-color: #00569d;
    border-bottom: 1px solid #004d8b; }
    #navigation .top-logo-bar::after {
      clear: both;
      content: "";
      display: block; }
  #navigation .logo {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    text-align: left;
    display: block;
    color: yellow;
    padding: 0.5em 1em 0.5em 2.1276595745%;
    max-height: 2em; }
    #navigation .logo::after {
      clear: both;
      content: "";
      display: block; }
    #navigation .logo img {
      height: 2em;
      max-height: 2em; }
    @media screen and (min-width: 600px) {
      #navigation .logo {
        float: none;
        text-align: center;
        display: block;
        color: #FF8F00;
        font-size: 2em;
        padding: 0.4em 0.2em 0 2.1276595745%; }
        #navigation .logo img {
          height: 1.2em;
          max-height: 1.2em; } }
  #navigation nav {
    background-color: #00569d;
    background: #00569d;
    width: 100%;
    display: block; }
    #navigation nav::after {
      clear: both;
      content: "";
      display: block; }
    #navigation nav ul.navigation-menu {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 0; }
      #navigation nav ul.navigation-menu::after {
        clear: both;
        content: "";
        display: block; }
    @media screen and (min-width: 600px) {
      #navigation nav {
        text-align: center;
        line-height: 1.5em;
        padding-top: 0; } }
  #navigation ul.navigation-menu {
    display: none;
    margin: 0 auto;
    overflow: visible;
    width: 100%; }
    #navigation ul.navigation-menu::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 600px) {
      #navigation ul.navigation-menu {
        display: block;
        margin: 0;
        padding: 0; } }
    #navigation ul.navigation-menu.show {
      display: block; }

/* Searchbar*/
form.search-bar {
  /*/////////////////////////////////////////////////////////////////////////////////*/
  /*////////////////////////////////////////////////////////////////////////////////*/
  position: relative; }
  form.search-bar.filter {
    margin-bottom: 1em; }
  form.search-bar input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    border: 1px solid #E7E9EB;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    font-style: italic;
    border-radius: 3px;
    align-items: center;
    margin: 0;
    padding: 0.6em 0.6em;
    position: relative;
    transition: border-color;
    width: 100%; }
    form.search-bar input#state-filter[type=search] {
      width: 50%; }
      @media screen and (min-width: 600px) {
        form.search-bar input#state-filter[type=search] {
          width: 30%; } }
* {
  box-sizing: inherit; }

.pn-TopNav_Wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 11px;
  box-sizing: border-box; }
  .pn-TopNav_Wrapper::after {
    clear: both;
    content: "";
    display: block; }

.pn-TopNav {
  /* Make this scrollable when needed */
  overflow-x: auto;
  /* We don't want vertical scrolling */
  overflow-y: hidden;
  /* For WebKit implementations, provide inertia scrolling */
  -webkit-overflow-scrolling: touch;
  /* We don't want internal inline elements to wrap */
  white-space: nowrap;
  /* If JS present, let's hide the default scrollbar */
  /* Make an auto-hiding scroller for the 3 people using a IE */
  -ms-overflow-style: none;
  /* Remove the default scrollbar for WebKit implementations */
  width: 100%;
  /* positioning context for advancers */
  position: relative;
  /* Crush the whitespace here*/
  font-size: 0; }
  .pn-TopNav::-webkit-scrollbar {
    display: none; }

.pn-TopNav_Contents {
  float: left;
  transition: transform .2s ease-in-out;
  position: relative;
  white-space: nowrap;
  overflow-y: hidden;
  box-sizing: border-box; }
  .pn-TopNav_Contents::-webkit-scrollbar {
    display: none; }

.pn-TopNav_Contents-no-transition {
  transition: none; }

.pn-TopNav_Link {
  text-decoration: none;
  color: #fff;
  /* Reset the font size*/
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  height: 48px;
  border: 1px solid transparent;
  padding: 0.5rem 0.5rem;
  transition: all .2s ease-in-out; }
  @media screen and (min-width: 600px) {
    .pn-TopNav_Link {
      font-size: 0.875rem;
      font-weight: normal;
      padding: 0.5rem 1rem; } }
  .pn-TopNav_Link + .pn-TopNav_Link {
    border-left-color: #004883; }
  .pn-TopNav_Link[aria-selected="true"] {
    color: white; }
  .pn-TopNav_Link::before {
    margin-right: 0.5rem;
    min-width: 1em;
    min-height: 14px; }
  .pn-TopNav_Link:hover, .pn-TopNav_Link:focus {
    outline: none;
    background: #005092; }

.pn-Advancer {
  /* Reset the button */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0 4px;
  border: 0;
  border-radius: 0;
  max-height: 48px;
  /* Now style it as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  /* Set the buttons invisible by default */
  opacity: 0;
  transition: opacity .3s; }
  .pn-Advancer:focus {
    outline: 0; }
  .pn-Advancer:hover {
    cursor: pointer; }

.pn-Advancer_Left {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), transparent); }
  [data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
    opacity: 1; }

.pn-Advancer_Right {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.35), transparent); }
  [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
    opacity: 1; }

.pn-Advancer_Icon {
  width: 20px;
  height: 48px;
  fill: #fff;
  fill-opacity: 0.8; }

.pn-TopNav_Indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100px;
  background-color: transparent;
  transform-origin: 0 0;
  transition: transform .2s ease-in-out, background-color .2s ease-in-out; }

/* Breadcrumb*/
.breadcrumb {
  display: block;
  margin-top: 0;
  text-align: left;
  height: 2.5em;
  overflow-y: hidden;
  padding: 0.5rem 2.1276595745%;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif; }
  .breadcrumb li {
    border-left: 0;
    color: #666;
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.5em;
    margin-right: -5px;
    padding: 0 0.375em 0 1.125em;
    position: relative;
    text-decoration: none; }
    .breadcrumb li:first-child {
      padding-left: 0.75em;
      padding-left: 0; }
    .breadcrumb li:last-child {
      color: #666;
      padding-right: 0.75em;
      max-width: 150px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: -0.36em; }
      @media screen and (min-width: 600px) {
        .breadcrumb li:last-child {
          max-width: 300px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      @media screen and (min-width: 900px) {
        .breadcrumb li:last-child {
          max-width: 450px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
      .breadcrumb li:last-child:hover {
        color: #666; }
    .breadcrumb li:focus, .breadcrumb li:hover {
      color: #004b88; }
    .breadcrumb li::after, .breadcrumb li::before {
      position: absolute;
      top: 0;
      right: auto;
      bottom: 0;
      left: 100%;
      border-bottom: 0.75em solid transparent;
      border-left: 0.375em solid transparent;
      border-top: 0.75em solid transparent;
      content: "";
      display: block;
      margin: auto;
      z-index: 2; }
    .breadcrumb li:last-child::after, .breadcrumb li:last-child::before {
      border: 0; }
    .breadcrumb li::before {
      border-left-color: #666;
      margin-left: 1px;
      z-index: 1; }
    .breadcrumb li::after {
      border-left-color: #f1f5f7; }

/* Accordion*/
.accordion {
  border: 1px solid #e2e4e6;
  margin: 0 0 1.8em 0;
  padding: 0; }
  .accordion ul {
    margin: 0;
    padding: 0; }
  .accordion .accordion__item {
    border-bottom: 1px solid #e2e4e6;
    list-style: none;
    outline: none; }
    .accordion .accordion__item h3 {
      font-size: 1em;
      font-weight: normal;
      margin: 0;
      line-height: 1.6; }
    .accordion .accordion__item__link {
      color: #c26d00;
      background: #f1f2f3;
      display: block;
      padding: 10px;
      text-decoration: none; }
    .accordion .accordion__item:last-child {
      border: 0; }
    .accordion .accordion__item:focus, .accordion .accordion__item:hover {
      background-color: white; }
  .accordion .subpanel {
    display: block; }
  .accordion .is-unexpanded {
    display: block;
    padding-bottom: 0; }
    .accordion .is-unexpanded span.folder: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: 1em;
      color: #c62828; }
  .accordion span.folder: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: 1em;
    color: #c62828; }

.submenu {
  display: block; }
  .submenu .submenu__item {
    background-color: white;
    padding: 10px;
    list-style: none; }
    .submenu .submenu__item:first-child {
      border-top: 1px solid #e1e4e6;
      box-shadow: inset 0 1px 1px #eef0f1; }
    .submenu .submenu__item:focus, .submenu .submenu__item:hover {
      background-color: white; }
    .submenu .submenu__item li ul, .submenu .submenu__item li ol {
      margin: 0;
      padding-left: 0.6em; }

/* Page Header*/
#page-header {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.1276595745% 1em; }
  #page-header::after {
    clear: both;
    content: "";
    display: block; }
  #page-header h1 {
    color: rgba(0, 0, 0, 0.8); }
  #page-header img {
    border-radius: 3px; }
  #page-header.organization-page {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0; }

.timeline-box {
  background: #f5f5f5;
  padding: 0.4em 2.1276595745% 2.1276595745%;
  margin-top: 10px;
  outline: none; }

.thumbnail-box {
  display: block;
  text-align: center; }
  .thumbnail-box img {
    padding: 0;
    margin: 0;
    border: 1px solid #E7E9EB;
    border-radius: 10px; }

.tags {
  font-size: 1em;
  color: #666;
  margin-bottom: 10px; }

.close {
  float: right;
  padding-right: 30px;
  color: #FF8F00 !important;
  text-decoration: none !important; }
  .close::after {
    clear: both;
    content: "";
    display: block; }
  .close:hover {
    color: #cc7200 !important; }

.post-meta {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  font-size: 0.750rem;
  margin-top: 0 !important; }

.state-list {
  width: 100%;
  display: block; }
  .state-list::after {
    clear: both;
    content: "";
    display: block; }
  .state-list__item {
    display: inline-block;
    padding: 0.75em;
    line-height: 1.3;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
    font-size: 0.875em;
    border: 1px solid #ddd;
    text-align: center;
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-right: 0.25em;
    border-radius: 5px;
    font-weight: normal;
    transition: background-color 200ms ease-in; }
    .state-list__item:hover, .state-list__item:focus, .state-list__item:active {
      background-color: #eaeaea !important; }
    .state-list__item--topic {
      padding: 0;
      border: 2px solid #009688;
      background: transparent; }
    .state-list__item--block {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .state-list__item--block:last-child {
        margin-right: 0; }
      .state-list__item--block:nth-child(2n) {
        margin-right: 0; }
      .state-list__item--block:nth-child(2n+1) {
        clear: left; }
      .state-list__item--block .icon-places {
        font-weight: bold;
        margin-bottom: 0.5em;
        display: block; }

.home-list {
  width: 100%;
  display: block;
  margin-bottom: 1em; }
  .home-list::after {
    clear: both;
    content: "";
    display: block; }
  .home-list__item {
    display: inline-block;
    padding: 0.75em;
    line-height: 1.3;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
    font-size: 0.875em;
    border: 1px solid #fefefe;
    background-color: white;
    text-align: center;
    word-wrap: break-word;
    margin-top: 0.5em;
    margin-right: 0.25em;
    font-weight: normal;
    transition: background-color 200ms ease-in; }
    .home-list__item:hover, .home-list__item:focus, .home-list__item:active {
      background-color: #eaeaea !important; }
    .home-list__item--topic {
      padding: 0;
      border: 2px solid #009688;
      background: transparent; }
    .home-list__item--block .icon-places, .home-list__item--block .icon-graduation-cap {
      font-weight: bold;
      margin-bottom: 0.5em;
      display: block; }
    @media screen and (max-width: 480px) {
      .home-list__item--block {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .home-list__item--block:last-child {
          margin-right: 0; }
        .home-list__item--block:nth-child(3n) {
          margin-right: 0; }
        .home-list__item--block:nth-child(3n+1) {
          clear: left; } }
    @media screen and (min-width: 481px) and (max-width: 1024px) {
      .home-list__item--block {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%; }
        .home-list__item--block:last-child {
          margin-right: 0; }
        .home-list__item--block:nth-child(4n) {
          margin-right: 0; }
        .home-list__item--block:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 1025px) {
      .home-list__item--block {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 14.8936170213%; }
        .home-list__item--block:last-child {
          margin-right: 0; }
        .home-list__item--block:nth-child(6n) {
          margin-right: 0; }
        .home-list__item--block:nth-child(6n+1) {
          clear: left; } }
    .home-list__item--cta {
      font-weight: bold;
      background-color: #00569d;
      color: white;
      opacity: 0.85;
      border-top-left-radius: 0.5em;
      border-bottom-left-radius: 0.5em;
      border-top-right-radius: 2em;
      border-bottom-right-radius: 2em; }
      .home-list__item--cta .icon-places {
        margin: 0; }
    .home-list__item span.text-muted:before, .home-list__item span.text-highlight:before {
      display: table;
      content: '';
      clear: both; }

.emlabel {
  padding: 0 9px;
  border-radius: 3px;
  font-weight: normal;
  margin-top: 5px;
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75em;
  border: 1px solid #eee;
  color: #000;
  background-color: #d5d5d5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
  .emlabel.light {
    background-color: #f5f5f5;
    color: #444; }
  .emlabel.lighter {
    background-color: #f9f9f9;
    color: #666; }
  .emlabel.dark {
    background-color: #e5e5e4;
    color: #000; }

/* ScrolltoTop*/
#manage-alerts {
  position: fixed;
  bottom: 120px;
  left: 2.12766%;
  background: rgba(244, 67, 54, 0.9);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none;
  transition: all 0.3s ease;
  z-index: 10; }
  #manage-alerts:hover {
    background: #C62828; }

#return-to-top {
  position: fixed;
  bottom: 60px;
  left: 2.12766%;
  background: black;
  background: rgba(0, 0, 0, 0.55);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none;
  transition: all 0.3s ease;
  z-index: 10; }

#return-to-top i, #manage-alerts i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.85); }

#return-to-top:hover i, #manage-alerts:hover i {
  color: #fff;
  top: 5px; }

.list-inline {
  padding: 0 5px; }
  .list-inline_item {
    display: inline-block;
    border-right: 1px solid #bbb;
    margin: 4px 0; }
    .list-inline_item:last-child {
      border-right: 0; }

#sidebar .box:first-child {
  margin-top: 0; }

#sidebar h2 {
  font-size: 1.2em !important;
  color: #444; }

#sidebar h3 {
  font-size: 1em !important; }

#sidebar .box {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 3px; }
  #sidebar .box::after {
    clear: both;
    content: "";
    display: block; }
  #sidebar .box--info {
    font-size: 0.875em; }

.topic__subscribed {
  background-color: #009688;
  border-color: transparent;
  border-radius: 0; }
  .topic__subscribed:hover, .topic__subscribed:focus {
    background-color: #009688; }

.topic__subscribe {
  background-color: transparent;
  color: #000000;
  border-color: transparent;
  border-radius: 0; }
  .topic__subscribe:hover, .topic__subscribe:focus {
    background-color: transparent;
    color: #000000; }

.remove-button {
  background: transparent;
  color: #F44336 !important;
  padding: 4px; }
  .remove-button:hover {
    background: transparent;
    color: #F44336 !important; }

.user-profile-image {
  width: 128px;
  height: 128px;
  border-radius: 50%; }

/*Pin Styles*/
.pin {
  width: 100%;
  display: block;
  background-color: #ffffff;
  margin-top: 0.5em;
  margin-bottom: 1em;
  border-radius: 2px; }
  .pin::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 900px) {
    .pin {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      border-right: 1px solid #ededed;
      border-bottom: 1px solid #ededed; }
      .pin:last-child {
        margin-right: 0; }
      .pin:nth-child(2n) {
        margin-right: 0; }
      .pin:nth-child(2n+1) {
        clear: left; }
      .home-page .pin {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .home-page .pin:nth-child(2n) {
          margin-right: 2.1276595745%; }
        .home-page .pin:nth-child(2n+1) {
          clear: none; }
        .home-page .pin:last-child {
          margin-right: 0; }
        .home-page .pin:nth-child(3n) {
          margin-right: 0; }
        .home-page .pin:nth-child(3n+1) {
          clear: left; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .pin {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%;
      border-right: 1px solid #ededed;
      border-bottom: 1px solid #ededed; }
      .pin:last-child {
        margin-right: 0; }
      .pin:nth-child(2n) {
        margin-right: 0; }
      .pin:nth-child(2n+1) {
        clear: left; } }
  .pin:focus {
    outline: auto 2px #ffcc00;
    outline: auto 4px -webkit-focus-ring-color; }
  .pin--form {
    outline: none;
    border: 0;
    background: transparent; }
  .pin--fullwidth {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    outline: none; }
    .pin--fullwidth:last-child {
      margin-right: 0; }
    .pin--fullwidth:nth-child(1n) {
      margin-right: 0; }
    .pin--fullwidth:nth-child(1n+1) {
      clear: left; }
    .pin--fullwidth:focus, .pin--fullwidth:active {
      outline: none; }
  .pin--landing {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 100%;
    outline: none;
    text-align: center; }
    .pin--landing:last-child {
      margin-right: 0; }
    .pin--landing:nth-child(1n) {
      margin-right: 0; }
    .pin--landing:nth-child(1n+1) {
      clear: left; }
    .pin--landing:focus, .pin--landing:active {
      outline: none; }
  .pin--dash {
    border: 1px solid #E7E9EB;
    border-radius: 3px; }
    .pin--dash__head {
      margin: 0;
      text-transform: uppercase;
      font-size: 1.2em !important;
      font-weight: normal;
      letter-spacing: 0; }
      .compact-thm .pin--dash__head {
        text-transform: none; }
    .pin--dash__head__link {
      color: #ffffff;
      display: block; }
      .pin--dash__head__link:focus, .pin--dash__head__link:active, .pin--dash__head__link:hover {
        color: #ffffff; }
    .pin--dash__header {
      padding: 2.1276595745%;
      margin: 0;
      background-color: #00569d;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .pin--dash__header::after {
        clear: both;
        content: "";
        display: block; }
      .pin--dash__header--panel {
        padding: 0.6em 2.1276595745%;
        margin: 0;
        background-color: #E7E9EB; }
      .compact-thm .pin--dash__header {
        text-align: center;
        background-color: #ae1556; }
    .pin--dash__content {
      margin: 0; }
    .pin--dash__button {
      margin: 0 !important; }
  .pin__body, .pin__footer, .pin__header {
    padding: 1em; }
  .pin__body {
    padding-bottom: 0;
    font-size: 0.933em; }
    @media screen and (min-width: 600px) {
      .pin__body {
        font-size: 1em; } }
  .pin__header {
    background-color: #fff;
    border-bottom: 1px solid #E7E9EB; }
  .pin h2 {
    color: #000000;
    margin-top: 0; }
    .pin h2 a {
      transition-property: color;
      transition-timing-function: ease-in; }
  .pin .pin__body-text {
    padding: 2.1276595745% 0; }
    .pin .pin__body-text--padded {
      padding: 2.1276595745%; }
  .pin .cite a {
    display: block; }

.pin-alerts b,
.pin-alerts strong {
  font-weight: normal;
  font-style: italic; }

.pin-status {
  /* Tooltip*/ }
  .pin-status__item {
    padding: 2px 10px;
    margin-right: 5px;
    margin-top: 10px;
    font-size: 1em;
    font-weight: 400;
    color: #222;
    display: inline-block; }
    .pin-status__item.active {
      color: #33a033; }
      .pin-status__item.active::before {
        font-size: 1.4rem; }
    .pin-status__item.featured {
      color: #b11839; }
      .pin-status__item.featured::before {
        font-size: 1.2rem; }
    .pin-status__item.new {
      color: #14b2e6; }
    .pin-status__item::before {
      font-size: 1.2rem; }
  .pin-status .tooltip-item .tooltip {
    left: -1em;
    width: 5rem;
    max-width: 5rem;
    font-size: 0.7rem; }

.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; }

/* Cards*/
.cards::after {
  clear: both;
  content: "";
  display: block; }

.cards .card {
  text-align: center;
  background: #f5f5f5;
  margin-bottom: 1em;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #E7E9EB;
  word-break: break-word;
  padding: 0.5em;
  width: 100%;
  line-height: 1.2; }
  .cards .card--highlight {
    box-shadow: 2px 2px 4px 1px #ccc; }
  .cards .card__header {
    background-color: white;
    border-bottom: 1px solid #E7E9EB;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0.6em 0.9em;
    transition: all 0.2s ease-in-out; }
  .cards .card__img {
    border-radius: 3px;
    min-height: 97px; }
    @media screen and (min-width: 600px) {
      .cards .card__img {
        min-height: 136px; } }
    .cards .card__img--full {
      width: 100%; }
  .cards .card__link {
    display: block; }
  .cards .card__caption {
    font-weight: bold;
    display: block;
    text-align: center; }
  .cards .card__content {
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    padding: 0.9em 0.9em; }
    .cards .card__content p {
      margin: 0 0 0.9em; }
      .cards .card__content p.bordered {
        border-top: 1px solid #E7E9EB;
        border-bottom: 1px solid #E7E9EB; }
  .cards .card__footer .price {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    font-size: 1em;
    padding-bottom: 0.9em;
    padding-top: 0.45em;
    border-bottom: 1px solid #E7E9EB;
    text-align: left;
    padding-left: 0.9em; }
    .cards .card__footer .price:last-child {
      margin-right: 0; }
  .cards .card__footer .action {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 65.9574468085%;
    padding-right: 0.9em;
    text-align: right; }
    .cards .card__footer .action:last-child {
      margin-right: 0; }
  .cards .card:focus, .cards .card:hover {
    background-color: white;
    border-bottom-color: #fb4; }

@media screen and (max-width: 600px) {
  .cards .card {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%; }
    .cards .card:last-child {
      margin-right: 0; }
    .cards .card:nth-child(3n) {
      margin-right: 0; }
    .cards .card:nth-child(3n+1) {
      clear: left; }
    .cards .card--large {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 100%; }
      .cards .card--large:last-child {
        margin-right: 0; }
      .cards .card--large:nth-child(1n) {
        margin-right: 0; }
      .cards .card--large:nth-child(1n+1) {
        clear: left; } }

@media screen and (min-width: 600px) and (max-width: 900px) {
  .cards .card {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    .cards .card:last-child {
      margin-right: 0; }
    .cards .card:nth-child(4n) {
      margin-right: 0; }
    .cards .card:nth-child(4n+1) {
      clear: left; }
    .cards .card--large {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .cards .card--large:last-child {
        margin-right: 0; }
      .cards .card--large:nth-child(2n) {
        margin-right: 0; }
      .cards .card--large:nth-child(2n+1) {
        clear: left; } }

@media screen and (min-width: 900px) {
  .cards .card {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 14.8936170213%; }
    .cards .card:last-child {
      margin-right: 0; }
    .cards .card:nth-child(6n) {
      margin-right: 0; }
    .cards .card:nth-child(6n+1) {
      clear: left; }
    .cards .card--large {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .cards .card--large:last-child {
        margin-right: 0; }
      .cards .card--large:nth-child(3n) {
        margin-right: 0; }
      .cards .card--large:nth-child(3n+1) {
        clear: left; } }

.ftcard {
  margin: 1.8em 0 0.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .ftcard::after {
    clear: both;
    content: "";
    display: block; }
  .ftcard--zm {
    margin: 0; }
  .ftcard__item {
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 0.5em;
    display: block;
    border: 1px solid #E7E9EB; }
    .ftcard__item__link {
      display: table;
      width: 100%;
      text-align: center;
      padding: 2.1276595745%;
      height: 70px;
      overflow: hidden;
      font-weight: bold; }
      .ftcard__item__link__text {
        display: table-cell;
        vertical-align: middle;
        line-height: normal; }
    @media screen and (min-width: 600px) {
      .ftcard__item {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 23.4042553191%; }
        .ftcard__item:last-child {
          margin-right: 0; }
        .ftcard__item:nth-child(4n) {
          margin-right: 0; }
        .ftcard__item:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 600px) {
      .ftcard__item--item-s {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%; }
        .ftcard__item--item-s:last-child {
          margin-right: 0; }
        .ftcard__item--item-s:nth-child(2n) {
          margin-right: 0; }
        .ftcard__item--item-s:nth-child(2n+1) {
          clear: left; } }
    @media screen and (max-width: 600px) {
      .ftcard__item {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 48.9361702128%; }
        .ftcard__item:last-child {
          margin-right: 0; }
        .ftcard__item:nth-child(2n) {
          margin-right: 0; }
        .ftcard__item:nth-child(2n+1) {
          clear: left; } }
.slide-container::after {
  clear: both;
  content: "";
  display: block; }

.slide-container .slide {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%;
  text-align: center;
  background-color: white;
  border-radius: 3px;
  height: 240px;
  padding: 2px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #ccc; }
  .slide-container .slide:last-child {
    margin-right: 0; }
  #organizations .slide-container .slide {
    border: none; }
  .slide-container .slide:focus, .slide-container .slide:hover {
    border-bottom: 1px solid #fb4;
    border-bottom-color: #fb4; }
    #organizations .slide-container .slide:focus, #organizations .slide-container .slide:hover {
      border: none; }
  @media screen and (min-width: 600px) {
    .slide-container .slide {
      height: 199px; } }
  .slide-container .slide p.slide__caption {
    line-height: 1; }
  .slide-container .slide__img {
    padding: 5px;
    margin: 0; }
    @media screen and (min-width: 900px) {
      #main-column .slide-container .slide__img {
        max-height: 94px; } }
  .slide-container .slide__caption {
    text-align: center;
    font-size: 1em;
    line-height: 1.2;
    font-family: "Lora", "Georgia", serif;
    font-weight: bold;
    margin: 0;
    padding: 0 1px; }
  .slide-container .slide__link {
    color: #372C00;
    display: block; }
    .slide-container .slide__link:focus, .slide-container .slide__link:hover {
      color: #372C00; }
  .slide-container .slide span.vacancy-count {
    position: absolute;
    top: 0;
    right: 0;
    background: #CE0404;
    padding: 5px 5px;
    border-radius: 3px;
    color: white;
    font-size: 12px;
    min-width: 30px; }
  @media screen and (max-width: 400px) {
    .slide-container .slide {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .slide-container .slide:last-child {
        margin-right: 0; }
      .slide-container .slide.break3 {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        .slide-container .slide.break3:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 400px) and (max-width: 600px) {
    .slide-container .slide {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .slide-container .slide:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .slide-container .slide {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .slide-container .slide:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 900px) {
    .slide-container .slide {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%; }
      .slide-container .slide:last-child {
        margin-right: 0; }
      .slide-container .slide.break {
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 17.9487179487%; }
        .slide-container .slide.break:last-child {
          margin-right: 0; }
      aside .slide-container .slide {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 31.914893617%; }
        aside .slide-container .slide:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 400px) {
    .slide-container .slide.break:nth-child(2n) {
      margin-right: 0; }
    .slide-container .slide.break:nth-child(2n+1) {
      clear: left; } }
  @media screen and (min-width: 400px) and (max-width: 600px) {
    .slide-container .slide.break:nth-child(3n) {
      margin-right: 0; }
    .slide-container .slide.break:nth-child(3n+1) {
      clear: left; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .slide-container .slide.break:nth-child(4n) {
      margin-right: 0; }
    .slide-container .slide.break:nth-child(4n+1) {
      clear: left; } }
  @media screen and (min-width: 900px) {
    .slide-container .slide.break:nth-child(5n) {
      margin-right: 0; }
    .slide-container .slide.break:nth-child(5n+1) {
      clear: left; }
    aside .slide-container .slide.break:nth-child(3n) {
      margin-right: 0; }
    aside .slide-container .slide.break:nth-child(3n+1) {
      clear: left; } }
  @media screen and (max-width: 400px) {
    .slide-container .slide.break5:nth-child(3n) {
      margin-right: 0; }
    .slide-container .slide.break5:nth-child(3n+1) {
      clear: left; } }
  @media screen and (min-width: 400px) and (max-width: 600px) {
    .slide-container .slide.break5:nth-child(3n) {
      margin-right: 0; }
    .slide-container .slide.break5:nth-child(3n+1) {
      clear: left; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .slide-container .slide.break5:nth-child(4n) {
      margin-right: 0; }
    .slide-container .slide.break5:nth-child(4n+1) {
      clear: left; } }
  @media screen and (min-width: 900px) {
    .slide-container .slide.break5:nth-child(6n) {
      margin-right: 0; }
    .slide-container .slide.break5:nth-child(6n+1) {
      clear: left; } }
  @media screen and (max-width: 400px) {
    .slide-container .slide.break3:nth-child(3n) {
      margin-right: 0; }
    .slide-container .slide.break3:nth-child(3n+1) {
      clear: left; } }
  @media screen and (min-width: 400px) and (max-width: 600px) {
    .slide-container .slide.break3:nth-child(3n) {
      margin-right: 0; }
    .slide-container .slide.break3:nth-child(3n+1) {
      clear: left; } }
  @media screen and (min-width: 600px) and (max-width: 900px) {
    .slide-container .slide.break3:nth-child(4n) {
      margin-right: 0; }
    .slide-container .slide.break3:nth-child(4n+1) {
      clear: left; } }
  @media screen and (min-width: 900px) {
    .slide-container .slide.break3:nth-child(6n) {
      margin-right: 0; }
    .slide-container .slide.break3:nth-child(6n+1) {
      clear: left; }
    aside .slide-container .slide.break3:nth-child(3n) {
      margin-right: 0; }
    aside .slide-container .slide.break3:nth-child(3n+1) {
      clear: left; } }
/* Flash*/
.flash-alert {
  background-color: #fff6bf;
  color: #66624c;
  display: block;
  margin-bottom: 0.9em;
  padding: 0.9em;
  text-align: left; }
  @media screen and (min-width: 900px) {
    .flash-alert {
      text-align: center; } }
  .flash-alert a {
    color: #4d4a39;
    text-decoration: underline; }
    .flash-alert a:focus, .flash-alert a:hover {
      color: #1a1913; }

.flash-error {
  background-color: #fbe3e4;
  color: #645b5b;
  display: block;
  margin-bottom: 0.9em;
  padding: 0.9em;
  text-align: left; }
  @media screen and (min-width: 900px) {
    .flash-error {
      text-align: center; } }
  .flash-error a {
    color: #4b4444;
    text-decoration: underline; }
    .flash-error a:focus, .flash-error a:hover {
      color: #191717; }

.flash-notice {
  background-color: #e5edf8;
  color: #5c5f63;
  display: block;
  margin-bottom: 0.9em;
  padding: 0.9em;
  text-align: left; }
  @media screen and (min-width: 900px) {
    .flash-notice {
      text-align: center; } }
  .flash-notice a {
    color: #45474a;
    text-decoration: underline; }
    .flash-notice a:focus, .flash-notice a:hover {
      color: #171819; }

.flash-success {
  background-color: #e6efc2;
  color: #5c604e;
  display: block;
  margin-bottom: 0.9em;
  padding: 0.9em;
  text-align: left; }
  @media screen and (min-width: 900px) {
    .flash-success {
      text-align: center; } }
  .flash-success a {
    color: #45483a;
    text-decoration: underline; }
    .flash-success a:focus, .flash-success a:hover {
      color: #171813; }

/* Tooltip*/
.tooltip-item {
  border-radius: 3px;
  display: inline-block;
  position: relative;
  text-align: center; }
  .tooltip-item:focus, .tooltip-item:hover .tooltip {
    opacity: 1;
    visibility: visible; }
  .tooltip-item .tooltip {
    position: absolute;
    right: 0;
    bottom: 3em;
    left: -4em;
    background-color: white;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 2px silver;
    color: #000000;
    font-size: 0.9em;
    /* Make sure you use -webkit-backface-visibility: hidden; on the body element to prevent 1px nudging bugs.*/
    line-height: 1.5em;
    margin: 0 auto;
    width: 10em;
    max-width: 16em;
    opacity: 0;
    padding: 1em;
    text-align: center;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    z-index: 10; }
    .tooltip-item .tooltip p {
      color: #000000;
      line-height: 1.8;
      margin: 0; }
    .tooltip-item .tooltip::after {
      position: absolute;
      right: 0;
      left: 0;
      border: 8px solid transparent;
      bottom: -1.3em;
      color: white;
      content: "▼";
      font-size: 1.4em;
      margin-left: -8px;
      text-align: center;
      text-shadow: 0 2px 2px silver; }

/* Badge*/
.badge-alert {
  background-color: #fff6bf;
  border-radius: 3.75em;
  color: #594c00;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin-top: 4px; }

.badge-default {
  background-color: #999;
  border-radius: 3.75em;
  color: black;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin-top: 4px; }

.badge-error, .p-alert {
  background-color: #fbe3e4;
  border-radius: 3.75em;
  color: #6a0f13;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin-top: 4px; }

.badge-notice {
  background-color: #e5edf8;
  border-radius: 3.75em;
  color: #19375f;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin-top: 4px; }

.badge-success {
  background-color: #e6efc2;
  border-radius: 3.75em;
  color: #333c10;
  display: inline-block;
  font-size: 0.75em;
  line-height: 1;
  padding: 0.4em 1.2em;
  margin-top: 4px; }

.badge-error, .p-alert {
  font-weight: bold; }

.p-alert {
  display: block;
  border-radius: 0; }

/* Horizontal Scroll Navigation*/
.nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  outline: 0;
  margin-top: 0.5em; }
  .nav.bg_color_ultralight_gray {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #dfdfdf; }
  .nav .nav-item {
    display: inline-block;
    margin: 0; }
    .nav .nav-item a {
      display: block;
      font-size: 11px;
      letter-spacing: .5px;
      font-weight: bold;
      padding: 14px 10px 10px;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0.6);
      color: #1565c0;
      letter-spacing: .025em;
      text-transform: uppercase; }
      .nav .nav-item a.active {
        border-bottom: 3px solid #FFCC00; }
      .nav .nav-item a.table-of-content {
        border-bottom: 1px solid #E7E9EB; }
    .nav .nav-item--highlight a {
      color: #c62828; }

.horizontal_scroll_outer {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif;
  position: relative;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .horizontal_scroll_outer::-webkit-scrollbar {
    display: none; }

.horizontal_scroll_inner {
  width: 100%;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  text-align: left; }
  .horizontal_scroll_inner::-webkit-scrollbar {
    display: none; }

ul.horizontal_scroll_inner {
  list-style: none;
  margin: 0;
  padding-left: 10px; }

/* Ad Slot*/
.ad-placement {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0.6em 0;
  padding: 0; }
  aside .ad-placement {
    margin: 0;
    padding: 0; }
  .ad-placement.sponsored {
    background-color: #f5f9fc;
    border: 0.5em solid #e8eaeb; }
    .ad-placement.sponsored table, .ad-placement.sponsored div {
      margin: 0; }
    .ad-placement.sponsored:before {
      content: "Sponsored Links :-";
      font-size: 0.75rem;
      text-align: left;
      width: 100%;
      display: block;
      padding: 0.5em 1em;
      text-transform: capitalize;
      border-bottom: 1px dotted #ccc;
      background-color: #e8eaeb; }

.ad-pin {
  min-height: 330px;
  max-height: 330px;
  height: 330px;
  overflow-y: hidden; }

.ad-inside-article {
  display: table;
  clear: both;
  width: 100%;
  text-align: center;
  margin: 15px 0; }

.pagination {
  text-align: center;
  padding-top: 1em;
  clear: both; }
  .pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li {
      display: inline;
      list-style: none; }
    .pagination ul ul li {
      display: inline-block;
      margin-bottom: 0.8em; }
      @media screen and (min-width: 900px) {
        .pagination ul ul li {
          display: inline; } }
    .pagination ul li a {
      background: white;
      border-radius: 3px;
      border: 1px solid #E7E9EB;
      color: #004b88;
      outline: none;
      padding: 0.45em 10px;
      text-decoration: none;
      transition: all 0.2s ease-in-out; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        background: white;
        color: #004b88; }
      .pagination ul li a:active {
        background: white; }
      .pagination ul li a.current {
        color: #000000; }

/* Slider - from jquery-slick-rails gem */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slick theme - essential positioning from jquery-slick-rails gem */
/* Custom overrides (arrows, icons, etc.) are in _trumps.scss */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
  cursor: default; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '\2022';
  text-align: center;
  opacity: 0.25;
  color: black; }

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black; }

.banner {
  display: block;
  border-radius: 3px;
  list-style: none;
  border: 1px solid #E7E9EB;
  padding: 0.45em 0.9em; }

body {
  background-color: #f1f5f7;
  color: #000000; }

.container {
  background-color: #ffffff; }
  .container--landing {
    background-image: none;
    background: #82e6ff;
    /* fallback for old browsers */
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #82e6ff, #f0f0e3);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
    .container--landing h1.headline {
      font-family: "Lora", "Georgia", serif; }

.box {
  width: 100%;
  display: block;
  margin-top: 0; }
  .box::after {
    clear: both;
    content: "";
    display: block; }

/* Footer styles*/
.footer-bar {
  background-color: #000204;
  width: 100%;
  height: 2px;
  margin-top: 1.5em; }

.footer-wrap {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  background-color: #000204; }

.app-promo {
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  padding: 1em;
  color: #b3b3b3;
  border-bottom: 1px solid #333; }
  @media screen and (min-width: 600px) {
    .app-promo {
      font-size: 1em;
      padding-bottom: 0.5em;
      text-align: left; } }
.follow-icons {
  font-weight: 500;
  color: #b3b3b3;
  padding: 0.5em 0 0.5em 0;
  text-align: left;
  display: inline-block; }
  .follow-icons::after {
    clear: both;
    content: "";
    display: block; }
  .follow-icons a {
    display: inline-block;
    padding: 2px 5px;
    font-size: 0.9em;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 3px;
    transition-timing-function: ease-in;
    transition-duration: 100ms; }
    .follow-icons a:hover {
      background-color: white; }
    .follow-icons a:first-child {
      clear: left; }

.footer-links {
  padding: 1em;
  display: block;
  text-align: left;
  border-bottom: 1px solid #333;
  border-radius: 10px;
  background-color: #000204; }
  .footer-links a {
    color: #e6e6e6;
    display: inline-block;
    padding: 2px 10px;
    font-size: 0.9em; }
  @media screen and (min-width: 600px) {
    .footer-links {
      padding: 1em 0 0.5em 0;
      text-align: left; } }
.copyright {
  display: block;
  padding: 1em;
  text-align: left;
  margin-top: 5px; }
  .copyright a {
    color: #b3b3b3;
    font-size: 0.9em; }

/* Utility Classes*/
.centered, .center-align {
  text-align: center; }

.right {
  text-align: right; }

.clearfix::after {
  clear: both;
  content: "";
  display: block; }

article img {
  margin-top: 1em;
  margin-bottom: 1em; }

/* Utility Classes*/
span.hidden {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: 10px; }

.question-icon: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; }

.padl {
  padding-left: 0.5rem; }

.padt {
  padding-top: 1em; }
  .padt--sm {
    padding-top: 0.25em !important; }

.padb {
  padding-bottom: 1em; }

.padtb {
  padding: 0;
  margin: 0 0 0.5em; }
  .padtb h2, .padtb h3 {
    display: inline-block; }

.h-font {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Verdana", "Arial", sans-serif; }

.b-font {
  font-family: "Lora", "Georgia", serif; }

/* Grid*/
.s {
  font-size: 1.0em;
  padding: 0.1em; }

.m {
  font-size: 1.2em;
  padding: 0.15em; }

.l {
  font-size: 1.4em;
  padding: 0.20em; }

.xl {
  font-size: 1.6em;
  padding: 0.23em; }

.exception {
  padding: 0 2.1276595745% 10em 2.1276595745%; }
  .exception h1 {
    font-size: 2em;
    margin-left: 30%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2.1276595745%; }
    @media screen and (min-width: 600px) {
      .exception h1 {
        font-size: 2em; } }
  .exception .intro-text {
    margin-left: 30%;
    padding: 0 2.1276595745%; }

.exception_500 {
  text-align: center;
  background-color: #00569d;
  margin-top: -12em; }
  .exception_500 footer {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: 0;
    width: 100%;
    font-size: 2em;
    text-align: center; }
    .exception_500 footer::after {
      clear: both;
      content: "";
      display: block; }
    .exception_500 footer a {
      display: inline-block;
      margin-right: -4px;
      padding: 1.5em 0.3em;
      vertical-align: middle;
      transition: opacity 0.15s ease-in-out; }
      .exception_500 footer a img {
        width: 30px;
        vertical-align: middle; }
      .exception_500 footer a:hover {
        text-decoration: none; }

p.tag_list {
  margin: 4px 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #212121; }
  @media screen and (min-width: 600px) {
    p.tag_list {
      color: #212121; } }
img.ft-image {
  width: 100%;
  height: auto;
  margin-top: 0; }

.site-title {
  font-size: 1rem;
  margin: 0;
  line-height: 1.6; }

.eoa-bar {
  border-top: 1px solid #E7E9EB;
  padding-top: 0.6em; }

.archive-bar {
  border-bottom: 1px solid #E7E9EB;
  padding-top: 0.6em;
  padding-bottom: 0.5em;
  padding: 0.5em;
  background: #E7E9EB;
  color: #333;
  margin-top: 1em;
  margin-bottom: 0.5em; }

/*!
 * froala_editor v4.3.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2024 Froala Labs
 */
.fr-clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0; }

.fr-hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.fr-view img.fr-rounded, .fr-view .fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-view img.fr-shadow, .fr-view .fr-img-caption.fr-shadow img {
  box-shadow: 10px 10px 5px 0px #cccccc; }

.fr-view img.fr-bordered, .fr-view .fr-img-caption.fr-bordered img {
  border: solid 5px #CCC; }

.fr-view img.fr-bordered {
  box-sizing: content-box; }

.fr-view .fr-img-caption.fr-bordered img {
  box-sizing: border-box; }

.fr-view li img.fr-dii.fr-fil {
  margin-right: 20px; }

.fr-view {
  word-wrap: break-word; }

.fr-view span[style~="color:"] a {
  color: inherit; }

.fr-view strong {
  font-weight: 700; }

.fr-view table[border='0'] td:not([class]), .fr-view table[border='0'] th:not([class]), .fr-view table[border='0'] td[class=""], .fr-view table[border='0'] th[class=""] {
  border-width: 0px; }

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%; }

.fr-view table td {
  min-width: 5px; }

.fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
  border-style: dashed; }

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke; }

.fr-view table td, .fr-view table th {
  border: 1px solid #DDD; }

.fr-view table td:empty, .fr-view table th:empty {
  height: 20px; }

.fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted {
  border: 1px double red; }

.fr-view table td.fr-thick, .fr-view table th.fr-thick {
  border-width: 2px; }

.fr-view table th {
  background: #ececec; }

.fr-view table tfoot td {
  background: #ececec; }

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-column-break-after: always;
       break-after: always;
  page-break-after: always; }

.fr-view .fr-file {
  position: relative; }

.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal; }

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible; }

.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0; }

.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00BCD4; }

.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43A047; }

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1; }

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4; }

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047; }

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji","Segoe UI Emoji","NotoColorEmoji","Segoe UI Symbol","Android Emoji","EmojiSymbols";
  display: inline;
  line-height: 0; }

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -.1em .1em .1em;
  line-height: 1;
  vertical-align: middle; }

.fr-view .fr-text-gray {
  color: #AAA !important; }

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0; }

.fr-view .fr-text-spaced {
  letter-spacing: 1px; }

.fr-view .fr-text-uppercase {
  text-transform: uppercase; }

.fr-view .fr-class-highlighted {
  background-color: #ffff00; }

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace; }

.fr-view .fr-class-transparency {
  opacity: 0.5; }

.fr-view img {
  position: relative;
  max-width: 100%; }

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px; }

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px; }

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px; }

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%; }

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px; }

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px; }

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px; }

.fr-view .fr-video {
  text-align: center;
  position: relative; }

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.fr-view .fr-video.fr-rv > iframe, .fr-view .fr-video.fr-rv object, .fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.fr-view .fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: none; }

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both; }

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left; }

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right; }

.fr-view .fr-video.fr-dvi {
  display: inline-block; }

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left; }

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right; }

.fr-view a.fr-strong {
  font-weight: 700; }

.fr-view a.fr-green {
  color: green; }

.fr-view .fr-img-caption {
  text-align: center; }

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap a {
  display: block; }

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%; }

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center; }

.fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large {
  font-size: 24px; }

.fr-view span.fr-img-caption.fr-dii.fr-fil, .fr-view p img.fr-dii.fr-fil {
  margin-right: 15px; }

a.fr-view.fr-strong {
  font-weight: 700; }

a.fr-view.fr-green {
  color: green; }

img.fr-view {
  position: relative;
  max-width: 100%; }

img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px; }

img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px; }

img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px; }

span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%; }

span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top; }

span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left; }

span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right; }

span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  min-width: 10px; }

span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
  min-width: 5px; }

span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
  min-width: 5px; }

/* the parent */
.slide-container {
  margin-left: 0; }

/* Slick Overrides*/
/* Icons */
/* Arrows */
.slick-next,
.slick-prev {
  width: 30px;
  height: 60px;
  background: #e6e6e6;
  z-index: 1;
  opacity: 0.7; }

.slick-next:before,
.slick-prev:before {
  font-family: '9curry-icons';
  opacity: 0.75;
  color: black; }

/* Slick Overrides*/
.slick-list.draggable {
  z-index: 0; }

.slick-next {
  right: 0; }
  .slick-next: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; }

.slick-prev {
  left: 0; }
  .slick-prev: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; }

.slick-slide img {
  display: inline-block;
  width: 100px;
  height: 100px; }

/* the slides */
.slick-slide {
  margin: 0 5px !important; }
  @media screen and (min-width: 600px) {
    .slick-slide {
      margin: 0 8px !important; } }
.slick-slider {
  margin-bottom: 10px; }

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: #e5e5e5; }

.slickit {
  background: #fff url(/assets/ajax-loader-f445ed5afd635e2f37a48cffff44a12c687f577fe69cb61a967795664fc38992.gif) center center no-repeat;
  height: 190px;
  max-height: 190px;
  overflow: hidden; }
  .slickit .slide {
    visibility: hidden;
    height: 190px;
    max-height: 190px !important; }
  .slickit.slick-initialized {
    background: none;
    height: auto;
    overflow: auto; }
    .slickit.slick-initialized .slide {
      visibility: visible; }

#notifications:focus,
#related-organizations:focus {
  outline: none; }

.gsc-table-cell-thumbnail,
.gs-promotion-image-cell {
  padding-top: 14px;
  width: 74px;
  min-width: 74px; }

.gs-title {
  width: 100%; }

.btn-prompt {
  border: 2px solid #FFCC00;
  background: transparent;
  border-radius: 3px;
  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;
  text-decoration: none !important; }

.frame-wrapper {
  position: relative;
  height: 360px;
  max-height: 330px;
  overflow-y: hidden; }
  @media screen and (min-width: 600px) {
    .frame-wrapper {
      max-height: 340px; } }
  @media screen and (min-width: 600px) and (max-width: 960px) {
    .frame-wrapper {
      max-height: 360px; } }
  @media screen and (min-width: 960px) {
    .frame-wrapper {
      max-height: 335px; } }
.frame-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%; }

#js-enable-notifications {
  display: none; }

.pin-row--highlight td {
  color: #c62828; }

/*
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-container {
  width: 100%;
  height: 480px;
  margin: 0; }

.pdfobject {
  border: solid 1px #666; }

.close-pdf-view {
  font-size: 1.2rem !important;
  padding: 0.4rem;
  display: inline-block; }

#results {
  padding: 1rem; }

.hidden {
  display: none; }

.success {
  color: #4F8A10;
  background-color: #DFF2BF; }

.fail {
  color: #D8000C;
  background-color: #FFBABA; }

.message-block {
  padding: 0.5em 1em 0; }

.alert-info {
  color: #000000;
  background-color: #E7E9EB; }

.block {
  width: 100%;
  display: block; }

a.close-doc-embed-btn {
  border: 1px solid #ccc;
  /* padding: 10px; */
  width: 40px;
  text-align: center;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  background: #c62828;
  color: #ffffff; }

td p:first-child,
th p:first-child {
  margin-top: 0; }

#important-dates td {
  min-width: 120px;
  vertical-align: middle; }

.promo-link {
  color: #d73925;
  width: 100%;
  font-weight: bold;
  font-size: 1.14em; }

.m-0 {
  margin: 0; }

.p-0 {
  padding: 0; }

.pw-1 {
  padding-left: 1em;
  padding-right: 1em; }

.desktop-only {
  display: none; }

@media (min-width: 768px) {
  .desktop-only {
    display: inline-block; } }

.flexi-img {
  display: block;
  width: 100%;
  height: 250px; }

.mr-1 {
  margin-right: 1em; }

.excerpt-footer {
  font-size: 0.875em; }

.index-label, .date-label {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #f1f1f1;
  padding-right: 0.6em;
  margin-right: 0.6em; }

#sidebar img.js-lazy {
  width: 100%; }

.faq-box {
  background: #f2f6f9;
  padding: 1em;
  width: 100%; }
