.font-bold {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], [disabled].button, [disabled].white-button {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], [disabled].white-button {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.ProgressBar {
  height: 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 100vw;
  background-color: #007add;
  z-index: 1050; }
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */

/* Display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
	display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
	display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */

*,
::before,
::after {
	background-repeat: no-repeat; /* 1 */
	box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */

::before,
::after {
	text-decoration: inherit; /* 1 */
	vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
	box-sizing: border-box; /* 1 */
	cursor: default; /* 2 */
	font-family: sans-serif; /* 3 */
	line-height: 1.5; /* 3 */
	-ms-text-size-adjust: 100%; /* 4 */
	-webkit-text-size-adjust: 100%; /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */

/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */

hr {
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

nav ol,
nav ul {
	list-style: none;
}

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

/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */

abbr[title] {
	border-bottom: 1px dotted; /* 1 */
	text-decoration: none; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */

mark {
	background-color: #ffff00;
	color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */

small {
	font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */

sub,
sup {
	font-size: 83.3333%; /* 1 */
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
	fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */

a:hover {
	outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */

/*
 * Remove border spacing in all browsers (opinionated).
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */

/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
	background-color: transparent; /* 1 */
	border-style: none; /* 1 */
	color: inherit; /* 1 */
	font-size: 1em; /* 1 */
	margin: 0; /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 2 */
	white-space: normal; /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
	overflow: auto; /* 1 */
	resize: vertical; /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */

::-webkit-search-cancel-button,
::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
	color: inherit;
	opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy="true"] {
	cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
	cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
	cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
	-ms-touch-action: manipulation; /* 1 */
	touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[hidden][aria-hidden="false"] {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[hidden][aria-hidden="false"]:focus {
	clip: auto;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(bafb105baeb22d965c70fe52ba6b49d9.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(de8b7431b74642e830af4d4f4b513ec9.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url(cf6613d1adf490972c557a8e318e0868.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url(8c2ade503b34e31430d6c98aa29a52a3.woff) format('woff');
	unicode-range: U+0-10FFFF;
}

.font-bold {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior {
  cursor: pointer;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .scale-behavior:not([disabled]):focus {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .scale-behavior:not([disabled]):active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], [disabled].button, [disabled].white-button {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], [disabled].white-button {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.FavButton {
  color: #d0d0d0;
  background-color: white;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 4px 6px 0 rgba(83, 83, 92, 0.11), 0 1px 3px 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #e8e8e8;
  cursor: pointer;
  display: inline-block; }
  .FavButton.selected {
    color: #ff8096; }
@font-face {
	font-family: "iconfont";
	src: url(2c64b596b5ce27862e43ad16485094ef.eot?#iefix) format("embedded-opentype"),
url(d74788c3af7888f1dd0a16308bcc0157.woff) format("woff"),
url(6f457daf5cc1000d1579012e6a84eb3f.ttf) format("truetype"),
url(b6f9077b3074eab0c4525f00066ced97.svg#iconfont) format("svg");
}

[class^="iconfont-"], [class*=" iconfont-"] {
	line-height: 1;
	speak: none;

	/* Needed to allow spinning animation to work. */
	display: inline-block;

	font-family: iconfont !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.iconfont-check:before {
	content: "\F101";
}
.iconfont-chevron-down:before {
	content: "\F102";
}
.iconfont-chevron-right:before {
	content: "\F103";
}
.iconfont-exclamation-circle:before {
	content: "\F104";
}
.iconfont-facebook:before {
	content: "\F105";
}
.iconfont-fullscreen:before {
	content: "\F106";
}
.iconfont-search:before {
	content: "\F107";
}
.iconfont-spinner:before {
	content: "\F108";
}
.iconfont-twitter:before {
	content: "\F109";
}
.iconfont-zoom-in:before {
	content: "\F10A";
}
.iconfont-zoom-out:before {
	content: "\F10B";
}
.iconfont-bars-icon:before {
	content: "\F10C";
}
.iconfont-chevron-left-icon:before {
	content: "\F10D";
}
.iconfont-chevron-right-icon:before {
	content: "\F10E";
}
.iconfont-heart-icon:before {
	content: "\F10F";
}
.iconfont-info-icon:before {
	content: "\F110";
}
.iconfont-notification-icon:before {
	content: "\F111";
}
.iconfont-profile-icon:before {
	content: "\F112";
}
.font-bold {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], [disabled].button, [disabled].white-button {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], [disabled].white-button {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.font-bold {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], [disabled].button, [disabled].white-button {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], [disabled].white-button {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

@-webkit-keyframes menuFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); } }

@keyframes menuFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes menuFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1; } }

@keyframes menuFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1; } }

.menu {
  display: none;
  -webkit-animation-name: menuFadeOutUp;
          animation-name: menuFadeOutUp;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  background-color: white;
  width: 400px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(83, 83, 92, 0.11);
  border: solid 1px #e6e8eb;
  position: absolute;
  top: 44px;
  right: -7px; }
  .menu .item {
    border-bottom: 1px solid #e6e8eb; }
    .menu .item:last-child {
      border-bottom: none; }
  .menu h2.item, .menu h3.item, .menu a.item {
    display: block;
    text-align: left;
    color: #2b2b2b;
    padding-left: 20px;
    padding-right: 20px; }
  .menu h2.item, .menu h3.item {
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    height: 42px;
    line-height: 42px; }
  .menu h3.item {
    font-size: 10px;
    color: #999999;
    height: 32px;
    line-height: 32px;
    background-color: #f7f9fa;
    text-transform: uppercase; }
  .menu a.item:hover, .menu a.item:focus {
    text-decoration: none;
    background-color: #f7f9fa; }

.clicked .menu {
  display: block; }

.active .menu {
  -webkit-animation-name: menuFadeInDown;
          animation-name: menuFadeInDown;
  z-index: 1000; }

.animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

.hidden {
  display: none !important; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

* {
  font-family: inherit;
  font-weight: inherit; }

a, img {
  border: none;
  outline: none; }

a {
  color: white;
  text-decoration: none; }

.CDNPage {
  width: 335px;
  max-height: 100%;
  position: absolute;
  top: 148px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
  @media (max-width: 840px) {
    .CDNPage {
      margin-left: 20px;
      margin-right: 20px;
      width: auto;
      top: 29px; } }
  .CDNPage a.ios-button {
    display: inline-block;
    margin-top: 14px;
    padding: 12px 20px;
    color: #007add;
    font-size: 13.5px;
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.1);
    border: solid 2px #cacaca; }
    .CDNPage a.ios-button img {
      margin-left: 10px;
      vertical-align: bottom; }

.logo-link {
  display: block;
  margin-bottom: 28px; }

.FavButton {
  position: absolute;
  margin: 10px; }

.file img {
  width: 100%; }

.search-link {
  display: block;
  color: #161616;
  margin-top: 20px;
  font-size: 20px;
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 700; }
  .search-link .iconfont-chevron-right-icon {
    font-size: 14px; }
.font-bold {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], [disabled].button, [disabled].white-button {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], [disabled].white-button {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.font-bold {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900; }

@media (max-width: 840px) {
  .non-mobile-only {
    display: none !important; } }

@media (min-width: 841px) {
  .mobile-only {
    display: none !important; } }

.collapsible-card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  background-color: white;
  border: solid 1px rgba(0, 0, 0, 0.09);
  padding: 10px; }
  .collapsible-card > * {
    margin: -5px; }
    .collapsible-card > *:after {
      content: " ";
      display: block;
      height: 0;
      clear: both; }
  .collapsible-card > * {
    background-color: transparent; }
    .collapsible-card > * > * {
      margin: 5px;
      width: calc(50% - 10px); }
  @media (max-width: 840px) {
    .collapsible-card {
      padding: 0; } }

.scale-behavior, .ShareIcon {
  cursor: pointer;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  z-index: 100; }
  .scale-behavior:hover, .ShareIcon:hover {
    text-decoration: none; }
  .scale-behavior:not([disabled]):hover, .ShareIcon:not([disabled]):hover, .scale-behavior:not([disabled]):focus, .ShareIcon:not([disabled]):focus {
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  .scale-behavior:not([disabled]):active, .ShareIcon:not([disabled]):active {
    -webkit-transform: scale(0.99);
            transform: scale(0.99); }

.button-behavior, .button-base, .button, .white-button {
  cursor: pointer;
  transition: all .15s ease-in;
  z-index: 100; }
  .button-behavior:hover, .button-base:hover, .button:hover, .white-button:hover, .button-behavior:focus, .button-base:focus, .button:focus, .white-button:focus, .button-behavior:active, .button-base:active, .button:active, .white-button:active {
    text-decoration: none; }
  .button-behavior:not([disabled]):hover, .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-behavior:not([disabled]):focus, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
  .button-behavior:not([disabled]):active, .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    -webkit-transform: translateY(1px);
            transform: translateY(1px); }

.button-base, .button, .white-button {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08), 0 4px 6px 0 rgba(83, 83, 92, 0.11);
  text-align: center;
  border-width: 1px;
  border-style: solid; }
  .button-base[disabled], [disabled].button, [disabled].white-button {
    box-shadow: none; }
  .button-base:not([disabled]):hover, .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button-base:not([disabled]):focus, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
  .button-base:not([disabled]):active, .button:not([disabled]):active, .white-button:not([disabled]):active {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); }

.button, .white-button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.4;
  text-transform: uppercase;
  color: white;
  border-color: #007add;
  background-color: #007add;
  border-radius: 3px;
  padding: 12px;
  margin-top: 20px; }
  .button[disabled], [disabled].white-button {
    color: white;
    background-color: #99caf1;
    border-color: #99caf1; }
  .button:not([disabled]):hover, .white-button:not([disabled]):hover, .button:not([disabled]):focus, .white-button:not([disabled]):focus {
    border-color: #0081eb;
    background-color: #0081eb;
    color: white; }
  .button:not([disabled]):active, .white-button:not([disabled]):active {
    border-color: #0073d1;
    background-color: #0073d1;
    color: white; }

.white-button {
  background-color: white;
  color: #007add; }
  .white-button[disabled] {
    color: #99caf1; }
  .white-button:not([disabled]):hover, .white-button:not([disabled]):focus {
    color: #007add;
    border-color: #007add;
    background-color: white; }
  .white-button:not([disabled]):active {
    color: #007add;
    border-color: #007add;
    background-color: white; }

.error, .general-errors {
  color: #ee3322; }
  .error *, .general-errors * {
    border-color: #ee3322; }

.Copybox {
  position: relative;
  display: inline-block;
  width: 100%; }
  .Copybox input {
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }

.ShareIcon {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 12px;
  position: relative; }
  .ShareIcon img {
    width: 40px;
    height: 40px; }

select, textarea, input[type="text"], input[type="password"],
input[type="datetime"], input[type="datetime-local"],
input[type="date"], input[type="month"], input[type="time"],
input[type="week"], input[type="number"], input[type="email"],
input[type="url"] {
  font-size: 16px; }

.Tooltip {
  display: none;
  opacity: 1;
  position: absolute;
  left: 50%;
  bottom: calc(40px + 6px);
  z-index: 98; }
  .Tooltip span {
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #2b2b2b;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    position: relative;
    left: -50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    border: 1px solid rgba(23, 23, 23, 0.1);
    box-shadow: 0 1px 2px 0 rgba(50, 50, 93, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.03); }

@media (min-width: 841px) {
  .ShareIcon:hover .Tooltip, .Copybox:hover .Tooltip, .social-icon:hover .Tooltip {
    display: inline-block; } }

@-webkit-keyframes menuFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); } }

@keyframes menuFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes menuFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1; } }

@keyframes menuFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0); }
  to {
    opacity: 1; } }

.menu {
  display: none;
  -webkit-animation-name: menuFadeOutUp;
          animation-name: menuFadeOutUp;
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  background-color: white;
  width: 400px;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(83, 83, 92, 0.11);
  border: solid 1px #e6e8eb;
  position: absolute;
  top: 44px;
  right: -7px; }
  .menu .item {
    border-bottom: 1px solid #e6e8eb; }
    .menu .item:last-child {
      border-bottom: none; }
  .menu h2.item, .menu h3.item, .menu a.item {
    display: block;
    text-align: left;
    color: #2b2b2b;
    padding-left: 20px;
    padding-right: 20px; }
  .menu h2.item, .menu h3.item {
    font-family: "Roboto", helvetica, arial, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    height: 42px;
    line-height: 42px; }
  .menu h3.item {
    font-size: 10px;
    color: #999999;
    height: 32px;
    line-height: 32px;
    background-color: #f7f9fa;
    text-transform: uppercase; }
  .menu a.item:hover, .menu a.item:focus {
    text-decoration: none;
    background-color: #f7f9fa; }

.clicked .menu {
  display: block; }

.active .menu {
  -webkit-animation-name: menuFadeInDown;
          animation-name: menuFadeInDown;
  z-index: 1000; }

html, body {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 400;
  background-color: white;
  color: #2b2b2b; }

input, textarea, keygen, select, button {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 500; }

h1, h2, h3 {
  font-family: "Roboto", helvetica, arial, sans-serif;
  font-weight: 700;
  margin: 0; }

h1 {
  letter-spacing: -0.7px; }

img {
  line-height: 1 !important; }

/*# sourceMappingURL=cdn-html.min.css.map*/