* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 0; }

body {
  font-weight: normal;
  font-family: helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px; }

td.editable {
  text-align: center; }

td.theader {
  text-align: left; }

.result_table td {
  font-size: 13px; }

.footer {
  font-size: 14px; }

.footnotes {
  font-size: 14px; }

.information-section {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6; }
  .information-section .subinfo {
    font-weight: normal; }

.countries {
  font-size: 14px;
  line-height: 1.6; }

@font-face {
  font-family: 'aesgpdb';
  src: url("fonts/aesgpdb.eot"); }
@font-face {
  font-family: 'aesgpdb';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMgfXBngAAAC8AAAAYGNtYXDVgspjAAABHAAAAGRnYXNwAAAAEAAAAYAAAAAIZ2x5ZmhdeCQAAAGIAAAF/GhlYWT/4ybpAAAHhAAAADZoaGVhA5YBoAAAB7wAAAAkaG10eA0AAOIAAAfgAAAAKGxvY2EHUAUWAAAICAAAABZtYXhwABMBIgAACCAAAAAgbmFtZR7xjrIAAAhAAAABOXBvc3QAAwAAAAAJfAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADwWQGU/5X/lQGUAGsAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAFAAAAAQABAAAwAAAAEAIOPB5OLmAvBZ//3//wAAAAAAIOPB5OLmAPBZ//3//wAB/+McQxsjGgYPsAADAAEAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQBJ/7ABtwFnAC4AACUnLgEiBg8BDgEUFhceATI2PwERFB4CMzI+AjURFx4DMzI+Ajc+ATQmJwG3oAUMDAwFoAQFBQQFDAwMBWkFCQsHBwsJBWkDBQYGAwMGBgUDBAUFBMegBAUFBKAFDAwMBQQFBQRq/s0HCwkFBQkLBwEzagIDAwEBAwMCBQwMDAUAAAAACAAg/5AB4AGQAHkAiQCeALgA0gDxAP8BHwAAJS4DIyIOAgcuAycuAycwNDY0NTA+Aic8AiY1Jy4DKwEiDgIHBhQeARcHDgMPAQ4DDwEUDgIHDgMHBhQeAR8BHgIyMzI+Ajc+AzceAzM6AjYzPgM3PgImNTQuAicFPgM3Mj4CNw4DBxMyHgIVFA4CBy4DNTA0PgEzBz4DNz4DNx4DFx4DFw4DBzcwDgEiIyIuAicyNjoBMzoBHgEXHgIGBzcnLgMrASIOAhURFB4CMyEyPgI1ETQuAicHHgMXIzUeAx8BExQOAiMhIi4CNRE0PgI7AToCFjMVMxQWHAEVEQGlAwgLDgkGDQ0PBwMHBgYDBw4LCgMBBAMCAQEBAQMFBQQFBAcFBAECAwcFAwQHCAcEAQQHBwcDCQUHBgELEg4IAQEBAwIIAQMDAwEIEhMWDQ4fHx8PCxgYFQkCAgMCAQIDAwIBAgIBAQEBAgH+xQEHCw4IAQICAgIJDwwKBIUDBAMBAQIDAgECAgEBAQEoAgQDBAIFBwcFAgQKCgwGAQIBAgENGBYVCtcDAwQBBQoNDQgDBgUGAgUGBgcEBQUCAQEmSAYQExMI8AgPCwYGCw8IAXAIDwsGBAgKBhcBAQEBAVIBAQIBAUcTAQIDAv6QAgMCAQECAwLwAQICAgF/AWkDBAICAQEBAQIEBAUCBxASEwsCAgIBExscCAECAQEBAgMFBAICAwUDCRcaIBEICBAQDwcCCA4NCwYEAQIEAwEGDg4NBgIFBAMBBAEBAQoVIBYFCQcGAgYKCAQBAQECAgEDBgYHBAECAgIBcAQLDg4HAgICAQ4UDgcCATMGCQwGBgoJBwQFDAsMBQcKB9sDBwcHAwkPDg0FCA4NDAUBAQIBAQIGBgcEAgEBAgQGAwEBAQEBBAMCAdlIBgoIBAYLDwj+UAgPCwYGCw8IATAIExMQBhYBAQIBAVIBAQEBAUf+ogIDAgEBAgMCAbACAwIBAX8BAgICAf7QAAAABAAA/5ICAAGSABQAKQAtADcAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMDMxUjFyM1MzUjNTMVMwEANV1GKChGXTU1XUYoKEZdNStMOCEhOEwrK0w4ISE4TCsgQEBggCAgYCABkihFXjU1XUYoKEZdNTVeRSj+MCE4TCsrTDkgIDlMKytMOCEBUEDAIGAggAAAAQB5AAkBhwEXAAwAACUHJwcnNyc3FzcXBxcBhy1aWC9bWy9YWi1ZWTctWVktWlgvW1svWFoAAAACAAD/kAHgAZAABgAVAAAlNSM1MzUXBxUjFScRIRUjNSEXETM1AYCgoGCAoMABYCD/AICAUEBAQGBAgGBgAaCggED+4GAAAAADAAD/uAG3AW8AFABMAGUAACU1NCcmKwEiBwYdARQXFjsBMjc2NTc0JyYnJiMiBwYfARYzMjc2NzYzMhcWFRQHBgcGBwYdARQXFjsBMjc2NTQ3Njc2NzY3Njc2NzY1FxQHBgcGIyInJicmNTQ3Njc2MzIXFhcWFQEAAwIENwQDAgIDBDcEAgNJEBAXGBlFJQQGJgIEBAMPCQoPDgoLBgUOEg8PAgMENwQCAwYGCgkFBQgIBQQEA24eHTIzPDszMh4dHR4yMzs8MzIdHgo3BAMCAgMENwQCAwMCBMAZFhUMDD0HBR0BAxMHBwcICQsHBgYIERETCgQDAgIDBAUJCQUFAwMHBwcHCgsMNzszMh4dHR4yMzs8MzIdHh4dMjM8AAABAAAAAQAARSXkJl8PPPUACwIAAAAAAM9h82UAAAAAz2HzZQAA/5ACAAGSAAAACAACAAAAAAAAAAEAAAGU/5UAAAIAAAAAAAIAAAEAAAAAAAAAAAAAAAAAAAAKAAAAAAAAAAAAAAAAAQAAAAIAAEkCAAAgAgAAAAIAAHkCAAAAAgAAAAAAAAAACgAUAB4AZgHgAi4CSgJuAv4AAAABAAAACgEgAAgAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoAKABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoAKABjAGEAZQBzAGcAcABkAGIAVgBlAHIAcwBpAG8AbgAgADEALgAwAGEAZQBzAGcAcABkAGJhZXNncGRiAGEAZQBzAGcAcABkAGIAUgBlAGcAdQBsAGEAcgBhAGUAcwBnAHAAZABiAEcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'aesgpdb';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info:before {
  content: "\e600"; }

.icon-close:before {
  content: "\e601"; }

.icon-exit:before {
  content: "\e602"; }

.icon-arrow-up:before {
  content: "\e3c1"; }

.icon-file-pdf:before {
  content: "\e4e2"; }

body {
  background-color: #fff;
  color: #333; }

.header {
  background-color: #104881; }

.footer {
  background-color: #365a7f;
  color: #c3ced9;
  color: rgba(255, 255, 255, 0.7); }

a {
  color: #104881; }

a:hover {
  color: #b8c8d8;
  text-decoration: none; }

.footnav a {
  color: #c3ced9;
  color: rgba(255, 255, 255, 0.7); }

.footnav a:hover {
  text-decoration: none; }

.card-search {
  background-color: transparent; }

.emphasis {
  background: #f8fbfe;
  border-radius: 5px;
  border: 1px solid #b8c8d8; }

.errorlist {
  color: #f00; }

.fieldtype {
  color: #666; }

#columns-eu {
  background: #f8fbfe; }
  #columns-eu strong {
    color: #104881;
    font-weight: normal; }

#columns-noneu {
  background: #f8fbfe; }

.selection-header {
  background: #fff; }

.footnotes {
  color: #999; }

.label-disabled {
  color: #999; }

.help {
  background-color: #fffcce;
  border: 1px solid #dbdb00;
  border-radius: 5px; }
  .help .close a {
    text-decoration: none; }

#show-help a {
  text-decoration: none;
  color: #186ec5; }
  #show-help a:hover {
    color: #59a1ea; }

#backup a {
  display: block;
  padding: 4px 18px 4px 9px;
  text-decoration: none;
  background-color: #104881;
  color: #fff; }
  #backup a:hover {
    color: #86bbf0; }

html, body {
  height: 100%; }

.sf-root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -108px; }
  .sf-root .sf-push {
    height: 108px; }

.sf-footer {
  clear: both;
  position: relative;
  height: 108px; }

body, html {
  margin: 0;
  paddding: 0;
  height: 100%; }

img {
  width: 100%;
  height: auto; }
  .main img {
    width: auto; }

.container {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  min-width: 800px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.main {
  padding-bottom: 144px; }

.row {
  *zoom: 1;
  display: block; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.navigation {
  float: left;
  display: block;
  margin-right: 1.97368%;
  width: 18.42105%;
  margin-left: 40.78947%;
  padding: 19px 0 0 0;
  text-align: right; }
  .navigation:last-child {
    margin-right: 0; }

.header {
  height: 72px; }

.branding {
  float: left;
  display: block;
  margin-right: 1.97368%;
  width: 38.81579%;
  padding: 14px 0 0 0; }
  .branding:last-child {
    margin-right: 0; }

.footnav {
  text-align: center;
  padding: 36px 0 0 0; }

.emphasis {
  padding: 18px 0; }

.login-form {
  float: left;
  display: block;
  margin-right: 1.97368%;
  width: 49.01316%;
  margin-top: 36px; }
  .login-form:last-child {
    margin-right: 0; }

.errorlist {
  list-style-type: none;
  padding: 0 0 18px 0;
  margin: 0; }
  .pure-form .errorlist {
    margin-left: 180px;
    padding: 0; }

.box-eu {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 66.12022%; }
  .box-eu:last-child {
    margin-right: 0; }
  .box-eu .box-country {
    float: left;
    display: block;
    margin-right: 2.47934%;
    width: 23.1405%;
    overflow: hidden;
    font-size: 14px; }
    .box-eu .box-country:last-child {
      margin-right: 0; }
    .box-eu .box-country:nth-child(4n) {
      margin-right: 0; }
    .box-eu .box-country:nth-child(4n+1) {
      clear: left; }

.box-noneu {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 32.24044%; }
  .box-noneu:last-child {
    margin-right: 0; }
  .box-noneu .box-country {
    float: left;
    display: block;
    margin-right: 3.33333%;
    width: 31.11111%;
    overflow: hidden;
    font-size: 15px; }
    .box-noneu .box-country:last-child {
      margin-right: 0; }
    .box-noneu .box-country:nth-child(2n) {
      margin-right: 0; }
    .box-noneu .box-country:nth-child(2n+1) {
      clear: left; }

#columns-eu {
  padding: 0 9px; }

#columns-noneu {
  padding: 0 9px; }

.countries {
  list-style-type: none;
  padding: 0; }

.selection-header {
  margin: 0;
  padding: 6px 9px;
  float: left;
  width: 100%; }
  .selection-header label {
    float: left;
    padding-right: 18px; }

.aside {
  float: right; }

.btn-right {
  float: right;
  padding-bottom: 24px; }

.box {
  margin: 24px 0; }

.result-box {
  border-top: 1px dotted #70aeed;
  padding-top: 36px; }

.result_table {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word; }
  .result_table td {
    background: #eee;
    padding: 6px 12px;
    border: 2px solid #fff; }
    .result_table td.editable {
      background: #f8f8f8; }

.block-type-text table {
  border-collapse: collapse;
  border: 1px solid #fff; }
.block-type-text td {
  background: #fff;
  padding: 6px 12px;
  border: 1px solid #666;
  width: auto !important; }
  .block-type-text td.editable {
    background: #fff; }
  .block-type-text td.nobottom {
    border-bottom: none !important; }
.block-type-text table tr:first-child td {
  border-top: 0; }
.block-type-text table tr:last-child td {
  border-bottom: 0; }
.block-type-text table tr td:first-child,
.block-type-text table tr th:first-child {
  border-left: 0; }
.block-type-text table tr td:last-child,
.block-type-text table tr th:last-child {
  border-right: 0; }

.content-block {
  padding-bottom: 144px; }

.information-section {
  padding-bottom: 9px; }
  .information-section label {
    display: inline-block;
    width: 90%;
    vertical-align: top; }

.subinfo {
  padding-left: 24px; }

.country-full {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 100%; }
  .country-full:last-child {
    margin-right: 0; }

.country-title {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 100%;
  font-size: 24px;
  color: #ccc;
  margin-top: 42px; }
  .country-title:last-child {
    margin-right: 0; }
  .country-title h1 {
    font-weight: normal; }

.country-data {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 40.71038%;
  margin-left: 20.39474%; }
  .country-data:last-child {
    margin-right: 0; }

.country-combination {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 100%; }
  .country-combination:last-child {
    margin-right: 0; }

.country-data-list {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #ccc;
  font-size: 14px; }
  .country-data-list th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: right;
    width: 55%;
    font-weight: normal;
    padding: 6px 24px; }
  .country-data-list td {
    border-bottom: 1px solid #ccc;
    width: 45%;
    padding: 6px 0 6px 24px; }

.block-title {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 15.30055%; }
  .block-title:last-child {
    margin-right: 0; }
  .block-title h3 {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    padding-right: 12px; }

.block-content {
  float: left;
  display: block;
  margin-right: 1.63934%;
  width: 83.06011%;
  margin-right: 0;
  min-height: 120px; }
  .block-content:last-child {
    margin-right: 0; }

.footnotes {
  list-style-type: none;
  padding: 0; }

.help {
  display: none;
  margin: 18px 0 36px 0;
  padding: 0 18px 18px 18px; }
  .help .close {
    text-align: right; }

#show-help {
  display: none;
  text-align: right;
  padding: 6px 21px 0 0; }

#backup {
  display: none;
  position: fixed;
  top: 39px;
  right: 0; }

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(16, 72, 129, 0.8); }
  .modal .message {
    position: absolute;
    z-index: 1100;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -50px;
    background-color: #fff;
    width: 400px;
    height: 100px;
    text-align: center;
    color: #104881;
    font-weight: bold;
    border: 1px solid #1b7bdc;
    border-radius: 5px; }
    .modal .message img {
      margin: 18px 0 9px 0;
      width: 32px;
      height: 32px; }
    .modal .message p {
      margin: 0; }

.legal {
  color: #eee;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  line-height: 12px; }

body.loading {
  overflow: hidden; }

body.loading .modal {
  display: block; }

.btn {
  cursor: pointer;
  border: none;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 8px 16px;
  box-shadow: 0 1px 2px black(0.1), inset 0 1px 0 white(0.15), inset 0 -1px 0 black(0.15);
  font: bold 14px "Helvetica Neue", Helvetica, sans-serif;
  white-space: nowrap;
  text-decoration: none; }
  .btn:active, .btn.active {
    outline: none;
    position: relative;
    top: 1px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }

.btn-primary {
  background: -webkit-linear-gradient( #c2d0dd, #aec0d3);
  background: linear-gradient( #c2d0dd, #aec0d3);
  color: #104881;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .btn-primary:hover, .btn-primary.hover {
    background: -webkit-linear-gradient( #c8d5e1, #b5c5d6);
    background: linear-gradient( #c8d5e1, #b5c5d6);
    text-decoration: none;
    color: #104881; }

.btn-secondary {
  background: -webkit-linear-gradient( #dedede, #cecece);
  background: linear-gradient( #dedede, #cecece);
  color: #707070;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .btn-secondary:hover, .btn-secondary.hover {
    background: -webkit-linear-gradient( #e3e3e3, lightgray);
    background: linear-gradient( #e3e3e3, lightgray);
    text-decoration: none;
    color: #707070; }

.btn-submit {
  margin-left: 22px; }

.pure-form input[type="text"],
.pure-form input[type="password"],
.pure-form input[type="email"],
.pure-form input[type="url"],
.pure-form input[type="date"],
.pure-form input[type="month"],
.pure-form input[type="time"],
.pure-form input[type="datetime"],
.pure-form input[type="datetime-local"],
.pure-form input[type="week"],
.pure-form input[type="number"],
.pure-form input[type="search"],
.pure-form input[type="tel"],
.pure-form input[type="color"],
.pure-form select,
.pure-form textarea {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]) {
  padding: 0.5em 0.6em;
  display: inline-block;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Chrome (as of v.32/34 on OS X) needs additional room for color to display. */
/* May be able to remove this tweak as color inputs become more standardized across browsers. */
.pure-form input[type="color"] {
  padding: 0.2em 0.5em; }

.pure-form input[type="text"]:focus,
.pure-form input[type="password"]:focus,
.pure-form input[type="email"]:focus,
.pure-form input[type="url"]:focus,
.pure-form input[type="date"]:focus,
.pure-form input[type="month"]:focus,
.pure-form input[type="time"]:focus,
.pure-form input[type="datetime"]:focus,
.pure-form input[type="datetime-local"]:focus,
.pure-form input[type="week"]:focus,
.pure-form input[type="number"]:focus,
.pure-form input[type="search"]:focus,
.pure-form input[type="tel"]:focus,
.pure-form input[type="color"]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #129FEA; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type]):focus {
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  border-color: #129FEA; }

.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 1px auto #129FEA; }

.pure-form .pure-checkbox,
.pure-form .pure-radio {
  margin: 0.5em 0;
  display: block; }

.pure-form input[type="text"][disabled],
.pure-form input[type="password"][disabled],
.pure-form input[type="email"][disabled],
.pure-form input[type="url"][disabled],
.pure-form input[type="date"][disabled],
.pure-form input[type="month"][disabled],
.pure-form input[type="time"][disabled],
.pure-form input[type="datetime"][disabled],
.pure-form input[type="datetime-local"][disabled],
.pure-form input[type="week"][disabled],
.pure-form input[type="number"][disabled],
.pure-form input[type="search"][disabled],
.pure-form input[type="tel"][disabled],
.pure-form input[type="color"][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form input:not([type])[disabled] {
  cursor: not-allowed;
  background-color: #eaeded;
  color: #cad2d3; }

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
  background: #eee;
  /* menu hover bg color */
  color: #777;
  /* menu text color */
  border-color: #ccc; }

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b; }

.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
  border-color: #e9322d; }

.pure-form input[type="file"]:focus:invalid:focus,
.pure-form input[type="radio"]:focus:invalid:focus,
.pure-form input[type="checkbox"]:focus:invalid:focus {
  outline-color: #e9322d; }

.pure-form select {
  border: 1px solid #ccc;
  background-color: white; }

.pure-form select[multiple] {
  height: auto; }

.pure-form label {
  margin: 0.5em 0 0.2em; }

.pure-form fieldset {
  margin: 0;
  padding: 0.35em 0 0.75em;
  border: 0; }

.pure-form legend {
  display: block;
  width: 100%;
  padding: 0.3em 0;
  margin-bottom: 0.3em;
  color: #333;
  border-bottom: 1px solid #e5e5e5; }

.pure-form-stacked input[type="text"],
.pure-form-stacked input[type="password"],
.pure-form-stacked input[type="email"],
.pure-form-stacked input[type="url"],
.pure-form-stacked input[type="date"],
.pure-form-stacked input[type="month"],
.pure-form-stacked input[type="time"],
.pure-form-stacked input[type="datetime"],
.pure-form-stacked input[type="datetime-local"],
.pure-form-stacked input[type="week"],
.pure-form-stacked input[type="number"],
.pure-form-stacked input[type="search"],
.pure-form-stacked input[type="tel"],
.pure-form-stacked input[type="color"],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
  display: block;
  margin: 0.25em 0; }

/*
Need to separate out the :not() selector from the rest of the CSS 2.1 selectors
since IE8 won't execute CSS that contains a CSS3 selector.
*/
.pure-form-stacked input:not([type]) {
  display: block;
  margin: 0.25em 0; }

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.pure-form-aligned textarea {
  vertical-align: top; }

/* Aligned Forms */
.pure-form-aligned .pure-control-group {
  margin-bottom: 0.5em; }

.pure-form-aligned .pure-control-group label {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 10em;
  margin: 0 1em 0 0; }

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 10em; }

/* Rounded Inputs */
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
  border-radius: 2em;
  padding: 0.5em 1em; }

/* Grouped Inputs */
.pure-form .pure-group fieldset {
  margin-bottom: 10px; }

.pure-form .pure-group input {
  display: block;
  padding: 10px;
  margin: 0;
  border-radius: 0;
  position: relative;
  top: -1px; }

.pure-form .pure-group input:focus {
  z-index: 2; }

.pure-form .pure-group input:first-child {
  top: 1px;
  border-radius: 4px 4px 0 0; }

.pure-form .pure-group input:last-child {
  top: -2px;
  border-radius: 0 0 4px 4px; }

.pure-form .pure-group button {
  margin: 0.35em 0; }

.pure-form .pure-input-1 {
  width: 100%; }

.pure-form .pure-input-2-3 {
  width: 66%; }

.pure-form .pure-input-1-2 {
  width: 50%; }

.pure-form .pure-input-1-3 {
  width: 33%; }

.pure-form .pure-input-1-4 {
  width: 25%; }

/* Inline help for forms */
/* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
.pure-form-message-inline {
  display: inline-block;
  padding-left: 0.3em;
  color: #666;
  vertical-align: middle;
  font-size: 0.875em; }

/* Block help for forms */
.pure-form-message {
  display: block;
  color: #666;
  font-size: 0.875em; }

/* Default bars' style */
.jquery-notify-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 32768;
  background-color: #efefef;
  font-size: 18px;
  color: #000;
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  padding: 24px 0px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff;
  -moz-box-shadow: inset 0 -1px 0 0 #fff;
  box-shadow: inset 0 -1px 0 0 #fff; }

.jquery-notify-bar.bottom {
  bottom: 0;
  top: auto;
  border-top: 1px solid #ddd;
  border-bottom: 0;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff; }

/* Style for errors */
.jquery-notify-bar.error {
  color: #f00;
  background-color: #fdd; }

/* Style for warning */
.jquery-notify-bar.warning {
  color: #000;
  background-color: #FFCB20; }

/* Style for success (notice) */
.jquery-notify-bar.success {
  color: #060;
  background-color: #BBFFB6; }

/* Style for close button */
.notify-bar-close {
  position: absolute;
  left: 95%;
  font-size: 11px; }

/*# sourceMappingURL=base.css.map */
