/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

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

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

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

/* Links
   ========================================================================== */

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */

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

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

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

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

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

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

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

/* Embedded content
   ========================================================================== */

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

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

/* Grouping content
   ========================================================================== */

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

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

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

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */
.hidden,
[hidden] {
    display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    /*font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;*/

    /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    /* Prevents distributing space between rows */
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
table .pure-g {
        display: block;
}
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -0.43em;
}
.pure-u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class *= "pure-u"] {
    /*font-family: sans-serif;*/
}
.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}
.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}
.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}
.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}
.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}
.pure-u-1-5 {
    width: 20%;
    *width: 19.9690%;
}
.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}
.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.9690%;
}
.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}
.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}
.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}
.pure-u-2-5 {
    width: 40%;
    *width: 39.9690%;
}
.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}
.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}
.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.9690%;
}
.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}
.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}
.pure-u-3-5 {
    width: 60%;
    *width: 59.9690%;
}
.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}
.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}
.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}
.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.9690%;
}
.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}
.pure-u-4-5 {
    width: 80%;
    *width: 79.9690%;
}
.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}
.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}
.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}
.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}
.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%;
}
.pure-button {
    /* Structure */
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

/* Firefox: Get rid of the inner focus border */
.pure-button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Inherit .pure-g styles */
.pure-button-group {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */
}
.opera-only :-o-prefocus,
.pure-button-group {
    word-spacing: -0.43em;
}
.pure-button-group .pure-button {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*csslint outline-none:false*/
.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: #444; /* rgba not supported (IE 8) */
    color: rgba(0, 0, 0, 0.80); /* rgba supported */
    border: 1px solid #999; /*IE 6/7/8*/
    border: none rgba(0, 0, 0, 0); /*IE9 + everything else*/
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 2px;
}
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
    /* csslint ignore:start */
    filter: alpha(opacity=90);
    /* csslint ignore:end */
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05) 40%, rgba(0, 0, 0, 0.10));
}
.pure-button:focus {
    outline: 0;
}
.pure-button-active,
.pure-button:active {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset, 0 0 6px rgba(0, 0, 0, 0.20) inset;
    border-color: #000 \9;
}
.pure-button[disabled],
.pure-button-disabled,
.pure-button-disabled:hover,
.pure-button-disabled:focus,
.pure-button-disabled:active {
    border: none;
    background-image: none;
    /* csslint ignore:start */
    filter: alpha(opacity=40);
    /* csslint ignore:end */
    opacity: 0.40;
    cursor: not-allowed;
    box-shadow: none;
    pointer-events: none;
}
.pure-button-hidden {
    display: none;
}
.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background-color: rgb(0, 120, 231);
    color: #fff;
}

/* Button Groups */
.pure-button-group .pure-button {
    margin: 0;
    border-radius: 0;
    border-right: 1px solid #111; /* fallback color for rgba() for IE7/8 */
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-button-group .pure-button:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pure-button-group .pure-button:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-right: none;
}

/*csslint box-model:false*/
/*
Box-model set to false because we're setting a height on select elements, which
also have border and padding. This is done because some browsers don't render
the padding. We explicitly set the box-model for select elements to border-box,
so we can ignore the csslint warning.
*/
.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;
    vertical-align: middle;
    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;
    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;
    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;
    border-color: #129FEA;
}
.pure-form input[type="file"]:focus,
.pure-form input[type="radio"]:focus,
.pure-form input[type="checkbox"]:focus {
    outline: thin solid #129FEA;
    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-color: #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: #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 {
    /* Normalizes the height; padding is not sufficient. */
    height: 2.25em;
    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 input[type="file"],
.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,
    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.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 11em;
}

/* 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,
.pure-form .pure-group textarea {
    display: block;
    padding: 10px;
    margin: 0 0 -1px;
    border-radius: 0;
    position: relative;
    top: -1px;
}
.pure-form .pure-group input:focus,
.pure-form .pure-group textarea:focus {
    z-index: 3;
}
.pure-form .pure-group input:first-child,
.pure-form .pure-group textarea:first-child {
    top: 1px;
    border-radius: 4px 4px 0 0;
    margin: 0;
}
.pure-form .pure-group input:first-child:last-child,
.pure-form .pure-group textarea:first-child:last-child {
    top: 1px;
    border-radius: 4px;
    margin: 0;
}
.pure-form .pure-group input:last-child,
.pure-form .pure-group textarea:last-child {
    top: -2px;
    border-radius: 0 0 4px 4px;
    margin: 0;
}
.pure-form .pure-group button {
    margin: 0.35em 0;
}
.pure-form .pure-input-1 {
    width: 100%;
}
.pure-form .pure-input-3-4 {
    width: 75%;
}
.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;
}
@media only screen and (max-width: 480px) {
.pure-form button[type="submit"] {
        /*margin: 0.7em 0 0;*/
        margin: 0;
}
.pure-form input:not([type]),
    .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 label {
        /*margin-bottom: 0.3em;*/
        display: block;
}
.pure-group input:not([type]),
    .pure-group input[type="text"],
    .pure-group input[type="password"],
    .pure-group input[type="email"],
    .pure-group input[type="url"],
    .pure-group input[type="date"],
    .pure-group input[type="month"],
    .pure-group input[type="time"],
    .pure-group input[type="datetime"],
    .pure-group input[type="datetime-local"],
    .pure-group input[type="week"],
    .pure-group input[type="number"],
    .pure-group input[type="search"],
    .pure-group input[type="tel"],
    .pure-group input[type="color"] {
        margin-bottom: 0;
}
.pure-form-aligned .pure-control-group label {
        margin-bottom: 0.3em;
        text-align: left;
        display: block;
        width: 100%;
}
.pure-form-aligned .pure-controls {
        margin: 1.5em 0 0 0;
}

    /* NOTE: pure-help-inline is deprecated. Use .pure-form-message-inline instead. */
.pure-form .pure-help-inline,
    .pure-form-message-inline,
    .pure-form-message {
        display: block;
        font-size: 0.75em;
        /* Increased bottom padding to make it group with its related input element. */
        padding: 0.2em 0 0.8em;
}
}

/*csslint adjoining-classes: false, box-model:false*/
.pure-menu {
    box-sizing: border-box;
}
.pure-menu-fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}
.pure-menu-list,
.pure-menu-item {
    position: relative;
}
.pure-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pure-menu-item {
    padding: 0;
    margin: 0;
    height: 100%;
}
.pure-menu-link,
.pure-menu-heading {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

/* HORIZONTAL MENU */
.pure-menu-horizontal {
    width: 100%;
    white-space: nowrap;
}
.pure-menu-horizontal .pure-menu-list {
    display: inline-block;
}

/* Initial menus should be inline-block so that they are horizontal */
.pure-menu-horizontal .pure-menu-item,
.pure-menu-horizontal .pure-menu-heading,
.pure-menu-horizontal .pure-menu-separator {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

/* Submenus should still be display: block; */
.pure-menu-item .pure-menu-item {
    display: block;
}
.pure-menu-children {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}
.pure-menu-horizontal .pure-menu-children {
    left: 0;
    top: auto;
    width: inherit;
}
.pure-menu-allow-hover:hover > .pure-menu-children,
.pure-menu-active > .pure-menu-children {
    display: block;
    position: absolute;
}

/* Vertical Menus - show the dropdown arrow */
.pure-menu-has-children > .pure-menu-link:after {
    padding-left: 0.5em;
    content: "\25B8";
    font-size: small;
}

/* Horizontal Menus - show the dropdown arrow */
.pure-menu-horizontal .pure-menu-has-children > .pure-menu-link:after {
    content: "\25BE";
}

/* scrollable menus */
.pure-menu-scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
}
.pure-menu-scrollable .pure-menu-list {
    display: block;
}
.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list {
    display: inline-block;
}
.pure-menu-horizontal.pure-menu-scrollable {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    /* a little extra padding for this style to allow for scrollbars */
    padding: .5em 0;
}
.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar {
    display: none;
}

/* misc default styling */
.pure-menu-separator,
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    background-color: #ccc;
    height: 1px;
    margin: .3em 0;
}
.pure-menu-horizontal .pure-menu-separator {
    width: 1px;
    height: 1.3em;
    margin: 0 .3em;
}

/* Need to reset the separator since submenu is vertical */
.pure-menu-horizontal .pure-menu-children .pure-menu-separator {
    display: block;
    width: auto;
}
.pure-menu-heading {
    text-transform: uppercase;
    color: #565d64;
}
.pure-menu-link {
    color: #777;
}
.pure-menu-children {
    background-color: #fff;
}
.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
    padding: .5em 1em;
}
.pure-menu-disabled {
    opacity: .5;
}
.pure-menu-disabled .pure-menu-link:hover {
    background-color: transparent;
}
.pure-menu-active > .pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background-color: #eee;
}
.pure-menu-selected .pure-menu-link,
.pure-menu-selected .pure-menu-link:visited {
    color: #000;
}
.pure-table {
    /* Remove spacing between table cells (from Normalize.css) */
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
}
.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center;
}
.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb; /*  inner column border */
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible; /*to make ths where the title is really long work*/
    padding: 0.5em 1em; /* cell padding */
}

/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0;
}
.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
.pure-table td {
    background-color: transparent;
}
.pure-table-odd td {
    background-color: #f2f2f2;
}

/* nth-child selector for modern browsers */
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2;
}

/* BORDERED TABLES */
.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb;
}
.pure-table-bordered tbody > tr:last-child > td {
    border-bottom-width: 0;
}

/* HORIZONTAL BORDERED TABLES */
.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom: 1px solid #cbcbcb;
}
.pure-table-horizontal tbody > tr:last-child > td {
    border-bottom-width: 0;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
.pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
}
.pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
}
.pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
}
.pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
}
.pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
}
.pure-u-sm-1-5 {
        width: 20%;
        *width: 19.9690%;
}
.pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
}
.pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.9690%;
}
.pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
}
.pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
}
.pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
}
.pure-u-sm-2-5 {
        width: 40%;
        *width: 39.9690%;
}
.pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
}
.pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
}
.pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.9690%;
}
.pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
}
.pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
}
.pure-u-sm-3-5 {
        width: 60%;
        *width: 59.9690%;
}
.pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
}
.pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
}
.pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
}
.pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.9690%;
}
.pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
}
.pure-u-sm-4-5 {
        width: 80%;
        *width: 79.9690%;
}
.pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
}
.pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
}
.pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
}
.pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
}
.pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%;
}
}
@media screen and (min-width: 48em) {
.pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
}
.pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
}
.pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
}
.pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
}
.pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
}
.pure-u-md-1-5 {
        width: 20%;
        *width: 19.9690%;
}
.pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
}
.pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.9690%;
}
.pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
}
.pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
}
.pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
}
.pure-u-md-2-5 {
        width: 40%;
        *width: 39.9690%;
}
.pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
}
.pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
}
.pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.9690%;
}
.pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
}
.pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
}
.pure-u-md-3-5 {
        width: 60%;
        *width: 59.9690%;
}
.pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
}
.pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
}
.pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
}
.pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.9690%;
}
.pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
}
.pure-u-md-4-5 {
        width: 80%;
        *width: 79.9690%;
}
.pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
}
.pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
}
.pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
}
.pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
}
.pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%;
}
}
@media screen and (min-width: 64em) {
.pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
}
.pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
}
.pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
}
.pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
}
.pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
}
.pure-u-lg-1-5 {
        width: 20%;
        *width: 19.9690%;
}
.pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
}
.pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.9690%;
}
.pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
}
.pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
}
.pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
}
.pure-u-lg-2-5 {
        width: 40%;
        *width: 39.9690%;
}
.pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
}
.pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
}
.pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.9690%;
}
.pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
}
.pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
}
.pure-u-lg-3-5 {
        width: 60%;
        *width: 59.9690%;
}
.pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
}
.pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
}
.pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
}
.pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.9690%;
}
.pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
}
.pure-u-lg-4-5 {
        width: 80%;
        *width: 79.9690%;
}
.pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
}
.pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
}
.pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
}
.pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
}
.pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%;
}
}
@media screen and (min-width: 80em) {
.pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
}
.pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%;
}
.pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%;
}
.pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5000%;
        *width: 12.4690%;
}
.pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%;
}
.pure-u-xl-1-5 {
        width: 20%;
        *width: 19.9690%;
}
.pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%;
}
.pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.9690%;
}
.pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%;
}
.pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%;
}
.pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5000%;
        *width: 37.4690%;
}
.pure-u-xl-2-5 {
        width: 40%;
        *width: 39.9690%;
}
.pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%;
}
.pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%;
}
.pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.9690%;
}
.pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%;
}
.pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%;
}
.pure-u-xl-3-5 {
        width: 60%;
        *width: 59.9690%;
}
.pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5000%;
        *width: 62.4690%;
}
.pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%;
}
.pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%;
}
.pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.9690%;
}
.pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%;
}
.pure-u-xl-4-5 {
        width: 80%;
        *width: 79.9690%;
}
.pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%;
}
.pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5000%;
        *width: 87.4690%;
}
.pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%;
}
.pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%;
}
.pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%;
}
}
.full-page * {
  box-sizing: border-box;
}
.full-page {
  height: 100svh;
  box-sizing: border-box;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
}
a {
  text-decoration: none;
}
label {
  color: #28313e;
  font-size: 14px;
  font-weight: 600;
}
input {
  border-color: #0d0d0d;
  line-height: 1.5714285714285714;
  padding: 6px 11px;
  font-size: 14px;
  border-radius: 10px;
  transition: all 0.2s;
  width: 100%;
}
.h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.font-medium {
  font-weight: 600;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[16px\] {
  font-size: 16px;
}
.block {
  display: block;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-muted {
  color: #666666;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.w-full {
  width: 100%;
}
.overflow-hidden {
  overflow: hidden;
}
.items-center {
  align-items: center;
}
.beautiful-ul {
  padding-left: 1rem;
  list-style: none;
}
.beautiful-ul li {
  position: relative;
  padding-left: 40px;
}
.beautiful-ul li + li {
  margin-top: 1.25rem;
}
.beautiful-ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M10 .25A9.75 9.75 0 1 0 19.75 10 9.76 9.76 0 0 0 10 .25Zm4.28 8.03-5.25 5.25a.748.748 0 0 1-1.06 0l-2.25-2.25a.75.75 0 1 1 1.06-1.06l1.72 1.72 4.72-4.72a.751.751 0 0 1 1.06 1.06Z'/%3E%3C/svg%3E");
  content: '';
}
.flex-col {
  flex-direction: column;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.place-items-center {
  place-items: center;
}
.text-center {
  text-align: center;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.block {
  display: block;
}
.note {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1rem;
  color: var(#8395af);
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline {
  text-decoration-line: underline;
}
.text-inherit {
  color: inherit;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.btn {
  font-size: 14px;
  line-height: 1.5714285714285714;
  height: 36px;
  padding: 6px 15px;
  border-radius: 8px;
}
.btn-submit {
  background: #4c35ad;
  color: #fff;
}
.border-standout {
  border-width: 2px !important;
  border-color: #0131b9 !important;
  font-weight: 500 !important;
  color: var(#0131b9) !important;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.divider {
  background: #dde2e9;
  height: 1px;
  width: 100%;
}
.text-white {
  color: white;
}
.bg-white\/30 {
  background-color: #ffffff4d;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.min-h-\[calc\(100svh-51px\)\] {
  min-height: calc(100svh - 51px);
}
.cursor-pointer {
  cursor: pointer;
}
.error-message {
  margin-top: 4px;
  opacity: 0.4;
  font-size: 13px;
}
@media (min-width: 1024px) {
.lg\:-mx-\[90px\] {
    margin-left: -90px;
    margin-right: -90px;
}
.h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.lg\:absolute {
    position: absolute;
}
.lg\:grid-cols-\[400px\,1fr\] {
    grid-template-columns: 400px 1fr;
}
.lg\:ml-\[50px\] {
    margin-left: 50px;
}
.lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.lg\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
}
}
@media (min-width: 1280px) {
.xl\:p-\[100px\] {
    padding: 100px;
}
}

@font-face {
  font-family: "Moon";
  src: url(../fonts/moonbold-webfont.74285656.woff2) format("woff2"), url(../fonts/moonbold-webfont.9a5f7df6.woff) format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Moon";
  src: url(../fonts/moonlight-webfont.c9db07b1.woff2) format("woff2"), url(../fonts/moonlight-webfont.ea3281f2.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Questrial";
  src: url(../fonts/Questrial-Regular.2fc665f3.ttf);
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: inherit;
}
.font-primary {
  font-family: Questrial, sans-serif;
}
.font-secondary {
  font-family: Moon, sans-serif;
}
.hidden-submit {
  visibility: hidden;
}
textarea {
  resize: none;
}
.bigmi-checkbox {
  display: flex;
  align-items: center;
  color: #314a59;
}
.bigmi-checkbox .input-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.bigmi-checkbox label {
  padding: 0 0 0 0.5em;
  margin-left: 0.5em;
  font-size: 75%;
}
.bigmi-radio-group {
  color: #0c1921;
  font-size: 14px;
}
.bigmi-radio-group .radio-row {
  display: flex;
  align-items: center;
}
.bigmi-radio-group .radio-row:not(.radio-row-last) {
  margin: 0 0 1em 0;
}
.bigmi-radio-group .radio-container {
  padding: 1em;
}
.bigmi-wide-button {
  width: 100%;
}
.bigmi-shadowed-button {
  box-shadow: 0 3px 5px 0 #314a59;
}
.bigmi-cyan-blue-2-button {
  background-color: #314a59;
  color: #ffffff;
}
.bigmi-red-2-button {
  background-color: #4c35ad;
  color: #ffffff;
  font-weight: normal;
}
.bigmi-cancel-button {
  background-color: #314a59;
  color: #ffffff;
  padding: 0.25rem 0.5rem;
}
.bigmi-continue-button {
  background-color: #4c35ad;
  color: #ffffff;
  font-weight: normal;
  padding: 0.25rem 0.5rem;
}
.layout-with-centered-max-width-child {
  display: flex;
  justify-content: center;
}
.layout-with-centered-max-width-child > div {
  width: 100%;
  max-width: 1024px;
}
.layout-with-centered-max-width-child > div.no-max {
  max-width: 100%;
}
.store-link-img-container > img {
  width: 88px;
  border-radius: 9px;
}
.search-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.search-row .icon {
  margin: 0 0 0 1em;
}
.search-row .flat-button {
  background: none;
}
.search-row .flat-button:active {
  background: none;
  box-shadow: none;
  color: #4c35ad;
}
.search-row .pure-form input[type=text] {
  background-color: #f6f6f5;
  box-shadow: none;
  border: none;
}
.search-row .pure-form input[type=text]:placeholder-shown {
  color: #a2a2a2;
}
.search-row .pure-form input[type=text]:-ms-input-placeholder {
  color: #a2a2a2;
}
.download-our-app {
  font-size: 13px;
  font-weight: bold;
}
.download-images {
  margin: 10px 0 0 0;
}
.nav-link-router-link-container a {
  text-decoration: none;
  color: #ffffff;
}
.centered-row {
  display: flex;
  justify-content: center;
}
.row {
  display: flex;
}
.row.align-center {
  align-items: center;
}
.pdng-1 {
  padding: 1em;
}
.pdng-1.vertical {
  padding: 1em 0;
}
.pdng-1.horizontal {
  padding: 0 1em;
}
.pdng-1.top {
  padding: 1em 0 0 0;
}
.pure-form .bigmi-input input[type=text] {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 2px #0c1921;
  padding: 0.5em 0.2em;
  width: 100%;
  color: #314a59;
}
.pure-form .bigmi-input input[type=text]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form .bigmi-input input[type=text]:-ms-input-placeholder {
  color: #a2a2a2;
}
.pure-form .bigmi-input input[type=text].invalid {
  border-bottom-color: #4c35ad;
}
.pure-form .bigmi-datepicker-input-wrapper input {
  width: 100%;
  background-color: #ffffff;
  border-color: #314a59;
  margin: 0.25em 0;
  display: block;
  color: #273136;
}
.pure-form .bigmi-datepicker-input-wrapper input:focus {
  border-color: #D4E3F5;
}
.pure-form .bigmi-datepicker-input-wrapper input.invalid {
  border-color: #4c35ad;
}
.pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar {
  color: #273136;
}
.pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar .cell:not(.blank).day.selected, .pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar .cell:not(.blank).month.selected, .pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar .cell:not(.blank).year.selected {
  background-color: #4c35ad;
  color: #ffffff;
}
.pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar .cell:not(.blank).day:hover, .pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar .cell:not(.blank).month:hover, .pure-form .bigmi-datepicker-input-wrapper .vdp-datepicker__calendar .cell:not(.blank).year:hover {
  border-color: #4c35ad;
}
.myprofile-date-picker {
  width: 100%;
  border: #eeeded;
  height: 40px;
  background-color: #eeeded;
  text-indent: 10px;
}
.rich-text-editor-custom-css p, .rich-text-editor-custom-css h1, .rich-text-editor-custom-css h2, .rich-text-editor-custom-css h3, .rich-text-editor-custom-css h4, .rich-text-editor-custom-css h5, .rich-text-editor-custom-css h6 {
  margin-top: 1px;
  margin-bottom: 1px;
}

.resize-observer[data-v-6a22d6d2] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
  pointer-events: none;
  display: block;
  overflow: hidden;
  opacity: 0;
}

div[data-v-1c3acd15] {
  position: relative;
}
.loading[data-v-833eddca] {
  color: #4c35ad;
}
header[data-v-1109867e] {
  height: 54px;
  color: #000000;
  max-width: 1024px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width : 768px) {
header[data-v-1109867e] {
    height: 132px;
}
}
header .mobile-hamburger-container[data-v-1109867e] {
  color: #314a59;
  margin: 0 0 0 0.5em;
  font-size: 150%;
}
header .header-margin-top-bottom[data-v-1109867e] {
  margin: 1.5em 0 2em;
}
@media only screen and (max-width : 768px) {
header .header-margin-top-bottom[data-v-1109867e] {
    margin: 1em 0;
}
}
header .download-wrapper[data-v-1109867e] {
  margin: 0 0 0 1em;
}
header .logo-container[data-v-1109867e] {
  display: flex;
  justify-content: center;
}
header .logo-container > div[data-v-1109867e] {
  width: 108px;
  height: 100px;
}
header .logo-container > div > img[data-v-1109867e] {
  width: 100%;
  height: auto;
}
header .rows[data-v-1109867e] {
  color: #4c35ad;
}
header .rows .profile-row[data-v-1109867e] {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 20px 0;
  padding: 0 0 0 1em;
}
header .rows .profile-row .login[data-v-1109867e] {
  color: #4c35ad;
  margin: 0 0 10px 10px;
  padding: 0 1em 0 0;
  text-transform: uppercase;
}
header .rows .profile-row .cart-icon-container[data-v-1109867e] {
  margin: 0 2em 0 0;
}
header .mobile-login-container[data-v-1109867e] {
  display: flex;
  margin: 0;
  justify-content: flex-end;
}
header .mobile-login-container .login[data-v-1109867e] {
  color: #4c35ad;
  margin: 0 0 10px 0;
  padding: 0 1em 0 0;
}
header .login-area[data-v-1109867e] {
  display: flex;
  cursor: pointer;
}
header .profile-area[data-v-1109867e] {
  display: flex;
  cursor: default;
  color: #ffffff;
  margin-top: 15px;
  margin-left: 10px;
}
header .nav-row[data-v-1109867e] {
  display: flex;
  justify-content: center;
  background-color: #4c35ad;
}
header .nav-link-router-link-container[data-v-1109867e] {
  padding: 1em;
}
header .still-a-button[data-v-1109867e] {
  color: white;
  cursor: pointer;
}
.confirm-delete-study-dialog[data-v-1109867e] {
  background-color: #ffffff;
  border-radius: 5px;
}
.confirm-delete-study-dialog .prompt-row .header[data-v-1109867e] {
  text-align: center;
  color: #4c35ad;
  font-weight: bold;
  padding-bottom: 1em;
}
.confirm-delete-study-dialog .exit-row[data-v-1109867e] {
  display: flex;
  justify-content: flex-end;
}
.confirm-delete-study-dialog .exit-row .logout-button[data-v-1109867e] {
  cursor: pointer;
}
.confirm-delete-study-dialog .actions-row[data-v-1109867e] {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.confirm-delete-study-dialog .actions-row .action[data-v-1109867e] {
  padding: 0.5em 0;
}
@media only screen and (max-width : 768px) {
footer[data-v-2051bae8] {
    display: none;
}
}
footer .background[data-v-2051bae8] {
  padding: 1em 4em;
  background-color: #0c1921;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (max-width : 768px) {
footer .about-section[data-v-2051bae8] {
    display: none;
}
}
footer .about-section .content[data-v-2051bae8] {
  padding: 0 4em 0 0;
}
footer .about-section .content p[data-v-2051bae8] {
  font-size: 80%;
}
footer h4[data-v-2051bae8] {
  margin-top: 0;
}
@media only screen and (max-width : 768px) {
footer h4[data-v-2051bae8] {
    font-weight: normal;
}
}
footer .social-icons[data-v-2051bae8] {
  display: flex;
}
footer .social-icons a[data-v-2051bae8] {
  color: white;
}
footer .social-icons .social-icon[data-v-2051bae8] {
  padding: 0 0.5em 0 0;
}
@media only screen and (max-width : 768px) {
footer .info-section-title[data-v-2051bae8] {
    display: none;
}
}
@media only screen and (max-width : 768px) {
footer .info[data-v-2051bae8] {
    margin: 1em 0 0 0;
}
}
footer .copyright[data-v-2051bae8] {
  display: flex;
  justify-content: center;
}
footer .copyright small[data-v-2051bae8] {
  font-size: 8px;
  padding: 2px 0;
}
.virtual-viewport[data-v-d450a8e0] {
  height: 100vh;
  width: 100vw;
}
.app-background[data-v-d450a8e0] {
  background-color: #ffffff;
  height: 100%;
  margin: 0 auto;
}
.app-content[data-v-d450a8e0] {
  height: calc(100% - 54px);
  overflow-y: auto;
}
@media only screen and (max-width : 768px) {
.app-content[data-v-d450a8e0] {
    height: calc(100% - 132px);
}
}
.app-content .with-footer[data-v-d450a8e0] {
  height: 100%;
}
.app-content .with-footer .non-footer-section[data-v-d450a8e0] {
  min-height: calc(100% - 187.06px);
}
@media only screen and (max-width : 768px) {
.app-content .with-footer .non-footer-section[data-v-d450a8e0] {
    min-height: calc(100% - 190.27px);
}
}

/*.section-container{*/
/*  max-width: 1024px;*/
/*  margin: auto;*/
/*}*/
.published-icon[data-v-fcde44f0] {
  color: white;
  text-align: center;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
@media only screen and (max-width : 768px) {
.published-icon[data-v-fcde44f0] {
    height: 20px;
    line-height: 20px;
}
}
.dropdown[data-v-fcde44f0] {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.dropdown-text[data-v-fcde44f0] {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0 10px;
}
.selected[data-v-fcde44f0] {
  display: inline-block;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 40px;
  background: #eeeded;
  color: #000000;
}
@media only screen and (max-width : 768px) {
.selected[data-v-fcde44f0] {
    width: calc(100% - 20px);
    height: 20px;
    line-height: 20px;
}
}
.backdrop[data-v-fcde44f0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.arrow[data-v-fcde44f0] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f46446;
}
@media only screen and (max-width : 768px) {
.arrow[data-v-fcde44f0] {
    width: 20px;
    height: 20px;
}
}
.options[data-v-fcde44f0] {
  position: absolute;
  display: block;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 100%;
  margin-top: 3px;
  background: #fff;
  border-color: #111111;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.options .scrollable[data-v-fcde44f0] {
  max-height: 20em;
  overflow: auto;
}
.option[data-v-d916441e] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.option[data-v-d916441e]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.container[data-v-d916441e] {
  height: 100%;
}
section[data-v-d916441e] {
  height: 100%;
}
.layout[data-v-d916441e] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-d916441e] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-d916441e], h3[data-v-d916441e] {
  text-align: center;
}
h2[data-v-d916441e] {
  color: #4c35ad;
}
h3[data-v-d916441e] {
  color: #314a59;
}
[data-v-d916441e]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.error[data-v-d916441e] {
  color: red;
}
.container[data-v-7d6e6a1a] {
  height: 100%;
}
section[data-v-7d6e6a1a] {
  height: 100%;
}
.layout[data-v-7d6e6a1a] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-7d6e6a1a] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h3[data-v-7d6e6a1a] {
  color: #314a59;
}
.use-6-6-row[data-v-7d6e6a1a] {
  margin: 2em 0 0 0;
}
.container[data-v-09088cac] {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container > *[data-v-09088cac] {
  margin: 1rem;
}
.instructions[data-v-09088cac] {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.12ch;
}
.textarea[data-v-09088cac] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 2rem;
}
.textarea textarea[data-v-09088cac] {
  width: 100%;
}
.actions[data-v-09088cac] {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.actions > *[data-v-09088cac] {
  margin: 2rem;
}
.error[data-v-09088cac] {
  padding: 1em 0;
  color: #4c35ad;
  font-size: 12px;
}
.suggestions-container[data-v-d25a7e58] {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title[data-v-d25a7e58] {
  position: sticky;
  top: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2rem;
  padding: 0 20px;
}
.suggestions-list[data-v-d25a7e58] {
  height: 75%;
  overflow: auto;
  width: 90%;
  padding-left: 0;
}
.suggestion[data-v-d25a7e58] {
  display: flex;
  align-items: flex-start;
  margin: 1rem 0;
  position: relative;
}
.checkbox-container[data-v-d25a7e58] {
  min-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
.suggestion-checkbox[data-v-d25a7e58] {
  margin: 0;
  cursor: pointer;
}
.suggestion-text[data-v-d25a7e58] {
  display: flex;
  flex: 1;
}
.suggestion-number[data-v-d25a7e58] {
  margin-right: 5px;
  min-width: 20px;
}
.suggestion-content[data-v-d25a7e58] {
  flex: 1;
}
button[data-v-d25a7e58] {
  width: 66%;
  border-radius: 4px;
  padding: 10px;
  font-weight: 500;
  cursor: pointer;
}
.bigmi-continue-button[data-v-d25a7e58] {
  background-color: #5D4EA8;
  color: white;
  border: none;
}
.bigmi-cancel-button[data-v-d25a7e58] {
  background-color: #345264;
  color: white;
  border: none;
}
button[data-v-d25a7e58]:not(:first-child) {
  margin: 0.5rem 0 0 0;
}
.modal-layout[data-v-d25a7e58] {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 3px;
}
.modal-layout .header[data-v-d25a7e58] {
  display: grid;
  grid-template-columns: 15% 70% 15%;
  padding: 10px 10px;
}
.modal-layout .header .middle[data-v-d25a7e58] {
  justify-self: center;
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.modal-layout .header .right[data-v-d25a7e58] {
  justify-self: right;
  font-size: 20px;
}
.modal-layout .header .right[data-v-d25a7e58]:hover {
  cursor: pointer;
}
.modal-layout .content[data-v-d25a7e58] {
  padding: 20px 10px;
  line-height: 1.2;
}
.modal-layout .button-row[data-v-d25a7e58] {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
.modal-layout .button-row .each-button[data-v-d25a7e58] {
  flex-basis: 33%;
}
.modal-layout .button-row button[data-v-d25a7e58] {
  margin: 0 0 0 0;
}
.dialog[data-v-4beff1a0] {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  width: 500px;
  height: 500px;
  padding: 2rem 1.25rem;
  border: solid;
}
@media only screen and (max-width : 768px) {
.dialog[data-v-4beff1a0] {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
}
}
.close-button[data-v-4beff1a0] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: none;
  border: none;
}
.loading[data-v-4beff1a0] {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.error-container[data-v-4beff1a0] {
  display: flex;
  flex-direction: column;
  height: 80%;
  align-items: center;
  justify-content: center;
}
.error-message[data-v-4beff1a0] {
  background-color: #ffebee;
  border: 2px solid #ef5350;
  border-radius: 8px;
  padding: 2rem;
  margin-bottom: 2rem;
  color: #b71c1c;
  text-align: center;
  max-width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.error-message p[data-v-4beff1a0] {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.5rem 0;
  line-height: 1.5;
}
.error-icon[data-v-4beff1a0] {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #d32f2f;
}
.retry-button[data-v-4beff1a0], .cancel-button[data-v-4beff1a0] {
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
  margin: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.retry-button[data-v-4beff1a0] {
  background-color: #4c35ad;
  color: white;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.retry-button[data-v-4beff1a0]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.cancel-button[data-v-4beff1a0] {
  background-color: transparent;
  border: 1px solid #4c35ad;
  color: #4c35ad;
}
.cancel-button[data-v-4beff1a0]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.button-container[data-v-c7219470] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.button[data-v-c7219470] {
  background-color: #4c35ad;
  color: #ffffff;
  border-radius: 3rem;
  padding: 0.5rem 1rem;
}
.backdrop[data-v-c7219470] {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container[data-v-511dd011] {
  height: 100%;
}
section[data-v-511dd011] {
  height: 100%;
}
.layout[data-v-511dd011] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-511dd011] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-511dd011],
h3[data-v-511dd011] {
  text-align: center;
}
h2[data-v-511dd011] {
  color: #4c35ad;
}
h3[data-v-511dd011] {
  color: #314a59;
}
.pure-form input[type=text][data-v-511dd011] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-511dd011]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-511dd011]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-511dd011]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-511dd011] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
.question-title.invalid[data-v-511dd011] {
  color: #4c35ad;
}
.invalid[data-v-511dd011] {
  color: #4c35ad;
}
.container[data-v-3f5e14c8] {
  height: 100%;
}
section[data-v-3f5e14c8] {
  height: 100%;
}
.layout[data-v-3f5e14c8] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-3f5e14c8] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-3f5e14c8] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-3f5e14c8] {
  color: #314a59;
}
.pure-form input[type=text][data-v-3f5e14c8] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-3f5e14c8]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-3f5e14c8]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-3f5e14c8]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-3f5e14c8] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
.invalid[data-v-3f5e14c8] {
  color: #4c35ad;
}
.container[data-v-e8443806] {
  height: 100%;
}
section[data-v-e8443806] {
  height: 100%;
}
.layout[data-v-e8443806] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-e8443806] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-e8443806] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-e8443806] {
  color: #314a59;
}
.pure-form input[type=text][data-v-e8443806],
.pure-form textarea[data-v-e8443806] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-e8443806]:focus,
.pure-form textarea[data-v-e8443806]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-e8443806]:placeholder-shown,
.pure-form textarea[data-v-e8443806]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-e8443806]:-ms-input-placeholder,
.pure-form textarea[data-v-e8443806]:-ms-input-placeholder {
  color: #a2a2a2;
}
.pure-form input[type=text].invalid[data-v-e8443806],
.pure-form textarea.invalid[data-v-e8443806] {
  border-color: #4c35ad;
}
.question-title[data-v-e8443806] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-e8443806]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.save-button {
  display: none !important;
}

.container[data-v-ec0f0e4c] {
  height: 100%;
}
section[data-v-ec0f0e4c] {
  height: 100%;
}
.layout[data-v-ec0f0e4c] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-ec0f0e4c] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-ec0f0e4c] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-ec0f0e4c] {
  color: #314a59;
}
.pure-form textarea[data-v-ec0f0e4c] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form textarea[data-v-ec0f0e4c]:focus {
  border-color: #D4E3F5;
}
.pure-form textarea[data-v-ec0f0e4c]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form textarea[data-v-ec0f0e4c]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-ec0f0e4c] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-ec0f0e4c]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.container[data-v-ec88ac04] {
  height: 100%;
}
section[data-v-ec88ac04] {
  height: 100%;
}
.layout[data-v-ec88ac04] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-ec88ac04] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-ec88ac04] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-ec88ac04] {
  color: #314a59;
}
.pure-form textarea[data-v-ec88ac04] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form textarea[data-v-ec88ac04]:focus {
  border-color: #D4E3F5;
}
.pure-form textarea[data-v-ec88ac04]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form textarea[data-v-ec88ac04]:-ms-input-placeholder {
  color: #a2a2a2;
}
.pure-form textarea.invalid[data-v-ec88ac04] {
  border-color: #4c35ad;
}
.question-title[data-v-ec88ac04] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
.invalid[data-v-ec88ac04] {
  color: #4c35ad;
}
.container[data-v-7ea34571] {
  height: 100%;
}
section[data-v-7ea34571] {
  height: 100%;
}
.layout[data-v-7ea34571] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-7ea34571] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
span[data-v-7ea34571] {
  font-size: 1.17em;
}
h2[data-v-7ea34571] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-7ea34571] {
  color: #314a59;
}
.pure-form input[type=text][data-v-7ea34571], .pure-form textarea[data-v-7ea34571], select[data-v-7ea34571] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-7ea34571]:focus, .pure-form textarea[data-v-7ea34571]:focus, select[data-v-7ea34571]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-7ea34571]:placeholder-shown, .pure-form textarea[data-v-7ea34571]:placeholder-shown, select[data-v-7ea34571]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-7ea34571]:-ms-input-placeholder, .pure-form textarea[data-v-7ea34571]:-ms-input-placeholder, select[data-v-7ea34571]:-ms-input-placeholder {
  color: #a2a2a2;
}
.pure-form input[type=text].invalid[data-v-7ea34571], .pure-form textarea.invalid[data-v-7ea34571], select.invalid[data-v-7ea34571] {
  border-color: #4c35ad;
}
.form-row[data-v-7ea34571] {
  color: #314a59;
  font-size: 14px;
}
.form-row .highest-scale[data-v-7ea34571] {
  padding: 10px 0;
}
.form-row .hint-section[data-v-7ea34571] {
  padding: 10px;
}
.select-label[data-v-7ea34571] {
  height: 100%;
  display: flex;
  align-items: center;
}
.question-title[data-v-7ea34571] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-7ea34571]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.container[data-v-5c3a8854] {
  height: 100%;
}
section[data-v-5c3a8854] {
  height: 100%;
}
.layout[data-v-5c3a8854] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-5c3a8854] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-5c3a8854] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-5c3a8854] {
  color: #314a59;
}
.pure-form input[type=text][data-v-5c3a8854], .pure-form textarea[data-v-5c3a8854], select[data-v-5c3a8854] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-5c3a8854]:focus, .pure-form textarea[data-v-5c3a8854]:focus, select[data-v-5c3a8854]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-5c3a8854]:placeholder-shown, .pure-form textarea[data-v-5c3a8854]:placeholder-shown, select[data-v-5c3a8854]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-5c3a8854]:-ms-input-placeholder, .pure-form textarea[data-v-5c3a8854]:-ms-input-placeholder, select[data-v-5c3a8854]:-ms-input-placeholder {
  color: #a2a2a2;
}
.pure-form input[type=text].invalid[data-v-5c3a8854], .pure-form textarea.invalid[data-v-5c3a8854], select.invalid[data-v-5c3a8854] {
  border-color: #4c35ad;
}
.invalid[data-v-5c3a8854] {
  color: #4c35ad;
}
.form-row[data-v-5c3a8854] {
  color: #314a59;
  font-size: 14px;
}
.form-row .hint-section[data-v-5c3a8854] {
  padding: 10px;
}
.form-row-section[data-v-5c3a8854] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.keyword-form[data-v-5c3a8854] {
  margin: 0 0 2em 0;
}
.add-keyword-button[data-v-5c3a8854] {
  width: 100%;
  margin: 0 0 0 10px;
}
.keywords-list-area[data-v-5c3a8854] {
  padding: 1em 0;
  color: #314a59;
}
.remove-keyword[data-v-5c3a8854] {
  padding: 1em;
  cursor: pointer;
}
.keyword-row[data-v-5c3a8854] {
  display: flex;
  align-items: center;
}
.select-label[data-v-5c3a8854] {
  height: 100%;
  display: flex;
  align-items: center;
}
.question-title[data-v-5c3a8854] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-5c3a8854]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.checkout-button-container[data-v-78351472] {
  margin: 20px 0;
  display: flex;
  justify-content: center;
}
.container[data-v-78351472] {
  height: 100%;
}
section[data-v-78351472] {
  height: 100%;
}
.error[data-v-78351472] {
  color: red;
}
.layout[data-v-78351472] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-78351472] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-78351472] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-78351472] {
  color: #314a59;
}
.cost-breakdown[data-v-78351472] {
  display: grid;
  grid-template-columns: 80fr 20fr;
  gap: 20px 0;
  font-size: 1em;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 15px;
}
.cost-breakdown .line-item[data-v-78351472] {
  justify-self: start;
  width: 100%;
}
.cost-breakdown .line-item input[data-v-78351472] {
  width: 100%;
  box-shadow: unset;
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid gray;
  border-radius: 0;
}
.cost-breakdown span[data-v-78351472] {
  font-size: 14px;
}
.cost-breakdown .code[data-v-78351472] {
  font-size: 14px;
  color: gray;
}
.cost-breakdown .price[data-v-78351472] {
  justify-self: end;
}
span[data-v-78351472] {
  font-size: 1.17em;
}
.pure-form input[type=text][data-v-78351472] {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #0c1921;
  padding: 0.5em 0.2em;
  width: 100%;
  color: #314a59;
}
.pure-form input[type=text][data-v-78351472]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-78351472]:-ms-input-placeholder {
  color: #a2a2a2;
}
.button-row-bottom[data-v-78351472] {
  display: flex;
  align-items: center;
  min-height: 49px;
}
.button-row-bottom .cancel[data-v-78351472] {
  flex-basis: 50%;
}
.button-row-bottom .publish[data-v-78351472] {
  flex-grow: 1;
}
.agree-to-terms-row[data-v-78351472] {
  margin: 1em 0 1em 0;
}
.is-student-row[data-v-78351472] {
  margin: 1em 0 0 0;
}
.navigation-row[data-v-78351472] {
  margin: 1em 0 0 0;
}
.description[data-v-78351472] {
  color: #314a59;
  font-size: 16px;
}
.confirm-delete-study-dialog[data-v-78351472] {
  background-color: #ffffff;
  border-radius: 5px;
}
.confirm-delete-study-dialog .exit-row[data-v-78351472] {
  display: flex;
  justify-content: flex-end;
}
.confirm-delete-study-dialog .actions-row[data-v-78351472] {
  display: flex;
  justify-content: center;
}
.button-row[data-v-78351472] {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.updating-participants-input[data-v-78351472] {
  padding: 1em 0;
  display: grid;
  grid-template-columns: 40% 60%;
}
.updating-participants-input .row-header[data-v-78351472] {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  font-size: 18px;
}
.updating-participants-input .row-value[data-v-78351472] {
  display: flex;
  justify-content: center;
  padding: 0.5em 0;
  font-size: 18px;
}
.primary-color[data-v-78351472] {
  color: #4c35ad;
}
.bigmi-radio-group[data-v-78351472] {
  display: flex;
  flex-direction: column;
}
.bigmi-radio-group .radio-row[data-v-78351472] {
  margin: 0;
}
.bigmi-radio-group .radio-container[data-v-78351472] {
  display: flex;
  padding: 0.5em;
}
.bigmi-radio-group label[data-v-78351472] {
  margin: 0;
}
.container[data-v-014e3f7c] {
  height: 100%;
}
section[data-v-014e3f7c] {
  height: 100%;
}
.layout[data-v-014e3f7c] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-014e3f7c] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h3[data-v-014e3f7c] {
  color: #314a59;
}
.margin-top[data-v-014e3f7c] {
  margin: 2em 0 0 0;
}
.row-layout[data-v-014e3f7c] {
  display: flex;
}
.row-layout button[data-v-014e3f7c] {
  flex-basis: 90%;
  white-space: normal;
}
.row-layout .hint[data-v-014e3f7c] {
  flex-basis: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4c35ad;
}
.row-layout .hint[data-v-014e3f7c]:hover {
  cursor: pointer;
}
.modal-layout[data-v-014e3f7c] {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 3px;
}
.modal-layout .header[data-v-014e3f7c] {
  display: grid;
  grid-template-columns: 15% 70% 15%;
  padding: 10px 10px;
}
.modal-layout .header .middle[data-v-014e3f7c] {
  justify-self: center;
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.modal-layout .header .right[data-v-014e3f7c] {
  justify-self: right;
  font-size: 20px;
}
.modal-layout .header .right[data-v-014e3f7c]:hover {
  cursor: pointer;
}
.modal-layout .content[data-v-014e3f7c] {
  padding: 20px 10px;
  line-height: 1.2;
}
.modal-layout .button-row[data-v-014e3f7c] {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
.modal-layout .button-row .each-button[data-v-014e3f7c] {
  flex-basis: 33%;
}
.spaced[data-v-7d9a2fb8] {
  padding: 1em;
}
.text-1[data-v-7d9a2fb8] {
  color: #4c35ad;
}
.banner[data-v-8dc7cce2] {
  height: 341px;
  background-image: url(../img/homepage-image.7dfbcd8d.jpg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .text[data-v-8dc7cce2] {
  text-align: center;
}
.text[data-v-8dc7cce2] {
  color: #ffffff;
}
.sub-banner[data-v-8dc7cce2] {
  background-color: #314a59;
  display: flex;
  justify-content: center;
}
.sub-banner .text[data-v-8dc7cce2] {
  max-width: 500px;
  width: 100%;
  padding: 1em 2em;
}
.random-panel-header[data-v-8dc7cce2] {
  padding: 5% 0;
  text-align: center;
  font-size: 20px;
}
.study-container[data-v-8dc7cce2] {
  display: flex;
  flex-direction: row;
  min-height: 300px;
}
@media only screen and (max-width : 768px) {
.study-container[data-v-8dc7cce2] {
    flex-direction: column;
}
}
.each-study[data-v-8dc7cce2] {
  padding: 0 3%;
  flex-basis: 25%;
  overflow-x: auto;
}
@media only screen and (max-width : 768px) {
.each-study[data-v-8dc7cce2] {
    padding: 1em 2em;
}
}
.study-purpose[data-v-8dc7cce2] {
  font-size: 16px;
}
.heading[data-v-8dc7cce2] {
  color: #4c35ad;
  font-weight: bold;
  font-size: 18px;
}
.row-separation[data-v-8dc7cce2] {
  padding: 2.5% 0;
}
.tags[data-v-8dc7cce2] {
  color: #a2a2a2;
  font-size: 16px;
}
.more-studies[data-v-8dc7cce2] {
  padding: 0 0 4% 0;
}
.study-card[data-v-8dc7cce2] {
  cursor: pointer;
}
.more-studies-button[data-v-8dc7cce2] {
  text-align: center;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.see-more-study[data-v-8dc7cce2] {
  padding-right: 5px;
}
.error-message[data-v-8dc7cce2] {
  padding: 1% 0 8%;
  text-align: center;
  color: #4c35ad;
}
.more-studies-button-error[data-v-8dc7cce2] {
  padding: 3% 0;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.overall-loading-container[data-v-8dc7cce2] {
  min-height: 300px;
}
.content-1[data-v-a060990c] {
  margin: 0 60px;
}
header > div[data-v-a060990c] {
  display: flex;
  align-items: center;
}
header > div .create-study[data-v-a060990c] {
  font-size: 2em;
  margin: 0 0 0 1em;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
header > div .create-study[data-v-a060990c] {
    margin: 0;
}
}
header > div .create-study a[data-v-a060990c] {
  color: inherit;
}
header > div > .left[data-v-a060990c],
header > div > .right[data-v-a060990c] {
  display: inline-block;
  width: 50%;
}
header > div > .left .content[data-v-a060990c],
header > div > .right .content[data-v-a060990c] {
  display: flex;
  align-items: center;
}
header > div > .left .content .row[data-v-a060990c],
header > div > .right .content .row[data-v-a060990c] {
  display: flex;
}
header > div > .left[data-v-a060990c],
header > div > .right[data-v-a060990c] {
  font-size: 17px;
}
header > div > .right .content[data-v-a060990c] {
  justify-content: flex-end;
  color: #314a59;
}
header > div > .right .content .row[data-v-a060990c] {
  justify-content: flex-end;
}
header > div > .left .content[data-v-a060990c] {
  color: #4c35ad;
}
@media only screen and (max-width : 768px) {
header > div > .left .content[data-v-a060990c] {
    flex-direction: column;
    align-items: flex-start;
}
}
.purchases[data-v-a060990c] {
  color: #4c35ad;
  font-weight: bold;
  text-decoration: none;
}
.profile-link a[data-v-a060990c] {
  color: inherit;
}
.loading[data-v-a060990c] {
  color: #4c35ad;
}
.text-1[data-v-a060990c] {
  color: #4c35ad;
}
section.body .content[data-v-a060990c] {
  padding: 2em 0;
}
.published-icon[data-v-a060990c],
.not-published-icon[data-v-a060990c] {
  font-size: 22px;
  margin: 0 9px 0 0;
}
.published-icon[data-v-a060990c] {
  color: #4c35ad;
}
.not-published-icon[data-v-a060990c] {
  color: #F7DB6B;
}
.remove-study-icon[data-v-a060990c] {
  font-size: 22px;
  color: #314a59;
  cursor: pointer;
}
.duplicate-study-icon[data-v-a060990c] {
  font-size: 22px;
  color: #314a59;
  cursor: pointer;
  padding-right: 10px;
}
.studies[data-v-a060990c] {
  padding: 1em 0 5em 0;
}
.study[data-v-a060990c] {
  border-bottom: 1px solid #4c35ad;
  padding: 30px 0;
}
.study .name[data-v-a060990c] {
  color: #314a59;
  font-size: 17px;
}
.study .name h5[data-v-a060990c] {
  margin: 1em 0;
}
.study .name a[data-v-a060990c] {
  color: #273136;
  text-decoration: none;
}
.study .left[data-v-a060990c] {
  flex-grow: 1;
}
.study .tags[data-v-a060990c] {
  color: #a2a2a2;
}
.study .study-creation[data-v-a060990c] {
  font-weight: 300;
  font-size: 15px;
  color: #273136;
  padding: 5px 0 0 0;
}
.confirm-delete-study-dialog[data-v-a060990c] {
  background-color: #ffffff;
  border-radius: 5px;
}
.confirm-delete-study-dialog .exit-row[data-v-a060990c] {
  display: flex;
  justify-content: flex-end;
}
.confirm-delete-study-dialog .actions-row[data-v-a060990c] {
  display: flex;
  justify-content: space-between;
}
.confirm-delete-study-dialog .actions-row .action[data-v-a060990c] {
  width: calc(50% - 1em);
}
.content-1[data-v-a4ae22b6] {
  margin: 0 60px;
}
.header[data-v-a4ae22b6] {
  padding-bottom: 30px;
  color: #4c35ad;
  font-weight: bolder;
  font-size: 20px;
}
section.body .content[data-v-a4ae22b6] {
  padding: 2em 0;
}
.purchases[data-v-a4ae22b6] {
  padding: 1em 0 5em 0;
}
.purchases a[data-v-a4ae22b6] {
  color: #273136;
  text-decoration: none;
}
.purchase[data-v-a4ae22b6] {
  border-bottom: 1px solid #4c35ad;
  padding: 30px 0;
}
.purchase .name[data-v-a4ae22b6] {
  color: #314a59;
  font-size: 17px;
}
.purchase .name h5[data-v-a4ae22b6] {
  margin: 1em 0;
}
.purchase .left[data-v-a4ae22b6] {
  flex-grow: 1;
}
.purchase .tags[data-v-a4ae22b6] {
  color: #a2a2a2;
}
.purchase .study-creation[data-v-a4ae22b6] {
  font-weight: 300;
  font-size: 15px;
  color: #273136;
  padding: 5px 0 0 0;
}
.header[data-v-aae30ed8] {
  padding: 30px 0;
  font-weight: bolder;
  font-size: 16pt;
  color: #4c35ad;
  margin: 0 60px;
}
.tabs[data-v-aae30ed8] {
  padding-bottom: 30px;
  display: flex;
  margin: 0 60px;
}
.tabs > div[data-v-aae30ed8] {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 0 1px;
  cursor: pointer;
  background-color: #C2D7F2;
  color: #273136;
  font-size: 15px;
}
.tabs > div.selected-tab[data-v-aae30ed8] {
  background-color: #314a59;
  color: #ffffff;
}

.bg[data-v-d21a9130] {
  background: radial-gradient(
      100% 100% at 0% 100%,
      rgba(76, 53, 173, 0.9) 0%,
      rgba(76, 53, 173, 0) 100%
    ),
    linear-gradient(0deg, rgb(76, 53, 173), rgb(76, 53, 173));
}

.overall-content[data-v-98cd2530] {
  padding: 1%;
  display: flex;
  font-size: 14px;
  color: #273136;
}
.overall-content > .left[data-v-98cd2530] {
  width: 100%;
}
.overall-content > .left .results-table .header-row[data-v-98cd2530] {
  display: flex;
  padding: 10px 0;
  border-bottom: solid 1px #cdd1d3;
}
.overall-content > .left .results-table .header-row > .left[data-v-98cd2530] {
  width: 80%;
}
.overall-content > .left .results-table .header-row > .right[data-v-98cd2530] {
  width: 20%;
  text-align: right;
}
.overall-content > .left .results-table .additive-constant-row[data-v-98cd2530] {
  display: flex;
}
.overall-content > .left .results-table .additive-constant-row > .left[data-v-98cd2530], .overall-content > .left .results-table .additive-constant-row > .right[data-v-98cd2530] {
  padding: 10px 0;
}
.overall-content > .left .results-table .additive-constant-row > .left[data-v-98cd2530] {
  width: 80%;
  border-bottom: solid 1px #cdd1d3;
}
.overall-content > .left .results-table .additive-constant-row > .right[data-v-98cd2530] {
  width: 20%;
  border-bottom: solid 1px #cdd1d3;
  text-align: right;
}
.overall-content > .left .results-table .question-section[data-v-98cd2530] {
  padding: 10px 0;
}
.overall-content > .left .results-table .question-section .question-row[data-v-98cd2530] {
  padding: 0 0 3px 0;
}
.overall-content > .left .results-table .question-section .answer-row[data-v-98cd2530] {
  padding: 0 0 3px 0;
  display: flex;
}
.overall-content > .left .results-table .question-section .answer-row > .left[data-v-98cd2530] {
  width: 80%;
}
.overall-content > .left .results-table .question-section .answer-row > .right[data-v-98cd2530] {
  width: 20%;
  text-align: right;
}
.overall-content > .left .results-table .question-section .border-placeholder > .left[data-v-98cd2530] {
  width: 100%;
  border-bottom: solid 1px #cdd1d3;
}
.overall-content > .right[data-v-98cd2530] {
  width: 29%;
}
.overall-content > .right > div[data-v-98cd2530] {
  padding: 10px 0 10px 14px;
}
.overall-content > .right > div .words[data-v-98cd2530] {
  border-bottom: solid 1px #cdd1d3;
  margin: 0 0 15px 0;
}
.overall-content > .right > div .words .cloud[data-v-98cd2530] {
  min-height: 150px;
}
.secondary-content[data-v-4ba4bb62] {
  padding: 1%;
  display: flex;
  font-size: 14px;
  color: #273136;
}
.secondary-content > .left[data-v-4ba4bb62] {
  width: 100%;
}
.secondary-content > .left .results-table .row[data-v-4ba4bb62] {
  display: flex;
}
.secondary-content > .left .results-table .row .cell[data-v-4ba4bb62] {
  flex-grow: 1;
  flex-basis: 1px;
  display: flex;
}
.secondary-content > .left .results-table .row .cell[data-v-4ba4bb62]:first-child {
  flex-grow: 2;
}
.secondary-content > .left .results-table .row .cell:first-child.question-row-cell[data-v-4ba4bb62] {
  border-top: solid 1px #cdd1d3;
}
.secondary-content > .left .results-table .row .cell.question-row-cell[data-v-4ba4bb62] {
  padding: 10px 0 10px 0;
  margin: 10px 0 0 0;
}
.secondary-content > .left .results-table .row .cell.question-score[data-v-4ba4bb62] {
  display: block;
  text-align: right;
}
.secondary-content > .left .results-table .row[data-v-4ba4bb62]:first-child {
  border-bottom: solid 1px #cdd1d3;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
.secondary-content > .left .results-table .row:first-child .cell[data-v-4ba4bb62]:first-child {
  border: none;
}
.secondary-content > .right[data-v-4ba4bb62] {
  width: 29%;
}
.secondary-content > .right > div[data-v-4ba4bb62] {
  padding: 10px 0 10px 14px;
}
.secondary-content > .right > div .words[data-v-4ba4bb62] {
  border-bottom: solid 1px #cdd1d3;
  margin: 0 0 15px 0;
}
.secondary-content > .right > div .words .cloud[data-v-4ba4bb62] {
  min-height: 150px;
}
.modal-layout[data-v-de7dfbe6] {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 3px;
}
.modal-layout .header[data-v-de7dfbe6] {
  display: grid;
  grid-template-columns: 15% 70% 15%;
  padding: 10px 10px;
}
.modal-layout .header .middle[data-v-de7dfbe6] {
  justify-self: center;
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.modal-layout .header .right[data-v-de7dfbe6] {
  justify-self: right;
  font-size: 20px;
}
.modal-layout .header .right[data-v-de7dfbe6]:hover {
  cursor: pointer;
}
.modal-layout .content[data-v-de7dfbe6] {
  padding: 20px 10px;
  line-height: 1.2;
}
.modal-layout .button-row[data-v-de7dfbe6] {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}
.modal-layout .button-row .each-button[data-v-de7dfbe6] {
  flex-basis: 33%;
}
.loading[data-v-2eed68d7] {
  color: #4c35ad;
}
p.name[data-v-2eed68d7] {
  color: #4c35ad;
  font-weight: bold;
}
header > div[data-v-2eed68d7] {
  display: flex;
}
header > div > div[data-v-2eed68d7] {
  width: 50%;
}
header .left-header .study-label[data-v-2eed68d7],
header .left-header .study-status[data-v-2eed68d7] {
  color: #273136;
  font-size: 15px;
  line-height: 22px;
}
header .left-header .section-1[data-v-2eed68d7] {
  padding: 0 0 1em 0;
}
header .left-header .section-2[data-v-2eed68d7] {
  padding-bottom: 1em;
  color: #273136;
  font-size: 15px;
  line-height: 25px;
}
header .left-header .section-2 .count[data-v-2eed68d7] {
  color: #4c35ad;
  font-size: 15px;
}
header .right-header > div[data-v-2eed68d7] {
  display: flex;
  justify-content: flex-end;
}
header a[data-v-2eed68d7] {
  color: #273136;
}
header .exports .xcl-export[data-v-2eed68d7] {
  padding: 1.5em 0.5em 0.5em;
  margin: 0 0.5em 0 0;
}
header .exports .ppt-export[data-v-2eed68d7] {
  padding: 1.5em 0 0.5em 0.5em;
}
.content-1[data-v-2eed68d7] {
  margin: 0 1em;
}
.tabs[data-v-2eed68d7] {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}
.tabs > div[data-v-2eed68d7] {
  /*width: 100%;*/
  min-width: 30%;
  /*width: 16.66%;*/
  display: flex;
  justify-content: center;
  margin: 0 1px;
  cursor: pointer;
  background-color: #C2D7F2;
  color: #273136;
  font-size: 15px;
}
.tabs > div.selected-tab[data-v-2eed68d7] {
  background-color: #314a59;
  color: #ffffff;
}
.link-to-survey[data-v-2eed68d7] {
  padding-bottom: 1em;
  display: flex;
  cursor: pointer;
}
.link-to-survey .copy-link[data-v-2eed68d7] {
  display: inline-block;
  padding-right: 0.5em;
}
.link-to-survey .link-text[data-v-2eed68d7] {
  overflow: auto;
  word-wrap: break-word;
}
.link-to-survey .copy-badge[data-v-2eed68d7] {
  padding-left: 0.5em;
  color: #4c35ad;
}
.font-size[data-v-2eed68d7] {
  font-size: 15px;
}
.my-profile[data-v-2eed68d7] {
  padding-bottom: 1em;
}
.button[data-v-2eed68d7] {
  border-color: #4c35ad;
  font-weight: bold;
  background-color: #ffffff;
  border-width: medium;
  color: #4c35ad;
  border-radius: 5px;
  padding: 10px 20px;
}
.center-header[data-v-2eed68d7] {
  text-align: center;
}
.loading[data-v-549dbfdb] {
  color: #4c35ad;
}

.footer-bar[data-v-7a62a097] {
  width: 100%;
}
.inner-footer[data-v-7a62a097] {
  display:inline-block;
  width: 25%;
  height: 2px;
}


.error-page-container[data-v-6da7ad54] {
  width: 60%;
  max-width: 1024px;
}
.added-logo[data-v-6da7ad54] {
  padding-top: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading[data-v-6da7ad54] {
  color: #4c35ad;
  font-weight: bolder;
  font-size: large;
  padding-top: 8%;
}
.message[data-v-6da7ad54] {
  padding-top: 8%;
  padding-bottom: 15%;
}
.heading[data-v-69e31bfc] {
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.date-picker[data-v-69e31bfc] {
  width: 100%;
  color: black;
  background-color: #eeeded;
}
.myprofile-container[data-v-69e31bfc] {
  padding: 0 5%;
}
.heading-container[data-v-69e31bfc] {
  padding: 3% 0;
}
.left-side[data-v-69e31bfc] {
  display: inline-block;
  width: 10%;
}
@media only screen and (max-width : 768px) {
.left-side[data-v-69e31bfc] {
    width: 25%;
}
}
.right-side[data-v-69e31bfc] {
  display: inline-block;
  width: 30%;
}
@media only screen and (max-width : 768px) {
.right-side[data-v-69e31bfc] {
    width: 75%;
}
}
.input-box[data-v-69e31bfc] {
  width: 100%;
  border: #eeeded;
  height: 40px;
  background-color: #eeeded;
  text-indent: 10px;
}
.input-box-frozen[data-v-69e31bfc] {
  width: 100%;
  border: #eeeded;
  height: 40px;
  color: black;
  background-color: #eeeded;
  text-indent: 10px;
  display: flex;
  align-items: center;
}
.each-row[data-v-69e31bfc] {
  padding: 5px 0;
}
.footer-bar[data-v-69e31bfc] {
  width: 100%;
}
.inner-footer[data-v-69e31bfc] {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #cdd1d3;
}
.checkbox[data-v-69e31bfc] {
  display: inline-block;
  padding: 0 5px;
}
.option[data-v-69e31bfc] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.option[data-v-69e31bfc]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.form[data-v-1cffa75f] {
  height: 40px;
}
@media only screen and (max-width : 768px) {
.form[data-v-1cffa75f] {
    height: 20px;
}
}
.input-box[data-v-1cffa75f] {
  width: 100%;
  border: #eeeded;
  height: 100%;
  background-color: #eeeded;
  text-indent: 10px;
  padding: 0;
}
.input-box[data-v-1cffa75f]:focus {
  outline: None;
}
.published-icon[data-v-1cffa75f] {
  color: white;
  text-align: center;
  height: 100%;
  line-height: 40px;
  vertical-align: middle;
}
@media only screen and (max-width : 768px) {
.published-icon[data-v-1cffa75f] {
    line-height: 20px;
}
}
.search-bar[data-v-1cffa75f] {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
.search-bar[data-v-1cffa75f] {
    height: 20px;
}
}
.input-text[data-v-1cffa75f] {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.selected[data-v-1cffa75f] {
  display: inline-block;
  width: calc(100% - 40px);
  height: 40px;
}
@media only screen and (max-width : 768px) {
.selected[data-v-1cffa75f] {
    width: calc(100% - 20px);
    height: 20px;
}
}
.search-button[data-v-1cffa75f] {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #f46446;
  padding: 0;
  border: 0;
}
@media only screen and (max-width : 768px) {
.search-button[data-v-1cffa75f] {
    width: 20px;
    height: 20px;
}
}
.search-button[data-v-1cffa75f]:focus {
  outline: None;
}
.heading[data-v-0531f7d0] {
  color: #4c35ad;
  font-weight: bold;
  font-size: 13px;
}
.each-row[data-v-0531f7d0] {
  padding: 1% 0;
}
.regular-font[data-v-0531f7d0] {
  font-size: 14px;
}
.big-font[data-v-0531f7d0] {
  font-size: 15px;
}
.faded[data-v-0531f7d0] {
  color: #a2a2a2;
}
.heading[data-v-dd43f80a] {
  color: #4c35ad;
  font-weight: bold;
  font-size: 17px;
  margin-top: 45px;
  margin-bottom: 25px;
}
.sort-by[data-v-dd43f80a] {
  padding-bottom: 3%;
  color: #4c35ad;
}
.options-text[data-v-dd43f80a] {
  font-size: 16px;
}
.browse-container[data-v-dd43f80a] {
  margin: 0 60px;
}
.search-container[data-v-dd43f80a] {
  width: 50%;
}
@media only screen and (max-width : 768px) {
.search-container[data-v-dd43f80a] {
    width: 100%;
}
}
.dropdown-container[data-v-dd43f80a] {
  width: 33%;
}
@media only screen and (max-width : 768px) {
.dropdown-container[data-v-dd43f80a] {
    width: 100%;
}
}
.each-row[data-v-dd43f80a] {
  padding: 2% 0;
}
.option[data-v-dd43f80a] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.option[data-v-dd43f80a]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.clickable[data-v-dd43f80a]:hover {
  cursor: pointer;
}
.pagination[data-v-dd43f80a] {
  padding: 0 5px;
}
.pagination.optional[data-v-dd43f80a] {
  text-decoration: underline;
}
.pagination[data-v-dd43f80a]:hover {
  cursor: pointer;
}
.study-info-subhead[data-v-087feeb6] {
  color: #314a59;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  border-bottom: 1px solid #cdd1d3;
  margin-right: 60px;
  margin-top: 20px;
  padding-left: 5px;
  padding-bottom: 1px;
}
.study-info-content[data-v-087feeb6] {
  color: #273136;
  font-size: 14px;
  line-height: 17px;
  margin-top: 4px;
}
.capitalize[data-v-087feeb6] {
  text-transform: capitalize;
}
.content-1[data-v-6c36c73f] {
  margin: 0 60px;
}
.study-info-heading[data-v-6c36c73f] {
  color: #4c35ad;
  font-size: 17px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 45px;
}
.study-info-name[data-v-6c36c73f] {
  margin-right: 60px;
  margin-top: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  color: #314a59;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  background: #f6f6f5;
}
.study-status[data-v-6c36c73f] {
  color: #273136;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 12px;
}
.header-tags[data-v-6c36c73f] {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
.study-info-contact[data-v-6c36c73f] {
  color: #273136;
  font-size: 14px;
  line-height: 17px;
  margin-top: 6px;
}
.study-info-subhead[data-v-6c36c73f] {
  color: #314a59;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  border-bottom: 1px solid #cdd1d3;
  margin-right: 60px;
  margin-top: 20px;
  padding-left: 5px;
  padding-bottom: 1px;
}
.study-info-content[data-v-6c36c73f] {
  color: #273136;
  font-size: 14px;
  line-height: 17px;
  margin-top: 4px;
}
.study-info-buttons[data-v-6c36c73f] {
  margin-top: 40px;
  margin-bottom: 120px;
  display: flex;
}
@media only screen and (max-width : 768px) {
.study-info-buttons[data-v-6c36c73f] {
    flex-direction: column;
}
}
.study-buy-button[data-v-6c36c73f] {
  text-decoration: none;
  padding: 8px 18px;
  border: 2px solid #4c35ad;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  background: #4c35ad;
  margin-right: 5px;
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
.study-buy-button[data-v-6c36c73f] {
    margin: 5px 0;
}
}
.study-view-button[data-v-6c36c73f] {
  text-decoration: none;
  padding: 8px 18px;
  border: 2px solid #273136;
  border-radius: 3px;
  color: #273136;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
@media only screen and (max-width : 768px) {
.study-view-button[data-v-6c36c73f] {
    margin: 5px 0;
}
}
.capitalize[data-v-6c36c73f] {
  text-transform: capitalize;
}
.confirm-delete-study-dialog[data-v-6c36c73f] {
  background-color: #ffffff;
  border-radius: 5px;
}
.confirm-delete-study-dialog .exit-row[data-v-6c36c73f] {
  display: flex;
  justify-content: flex-end;
}
.confirm-delete-study-dialog .actions-row[data-v-6c36c73f] {
  display: flex;
  justify-content: center;
}
.container[data-v-132625a4] {
  height: 100%;
}
section[data-v-132625a4] {
  height: 100%;
}
.layout[data-v-132625a4] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-132625a4] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-132625a4] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-132625a4] {
  color: #314a59;
}
.pure-form input[type=text][data-v-132625a4] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-132625a4]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-132625a4]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-132625a4]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-132625a4] {
  font-size: 1em;
  font-weight: bold;
  color: #0c1921;
}
.rating-title[data-v-132625a4] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-132625a4]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.add-button[data-v-132625a4] {
  color: #4c35ad;
  font-size: 200%;
  padding-left: 1em;
  cursor: pointer;
}
.minus-button[data-v-132625a4] {
  color: #4c35ad;
  font-size: 200%;
  padding-right: 1em;
  cursor: pointer;
  float: right;
}
label[data-v-132625a4] {
  background-color: #4c35ad;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}
.file-chosen[data-v-132625a4] {
  color: #314a59;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.5rem;
}
.trash-icon[data-v-132625a4] {
  color: #4c35ad;
  font-size: 150%;
  margin-top: 1rem;
  cursor: pointer;
}
.questions[data-v-132625a4] {
  margin-top: 1.5rem;
}
.upload-progress[data-v-132625a4] {
  margin-top: 1rem;
  color: #4c35ad;
  font-size: 150%;
}
.error[data-v-132625a4] {
  color: #4c35ad;
  margin-top: 1rem;
  padding: 0.5rem;
}
.container[data-v-7156126e] {
  height: 100%;
}
section[data-v-7156126e] {
  height: 100%;
}
.layout[data-v-7156126e] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-7156126e] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-7156126e] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-7156126e] {
  color: #314a59;
}
.pure-form input[type=text][data-v-7156126e] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-7156126e]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-7156126e]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-7156126e]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-7156126e] {
  font-size: 1em;
  font-weight: bold;
  color: #0c1921;
}
.rating-title[data-v-7156126e] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-7156126e]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.add-button[data-v-7156126e] {
  color: #4c35ad;
  font-size: 200%;
  padding-left: 1em;
  cursor: pointer;
}
.minus-button[data-v-7156126e] {
  color: #4c35ad;
  font-size: 200%;
  padding-right: 1em;
  cursor: pointer;
  float: right;
}
label[data-v-7156126e] {
  background-color: #4c35ad;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 0.3rem;
  cursor: pointer;
  margin-top: 1rem;
}
.file-chosen[data-v-7156126e] {
  color: #314a59;
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 1rem;
  padding: 0.5rem;
}
.trash-icon[data-v-7156126e] {
  color: #4c35ad;
  font-size: 150%;
  margin-top: 1rem;
  cursor: pointer;
}
.upload-progress[data-v-7156126e] {
  margin-top: 1rem;
  color: #4c35ad;
  font-size: 150%;
}
.questions[data-v-7156126e] {
  margin-top: 1.5rem;
}
.upload-progress[data-v-7156126e] {
  margin-top: 1rem;
  color: #4c35ad;
  font-size: 150%;
}
.error[data-v-7156126e] {
  color: #4c35ad;
  margin-top: 1rem;
  padding: 0.5rem;
}
.overall-container[data-v-4d5a9128] {
  padding: 3% 5%;
}
.loading[data-v-4d5a9128] {
  color: #4c35ad;
}
header[data-v-4d5a9128] {
  padding: 0 1%;
}
header > div[data-v-4d5a9128] {
  display: flex;
}
header > div > div[data-v-4d5a9128] {
  width: 50%;
}
header .left-header p.name[data-v-4d5a9128] {
  color: #4c35ad;
  font-weight: bold;
}
header .left-header .study-label[data-v-4d5a9128], header .left-header .study-status[data-v-4d5a9128] {
  color: #273136;
  font-size: 15px;
  line-height: 22px;
}
header .left-header .section-1[data-v-4d5a9128] {
  padding: 0 0 1em 0;
}
header .left-header .section-2[data-v-4d5a9128] {
  color: #273136;
  font-size: 15px;
  line-height: 25px;
}
header .left-header .section-2 .count[data-v-4d5a9128] {
  color: #4c35ad;
}
header .right-header > div[data-v-4d5a9128] {
  display: flex;
  justify-content: flex-end;
}
header .exports .xcl-export[data-v-4d5a9128] {
  padding: 1.5em 0.5em 0.5em;
  margin: 0 0.5em 0 0;
}
header .exports .ppt-export[data-v-4d5a9128] {
  padding: 1.5em 0 0.5em 0.5em;
}
header .study-info-buttons[data-v-4d5a9128] {
  margin-top: 20px;
  margin-bottom: 20px;
}
header .study-buy-button[data-v-4d5a9128] {
  display: inline-block;
  text-decoration: none;
  padding: 8px 18px;
  border: 2px solid #4c35ad;
  border-radius: 3px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  background: #4c35ad;
  margin-right: 5px;
  cursor: pointer;
}
.confirm-delete-study-dialog[data-v-4d5a9128] {
  background-color: #ffffff;
  border-radius: 5px;
}
.confirm-delete-study-dialog .exit-row[data-v-4d5a9128] {
  display: flex;
  justify-content: flex-end;
}
.confirm-delete-study-dialog .actions-row[data-v-4d5a9128] {
  display: flex;
  justify-content: center;
}
.view-info[data-v-4d5a9128] {
  padding-bottom: 1em;
  display: flex;
  cursor: pointer;
}
.confirmation-container[data-v-333434d6] {
  padding: 5% 8%;
}
.heading[data-v-333434d6] {
  color: #4c35ad;
  font-weight: bold;
  font-size: 17px;
}
.each-row[data-v-333434d6] {
  padding: 1.5% 0;
}
.extra-button-padding[data-v-333434d6] {
  padding: 10px 0;
}
.contact-button[data-v-333434d6] {
  background: #4c35ad;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 18px;
  border: 2px solid #4c35ad;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
}
.nav-chevron[data-v-6f1a45c8] {
  display: flex;
  justify-content: center;
  font-size: 3em;
  transition: color 200ms;
  color: #314a59;
}
.nav-chevron[data-v-6f1a45c8]:active {
  color: #4c35ad;
}
.nav-chevron .chevron[data-v-6f1a45c8] {
  color: #4c35ad;
}
.nav-chevron .circle.loading[data-v-6f1a45c8] {
  color: #4c35ad;
}

.text[data-v-74d5a6f1] {
  text-align: center;
}
span[data-v-74d5a6f1] {
  font-size: 1.17em;
}
.dropdown-container[data-v-74d5a6f1] {
  padding: 5% 10%;
}
.each-row[data-v-74d5a6f1] {
  padding: 5% 0;
}
.option[data-v-74d5a6f1] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.options-text[data-v-74d5a6f1] {
  font-size: 16px;
}


.text[data-v-64452ea8] {
  padding: 5% 20%;
}
.paragraph[data-v-64452ea8] {
  padding: 3% 0;
  line-height: 120%;
}
.heading[data-v-64452ea8] {
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.heading-container[data-v-64452ea8] {
  padding: 3% 0;
}
.text[data-v-25cecd67] {
  padding: 5%;
  font-size: 14px;
  line-height: 17px;
}
.paragraph[data-v-25cecd67] {
  padding: 1% 0;
}
.section[data-v-25cecd67] {
  padding: 5% 0;
}
.title-number[data-v-25cecd67] {
  /*padding-right: 5%;*/
}
.title[data-v-25cecd67] {
  text-decoration: underline;
}
.heading[data-v-62ba7c02] {
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.contact-container[data-v-62ba7c02] {
  padding: 3% 5%;
  width: 140%;
}
.heading-container[data-v-62ba7c02] {
  padding: 3% 0;
}
.left-side[data-v-62ba7c02] {
  display: inline-block;
  vertical-align: top;
  width: 10%;
}
.right-side[data-v-62ba7c02] {
  display: inline-block;
  width: 30%;
}
.button[data-v-62ba7c02] {
  float: right;
}
.input-box[data-v-62ba7c02] {
  width: 100%;
  border: #eeeded;
  height: 40px;
  background-color: #eeeded;
  text-indent: 10px;
}
.textarea-box[data-v-62ba7c02] {
  width: calc(100% - 10px);
  border: #eeeded;
  background-color: #eeeded;
  padding-top: 10px;
  padding-left: 10px;
  line-height: 1em;
}
.each-row[data-v-62ba7c02] {
  padding: 5px 0;
}
.footer-bar[data-v-62ba7c02] {
  width: 100%;
}
.inner-footer[data-v-62ba7c02] {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #cdd1d3;
}
.checkbox[data-v-62ba7c02] {
  display: inline-block;
  padding: 0 5px;
}
.error[data-v-62ba7c02] {
  color: red;
}
.option[data-v-62ba7c02] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.option[data-v-62ba7c02]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.center-error-page[data-v-62ba7c02] {
  margin: auto;
}
.heading[data-v-42bf5c48] {
  color: #4c35ad;
  font-size: 17px;
  font-weight: bold;
  padding: 2% 0;
}
.regular-text[data-v-42bf5c48] {
  font-size: 15px;
  font-weight: 100;
}
@media only screen and (max-width : 768px) {
.regular-text[data-v-42bf5c48] {
    font-size: 14px;
}
}
.error[data-v-42bf5c48] {
  color: red;
}
.error-month[data-v-42bf5c48] {
  display: inline-block;
  width: 55%;
}
.error-day[data-v-42bf5c48] {
  display: inline-block;
  width: 35%;
}
.prelim-container[data-v-42bf5c48] {
  padding-top: 3%;
  width: 80%;
  max-width: 1024px;
}
.options-text[data-v-42bf5c48] {
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
.options-text[data-v-42bf5c48] {
    font-size: 14px;
}
}
.options-text-month-day[data-v-42bf5c48] {
  font-size: 16px;
}
@media only screen and (max-width : 768px) {
.options-text-month-day[data-v-42bf5c48] {
    font-size: 10px;
}
}
.next-button[data-v-42bf5c48] {
  float: right;
}
.next-button.rtl[data-v-42bf5c48] {
  float: left;
}
.button[data-v-42bf5c48] {
  border-color: #4c35ad;
  font-weight: bold;
  background-color: #ffffff;
  border-width: medium;
  color: #4c35ad;
  border-radius: 5px;
  padding: 10px 20px;
}
.input-box[data-v-42bf5c48] {
  width: 100%;
  border: #eeeded;
  height: 40px;
  background-color: #eeeded;
  text-indent: 10px;
}
@media only screen and (max-width : 768px) {
.input-box[data-v-42bf5c48] {
    height: 20px;
}
}
.left-side[data-v-42bf5c48] {
  display: inline-block;
  width: 40%;
  min-height: 40px;
  vertical-align: top;
}
.right-side[data-v-42bf5c48] {
  display: inline-block;
  width: 60%;
}
.left-side-checkbox[data-v-42bf5c48] {
  display: inline-block;
  width: 55%;
  min-height: 40px;
  vertical-align: top;
  padding-right: 5%;
}
.left-side-checkbox.rtl[data-v-42bf5c48] {
  padding-right: 0;
}
.right-side-checkbox[data-v-42bf5c48] {
  display: inline-block;
  width: 40%;
  vertical-align: bottom;
}
.month-picker[data-v-42bf5c48] {
  display: inline-block;
  width: 55%;
  /*padding-right: 5%;*/
}
@media only screen and (max-width : 768px) {
.month-picker[data-v-42bf5c48] {
    font-size: 10px;
}
}
.day-picker[data-v-42bf5c48] {
  display: inline-block;
  width: 35%;
  /*padding-left: 5%;*/
}
@media only screen and (max-width : 768px) {
.day-picker[data-v-42bf5c48] {
    font-size: 10px;
}
}
.each-row[data-v-42bf5c48] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.filler[data-v-42bf5c48] {
  display: inline-block;
  width: 10%;
}
.option[data-v-42bf5c48] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media only screen and (max-width : 768px) {
.option[data-v-42bf5c48] {
    padding: 5px;
    font-size: 10px;
}
}
.option[data-v-42bf5c48]:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
input[placeholder][data-v-42bf5c48] {
  text-overflow: ellipsis;
}
[data-v-42bf5c48]::-moz-placeholder {
  text-overflow: ellipsis;
}

/* firefox 19+ */
input[data-v-42bf5c48]:-moz-placeholder {
  text-overflow: ellipsis;
}
.inner-footer[data-v-0fea4302] {
  width: 25%;
  height: 10px;
}
.left-border-radius[data-v-0fea4302] {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.right-border-radius[data-v-0fea4302] {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.progress-bar-container[data-v-0fea4302] {
  background-color: white;
  border: 1px solid #000;
  border-radius: 13px;
  /* (height of inner div) / 2 + padding */
  padding: 3px;
  height: 10px;
}
.progress-bar[data-v-0fea4302] {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 10px;
}
.extra-padding[data-v-ea8a0f22] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.outer-container[data-v-ea8a0f22] {
  padding-top: 5%;
  width: 80%;
  max-width: 1024px;
}
.regular-text[data-v-ea8a0f22] {
  font-size: 16px;
}
.primary-color[data-v-ea8a0f22] {
  color: #4c35ad;
}
.bold[data-v-ea8a0f22] {
  font-weight: bold;
}
.line-spacing[data-v-ea8a0f22] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.each-answer[data-v-ea8a0f22] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.label-spacing[data-v-ea8a0f22] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.rating-container[data-v-ea8a0f22] {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rating-box[data-v-ea8a0f22] {
  display: inline-flex;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #273136;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.indicate-disabled[data-v-ea8a0f22] {
  /*cursor: wait;*/
  /*opacity: .5;*/
}
.entire-ratings-component[data-v-ea8a0f22] {
  display: inline-block;
  position: relative;
  direction: ltr;
}
.answers[data-v-ea8a0f22] {
  padding-left: 7%;
}
.least-important[data-v-ea8a0f22] {
  display: inline-block;
}
.most-important[data-v-ea8a0f22] {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.outer-container[data-v-8b60093c] {
  padding: 5%;
  max-width: 1024px;
}
@media only screen and (max-width : 768px) {
.outer-container[data-v-8b60093c] {
    width: 80%;
}
}
.header[data-v-8b60093c] {
  padding-top: 10%;
  padding-bottom: 5%;
  color: #4c35ad;
  font-weight: bold;
  font-size: 17px;
}
.big-text[data-v-8b60093c] {
  font-size: 17px;
}
.small-text[data-v-8b60093c] {
  font-size: 13px;
}
.button[data-v-8b60093c] {
  border-color: #4c35ad;
  font-weight: bold;
  background-color: #ffffff;
  border-width: medium;
  color: #4c35ad;
  border-radius: 3px;
  padding: 10px 20px;
}
.line-spacing[data-v-8b60093c] {
  padding-top: 5%;
  padding-bottom: 5%;
}
.extra-padding[data-v-29a5b598] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.outer-container[data-v-29a5b598] {
  padding-top: 5%;
  width: 80%;
  max-width: 1024px;
}
.regular-text[data-v-29a5b598] {
  font-size: 16px;
}
.primary-color[data-v-29a5b598] {
  color: #4c35ad;
}
.bold[data-v-29a5b598] {
  font-weight: bold;
}
.line-spacing[data-v-29a5b598] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.each-answer[data-v-29a5b598] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.label-spacing[data-v-29a5b598] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.rating-container[data-v-29a5b598] {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.rating-box[data-v-29a5b598] {
  display: inline-flex;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #273136;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.indicate-disabled[data-v-29a5b598] {
  /*cursor: wait;*/
  /*opacity: .5;*/
}
.entire-ratings-component[data-v-29a5b598] {
  display: inline-block;
  position: relative;
  direction: ltr;
}
.answers[data-v-29a5b598] {
  padding-left: 7%;
}
.least-important[data-v-29a5b598] {
  display: inline-block;
}
.most-important[data-v-29a5b598] {
  display: inline-block;
  position: absolute;
  right: 10px;
}
.container[data-v-faa7d7ae] {
  width: 100%;
  height: 100%;
  padding: 2% 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.title[data-v-faa7d7ae] {
  color: #4c35ad;
  font-size: 30px;
  font-weight: bold;
  padding: 2% 0;
}
.presentation[data-v-faa7d7ae] {
  margin: auto;
}
.media[data-v-faa7d7ae] {
  max-width: 100%;
}
.question-container[data-v-faa7d7ae] {
  margin-top: 1rem;
  width: 100%;
}
.next-button[data-v-faa7d7ae] {
  display: flex;
  justify-content: center;
}
.container[data-v-3d55c52e] {
  width: 100%;
  height: 100%;
  padding: 2% 0;
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
}
.title[data-v-3d55c52e] {
  color: #4c35ad;
  font-size: 30px;
  font-weight: bold;
  padding: 2% 0;
}
.presentation[data-v-3d55c52e] {
  margin: auto;
}
.media[data-v-3d55c52e] {
  max-width: 100%;
}
.question-container[data-v-3d55c52e] {
  margin-top: 1rem;
  width: 100%;
}
.next-button[data-v-3d55c52e] {
  display: flex;
  justify-content: center;
}
.outer-container[data-v-411eeb6a] {
  padding: 5%;
  max-width: 1024px;
}
@media only screen and (max-width : 768px) {
.outer-container[data-v-411eeb6a] {
    width: 80%;
}
}
.header[data-v-411eeb6a] {
  padding-top: 10%;
  padding-bottom: 5%;
  color: #4c35ad;
  font-weight: bold;
  font-size: 17px;
}
.big-text[data-v-411eeb6a] {
  font-size: 17px;
}
.small-text[data-v-411eeb6a] {
  font-size: 13px;
}
.button[data-v-411eeb6a] {
  border-color: #4c35ad;
  font-weight: bold;
  background-color: #ffffff;
  border-width: medium;
  color: #4c35ad;
  border-radius: 3px;
  padding: 10px 20px;
}
.line-spacing[data-v-411eeb6a] {
  padding-top: 5%;
  padding-bottom: 5%;
}
.check-mark[data-v-705b3afc] {
  display: inline-block;
  color: #4c35ad;
  font-size: x-large;
  padding-right: 1%;
}
.rtl[data-v-705b3afc] {
  direction: rtl;
}
.heading-container[data-v-ce5d57d4] {
  padding: 2em 0 0 0;
}
.heading[data-v-ce5d57d4] {
  color: #4c35ad;
  font-size: 20pt;
}
.participants-container[data-v-ce5d57d4] {
  padding: 0 2em;
}
.add-new-participants[data-v-ce5d57d4] {
  padding: 3em 0 0 0;
  display: flex;
}
.add-new-participants .left[data-v-ce5d57d4] {
  justify-content: flex-start;
  margin-right: 1em;
}
.add-new-participants .left input[data-v-ce5d57d4] {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #cdd1d3;
}
.add-new-participants .left .error[data-v-ce5d57d4] {
  border-bottom: 1px solid red;
  color: red;
}
.add-new-participants .left .error[data-v-ce5d57d4]::placeholder {
  color: red;
}
.add-new-participants .left .add-button[data-v-ce5d57d4] {
  color: #4c35ad;
  font-size: 200%;
  padding-left: 1em;
  cursor: pointer;
}
.add-new-participants .left .loading-symbol[data-v-ce5d57d4] {
  color: #4c35ad;
  padding-left: 1em;
}
.add-new-participants .left .added-notification[data-v-ce5d57d4] {
  color: #4c35ad;
  padding-left: 1em;
}
.add-new-participants .left .added-error[data-v-ce5d57d4] {
  color: #4c35ad;
  padding-left: 1em;
}
.content[data-v-ce5d57d4] {
  padding: 2em 0;
}
.participants[data-v-ce5d57d4] {
  padding: 1em 0 5em 0;
}
.participant[data-v-ce5d57d4] {
  display: flex;
  border-bottom: 1px solid #4c35ad;
  padding: 20px 0;
}
.participant .left[data-v-ce5d57d4] {
  display: flex;
  justify-content: flex-start;
  flex-grow: 1;
}
.participant .left .check-icon-container[data-v-ce5d57d4] {
  width: 7em;
  text-align: center;
}
.participant .left .name[data-v-ce5d57d4] {
  font-size: large;
  min-height: 16px;
}
.participant .left .email[data-v-ce5d57d4] {
  font-size: small;
}
.participant .left .check-icon[data-v-ce5d57d4] {
  color: #273136;
  font-size: 150%;
}
.participant .right[data-v-ce5d57d4] {
  display: flex;
  justify-content: flex-end;
}
.participant .right .button[data-v-ce5d57d4] {
  border-color: #4c35ad;
  font-weight: bold;
  background-color: #ffffff;
  border-width: medium;
  color: #4c35ad;
  border-radius: 5px;
  padding: 10px 20px;
}
.participant .right .sent-notification[data-v-ce5d57d4] {
  color: #4c35ad;
  vertical-align: center;
  justify-content: center;
  font-size: 150%;
}
.study-info-container[data-v-4cbee7ca] {
  padding: 2em 3em;
}
.heading-container[data-v-4cbee7ca] {
  padding: 1em 0 1em 0;
}
.heading[data-v-4cbee7ca] {
  color: #4c35ad;
  font-size: 20pt;
}
.raw-data-container[data-v-042b2cd1] {
  margin: 2em;
}
.row[data-v-042b2cd1] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column-left[data-v-042b2cd1] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.participant-container[data-v-042b2cd1] {
  border: 1px solid #cdd1d3;
  padding: 5px 10px;
  cursor: pointer;
}
.column-right[data-v-042b2cd1] {
  display: flex;
  flex-direction: column;
  flex: 4;
}
.answers-container[data-v-042b2cd1] {
  padding: 0 2em;
}
.answer-container[data-v-042b2cd1] {
  border-bottom: 1px solid #cdd1d3;
  padding: 5px 10px;
}
.permutations[data-v-042b2cd1] {
  display: flex;
  flex-direction: column;
  flex: 3;
}
.rating[data-v-042b2cd1] {
  display: flex;
  flex-direction: column;
  flex: 3;
}
.response-time[data-v-042b2cd1] {
  display: flex;
  flex-direction: column;
  flex: 3;
}
.info-layout-container[data-v-042b2cd1] {
  padding: 1em 0;
  font-size: 14px;
}
.header[data-v-042b2cd1] {
  background-color: #eeeded;
  padding-top: 1em;
  padding-bottom: 1em;
}
.selected-participant[data-v-042b2cd1] {
  background-color: #cdd1d3;
}
.page-header-container[data-v-042b2cd1] {
  padding-top: 2em;
  padding-bottom: 4em;
}
.page-header[data-v-042b2cd1] {
  color: #4c35ad;
  font-size: 20pt;
  font-weight: bolder;
}
.text[data-v-94e135f0] {
  padding: 5%;
  font-size: 14px;
  line-height: 17px;
}
.paragraph[data-v-94e135f0] {
  padding: 1% 0;
}
.section[data-v-94e135f0] {
  padding: 5% 0;
  font-weight: bold;
}
.title-number[data-v-94e135f0] {
  /*padding-right: 5%;*/
}
.title[data-v-94e135f0] {
  text-decoration: underline;
}
.bold[data-v-94e135f0] {
  font-weight: bold;
}
.heading[data-v-94e135f0] {
  text-align: center;
  padding: 1em 0;
}
.heading .page-title[data-v-94e135f0] {
  padding: 3em 0 1em 0;
  font-size: 22pt;
}
.reset-form-container-spacing[data-v-9048e07c] {
  padding: 3% 5%;
}
.reset-form-container[data-v-9048e07c] {
  width: 140%;
}
@media only screen and (max-width : 768px) {
.reset-form-container[data-v-9048e07c] {
    width: 100%;
}
}
.left-side[data-v-9048e07c] {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.right-side[data-v-9048e07c] {
  display: inline-block;
  width: 30%;
}
@media only screen and (max-width : 768px) {
.right-side[data-v-9048e07c] {
    width: 80%;
}
}
.each-row[data-v-9048e07c] {
  padding: 5px 0;
}
.input-box-container[data-v-9048e07c] {
  display: flex;
  align-items: center;
}
.input-box-container .input-box[data-v-9048e07c] {
  flex-grow: 1;
  border: #eeeded;
  height: 40px;
  background-color: #eeeded;
  text-indent: 10px;
}
.input-box-container .show-password-icon[data-v-9048e07c] {
  align-items: flex-end;
  margin: 0.25em 0 0.25em 0.5em;
  font-size: medium;
  cursor: pointer;
}
.error[data-v-9048e07c] {
  color: red;
}
.heading[data-v-9048e07c] {
  color: #4c35ad;
  font-size: 20px;
  font-weight: 900;
}
.heading-container[data-v-9048e07c] {
  padding: 3% 0;
}
.button[data-v-9048e07c] {
  float: right;
}
.completion-message[data-v-9048e07c] {
  padding: 1em 0;
  color: #4c35ad;
  font-size: 16px;
}

.text[data-v-20530f28]{
  text-align: center;
}
.dropdown-container[data-v-20530f28]{
  padding: 0 10%;
}
.dropdown-container-columns[data-v-20530f28]{
  width: 20%;
  display: inline-block;
}
.dropdown-container-columns[data-v-20530f28]{
  width: 20%;
  display: inline-block;
}
.each-row[data-v-20530f28]{
  padding: 5% 0;
}
span[data-v-20530f28] {
  font-size: 1.17em;
}
.option[data-v-20530f28] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.options-text[data-v-20530f28]{
  font-size: 16px;
}


.text[data-v-ef8dfe86] {
  text-align: center;
}
.checkboxes[data-v-ef8dfe86] {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media only screen and (max-width : 768px) {
.checkboxes[data-v-ef8dfe86] {
    flex-direction: column;
    padding-left: 5em;
}
}
.checkbox-text[data-v-ef8dfe86] {
  padding: 0 10px;
}
.filler[data-v-ef8dfe86] {
  display: inline-block;
  width: 20%;
}
span[data-v-ef8dfe86] {
  font-size: 1.17em;
}
.each-row[data-v-ef8dfe86] {
  padding: 5% 0;
}
.container[data-v-69ac8fe8] {
  height: 100%;
}
section[data-v-69ac8fe8] {
  height: 100%;
}
.layout[data-v-69ac8fe8] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-69ac8fe8] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-69ac8fe8] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-69ac8fe8] {
  color: #314a59;
}
.pure-form input[type=text][data-v-69ac8fe8] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form input[type=text][data-v-69ac8fe8]:focus {
  border-color: #D4E3F5;
}
.pure-form input[type=text][data-v-69ac8fe8]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form input[type=text][data-v-69ac8fe8]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-69ac8fe8] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
.invalid[data-v-69ac8fe8] {
  color: #4c35ad;
}
.radio-row[data-v-69ac8fe8] {
  margin: 1em 0 0 0;
}
.label-text[data-v-69ac8fe8] {
  font-size: 16px;
}
.container[data-v-77cb35ed] {
  height: 100%;
}
section[data-v-77cb35ed] {
  height: 100%;
}
.layout[data-v-77cb35ed] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}
.child[data-v-77cb35ed] {
  width: 100%;
  max-width: 500px;
  margin: 1em;
}
h2[data-v-77cb35ed] {
  text-align: center;
  color: #4c35ad;
}
h3[data-v-77cb35ed] {
  color: #314a59;
}
.pure-form textarea[data-v-77cb35ed] {
  box-shadow: none;
  width: 100%;
  color: #314a59;
  border-color: #314a59;
}
.pure-form textarea[data-v-77cb35ed]:focus {
  border-color: #D4E3F5;
}
.pure-form textarea[data-v-77cb35ed]:placeholder-shown {
  color: #a2a2a2;
}
.pure-form textarea[data-v-77cb35ed]:-ms-input-placeholder {
  color: #a2a2a2;
}
.question-title[data-v-77cb35ed] {
  font-size: 0.83em;
  font-weight: bold;
  color: #314a59;
}
[data-v-77cb35ed]::placeholder {
  color: #a2a2a2;
  opacity: 1;
}
.backdrop[data-v-c1e8a068] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.backdrop .background[data-v-c1e8a068] {
  width: 100%;
  height: 100%;
  background: #0c1921;
  opacity: 0.75;
  position: absolute;
  z-index: -1;
}
.backdrop .layout[data-v-c1e8a068] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backdrop .layout .child[data-v-c1e8a068] {
  max-width: 500px;
}
