@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/pEobIV_lL25TKBpqVI_a2w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
 */
figcaption,
figure {
  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 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * 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 */ }

/* Links
   ========================================================================== */
/**
 * 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 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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.
 */
button {
  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 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible; }

/**
 * 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 */ }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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; }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block; }

/* 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; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    position: relative;
    left: 25%; }

  .medium-pull-3 {
    position: relative;
    left: -25%; }

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    position: relative;
    left: 50%; }

  .medium-pull-6 {
    position: relative;
    left: -50%; }

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    position: relative;
    left: 75%; }

  .medium-pull-9 {
    position: relative;
    left: -75%; }

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0%; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    position: relative;
    left: 25%; }

  .large-pull-3 {
    position: relative;
    left: -25%; }

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    position: relative;
    left: 50%; }

  .large-pull-6 {
    position: relative;
    left: -50%; }

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    position: relative;
    left: 75%; }

  .large-pull-9 {
    position: relative;
    left: -75%; }

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }

  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #cacaca; }

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.9375rem; }

  h4 {
    font-size: 1.5625rem; }

  h5 {
    font-size: 1.25rem; }

  h6 {
    font-size: 1rem; } }
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; } }
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; } }
.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

@keyframes hideAfter {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; } }
@-webkit-keyframes hideAfter {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; } }
html, body {
  height: 100%; }

#wrapper {
  min-width: 800px;
  max-width: 1024px;
  min-height: 600px;
  height: 600px;
  margin: 0 auto;
  padding: 0; }

#header {
  height: 100px; }

#wrap {
  height: 300px;
  position: relative; }

#footer {
  height: 200px; }

#content {
  position: relative; }

h1, h2 {
  display: inline-block; }

h1 {
  font-size: 1.8em;
  margin-left: 50px;
  line-height: 100px; }

h2 {
  font-size: 1.2em;
  border-bottom: 4px solid;
  width: 100%; }

#menu {
  line-height: 100px;
  float: right;
  margin-right: 50px; }
  #menu a {
    font-size: 1.1em;
    text-transform: uppercase;
    margin-left: 20px; }

.bottom-content {
  position: absolute;
  bottom: 0; }

body #header {
  height: 100px; }
body #footer {
  height: 200px; }
body #wrap {
  height: 300px;
  position: relative; }
body #side {
  height: 300px; }
body #content {
  height: 300px; }
body #side, body #footer-side {
  float: left;
  width: 25%; }
body #content, body #footer-content {
  margin-left: 25%;
  width: 75%; }
body #side > div {
  padding-right: 15px; }

body.controller-users #header {
  height: 100px; }
body.controller-users #footer {
  height: 200px; }
body.controller-users #wrap {
  height: 300px;
  position: relative; }
body.controller-users #side {
  height: 300px; }
body.controller-users #content {
  height: 300px; }
body.controller-users.action-login #side, body.controller-users.action-login #footer-side {
  float: left;
  width: 50%; }
body.controller-users.action-login #content, body.controller-users.action-login #footer-content {
  margin-left: 50%;
  width: 50%; }
body.controller-users.action-login #content {
  position: relative; }
  body.controller-users.action-login #content > div {
    position: absolute;
    bottom: 0;
    width: 100%; }
body.controller-users.action-register #header {
  height: 100px; }
body.controller-users.action-register #footer {
  height: 70px; }
body.controller-users.action-register #wrap {
  height: 430px;
  position: relative; }
body.controller-users.action-register #side {
  height: 300px; }
body.controller-users.action-register #content {
  height: 430px; }
body.controller-users.action-register #side, body.controller-users.action-register #footer-side {
  float: left;
  width: 50%; }
body.controller-users.action-register #content, body.controller-users.action-register #footer-content {
  margin-left: 50%;
  width: 50%; }
body.controller-users.action-register #content {
  position: relative; }
  body.controller-users.action-register #content > div {
    position: absolute;
    bottom: 0;
    width: 100%; }
body.controller-users.action-home #side, body.controller-users.action-home #footer-side {
  float: left;
  width: 50%; }
body.controller-users.action-home #content, body.controller-users.action-home #footer-content {
  margin-left: 50%;
  width: 50%; }

body.controller-patients #header {
  height: 100px; }
body.controller-patients #footer {
  height: 200px; }
body.controller-patients #wrap {
  height: 300px;
  position: relative; }
body.controller-patients #side {
  height: 300px; }
body.controller-patients #content {
  height: 300px; }
body.controller-patients.action-index #header, body.controller-patients.action-register #header, body.controller-patients.action-view.section-edit #header, body.controller-patients.action-view.section-view #header {
  height: 100px; }
body.controller-patients.action-index #footer, body.controller-patients.action-register #footer, body.controller-patients.action-view.section-edit #footer, body.controller-patients.action-view.section-view #footer {
  height: 50px; }
body.controller-patients.action-index #wrap, body.controller-patients.action-register #wrap, body.controller-patients.action-view.section-edit #wrap, body.controller-patients.action-view.section-view #wrap {
  height: 450px;
  position: relative; }
body.controller-patients.action-index #side, body.controller-patients.action-register #side, body.controller-patients.action-view.section-edit #side, body.controller-patients.action-view.section-view #side {
  height: 300px; }
body.controller-patients.action-index #content, body.controller-patients.action-register #content, body.controller-patients.action-view.section-edit #content, body.controller-patients.action-view.section-view #content {
  height: 450px; }
body.controller-patients.action-index #content, body.controller-patients.action-register #content, body.controller-patients.action-view.section-edit #content, body.controller-patients.action-view.section-view #content {
  position: relative; }
  body.controller-patients.action-index #content > div, body.controller-patients.action-register #content > div, body.controller-patients.action-view.section-edit #content > div, body.controller-patients.action-view.section-view #content > div {
    position: absolute;
    bottom: 0;
    width: 100%; }
body.controller-patients.action-register #footer, body.controller-patients.action-view.section-view #footer {
  margin-left: 25%; }
body.controller-patients.action-view.section-view #content > div > div:first-child, body.controller-patients.action-view.section-edit #content > div > div:first-child {
  height: auto; }
body.controller-patients.action-view.section-history #header {
  height: 100px; }
body.controller-patients.action-view.section-history #footer {
  height: 50px; }
body.controller-patients.action-view.section-history #wrap {
  height: 450px;
  position: relative; }
body.controller-patients.action-view.section-history #side {
  height: 300px; }
body.controller-patients.action-view.section-history #content {
  height: 450px; }
body.controller-patients.action-view.section-history #content > div > div.inner-content {
  height: 430px; }

body.controller-studies #header {
  height: 100px; }
body.controller-studies #footer {
  height: 200px; }
body.controller-studies #wrap {
  height: 300px;
  position: relative; }
body.controller-studies #side {
  height: 300px; }
body.controller-studies #content {
  height: 300px; }
body.controller-studies.action-add #header, body.controller-studies.action-edit #header {
  height: 100px; }
body.controller-studies.action-add #footer, body.controller-studies.action-edit #footer {
  height: 50px; }
body.controller-studies.action-add #wrap, body.controller-studies.action-edit #wrap {
  height: 450px;
  position: relative; }
body.controller-studies.action-add #side, body.controller-studies.action-edit #side {
  height: 300px; }
body.controller-studies.action-add #content, body.controller-studies.action-edit #content {
  height: 450px; }
body.controller-studies.action-add #content, body.controller-studies.action-edit #content {
  position: relative; }
  body.controller-studies.action-add #content > div, body.controller-studies.action-edit #content > div {
    position: absolute;
    bottom: 0;
    width: 100%; }
body.controller-studies.action-add #content > div > div:first-child, body.controller-studies.action-edit #content > div > div:first-child {
  height: auto; }

body.controller-studynotes #header,
body.controller-study_notes #header {
  height: 100px; }
body.controller-studynotes #footer,
body.controller-study_notes #footer {
  height: 200px; }
body.controller-studynotes #wrap,
body.controller-study_notes #wrap {
  height: 300px;
  position: relative; }
body.controller-studynotes #side,
body.controller-study_notes #side {
  height: 300px; }
body.controller-studynotes #content,
body.controller-study_notes #content {
  height: 300px; }
body.controller-studynotes #header,
body.controller-study_notes #header {
  height: 100px; }
body.controller-studynotes #footer,
body.controller-study_notes #footer {
  height: 50px; }
body.controller-studynotes #wrap,
body.controller-study_notes #wrap {
  height: 450px;
  position: relative; }
body.controller-studynotes #side,
body.controller-study_notes #side {
  height: 300px; }
body.controller-studynotes #content,
body.controller-study_notes #content {
  height: 450px; }

@keyframes hideAfter {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; } }
@-webkit-keyframes hideAfter {
  0% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0; } }
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/pEobIV_lL25TKBpqVI_a2w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
body {
  color: #ffffff; }

#wrapper {
  background-color: #EBE8DC; }

#header {
  background-color: #F1EFE6; }

h1, h2 {
  color: #0091C4;
  text-transform: uppercase; }

h2 {
  color: #5e5e5e;
  border-color: #0091c4; }

#menu a:link, #menu a:visited, #menu a:active {
  color: #5e5e5e; }
#menu a.active, #menu a:hover {
  font-weight: bold; }

#footer {
  background-color: #0091C4;
  color: #FFFFFF; }

body.with-patient-history #side .eventList {
  height: 375px;
  overflow-y: auto; }
body.with-patient-history #side .event {
  padding-left: 10px;
  color: #5e5e5e;
  font-size: 1rem;
  font-weight: normal; }
  body.with-patient-history #side .event b {
    font-weight: bold;
    line-height: 1;
    font-size: 0.6rem; }
  body.with-patient-history #side .event a:link,
  body.with-patient-history #side .event a:hover,
  body.with-patient-history #side .event a:active,
  body.with-patient-history #side .event a:visited {
    display: block;
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e; }
  body.with-patient-history #side .event.viewing {
    background-color: #fff; }
body.with-patient-history #side .bottom-content .links {
  margin-left: 50px;
  margin-bottom: -25px;
  height: 50px; }
  body.with-patient-history #side .bottom-content .links .link-plus-wrap {
    display: inline-block; }
    body.with-patient-history #side .bottom-content .links .link-plus-wrap a {
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: none;
      background-size: 25px 25px;
      background-image: url("/actios/img/plus.png");
      background-repeat: no-repeat;
      background-position: center;
      width: 50px;
      height: 50px;
      border: 5px solid #EBE8DC;
      background-color: #0091C4;
      cursor: pointer;
      color: transparent;
      display: block;
      float: left;
      margin-right: 25px; }
    body.with-patient-history #side .bottom-content .links .link-plus-wrap .link-plus-label {
      width: 50px;
      text-align: center; }

body.controller-studynotes #content form [type='text'], body.controller-studynotes #content form [type='password'], body.controller-studynotes #content form [type='date'], body.controller-studynotes #content form [type='datetime'], body.controller-studynotes #content form [type='datetime-local'], body.controller-studynotes #content form [type='month'], body.controller-studynotes #content form [type='week'], body.controller-studynotes #content form [type='email'], body.controller-studynotes #content form [type='number'], body.controller-studynotes #content form [type='search'], body.controller-studynotes #content form [type='tel'], body.controller-studynotes #content form [type='time'], body.controller-studynotes #content form [type='url'], body.controller-studynotes #content form [type='color'], body.controller-studynotes #content form textarea,
body.controller-study_notes #content form [type='text'],
body.controller-study_notes #content form [type='password'],
body.controller-study_notes #content form [type='date'],
body.controller-study_notes #content form [type='datetime'],
body.controller-study_notes #content form [type='datetime-local'],
body.controller-study_notes #content form [type='month'],
body.controller-study_notes #content form [type='week'],
body.controller-study_notes #content form [type='email'],
body.controller-study_notes #content form [type='number'],
body.controller-study_notes #content form [type='search'],
body.controller-study_notes #content form [type='tel'],
body.controller-study_notes #content form [type='time'],
body.controller-study_notes #content form [type='url'],
body.controller-study_notes #content form [type='color'],
body.controller-study_notes #content form textarea {
  margin-bottom: 5px; }
  body.controller-studynotes #content form [type='text']:not(:focus), body.controller-studynotes #content form [type='password']:not(:focus), body.controller-studynotes #content form [type='date']:not(:focus), body.controller-studynotes #content form [type='datetime']:not(:focus), body.controller-studynotes #content form [type='datetime-local']:not(:focus), body.controller-studynotes #content form [type='month']:not(:focus), body.controller-studynotes #content form [type='week']:not(:focus), body.controller-studynotes #content form [type='email']:not(:focus), body.controller-studynotes #content form [type='number']:not(:focus), body.controller-studynotes #content form [type='search']:not(:focus), body.controller-studynotes #content form [type='tel']:not(:focus), body.controller-studynotes #content form [type='time']:not(:focus), body.controller-studynotes #content form [type='url']:not(:focus), body.controller-studynotes #content form [type='color']:not(:focus), body.controller-studynotes #content form textarea:not(:focus),
  body.controller-study_notes #content form [type='text']:not(:focus),
  body.controller-study_notes #content form [type='password']:not(:focus),
  body.controller-study_notes #content form [type='date']:not(:focus),
  body.controller-study_notes #content form [type='datetime']:not(:focus),
  body.controller-study_notes #content form [type='datetime-local']:not(:focus),
  body.controller-study_notes #content form [type='month']:not(:focus),
  body.controller-study_notes #content form [type='week']:not(:focus),
  body.controller-study_notes #content form [type='email']:not(:focus),
  body.controller-study_notes #content form [type='number']:not(:focus),
  body.controller-study_notes #content form [type='search']:not(:focus),
  body.controller-study_notes #content form [type='tel']:not(:focus),
  body.controller-study_notes #content form [type='time']:not(:focus),
  body.controller-study_notes #content form [type='url']:not(:focus),
  body.controller-study_notes #content form [type='color']:not(:focus),
  body.controller-study_notes #content form textarea:not(:focus) {
    border-bottom: none; }
body.controller-studynotes .submit.with-text,
body.controller-study_notes .submit.with-text {
  margin-bottom: -36px; }
  body.controller-studynotes .submit.with-text input[type="submit"],
  body.controller-study_notes .submit.with-text input[type="submit"] {
    margin-left: -95px; }

body.with-patient-menu h3 {
  position: absolute;
  top: 6px;
  right: 15px;
  color: #5e5e5e;
  font-size: 1.5rem; }
body.with-patient-menu .patient-menu {
  position: absolute;
  z-index: 999; }
body.with-patient-menu .patient-menu {
  padding-top: 20px;
  margin-left: 30px; }
  body.with-patient-menu .patient-menu a:active, body.with-patient-menu .patient-menu a:visited, body.with-patient-menu .patient-menu a:link, body.with-patient-menu .patient-menu a:hover {
    display: inline-block;
    background-color: #5e5e5e;
    padding: 4px 8px;
    border-radius: 5px;
    color: #fff;
    margin-right: 5px;
    text-transform: uppercase;
    float: left;
    margin-top: 5px;
    width: 150px;
    text-align: center; }
    body.with-patient-menu .patient-menu a:active.active, body.with-patient-menu .patient-menu a:visited.active, body.with-patient-menu .patient-menu a:link.active, body.with-patient-menu .patient-menu a:hover.active {
      background-color: #0091C4; }
    body.with-patient-menu .patient-menu a:active.back, body.with-patient-menu .patient-menu a:visited.back, body.with-patient-menu .patient-menu a:link.back, body.with-patient-menu .patient-menu a:hover.back {
      display: inline-block;
      border-radius: 50%;
      overflow: hidden;
      box-shadow: none;
      background-color: #0091C4;
      background-size: 30px 30px;
      background-image: url("/actios/img/back.png");
      background-repeat: no-repeat;
      background-position: center;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-right: 30px;
      margin-top: 0;
      overflow: inherit;
      font-size: 0;
      position: relative; }
      body.with-patient-menu .patient-menu a:active.back b, body.with-patient-menu .patient-menu a:visited.back b, body.with-patient-menu .patient-menu a:link.back b, body.with-patient-menu .patient-menu a:hover.back b {
        position: absolute;
        height: 40px;
        width: 40px;
        display: block;
        text-align: center;
        line-height: 40px;
        margin-left: -8px;
        margin-top: -4px;
        color: #fff;
        font-size: 25px; }
body.with-patient-menu #content,
body.with-patient-menu #side {
  padding-top: 75px; }
body.with-patient-menu.with-patient-history .patient-menu a.menu-history:active, body.with-patient-menu.with-patient-history .patient-menu a.menu-history:visited, body.with-patient-menu.with-patient-history .patient-menu a.menu-history:link, body.with-patient-menu.with-patient-history .patient-menu a.menu-history:hover {
  background-color: #0091C4; }

body.controller-patients.action-view h3 {
  position: absolute;
  top: 6px;
  right: 15px;
  color: #5e5e5e;
  font-size: 1.5rem; }
body.controller-patients.action-view .field {
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }
  body.controller-patients.action-view .field label {
    font-weight: bold;
    line-height: 1; }
  body.controller-patients.action-view .field > div {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #000; }
body.controller-patients.action-view.section-edit #side,
body.controller-patients.action-view.section-edit #footer-side {
  float: left;
  width: 100px; }
body.controller-patients.action-view.section-edit #content,
body.controller-patients.action-view.section-edit #footer-content {
  margin-left: 100px;
  width: auto; }
body.controller-patients.action-view.section-edit #side > div {
  padding-right: 15px; }
body.controller-patients.action-register .submit, body.controller-patients.action-view.section-view .submit, body.controller-patients.action-view.section-edit .submit {
  display: block;
  margin: auto auto -30px auto; }
body.controller-patients.action-register .submit-alt, body.controller-patients.action-view.section-view .submit-alt, body.controller-patients.action-view.section-edit .submit-alt {
  position: relative;
  margin-bottom: -38px;
  bottom: auto;
  text-align: center;
  width: 100%;
  margin-top: 44px; }
body.controller-patients.action-register #content form [type='text'], body.controller-patients.action-register #content form [type='password'], body.controller-patients.action-register #content form [type='date'], body.controller-patients.action-register #content form [type='datetime'], body.controller-patients.action-register #content form [type='datetime-local'], body.controller-patients.action-register #content form [type='month'], body.controller-patients.action-register #content form [type='week'], body.controller-patients.action-register #content form [type='email'], body.controller-patients.action-register #content form [type='number'], body.controller-patients.action-register #content form [type='search'], body.controller-patients.action-register #content form [type='tel'], body.controller-patients.action-register #content form [type='time'], body.controller-patients.action-register #content form [type='url'], body.controller-patients.action-register #content form [type='color'], body.controller-patients.action-register #content form textarea,
body.controller-patients.action-register .inner-content form [type='text'],
body.controller-patients.action-register .inner-content form [type='password'],
body.controller-patients.action-register .inner-content form [type='date'],
body.controller-patients.action-register .inner-content form [type='datetime'],
body.controller-patients.action-register .inner-content form [type='datetime-local'],
body.controller-patients.action-register .inner-content form [type='month'],
body.controller-patients.action-register .inner-content form [type='week'],
body.controller-patients.action-register .inner-content form [type='email'],
body.controller-patients.action-register .inner-content form [type='number'],
body.controller-patients.action-register .inner-content form [type='search'],
body.controller-patients.action-register .inner-content form [type='tel'],
body.controller-patients.action-register .inner-content form [type='time'],
body.controller-patients.action-register .inner-content form [type='url'],
body.controller-patients.action-register .inner-content form [type='color'],
body.controller-patients.action-register .inner-content form textarea, body.controller-patients.action-view.section-view #content form [type='text'], body.controller-patients.action-view.section-view #content form [type='password'], body.controller-patients.action-view.section-view #content form [type='date'], body.controller-patients.action-view.section-view #content form [type='datetime'], body.controller-patients.action-view.section-view #content form [type='datetime-local'], body.controller-patients.action-view.section-view #content form [type='month'], body.controller-patients.action-view.section-view #content form [type='week'], body.controller-patients.action-view.section-view #content form [type='email'], body.controller-patients.action-view.section-view #content form [type='number'], body.controller-patients.action-view.section-view #content form [type='search'], body.controller-patients.action-view.section-view #content form [type='tel'], body.controller-patients.action-view.section-view #content form [type='time'], body.controller-patients.action-view.section-view #content form [type='url'], body.controller-patients.action-view.section-view #content form [type='color'], body.controller-patients.action-view.section-view #content form textarea,
body.controller-patients.action-view.section-view .inner-content form [type='text'],
body.controller-patients.action-view.section-view .inner-content form [type='password'],
body.controller-patients.action-view.section-view .inner-content form [type='date'],
body.controller-patients.action-view.section-view .inner-content form [type='datetime'],
body.controller-patients.action-view.section-view .inner-content form [type='datetime-local'],
body.controller-patients.action-view.section-view .inner-content form [type='month'],
body.controller-patients.action-view.section-view .inner-content form [type='week'],
body.controller-patients.action-view.section-view .inner-content form [type='email'],
body.controller-patients.action-view.section-view .inner-content form [type='number'],
body.controller-patients.action-view.section-view .inner-content form [type='search'],
body.controller-patients.action-view.section-view .inner-content form [type='tel'],
body.controller-patients.action-view.section-view .inner-content form [type='time'],
body.controller-patients.action-view.section-view .inner-content form [type='url'],
body.controller-patients.action-view.section-view .inner-content form [type='color'],
body.controller-patients.action-view.section-view .inner-content form textarea, body.controller-patients.action-view.section-edit #content form [type='text'], body.controller-patients.action-view.section-edit #content form [type='password'], body.controller-patients.action-view.section-edit #content form [type='date'], body.controller-patients.action-view.section-edit #content form [type='datetime'], body.controller-patients.action-view.section-edit #content form [type='datetime-local'], body.controller-patients.action-view.section-edit #content form [type='month'], body.controller-patients.action-view.section-edit #content form [type='week'], body.controller-patients.action-view.section-edit #content form [type='email'], body.controller-patients.action-view.section-edit #content form [type='number'], body.controller-patients.action-view.section-edit #content form [type='search'], body.controller-patients.action-view.section-edit #content form [type='tel'], body.controller-patients.action-view.section-edit #content form [type='time'], body.controller-patients.action-view.section-edit #content form [type='url'], body.controller-patients.action-view.section-edit #content form [type='color'], body.controller-patients.action-view.section-edit #content form textarea,
body.controller-patients.action-view.section-edit .inner-content form [type='text'],
body.controller-patients.action-view.section-edit .inner-content form [type='password'],
body.controller-patients.action-view.section-edit .inner-content form [type='date'],
body.controller-patients.action-view.section-edit .inner-content form [type='datetime'],
body.controller-patients.action-view.section-edit .inner-content form [type='datetime-local'],
body.controller-patients.action-view.section-edit .inner-content form [type='month'],
body.controller-patients.action-view.section-edit .inner-content form [type='week'],
body.controller-patients.action-view.section-edit .inner-content form [type='email'],
body.controller-patients.action-view.section-edit .inner-content form [type='number'],
body.controller-patients.action-view.section-edit .inner-content form [type='search'],
body.controller-patients.action-view.section-edit .inner-content form [type='tel'],
body.controller-patients.action-view.section-edit .inner-content form [type='time'],
body.controller-patients.action-view.section-edit .inner-content form [type='url'],
body.controller-patients.action-view.section-edit .inner-content form [type='color'],
body.controller-patients.action-view.section-edit .inner-content form textarea {
  padding: 0;
  margin: 0;
  height: 20px; }
body.controller-patients.action-view.section-view .submit {
  margin: auto auto -38px auto; }
body.controller-patients.action-register .register {
  pointer-events: none;
  cursor: default;
  background-color: #5e5e5e !important; }

body.patient_list .search-form {
  padding: 20px; }
  body.patient_list .search-form > label {
    display: inline-block;
    margin-left: 5px; }
  body.patient_list .search-form .register:link, body.patient_list .search-form .register:visited, body.patient_list .search-form .register:active, body.patient_list .search-form .register:hover {
    background-color: #0091C4;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 13px; }
body.patient_list .input.search > input {
  background-color: #fff;
  border: 0;
  color: #000;
  padding: 0 8px;
  border-radius: 5px; }
body.patient_list #patient_list {
  border-top: 3px solid #0091C4;
  margin-left: -20px; }
  body.patient_list #patient_list li {
    list-style: none;
    margin-left: 0;
    padding: 5px 10px;
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e; }
    body.patient_list #patient_list li.study-ready {
      color: #0091C4; }
      body.patient_list #patient_list li.study-ready a:link,
      body.patient_list #patient_list li.study-ready a:visited,
      body.patient_list #patient_list li.study-ready a:hover,
      body.patient_list #patient_list li.study-ready a:active {
        color: #0091C4; }
    body.patient_list #patient_list li.viewing {
      background-color: #fff; }
    body.patient_list #patient_list li a:link,
    body.patient_list #patient_list li a:visited,
    body.patient_list #patient_list li a:hover,
    body.patient_list #patient_list li a:active {
      color: #5e5e5e; }
    body.patient_list #patient_list li b {
      float: right; }

body.controller-studies.action-edit #content > div > div.inner-content {
  height: 375px; }
  body.controller-studies.action-edit #content > div > div.inner-content .barWrap select {
    width: 200px; }

body.controller-studynotes form textarea,
body.controller-studynotes form textarea:hover,
body.controller-study_notes form textarea,
body.controller-study_notes form textarea:hover {
  padding: 10px; }
body.controller-studynotes form [type='text'], body.controller-studynotes form [type='password'], body.controller-studynotes form [type='date'], body.controller-studynotes form [type='datetime'], body.controller-studynotes form [type='datetime-local'], body.controller-studynotes form [type='month'], body.controller-studynotes form [type='week'], body.controller-studynotes form [type='email'], body.controller-studynotes form [type='number'], body.controller-studynotes form [type='search'], body.controller-studynotes form [type='tel'], body.controller-studynotes form [type='time'], body.controller-studynotes form [type='url'], body.controller-studynotes form [type='color'], body.controller-studynotes form textarea, body.controller-studynotes form select,
body.controller-study_notes form [type='text'],
body.controller-study_notes form [type='password'],
body.controller-study_notes form [type='date'],
body.controller-study_notes form [type='datetime'],
body.controller-study_notes form [type='datetime-local'],
body.controller-study_notes form [type='month'],
body.controller-study_notes form [type='week'],
body.controller-study_notes form [type='email'],
body.controller-study_notes form [type='number'],
body.controller-study_notes form [type='search'],
body.controller-study_notes form [type='tel'],
body.controller-study_notes form [type='time'],
body.controller-study_notes form [type='url'],
body.controller-study_notes form [type='color'],
body.controller-study_notes form textarea,
body.controller-study_notes form select {
  background-color: transparent;
  border: 0; }
body.controller-studynotes form [type='text']:focus, body.controller-studynotes form [type='password']:focus, body.controller-studynotes form [type='date']:focus, body.controller-studynotes form [type='datetime']:focus, body.controller-studynotes form [type='datetime-local']:focus, body.controller-studynotes form [type='month']:focus, body.controller-studynotes form [type='week']:focus, body.controller-studynotes form [type='email']:focus, body.controller-studynotes form [type='number']:focus, body.controller-studynotes form [type='search']:focus, body.controller-studynotes form [type='tel']:focus, body.controller-studynotes form [type='time']:focus, body.controller-studynotes form [type='url']:focus, body.controller-studynotes form [type='color']:focus, body.controller-studynotes form textarea:focus, body.controller-studynotes form select:focus,
body.controller-study_notes form [type='text']:focus,
body.controller-study_notes form [type='password']:focus,
body.controller-study_notes form [type='date']:focus,
body.controller-study_notes form [type='datetime']:focus,
body.controller-study_notes form [type='datetime-local']:focus,
body.controller-study_notes form [type='month']:focus,
body.controller-study_notes form [type='week']:focus,
body.controller-study_notes form [type='email']:focus,
body.controller-study_notes form [type='number']:focus,
body.controller-study_notes form [type='search']:focus,
body.controller-study_notes form [type='tel']:focus,
body.controller-study_notes form [type='time']:focus,
body.controller-study_notes form [type='url']:focus,
body.controller-study_notes form [type='color']:focus,
body.controller-study_notes form textarea:focus,
body.controller-study_notes form select:focus {
  border: 0; }
body.controller-studynotes form.editing [type='text'], body.controller-studynotes form.editing [type='password'], body.controller-studynotes form.editing [type='date'], body.controller-studynotes form.editing [type='datetime'], body.controller-studynotes form.editing [type='datetime-local'], body.controller-studynotes form.editing [type='month'], body.controller-studynotes form.editing [type='week'], body.controller-studynotes form.editing [type='email'], body.controller-studynotes form.editing [type='number'], body.controller-studynotes form.editing [type='search'], body.controller-studynotes form.editing [type='tel'], body.controller-studynotes form.editing [type='time'], body.controller-studynotes form.editing [type='url'], body.controller-studynotes form.editing [type='color'], body.controller-studynotes form.editing textarea, body.controller-studynotes form.editing select,
body.controller-study_notes form.editing [type='text'],
body.controller-study_notes form.editing [type='password'],
body.controller-study_notes form.editing [type='date'],
body.controller-study_notes form.editing [type='datetime'],
body.controller-study_notes form.editing [type='datetime-local'],
body.controller-study_notes form.editing [type='month'],
body.controller-study_notes form.editing [type='week'],
body.controller-study_notes form.editing [type='email'],
body.controller-study_notes form.editing [type='number'],
body.controller-study_notes form.editing [type='search'],
body.controller-study_notes form.editing [type='tel'],
body.controller-study_notes form.editing [type='time'],
body.controller-study_notes form.editing [type='url'],
body.controller-study_notes form.editing [type='color'],
body.controller-study_notes form.editing textarea,
body.controller-study_notes form.editing select {
  background-color: #fff; }
body.controller-studynotes #content .inner-content,
body.controller-study_notes #content .inner-content {
  padding-right: 10px; }
body.controller-studynotes #content .bottom-content,
body.controller-study_notes #content .bottom-content {
  width: 100%;
  text-align: center; }

body.controller-users.action-home #footer-content dt {
  float: left;
  clear: left;
  width: 60px;
  text-align: right;
  padding-right: 5px; }
body.controller-users.action-home #footer-content dd {
  float: left;
  text-transform: uppercase; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/pEobIV_lL25TKBpqVI_a2w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
body {
  color: #ffffff; }

#wrapper {
  background-color: #EBE8DC; }

#header {
  background-color: #F1EFE6; }

h1, h2 {
  color: #0091C4;
  text-transform: uppercase; }

h2 {
  color: #5e5e5e;
  border-color: #0091c4; }

#menu a:link, #menu a:visited, #menu a:active {
  color: #5e5e5e; }
#menu a.active, #menu a:hover {
  font-weight: bold; }

#footer {
  background-color: #0091C4;
  color: #FFFFFF; }

/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local("Oswald Regular"), local("Oswald-Regular"), url(https://fonts.gstatic.com/s/oswald/v13/pEobIV_lL25TKBpqVI_a2w.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }
body {
  color: #ffffff; }

#wrapper {
  background-color: #EBE8DC; }

#header {
  background-color: #F1EFE6; }

h1, h2 {
  color: #0091C4;
  text-transform: uppercase; }

h2 {
  color: #5e5e5e;
  border-color: #0091c4; }

#menu a:link, #menu a:visited, #menu a:active {
  color: #5e5e5e; }
#menu a.active, #menu a:hover {
  font-weight: bold; }

#footer {
  background-color: #0091C4;
  color: #FFFFFF; }

/**
 * google-material-color v1.2.6
 * https://github.com/danlevan/google-material-color
 */
body.controller-users.action-home #content ul {
  list-style: none; }
  body.controller-users.action-home #content ul li {
    list-style: none;
    margin-left: 2%;
    width: 98%;
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e; }
    body.controller-users.action-home #content ul li div {
      display: inline-block;
      width: 250px; }
      body.controller-users.action-home #content ul li div b {
        float: right; }

.barControls button[name=save] {
  display: inline-block;
  background-color: #0091C4;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  margin-left: 5px;
  text-transform: uppercase;
  text-align: center;
  height: 30px; }
.barControls button[name=save]:disabled {
  background-color: #5e5e5e; }

.bar {
  clear: both;
  height: 225px;
  overflow-y: scroll; }
  .bar .label {
    margin-top: 40px; }
  .bar div:first-child .label {
    margin-top: 0; }
  .bar ul {
    height: 100px;
    overflow: hidden;
    border-bottom: 2px solid #000; }
  .bar li {
    display: inline-block;
    height: 100px;
    width: 10px;
    background-color: #0091C4; }
  .bar .group-half-day.period-3600 li {
    width: 50px;
    margin-right: 10px; }
  .bar .group-half-day.period-1800 li {
    width: 24px;
    margin-right: 6px; }
  .bar .group-half-day.period-900 li {
    width: 12px;
    margin-right: 3px; }
  .bar .group-day.period-3600 li,
  .bar .group-24h.period-3600 li {
    width: 25px;
    margin-right: 5px; }
  .bar .group-day.period-1800 li,
  .bar .group-24h.period-1800 li {
    width: 12px;
    margin-right: 3px; }
  .bar .group-day.period-120 li,
  .bar .group-24h.period-120 li {
    width: 1px;
    margin-right: 0; }
  .bar .group-12h.period-60 li {
    width: 1px;
    margin-right: 0; }
  .bar .group-6h.period-30 li {
    width: 2px;
    margin-right: 0; }
  .bar .group-3h.period-15 li {
    width: 3px;
    margin-right: 1px; }
  .bar .group-1h.period-5 li {
    width: 10px;
    margin-right: 3px; }
  .bar .t2 .levelWrap {
    display: none; }
  .bar .t2 li.dw {
    background-color: #6189ff; }

label {
  font-weight: bold; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  background-color: #EBE8DC;
  border: 0;
  border-bottom: 1px solid #5e5e5e;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0; }

.input.radio {
  background-color: #EBE8DC;
  border: 0;
  border-bottom: 1px solid #5e5e5e;
  box-shadow: none;
  margin-bottom: 0;
  padding-bottom: 0; }
  .input.radio input {
    margin: 12px 5px; }
  .input.radio label {
    display: inline-block;
    color: #cacbcf;
    font-size: 1rem; }

.input.error .error-message {
  color: #cc4b37; }

.submit {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
  width: 80px;
  height: 80px;
  margin-bottom: -50px;
  border: 10px solid #EBE8DC;
  background-color: #0091C4;
  cursor: pointer;
  background-size: 40px 40px;
  background-image: url("/actios/img/arrow.png");
  background-repeat: no-repeat;
  background-position: center; }
  .submit input[type="submit"] {
    background-color: transparent !important;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    font-weight: bold;
    color: white;
    cursor: pointer; }
  .submit.with-text input[type="submit"] {
    position: absolute;
    bottom: -50px;
    font-size: 1rem;
    width: 200px;
    height: 20px;
    text-align: center;
    margin-left: -70px;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .submit a:link,
  .submit a:visited,
  .submit a:active,
  .submit a:hover {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-left: 18px;
    margin-top: -6px; }

.submit.with-text {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
  width: 60px;
  height: 60px;
  margin-bottom: -38px;
  border: 8px solid #EBE8DC;
  background-color: #0091C4;
  cursor: pointer;
  background-size: 40px 40px;
  background-image: url("/actios/img/arrow.png");
  background-repeat: no-repeat;
  background-position: center; }
  .submit.with-text input[type="submit"] {
    background-color: transparent !important;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    font-weight: bold;
    color: white;
    cursor: pointer; }
  .submit.with-text.with-text input[type="submit"] {
    position: absolute;
    bottom: -50px;
    font-size: 1rem;
    width: 200px;
    height: 20px;
    text-align: center;
    margin-left: -78px;
    font-family: "Oswald", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .submit.with-text a:link,
  .submit.with-text a:visited,
  .submit.with-text a:active,
  .submit.with-text a:hover {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-left: 18px;
    margin-top: -6px; }

.submit-alt {
  position: absolute;
  bottom: -38px;
  text-align: center;
  width: 100%; }

.otherActionWrap {
  width: 250px;
  height: 1px;
  float: right;
  position: relative; }

.otherAction {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: none;
  width: 40px;
  height: 40px;
  margin-bottom: -30px;
  border: 10px solid #EBE8DC;
  background-color: #0091C4;
  position: absolute;
  bottom: 10px;
  right: 105px;
  cursor: pointer; }

.otherActionLabel:link,
.otherActionLabel:visited,
.otherActionLabel:active,
.otherActionLabel:hover {
  width: 250px;
  background-color: #0091C4;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  bottom: -50px;
  right: 0; }

.otherActionWrap.active .otherAction {
  width: 50px;
  height: 50px;
  margin-bottom: -35px; }

.message.success {
  -webkit-animation: hideAfter 1s forwards;
  animation: hideAfter 1s forwards;
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.message {
  padding: 5px 10px;
  margin-bottom: 10px; }
  .message.error {
    background-color: #E57373; }
  .message.success {
    background-color: #81C784; }

/*# sourceMappingURL=main.css.map */
