@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.2
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 3px;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2ba6cb;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #258faf; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 62.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 3px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 3px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 3px 0 0 3px; }
  .input-group > :last-child > * {
    border-radius: 0 3px 3px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #c60f13; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #c60f13; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #c60f13; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #c60f13; }

.is-invalid-label {
  color: #c60f13; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c60f13; }
  .form-error.is-visible {
    display: block; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2ba6cb;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #258dad;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2ba6cb;
    color: #0a0a0a; }
    .button.primary:hover, .button.primary:focus {
      background-color: #2285a2;
      color: #0a0a0a; }
  .button.secondary {
    background-color: #e9e9e9;
    color: #0a0a0a; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #bababa;
      color: #0a0a0a; }
  .button.alert {
    background-color: #c60f13;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #9e0c0f;
      color: #fefefe; }
  .button.success {
    background-color: #5da423;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #4a831c;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.body-font {
    background-color: #222222;
    color: #fefefe; }
    .button.body-font:hover, .button.body-font:focus {
      background-color: #1b1b1b;
      color: #fefefe; }
  .button.header {
    background-color: #222222;
    color: #fefefe; }
    .button.header:hover, .button.header:focus {
      background-color: #1b1b1b;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2ba6cb;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2ba6cb;
        color: #0a0a0a; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e9e9e9;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #c60f13;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #5da423;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.body-font, .button[disabled].body-font {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
        background-color: #222222;
        color: #fefefe; }
    .button.disabled.header, .button[disabled].header {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
        background-color: #222222;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #2ba6cb;
    color: #2ba6cb; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #165366;
      color: #165366; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #2ba6cb;
        color: #2ba6cb; }
    .button.hollow.primary {
      border: 1px solid #2ba6cb;
      color: #2ba6cb; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #165366;
        color: #165366; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #2ba6cb;
          color: #2ba6cb; }
    .button.hollow.secondary {
      border: 1px solid #e9e9e9;
      color: #e9e9e9; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #757575;
        color: #757575; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #e9e9e9;
          color: #e9e9e9; }
    .button.hollow.alert {
      border: 1px solid #c60f13;
      color: #c60f13; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #63080a;
        color: #63080a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #c60f13;
          color: #c60f13; }
    .button.hollow.success {
      border: 1px solid #5da423;
      color: #5da423; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #2f5212;
        color: #2f5212; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #5da423;
          color: #5da423; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.body-font {
      border: 1px solid #222222;
      color: #222222; }
      .button.hollow.body-font:hover, .button.hollow.body-font:focus {
        border-color: #111111;
        color: #111111; }
        .button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled], .button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled] {
          border: 1px solid #222222;
          color: #222222; }
    .button.hollow.header {
      border: 1px solid #222222;
      color: #222222; }
      .button.hollow.header:hover, .button.hollow.header:focus {
        border-color: #111111;
        color: #111111; }
        .button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled], .button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled] {
          border: 1px solid #222222;
          color: #222222; }
  .button.clear {
    border: 1px solid #2ba6cb;
    color: #2ba6cb; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #165366;
      color: #165366; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #2ba6cb;
        color: #2ba6cb; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #2ba6cb;
      color: #2ba6cb; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #165366;
        color: #165366; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #2ba6cb;
          color: #2ba6cb; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #e9e9e9;
      color: #e9e9e9; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #757575;
        color: #757575; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #e9e9e9;
          color: #e9e9e9; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #c60f13;
      color: #c60f13; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #63080a;
        color: #63080a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #c60f13;
          color: #c60f13; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #5da423;
      color: #5da423; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #2f5212;
        color: #2f5212; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #5da423;
          color: #5da423; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.body-font {
      border: 1px solid #222222;
      color: #222222; }
      .button.clear.body-font:hover, .button.clear.body-font:focus {
        border-color: #111111;
        color: #111111; }
        .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
          border: 1px solid #222222;
          color: #222222; }
      .button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
        border-color: transparent; }
    .button.clear.header {
      border: 1px solid #222222;
      color: #222222; }
      .button.clear.header:hover, .button.clear.header:focus {
        border-color: #111111;
        color: #111111; }
        .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
          border: 1px solid #222222;
          color: #222222; }
      .button.clear.header, .button.clear.header.disabled, .button.clear.header[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #2ba6cb; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #2ba6cb; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #e9e9e9; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #c60f13; }
  .button.dropdown.hollow.success::after {
    border-top-color: #5da423; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.body-font::after {
    border-top-color: #222222; }
  .button.dropdown.hollow.header::after {
    border-top-color: #222222; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #2ba6cb;
    color: #0a0a0a; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #2285a2;
      color: #0a0a0a; }
  .button-group.secondary .button {
    background-color: #e9e9e9;
    color: #0a0a0a; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #bababa;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #c60f13;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #9e0c0f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #5da423;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #4a831c;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.body-font .button {
    background-color: #222222;
    color: #fefefe; }
    .button-group.body-font .button:hover, .button-group.body-font .button:focus {
      background-color: #1b1b1b;
      color: #fefefe; }
  .button-group.header .button {
    background-color: #222222;
    color: #fefefe; }
    .button-group.header .button:hover, .button-group.header .button:focus {
      background-color: #1b1b1b;
      color: #fefefe; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #258dad; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 3px;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2ba6cb; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row; }
  .menu.vertical {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-direction: column;
        flex-direction: column; }
  .menu.expanded li {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .menu.simple {
    -ms-flex-align: center;
        align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.medium-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.medium-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.medium-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-direction: row;
          flex-direction: row; }
    .menu.large-vertical {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-direction: column;
          flex-direction: column; }
    .menu.large-expanded li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
    .menu.large-simple li {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #2ba6cb;
    color: #fefefe; }
  .menu .active > a {
    background: #2ba6cb;
    color: #fefefe; }
  .menu.align-left {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu.align-center li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -ms-flex-pack: center;
      justify-content: center; }
  .menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -ms-flex-pack: start;
          justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
        transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -ms-transform: scaleY(-1);
      transform: scaleY(-1);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2ba6cb transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #2ba6cb; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2ba6cb transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2ba6cb; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2ba6cb transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2ba6cb transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2ba6cb; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #2ba6cb; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 3px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 3px;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2ba6cb;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 3px 3px 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 3px 3px; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 3px 3px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(-250px);
      transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -ms-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -ms-transform: translateX(250px);
        transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translateX(-250px);
        transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(-250px);
      transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translateY(250px);
        transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translateY(-250px);
        transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -ms-transform: none;
      transform: none;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
        transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -ms-transform: none;
          transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -ms-transform: none;
          transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2ba6cb; }
  .tabs.primary > li > a {
    color: #0a0a0a; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #299ec1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2ba6cb; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #258faf; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #2ba6cb; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def2f8;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #fcfcfc;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #fcd6d6;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e6f7d9;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.body-font {
    background-color: #dedede;
    color: #0a0a0a; }
  .callout.header {
    background-color: #dedede;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.media-object {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 62.5rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 62.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 62.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 62.5rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  table caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  table thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  table tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2ba6cb;
  color: #fefefe; }
  .badge.primary {
    background: #2ba6cb;
    color: #0a0a0a; }
  .badge.secondary {
    background: #e9e9e9;
    color: #0a0a0a; }
  .badge.alert {
    background: #c60f13;
    color: #fefefe; }
  .badge.success {
    background: #5da423;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.body-font {
    background: #222222;
    color: #fefefe; }
  .badge.header {
    background: #222222;
    color: #fefefe; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe; }
  .label.primary {
    background: #2ba6cb;
    color: #0a0a0a; }
  .label.secondary {
    background: #e9e9e9;
    color: #0a0a0a; }
  .label.alert {
    background: #c60f13;
    color: #fefefe; }
  .label.success {
    background: #5da423;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.body-font {
    background: #222222;
    color: #fefefe; }
  .label.header {
    background: #222222;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #2ba6cb; }
  .progress.secondary .progress-meter {
    background-color: #e9e9e9; }
  .progress.alert .progress-meter {
    background-color: #c60f13; }
  .progress.success .progress-meter {
    background-color: #5da423; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.body-font .progress-meter {
    background-color: #222222; }
  .progress.header .progress-meter {
    background-color: #222222; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 3px; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 3px;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  max-width: 62.5rem;
  margin: 0 auto; }
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 100%;
    margin: 0 auto; }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
  .cell.shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem; }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem; }

.grid-padding-x > .cell {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.875rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.875rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.875rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.875rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.875rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.875rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.875rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.9375rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.9375rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.9375rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.9375rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.9375rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.9375rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.9375rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.9375rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.9375rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.9375rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.9375rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.9375rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }

.grid-padding-y > .cell {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-align: stretch;
        align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.9375rem;
  margin-bottom: -0.9375rem; }
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.875rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.875rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.875rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.875rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.875rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.875rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.875rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.875rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.875rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
      justify-content: center; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }

.flex-child-grow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.flex-child-shrink {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.flex-dir-row {
  -ms-flex-direction: row;
      flex-direction: row; }

.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }

.flex-dir-column {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -ms-transform: translateY(0);
      transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -ms-transform: translateX(0);
      transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -ms-transform: translateY(100%);
      transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -ms-transform: translateX(100%);
      transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateY(0);
      transform: translateY(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -ms-transform: translateY(-100%);
      transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: translateX(0);
      transform: translateX(0);
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: top;
      transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: right;
      transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: bottom;
      transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: left;
      transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  -ms-transform-origin: center;
      transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -ms-transform: scale(1.5);
      transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: scale(1);
      transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -ms-transform: scale(0.5);
      transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0.75turn);
      transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -ms-transform: rotate(0);
      transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -ms-transform: rotate(-0.75turn);
      transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none;}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;}.ui-helper-clearfix:after{clear:both;}.ui-helper-clearfix{zoom:1;}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0);}.ui-state-disabled{cursor:default !important;}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%;}.ui-widget{font-family:Verdana, Arial, sans-serif;font-size:1.1em;}.ui-widget .ui-widget{font-size:1em;}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana, Arial, sans-serif;font-size:1em;}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222;}.ui-widget-content a{color:#222;}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold;}.ui-widget-header a{color:#222;}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555;}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none;}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-hover a,.ui-state-hover a:hover{color:#212121;text-decoration:none;}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121;}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none;}.ui-widget :active{outline:none;}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636;}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636;}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a;}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a;}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a;}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold;}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal;}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none;}.ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png);}.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png);}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png);}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png);}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png);}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png);}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png);}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png);}.ui-icon-carat-1-n{background-position:0 0;}.ui-icon-carat-1-ne{background-position:-16px 0;}.ui-icon-carat-1-e{background-position:-32px 0;}.ui-icon-carat-1-se{background-position:-48px 0;}.ui-icon-carat-1-s{background-position:-64px 0;}.ui-icon-carat-1-sw{background-position:-80px 0;}.ui-icon-carat-1-w{background-position:-96px 0;}.ui-icon-carat-1-nw{background-position:-112px 0;}.ui-icon-carat-2-n-s{background-position:-128px 0;}.ui-icon-carat-2-e-w{background-position:-144px 0;}.ui-icon-triangle-1-n{background-position:0 -16px;}.ui-icon-triangle-1-ne{background-position:-16px -16px;}.ui-icon-triangle-1-e{background-position:-32px -16px;}.ui-icon-triangle-1-se{background-position:-48px -16px;}.ui-icon-triangle-1-s{background-position:-64px -16px;}.ui-icon-triangle-1-sw{background-position:-80px -16px;}.ui-icon-triangle-1-w{background-position:-96px -16px;}.ui-icon-triangle-1-nw{background-position:-112px -16px;}.ui-icon-triangle-2-n-s{background-position:-128px -16px;}.ui-icon-triangle-2-e-w{background-position:-144px -16px;}.ui-icon-arrow-1-n{background-position:0 -32px;}.ui-icon-arrow-1-ne{background-position:-16px -32px;}.ui-icon-arrow-1-e{background-position:-32px -32px;}.ui-icon-arrow-1-se{background-position:-48px -32px;}.ui-icon-arrow-1-s{background-position:-64px -32px;}.ui-icon-arrow-1-sw{background-position:-80px -32px;}.ui-icon-arrow-1-w{background-position:-96px -32px;}.ui-icon-arrow-1-nw{background-position:-112px -32px;}.ui-icon-arrow-2-n-s{background-position:-128px -32px;}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px;}.ui-icon-arrow-2-e-w{background-position:-160px -32px;}.ui-icon-arrow-2-se-nw{background-position:-176px -32px;}.ui-icon-arrowstop-1-n{background-position:-192px -32px;}.ui-icon-arrowstop-1-e{background-position:-208px -32px;}.ui-icon-arrowstop-1-s{background-position:-224px -32px;}.ui-icon-arrowstop-1-w{background-position:-240px -32px;}.ui-icon-arrowthick-1-n{background-position:0 -48px;}.ui-icon-arrowthick-1-ne{background-position:-16px -48px;}.ui-icon-arrowthick-1-e{background-position:-32px -48px;}.ui-icon-arrowthick-1-se{background-position:-48px -48px;}.ui-icon-arrowthick-1-s{background-position:-64px -48px;}.ui-icon-arrowthick-1-sw{background-position:-80px -48px;}.ui-icon-arrowthick-1-w{background-position:-96px -48px;}.ui-icon-arrowthick-1-nw{background-position:-112px -48px;}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px;}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px;}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px;}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px;}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px;}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px;}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px;}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px;}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px;}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px;}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px;}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px;}.ui-icon-arrowreturn-1-w{background-position:-64px -64px;}.ui-icon-arrowreturn-1-n{background-position:-80px -64px;}.ui-icon-arrowreturn-1-e{background-position:-96px -64px;}.ui-icon-arrowreturn-1-s{background-position:-112px -64px;}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px;}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px;}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px;}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px;}.ui-icon-arrow-4{background-position:0 -80px;}.ui-icon-arrow-4-diag{background-position:-16px -80px;}.ui-icon-extlink{background-position:-32px -80px;}.ui-icon-newwin{background-position:-48px -80px;}.ui-icon-refresh{background-position:-64px -80px;}.ui-icon-shuffle{background-position:-80px -80px;}.ui-icon-transfer-e-w{background-position:-96px -80px;}.ui-icon-transferthick-e-w{background-position:-112px -80px;}.ui-icon-folder-collapsed{background-position:0 -96px;}.ui-icon-folder-open{background-position:-16px -96px;}.ui-icon-document{background-position:-32px -96px;}.ui-icon-document-b{background-position:-48px -96px;}.ui-icon-note{background-position:-64px -96px;}.ui-icon-mail-closed{background-position:-80px -96px;}.ui-icon-mail-open{background-position:-96px -96px;}.ui-icon-suitcase{background-position:-112px -96px;}.ui-icon-comment{background-position:-128px -96px;}.ui-icon-person{background-position:-144px -96px;}.ui-icon-print{background-position:-160px -96px;}.ui-icon-trash{background-position:-176px -96px;}.ui-icon-locked{background-position:-192px -96px;}.ui-icon-unlocked{background-position:-208px -96px;}.ui-icon-bookmark{background-position:-224px -96px;}.ui-icon-tag{background-position:-240px -96px;}.ui-icon-home{background-position:0 -112px;}.ui-icon-flag{background-position:-16px -112px;}.ui-icon-calendar{background-position:-32px -112px;}.ui-icon-cart{background-position:-48px -112px;}.ui-icon-pencil{background-position:-64px -112px;}.ui-icon-clock{background-position:-80px -112px;}.ui-icon-disk{background-position:-96px -112px;}.ui-icon-calculator{background-position:-112px -112px;}.ui-icon-zoomin{background-position:-128px -112px;}.ui-icon-zoomout{background-position:-144px -112px;}.ui-icon-search{background-position:-160px -112px;}.ui-icon-wrench{background-position:-176px -112px;}.ui-icon-gear{background-position:-192px -112px;}.ui-icon-heart{background-position:-208px -112px;}.ui-icon-star{background-position:-224px -112px;}.ui-icon-link{background-position:-240px -112px;}.ui-icon-cancel{background-position:0 -128px;}.ui-icon-plus{background-position:-16px -128px;}.ui-icon-plusthick{background-position:-32px -128px;}.ui-icon-minus{background-position:-48px -128px;}.ui-icon-minusthick{background-position:-64px -128px;}.ui-icon-close{background-position:-80px -128px;}.ui-icon-closethick{background-position:-96px -128px;}.ui-icon-key{background-position:-112px -128px;}.ui-icon-lightbulb{background-position:-128px -128px;}.ui-icon-scissors{background-position:-144px -128px;}.ui-icon-clipboard{background-position:-160px -128px;}.ui-icon-copy{background-position:-176px -128px;}.ui-icon-contact{background-position:-192px -128px;}.ui-icon-image{background-position:-208px -128px;}.ui-icon-video{background-position:-224px -128px;}.ui-icon-script{background-position:-240px -128px;}.ui-icon-alert{background-position:0 -144px;}.ui-icon-info{background-position:-16px -144px;}.ui-icon-notice{background-position:-32px -144px;}.ui-icon-help{background-position:-48px -144px;}.ui-icon-check{background-position:-64px -144px;}.ui-icon-bullet{background-position:-80px -144px;}.ui-icon-radio-off{background-position:-96px -144px;}.ui-icon-radio-on{background-position:-112px -144px;}.ui-icon-pin-w{background-position:-128px -144px;}.ui-icon-pin-s{background-position:-144px -144px;}.ui-icon-play{background-position:0 -160px;}.ui-icon-pause{background-position:-16px -160px;}.ui-icon-seek-next{background-position:-32px -160px;}.ui-icon-seek-prev{background-position:-48px -160px;}.ui-icon-seek-end{background-position:-64px -160px;}.ui-icon-seek-start{background-position:-80px -160px;}.ui-icon-seek-first{background-position:-80px -160px;}.ui-icon-stop{background-position:-96px -160px;}.ui-icon-eject{background-position:-112px -160px;}.ui-icon-volume-off{background-position:-128px -160px;}.ui-icon-volume-on{background-position:-144px -160px;}.ui-icon-power{background-position:0 -176px;}.ui-icon-signal-diag{background-position:-16px -176px;}.ui-icon-signal{background-position:-32px -176px;}.ui-icon-battery-0{background-position:-48px -176px;}.ui-icon-battery-1{background-position:-64px -176px;}.ui-icon-battery-2{background-position:-80px -176px;}.ui-icon-battery-3{background-position:-96px -176px;}.ui-icon-circle-plus{background-position:0 -192px;}.ui-icon-circle-minus{background-position:-16px -192px;}.ui-icon-circle-close{background-position:-32px -192px;}.ui-icon-circle-triangle-e{background-position:-48px -192px;}.ui-icon-circle-triangle-s{background-position:-64px -192px;}.ui-icon-circle-triangle-w{background-position:-80px -192px;}.ui-icon-circle-triangle-n{background-position:-96px -192px;}.ui-icon-circle-arrow-e{background-position:-112px -192px;}.ui-icon-circle-arrow-s{background-position:-128px -192px;}.ui-icon-circle-arrow-w{background-position:-144px -192px;}.ui-icon-circle-arrow-n{background-position:-160px -192px;}.ui-icon-circle-zoomin{background-position:-176px -192px;}.ui-icon-circle-zoomout{background-position:-192px -192px;}.ui-icon-circle-check{background-position:-208px -192px;}.ui-icon-circlesmall-plus{background-position:0 -208px;}.ui-icon-circlesmall-minus{background-position:-16px -208px;}.ui-icon-circlesmall-close{background-position:-32px -208px;}.ui-icon-squaresmall-plus{background-position:-48px -208px;}.ui-icon-squaresmall-minus{background-position:-64px -208px;}.ui-icon-squaresmall-close{background-position:-80px -208px;}.ui-icon-grip-dotted-vertical{background-position:0 -224px;}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px;}.ui-icon-grip-solid-vertical{background-position:-32px -224px;}.ui-icon-grip-solid-horizontal{background-position:-48px -224px;}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px;}.ui-icon-grip-diagonal-se{background-position:-80px -224px;}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px;}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px;}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px;}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.30;filter:Alpha(Opacity=30);}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.30;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none;}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0;}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0;}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%;}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%;}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px;}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px;}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px;}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px;}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black;}.ui-accordion{width:100%;}.ui-accordion .ui-accordion-header{cursor:pointer;position:relative;margin-top:1px;zoom:1;}.ui-accordion .ui-accordion-li-fix{display:inline;}.ui-accordion .ui-accordion-header-active{border-bottom:0 !important;}.ui-accordion .ui-accordion-header a{display:block;font-size:1em;padding:.5em .5em .5em .7em;}.ui-accordion-icons .ui-accordion-header a{padding-left:2.2em;}.ui-accordion .ui-accordion-header .ui-icon{position:absolute;left:.5em;top:50%;margin-top:-8px;}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;margin-top:-2px;position:relative;top:1px;margin-bottom:2px;overflow:auto;display:none;zoom:1;}.ui-accordion .ui-accordion-content-active{display:block;}.ui-autocomplete{position:absolute;cursor:default;}* html .ui-autocomplete{width:1px;}.ui-menu{list-style:none;padding:2px;margin:0;display:block;float:left;}.ui-menu .ui-menu{margin-top:-3px;}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;float:left;clear:left;width:100%;}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:.2em .4em;line-height:1.5;zoom:1;}.ui-menu .ui-menu-item a.ui-state-hover,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px;}.ui-button{display:inline-block;position:relative;padding:0;margin-right:.1em;text-decoration:none !important;cursor:pointer;text-align:center;zoom:1;overflow:visible;}.ui-button-icon-only{width:2.2em;}button.ui-button-icon-only{width:2.4em;}.ui-button-icons-only{width:3.4em;}button.ui-button-icons-only{width:3.7em;}.ui-button .ui-button-text{display:block;line-height:1.4;}.ui-button-text-only .ui-button-text{padding:.4em 1em;}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px;}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em;}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em;}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em;}input.ui-button{padding:.4em 1em;}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px;}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px;}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em;}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em;}.ui-buttonset{margin-right:7px;}.ui-buttonset .ui-button{margin-left:0;margin-right:-0.3em;}button.ui-button::-moz-focus-inner{border:0;padding:0;}.ui-dialog{position:absolute;padding:.2em;width:300px;overflow:hidden;}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative;}.ui-dialog .ui-dialog-title{float:left;margin:.1em 16px .1em 0;}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:19px;margin:-10px 0 0 0;padding:1px;height:18px;}.ui-dialog .ui-dialog-titlebar-close span{display:block;margin:1px;}.ui-dialog .ui-dialog-titlebar-close:hover,.ui-dialog .ui-dialog-titlebar-close:focus{padding:0;}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto;zoom:1;}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin:.5em 0 0 0;padding:.3em 1em .5em .4em;}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right;}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer;}.ui-dialog .ui-resizable-se{width:14px;height:14px;right:3px;bottom:3px;}.ui-draggable .ui-dialog-titlebar{cursor:move;}.ui-slider{position:relative;text-align:left;}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;}.ui-slider-horizontal{height:.8em;}.ui-slider-horizontal .ui-slider-handle{top:-0.3em;margin-left:-0.6em;}.ui-slider-horizontal .ui-slider-range{top:0;height:100%;}.ui-slider-horizontal .ui-slider-range-min{left:0;}.ui-slider-horizontal .ui-slider-range-max{right:0;}.ui-slider-vertical{width:.8em;height:100px;}.ui-slider-vertical .ui-slider-handle{left:-0.3em;margin-left:0;margin-bottom:-0.6em;}.ui-slider-vertical .ui-slider-range{left:0;width:100%;}.ui-slider-vertical .ui-slider-range-min{bottom:0;}.ui-slider-vertical .ui-slider-range-max{top:0;}.ui-tabs{position:relative;padding:.2em;zoom:1;}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0;}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:1px;margin:0 .2em 1px 0;border-bottom:0 !important;padding:0;white-space:nowrap;}.ui-tabs .ui-tabs-nav li a{float:left;padding:.5em 1em;text-decoration:none;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{margin-bottom:0;padding-bottom:1px;}.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a{cursor:text;}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer;}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none;}.ui-tabs .ui-tabs-hide{display:none !important;}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none;}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0;}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em;}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px;}.ui-datepicker .ui-datepicker-prev{left:2px;}.ui-datepicker .ui-datepicker-next{right:2px;}.ui-datepicker .ui-datepicker-prev-hover{left:1px;}.ui-datepicker .ui-datepicker-next-hover{right:1px;}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;}.ui-datepicker select.ui-datepicker-month-year{width:100%;}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%;}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em;}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0;}.ui-datepicker td{border:0;padding:1px;}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none;}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0;}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible;}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left;}.ui-datepicker.ui-datepicker-multi{width:auto;}.ui-datepicker-multi .ui-datepicker-group{float:left;}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em;}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%;}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%;}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%;}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left;}.ui-datepicker-row-break{clear:both;width:100%;font-size:0em;}.ui-datepicker-rtl{direction:rtl;}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto;}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto;}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto;}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right;}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left;}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right;}.ui-datepicker-rtl .ui-datepicker-group{float:right;}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px;}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px;}.ui-progressbar{height:2em;text-align:left;overflow:hidden;}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%;}.audioplayer{height:2.5em;color:#fff;text-shadow:1px 1px 0 #000;border:1px solid #222;position:relative;z-index:1;background:#333;background:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222));background:-webkit-linear-gradient(top,#444,#222);background:-moz-linear-gradient(top,#444,#222);background:-ms-radial-gradient(top,#444,#222);background:-o-linear-gradient(top,#444,#222);background:linear-gradient(top,#444,#222);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 0 1.25em rgba(0,0,0,0.5);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 0 1.25em rgba(0,0,0,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15), 0 0 1.25em rgba(0,0,0,0.5);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.audioplayer-mini{width:2.5em;margin:0 auto;}.audioplayer > div{position:absolute;}.audioplayer-playpause{width:2.5em;height:100%;text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;left:0;}.audioplayer:not(.audioplayer-mini) .audioplayer-playpause{border-right:1px solid #555;border-right-color:rgba(255,255,255,0.1);}.audioplayer-mini .audioplayer-playpause{width:100%;}.audioplayer-playpause:hover,.audioplayer-playpause:focus{background-color:#222;}.audioplayer-playpause a{display:block;}.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a{width:0;height:0;border:0.5em solid transparent;border-right:none;border-left-color:#fff;content:'';position:absolute;top:50%;left:50%;margin:-0.5em 0 0 -0.25em;}.audioplayer-playing .audioplayer-playpause a{width:0.75em;height:0.75em;position:absolute;top:50%;left:50%;margin:-0.375em 0 0 -0.375em;}.audioplayer-playing .audioplayer-playpause a:before,.audioplayer-playing .audioplayer-playpause a:after{width:40%;height:100%;background-color:#fff;content:'';position:absolute;top:0;}.audioplayer-playing .audioplayer-playpause a:before{left:0;}.audioplayer-playing .audioplayer-playpause a:after{right:0;}.audioplayer-time{width:4.375em;height:100%;line-height:2.375em;text-align:center;z-index:2;top:0;}.audioplayer-time-current{border-left:1px solid #111;border-left-color:rgba(0,0,0,0.25);left:2.5em;}.audioplayer-time-duration{border-right:1px solid #555;border-right-color:rgba(255,255,255,0.1);right:2.5em;}.audioplayer-novolume .audioplayer-time-duration{border-right:0;right:0;}.audioplayer-bar{height:0.875em;background-color:#222;cursor:pointer;z-index:1;top:50%;right:6.875em;left:6.875em;margin-top:-0.438em;}.audioplayer-novolume .audioplayer-bar{right:4.375em;}.audioplayer-bar div{width:0;height:100%;position:absolute;left:0;top:0;}.audioplayer-bar-loaded{background-color:#333;z-index:1;}.audioplayer-bar-played{background:#007fd1;background:-webkit-gradient(linear,left top,right top,from(#007fd1),to(#c600ff));background:-webkit-linear-gradient(left,#007fd1,#c600ff);background:-moz-linear-gradient(left,#007fd1,#c600ff);background:-ms-radial-gradient(left,#007fd1,#c600ff);background:-o-linear-gradient(left,#007fd1,#c600ff);background:linear-gradient(left,#007fd1,#c600ff);z-index:2;}.audioplayer-volume{width:2.5em;height:100%;border-left:1px solid #111;border-left-color:rgba(0,0,0,0.25);text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;right:0;}.audioplayer-volume:hover,.audioplayer-volume:focus{background-color:#222;}.audioplayer-volume-button{width:100%;height:100%;}.audioplayer-volume-button a{width:0.313em;height:0.375em;background-color:#fff;display:block;position:relative;z-index:1;top:40%;left:35%;}.audioplayer-volume-button a:before,.audioplayer-volume-button a:after{content:'';position:absolute;}.audioplayer-volume-button a:before{width:0;height:0;border:0.5em solid transparent;border-left:none;border-right-color:#fff;z-index:2;top:50%;right:-0.25em;margin-top:-0.5em;}.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after{width:0.313em;height:0.313em;border:0.25em double #fff;border-width:0.25em 0.25em 0 0;left:0.563em;top:-0.063em;-webkit-border-radius:0 0.938em 0 0;-moz-border-radius:0 0.938em 0 0;border-radius:0 0.938em 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}.audioplayer-volume-adjust{height:6.25em;cursor:default;position:absolute;left:0;right:-1px;top:-9999px;background:#222;background:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222));background:-webkit-linear-gradient(top,#444,#222);background:-moz-linear-gradient(top,#444,#222);background:-ms-radial-gradient(top,#444,#222);background:-o-linear-gradient(top,#444,#222);background:linear-gradient(top,#444,#222);-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px;}.audioplayer-volume:not(:hover) .audioplayer-volume-adjust{opacity:0;}.audioplayer-volume:hover .audioplayer-volume-adjust{top:auto;bottom:100%;}.audioplayer-volume-adjust > div{width:40%;height:80%;background-color:#222;cursor:pointer;position:relative;z-index:1;margin:30% auto 0;}.audioplayer-volume-adjust div div{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#007fd1;background:-webkit-gradient(linear,left bottom,left top,from(#007fd1),to(#c600ff));background:-webkit-linear-gradient(bottom,#007fd1,#c600ff);background:-moz-linear-gradient(bottom,#007fd1,#c600ff);background:-ms-radial-gradient(bottom,#007fd1,#c600ff);background:-o-linear-gradient(bottom,#007fd1,#c600ff);background:linear-gradient(bottom,#007fd1,#c600ff);}.audioplayer-novolume .audioplayer-volume{display:none;}.audioplayer-play,.audioplayer-pause,.audioplayer-volume a{-webkit-filter:drop-shadow(1px 1px 0 #000);-moz-filter:drop-shadow(1px 1px 0 #000);-ms-filter:drop-shadow(1px 1px 0 #000);-o-filter:drop-shadow(1px 1px 0 #000);filter:drop-shadow(1px 1px 0 #000);}.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.audioplayer-bar,.audioplayer-volume-adjust > div{-webkit-box-shadow:-1px -1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(255,255,255,0.1);-moz-box-shadow:-1px -1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(255,255,255,0.1);box-shadow:-1px -1px 0 rgba(0,0,0,0.5), 1px 1px 0 rgba(255,255,255,0.1);}.audioplayer-volume-adjust div div,.audioplayer-bar-played{-webkit-box-shadow:inset 0 0 5px rgba(255,255,255,0.5);-moz-box-shadow:inset 0 0 5px rgba(255,255,255,0.5);box-shadow:inset 0 0 5px rgba(255,255,255,0.5);}.audioplayer-volume-adjust{-webkit-box-shadow:-2px -2px 2px rgba(0,0,0,0.15), 2px -2px 2px rgba(0,0,0,0.15);-moz-box-shadow:-2px -2px 2px rgba(0,0,0,0.15), 2px -2px 2px rgba(0,0,0,0.15);box-shadow:-2px -2px 2px rgba(0,0,0,0.15), 2px -2px 2px rgba(0,0,0,0.15);}.audioplayer *,.audioplayer *:before,.audioplayer *:after{-webkit-transition:color .25s ease, background-color .25s ease, opacity .5s ease;-moz-transition:color .25s ease, background-color .25s ease, opacity .5s ease;-ms-transition:color .25s ease, background-color .25s ease, opacity .5s ease;-o-transition:color .25s ease, background-color .25s ease, opacity .5s ease;transition:color .25s ease, background-color .25s ease, opacity .5s ease;}.mejs-container{position:relative;background:#000;font-family:Helvetica, Arial;text-align:left;vertical-align:top;text-indent:0;}.me-plugin{position:absolute;}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden;}.mejs-fullscreen{overflow:hidden !important;}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000;}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%;}.mejs-clear{clear:both;}.mejs-background{position:absolute;top:0;left:0;}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%;}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;}:root .mejs-poster img{display:none;}.mejs-poster img{border:0;padding:0;border:0;}.mejs-overlay{position:absolute;top:0;left:0;}.mejs-overlay-play{cursor:pointer;}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url(bigplay.svg) no-repeat;}.no-svg .mejs-overlay-button{background-image:url(bigplay.png);}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px;}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url(background.png);background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9));}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url(loading.gif) 50% 50% no-repeat;}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url(background.png);background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%;}.mejs-container .mejs-controls  div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica, Arial;border:0;}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url(controls.svg) no-repeat;}.no-svg .mejs-controls .mejs-button button{background-image:url(controls.png);}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow;}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto;}.mejs-controls .mejs-play button{background-position:0 0;}.mejs-controls .mejs-pause button{background-position:0 -16px;}.mejs-controls .mejs-stop button{background-position:-112px 0;}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px;}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer;}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;}@-webkit-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-moz-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-ms-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@-o-keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}@keyframes buffering-stripes{from{background-position:0 0;}to{background-position:30px 0;}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0;}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center;}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111;}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0;}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px;}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px;}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0;}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px;}.mejs-controls .mejs-mute button{margin:0;padding:0;background-position:-16px -16px;}.widget_profile_greeting div#mep_0.mejs-container.svg.player.player-audio.mejs-audio .mejs-inner .mejs-controls .mejs-time-rail{width:90px !important;}.widget_profile_greeting div#mep_0.mejs-container.svg.player.player-audio.mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total{width:80px !important;}#profile_sidebar_greeting div#mep_0.mejs-container.svg.player.player-audio.mejs-audio .mejs-inner .mejs-controls .mejs-time-rail{width:145px !important;}#profile_sidebar_greeting div#mep_0.mejs-container.svg.player.player-audio.mejs-audio .mejs-inner .mejs-controls .mejs-time-rail .mejs-time-total{width:135px !important;}.mejs-mute,.mejs-unmute{margin-left:0 !important;width:10px !important;height:15px !important;}.mejs-mute button,.mejs-unmute button{margin-left:0 !important;}.mejs-controls .mejs-unmute button{background-position:-16px 0;}.mejs-controls .mejs-volume-button{position:relative;}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url(background.png);background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:-5px !important;z-index:1;position:absolute;margin:0;}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0;}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0;}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative;}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none;}.mejs-controls .mejs-captions-button{position:relative;}.mejs-controls .mejs-captions-button button{background-position:-48px 0;}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica, arial;font-size:10px;}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0;}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1;}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000);overflow:hidden;border:0;}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer;}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none;}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666,endColorstr=#323232);}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px;}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis;}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff;}.mejs-captions-layer  a{color:#fff;text-decoration:underline;}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal;}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0;}.mejs-captions-position-hover{bottom:45px;}.mejs-captions-text{padding:3px 5px;background:url(background.png);background:rgba(20,20,20,0.8);}.me-cannotplay a{color:#fff;font-weight:bold;}.me-cannotplay span{padding:15px;display:block;}.mejs-controls .mejs-loop-off button{background-position:-64px -16px;}.mejs-controls .mejs-loop-on button{background-position:-64px 0;}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px;}.mejs-controls .mejs-backlight-on button{background-position:-80px 0;}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0;}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001;}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333;}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica, Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333;}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff;}.mejs-controls .mejs-sourcechooser-button{position:relative;}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url(background.png);background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica, arial;font-size:10px;}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden;}.mejs-postroll-layer-content{width:100%;height:100%;}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer;}.dm-uploader{cursor:default;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.dm-uploader .btn{position:relative;overflow:hidden;}.dm-uploader .btn input[type=file]{position:absolute;top:0;right:0;margin:0;border:solid transparent;width:100%;opacity:0;cursor:pointer;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{font-weight:normal;}header,nav,article,section,footer,address{display:block;}.boxed,.boxed *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}.txt_ell{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}body{background:#fff;font-size:62.5%;font-family:sans-serif;color:#545454;}h1{color:#df1982;font-weight:normal;letter-spacing:-0.5px;text-shadow:0px -1px 0px #fff;}h1 span{color:#aaa;font-size:18px;}h2{color:#92278f;font-size:2.2em;font-weight:bold;}ul{list-style:none;}hr{background:#fff;overflow:none;display:none;}option{padding:0 5px;font-weight:normal;}body{padding:0px 0px;margin:0px;border-width:0px;background:#f2f2f2;font-family:sans-serif;}h1{font-size:24px;color:#df1982;}a,button{cursor:pointer;outline:none;}a img{border-width:0px;}br{clear:both;}.wrap{width:1000px;text-align:left;margin:0px auto;position:relative;}.sectional{background:#fff;min-height:175px;box-shadow:1px 1px 10px rgba(0,0,0,0.1);border:1px solid #ddd;margin-bottom:10px;}.sectional > div{padding:15px;}.sectional.with_top_bar > div{padding:50px 15px 15px 15px;}.sectional .top_bar{margin:0px;position:absolute;top:0px;left:0px;width:980px;border:1px solid #d9d9d9;}.sectional .top_bar > div,.sectional header.top_bar{height:25px;font-size:14px;color:#555;padding:10px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);position:relative;text-shadow:0px -2px 0px #fff;}#header{position:fixed;top:0px;left:0px;width:100%;min-width:1000px;height:27px;z-index:55555554;white-space:nowrap;background:#000;background:-moz-linear-gradient(top,#45484d 0%,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);background:-o-linear-gradient(top,#45484d 0%,#000 100%);background:-ms-linear-gradient(top,#45484d 0%,#000 100%);background:linear-gradient(to bottom,#45484d 0%,#000 100%);filter:none;box-shadow:0px 3px 10px rgba(0,0,0,0.3);padding:5px;margin-bottom:1em;}#header .logo{float:left;}.browser_msie #header{filter:none;background:#333;}#header .sprite_public.logo_header{height:27px;display:block;width:200px;cursor:pointer;}#header nav{position:absolute;top:0px;right:8px;}#header nav > a,#header button,#header .button{background:#3c424c;background:-moz-linear-gradient(top,#3c424c 0%,#2b2b2b 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3c424c),color-stop(100%,#2b2b2b));background:-webkit-linear-gradient(top,#3c424c 0%,#2b2b2b 100%);background:-o-linear-gradient(top,#3c424c 0%,#2b2b2b 100%);background:-ms-linear-gradient(top,#3c424c 0%,#2b2b2b 100%);background:linear-gradient(to bottom,#3c424c 0%,#2b2b2b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c424c',endColorstr='#2b2b2b',GradientType=0);color:#fff;text-shadow:0px -1px 0px #000;border:1px solid #222;padding:5px 10px;font-size:11px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.2), inset 0px 10px 0px rgba(255,255,255,0.05);width:70px;float:left;margin-left:5px;}#header nav > a{display:inline-block;text-align:center;box-sizing:border-box;width:auto;position:relative;margin-left:2px;}#header nav > a:hover,#header #search_submit,#header button:hover,#header .button:hover{background:#565c70;background:-moz-linear-gradient(top,#565c70 0%,#424242 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#565c70),color-stop(100%,#424242));background:-webkit-linear-gradient(top,#565c70 0%,#424242 100%);background:-o-linear-gradient(top,#565c70 0%,#424242 100%);background:-ms-linear-gradient(top,#565c70 0%,#424242 100%);background:linear-gradient(to bottom,#565c70 0%,#424242 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#565c70',endColorstr='#424242',GradientType=0);}#header nav > a img{position:absolute;top:3px;right:7px;}#header nav > a span{padding-right:18px;}#header nav > a.pink{color:#fff;background:#dd4491;border:1px solid #b51369;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);text-shadow:1px 1px 0px #b51369;}#header nav > a.pink:hover{background:#b51369;}#header div.drop_menu{border-radius:4px 4px 0px 0px;display:none;position:absolute;padding:0px;background:#fff;border:1px solid #fff;box-shadow:4px 4px 12px rgba(0,0,0,0.3);z-index:10001;}#header div.drop_menu span{font-family:'Lucida Grande';}#header .drop_menu .menu_close{color:#777;cursor:pointer;float:right;position:relative;left:8px;top:-2px;text-decoration:underline;text-shadow:1px 1px 0px #fff;}@-moz-document url-prefix(){#settings_menu.drop_menu .menu_close{top:-15px;}}#header .streaming_count,#header .mail_count,#header .settings,#header .nav_store_link,#header .btn_icon{height:25px;}@-moz-document url-prefix(){#header .streaming_count,#header .mail_count,#header .settings,#header .nav_store_link{height:12px;}}@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){#header .streaming_count,#header .mail_count,#header .settings,#header .status,#header nav a.status,#header .balance,#header .nav_store_link{height:25px !important;padding-bottom:0px !important;margin-bottom:0px !important;}}#header .streaming_count span,#header .mail_count span,#header .settings span,#header .nav_store_link span{float:left;padding:0px;margin:0px;vertical-align:top;margin-top:1px;}#header .streaming_count i,#header .mail_count i,#header .settings i,#header .nav_store_link i{padding:0px;margin:0px;margin-left:8px;margin-top:-1px;margin-right:-5px;}#header .warning{position:fixed;top:32px;left:0px;width:100%;height:20px;font-size:13px;font-weight:bold;text-align:center;z-index:55555555;white-space:nowrap;background:#ffff3f;color:#000;filter:none;box-shadow:0px 3px 10px rgba(0,0,0,0.3);padding:5px;margin-bottom:1em;}#header .warning .button1{-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;position:relative;top:-3px;background:#fff;color:#000;cursor:pointer;text-shadow:0px -1px 0px rgba(255,255,255,0.3);display:inline-block;font-size:10px;border-radius:2px;border:1px solid #bfbf0f;box-shadow:inset 0px 0px 0px #fff, 2px 2px 2px #e0e0e0;border-radius:3px;}#header .warning .button1:hover{-webkit-transition-property:backgroundColor;-webkit-transition-duration:200ms;background:#efefef;}#header .search_cloud{display:inline-block;float:left;padding:4px;margin:2px;border:1px solid #ccc;cursor:pointer;position:static !important;}#spacer{position:relative;width:100%;height:20px;font-size:13px;font-weight:bold;text-align:center;z-index:55555555;}#settings_menu{width:200px;padding:0px;padding-bottom:4px;margin-left:97px;}#vchat_menu{width:490px;margin-left:-30px;}#vchat_menu li{overflow:hidden;white-space:normal;padding:6px 17px;text-align:justify;font-size:13px;}#vchat_menu li strong{display:block;margin:2px auto 5px auto;font-size:140%;text-align:center;}#vchat_menu li.header{text-align:left;font-size:13px !important;padding:6px 8px 6px 15px !important;}#vchat_menu li.header .menu_close{margin-right:5px;}#vchat_menu .vchat_call_txt{display:block;margin-top:5px;font-weight:bold;font-family:sans-serif !important;}#vchat_menu .vchat_bottom{width:200px;margin:11px auto 8px auto;font-size:100%;overflow:hidden;}#vchat_menu .vchat_bottom .left,#vchat_menu .vchat_bottom .right{height:22px;line-height:22px;}#vchat_menu .vchat_bottom .green{font-weight:bold;}#settings_menu:after,#settings_menu:before,#vchat_menu:after,#vchat_menu:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#settings_menu:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:8px;left:21px;margin-left:-8px;}#vchat_menu:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:8px;left:267px;}#settings_menu:before{border-color:rgba(204,204,204,0);border-bottom-color:#ccc;border-width:9px;left:20px;margin-left:-9px;}#vchat_menu:before{border-color:rgba(204,204,204,0);border-bottom-color:#ccc;border-width:9px;left:266px;}#settings_menu li{border-bottom:1px dotted #ccc;}#settings_menu li a.setting{color:#222;display:block;padding:4px 5px 6px 4px;background-repeat:no-repeat;background-position:4px 4px;font-size:12px;}#settings_menu li a.setting:hover{text-decoration:underline;}#settings_menu li:last-child{border-bottom-width:0px;}#settings_menu li i.sprite_public,#settings_menu li i.sprite_members{position:relative;top:3px;margin-right:5px;}#settings_menu li a.setting:hover{background-color:#fafafa;}#settings_menu li a.my_profiles{font-weight:bold;}#settings_menu li.my_profile{display:none;}#settings_menu li.no_profile{height:50px;font-size:11px;text-align:left;}#settings_menu li.my_profile a{display:block;color:#444;text-decoration:underline;padding:8px;background:#eee;border-color:#ddd;font-size:11px;}#settings_menu li.my_profile a:hover{background:#fafafa;text-decoration:none;}#settings_menu li.my_profile span{display:block;padding:8px;border:none;font-size:11px;padding-left:28px;text-decoration:none;}#settings_menu li.my_profile img{width:15px;height:15px;float:left;margin-right:5px;border:1px solid #fff;box-shadow:0px 0px 5px rgba(0,0,0,0.1);margin-top:-1px;margin-left:-5px;}#settings_menu_credentials{border-top:1px solid #fff;line-height:18px;}#settings_menu_credentials em{font-style:normal;font-weight:normal;}#settings_menu_credentials i{margin-left:-5px;}#settings_menu_credentials span{margin-left:5px;margin-right:15px;}#status_menu ul li{height:15px;}#status_menu ul li strong{color:red;float:right;margin-top:2px;}#header li.header{min-height:14px;text-shadow:1px 1px 0px #fff;border-radius:4px 4px 0px 0px;padding:6px 8px;border-bottom:1px solid #aaa !important;margin-bottom:0px;font-size:11px;font-weight:bold;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);background:-o-linear-gradient(top,#fff 0%,#eee 100%);background:-ms-linear-gradient(top,#fff 0%,#eee 100%);background:linear-gradient(to bottom,#fff 0%,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);}#header li.header a,#header li.header div{font-family:'Lucida Grande';float:right;}#header nav a.status{height:25px;}#header nav a.status i.icon_16_chat{position:relative !important;right:3px !important;}#header nav a.status i.icon_16_phone{right:4px !important;top:-1px !important;position:relative !important;}#header nav a.status i.sprite_public.icon_16_phone{top:0px !important;}@-moz-document url-prefix(){#header nav a.status{height:12px;}}#header nav .hide{display:none;}#header nav a.status span{padding-right:10px;padding-left:0px;height:13px;position:relative;top:-5px;}#header nav a.status i.icon_10_orb_red,#header nav a.status i.icon_10_orb_grey,#header nav a.status i.icon_10_orb_green,#header nav a.status i.icon_10_orb_yellow{top:-3px;position:relative;}#header #acd_menu:after,#header #acd_menu:before,#header #notifications_menu:after,#header #notifications_menu:before,#header #balance_menu:after,#header #balance_menu:before,#header #status_menu:after,#balance_menu .menu_close{margin-bottom:5px;margin-right:8px;}#header #status_menu:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#header #acd_menu:after,#header #notifications_menu:after,#header #balance_menu:after,#header #status_menu:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:8px;left:50%;margin-left:-8px;}#header #acd_menu:before,#header #notifications_menu:before,#header #balance_menu:before,#header #status_menu:before{border-color:rgba(204,204,204,0);border-bottom-color:#fff;border-width:9px;left:50%;margin-left:-9px;}#header #status_menu{width:200px;}#header #status_menu ul{margin:0px;padding:0px;list-style:none;}#header #status_menu ul li{border-bottom:1px dotted #ccc;padding:4px 8px;}#header #status_menu ul li a{font-weight:bold;text-decoration:underline;float:right;font-size:11px;padding-right:0px;padding-top:2px;}#header #status_menu ul li i.icon_16_switch{float:right;margin-left:5px;margin-top:0px;margin-right:-6px;}#header #status_menu ul li i.icon_16_phone,#header #status_menu ul li i.icon_16_sms,#header #status_menu ul li i.icon_16_skype,#header #status_menu ul li i.icon_16_chat,#header #status_menu ul li i.icon_16_visibility,#header #status_menu ul li i.icon_16_record,#header #status_menu ul li i.icon_16_webcam{float:left;margin-right:5px;}#header #status_menu ul li a.offline{color:#999;}#header #status_menu ul li a.online{color:#389f15;}#header #status_menu ul li a:hover{text-decoration:none;}#header #status_menu ul li span{float:left;font-size:11px;}#header #status_menu ul li br{clear:both;}#header #status_menu ul li.last{border-bottom-width:0px !important;}#header #balance_menu{width:148px;}#header #balance_menu a{display:block;margin:0px;margin-bottom:5px;width:110px !important;text-align:center;}#header #balance_menu > div{padding:8px;}#header .search_wrap,#header .search_wrap *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}#header .search_wrap{float:left;overflow:hidden;margin-left:15px;margin-top:1px;}#header #search{float:left;}#header #search input{background:#fff !important;border:1px solid #888;border-radius:4px 0 0 4px;padding:4px;color:#000 !important;outline:none;width:165px;height:24px;float:left;text-shadow:none !important;}.logged_in #header #search input{width:75px;}#header #search input:focus{border-color:#dd4491;}#header #search span{font-size:12px;color:#ccc;position:relative;top:7px;left:3px;text-shadow:1px 1px 0px #000;}#header #search button{float:left;position:relative;top:0;left:0px;border-radius:0px !important;padding:0;margin-left:0px;width:32px;height:24px;}#body{padding:20px 0px 0px;width:1000px;min-height:525px;margin:0 auto;display:block;position:relative;}body.browser_ie #header button{position:relative;top:4px;}.ui-autocomplete{z-index:1000 !important;top:38px !important;background:#000;background:-moz-linear-gradient(left,#000 0%,#444 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,#000),color-stop(100%,#444));background:-webkit-linear-gradient(left,#000 0%,#444 100%);background:-o-linear-gradient(left,#000 0%,#444 100%);background:-ms-linear-gradient(left,#000 0%,#444 100%);background:linear-gradient(to right,#000 0%,#444 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#444444',GradientType=1);}.ui-menu-item a{color:white !important;border-bottom:1px solid #525252;background:#000 !important;background:-moz-linear-gradient(left,#000 0%,#444 100%) !important;background:-webkit-gradient(linear,left top,right top,color-stop(0%,#000),color-stop(100%,#444)) !important;background:-webkit-linear-gradient(left,#000 0%,#444 100%) !important;background:-o-linear-gradient(left,#000 0%,#444 100%) !important;background:-ms-linear-gradient(left,#000 0%,#444 100%) !important;background:linear-gradient(to right,#000 0%,#444 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#444444',GradientType=1) !important;}.ui-menu-item a:hover,.ui-menu-item a:visited,.ui-menu-item a:active{color:white !important;border-color:#dd4491 !important;background:#444 !important;background:-moz-linear-gradient(top,#444 0%,#000 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#444),color-stop(100%,#000)) !important;background:-webkit-linear-gradient(top,#444 0%,#000 100%) !important;background:-o-linear-gradient(top,#444 0%,#000 100%) !important;background:-ms-linear-gradient(top,#444 0%,#000 100%) !important;background:linear-gradient(to bottom,#444 0%,#000 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444',endColorstr='#000000',GradientType=0) !important;}.ui-menu-item img{float:left;}.ui-menu-item h4,.ui-menu-item p{margin-left:40px;margin-bottom:5px;}#header .balance{height:25px;padding-top:0px;}@-moz-document url-prefix(){#header .balance{height:17px;}}button::-moz-focus-inner{padding:0;border:0;}#header .balance i.icon_16_money{margin-right:0px;}#header .balance i.icon_dropdown{float:right;padding:0px;margin:0px;margin-right:-5px;}#header .balance span{margin-right:5px;padding-right:0px;}#header .balance i{position:relative;top:4px;margin-right:6px;}.green{color:#389f15;}.red{color:red;}.busy{color:#c02997;position:relative;top:-2px;margin-left:4px;}:focus{outline:0;}.hide{display:none;}.bold{font-weight:bold;}.italic{font-style:italic;}.noborder{border-width:0px;}.right{float:right;}.left{float:left;}.field_error{border-color:#c00 !important;color:#c00 !important;}.unavailable{color:#a40001;}.price{color:#000;}.valid{color:#6c0;}.available{color:#598527;}.available2{background:#ffb76b;background:-moz-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffb76b),color-stop(50%,#ffa73d),color-stop(51%,#ff7c00),color-stop(100%,#ff7f04));background:-webkit-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);background:-o-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);background:-ms-linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);background:linear-gradient(top,#ffb76b 0%,#ffa73d 50%,#ff7c00 51%,#ff7f04 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b',endColorstr='#ff7f04',GradientType=0);}.available2:hover{opacity:.8;filter:alpha(opacity=80);}.form_error{border-color:#a00 !important;}.form_error_dialog{z-index:9999999;border:1px solid #a80;border-radius:3px;box-shadow:inset 0px 13px 0px rgba(255,255,255,0.3), 0px 0px 8px rgba(0,0,0,0.3);background:url(https://dmz.talktome.com/images/error.tiny.png) #fc0 no-repeat 6px 6px;padding:7px 8px 7px 28px;font-size:12px;position:absolute;margin-top:-1px;max-width:300px;}.form_error_dialog:after,.form_error_dialog:before{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.form_error_dialog:after{border-color:rgba(255,204,0,0);border-right-color:#fc0;border-width:5px;top:50%;margin-top:-5px;}.form_error_dialog:before{border-color:rgba(170,136,0,0);border-right-color:#a80;border-width:6px;top:50%;margin-top:-6px;}.dialog_window{display:none;position:absolute;width:500px;left:50%;top:3em;background:#fff;z-index:77777777;padding:15px;font-size:1.4em;line-height:1.6em;box-shadow:10px 10px 20px rgba(0,0,0,0.5), inset 0px 0px 150px rgba(0,0,0,0.2);border-radius:0.5em;padding-bottom:70px;}.dialog_window h1{margin:0.5em 0 0.5em 0;color:#444;font-size:2em;}.dialog_window .buttons{border-top:1px solid #ddd;margin-top:10px;background:#fff;border-radius:0px 0px 0.5em 0.5em;position:absolute;bottom:0px;left:0px;width:100%;}.dialog_window .buttons div{padding:10px;}.dialog_window .buttons button{font-size:14px;}.dialog_window a.closer{position:absolute;top:10px;right:10px;background:#ddd;padding:0px 8px;border-radius:3px;font-weight:bold;font-size:16px;color:#444;border:1px solid #ccc;box-shadow:inset 0px 10px 0px rgba(255,255,255,0.3), 0px 0px 10px rgba(0,0,0,0.1);}.dialog_button_right{position:absolute !important;bottom:20px;right:115px;top:auto;left:auto;z-index:99999999;border:0 !important;box-shadow:none !important;font-size:14px !important;font-weight:bold !important;margin-right:10px !important;padding:9px 20px !important;}#login_window{width:650px;position:relative;margin:0;padding:5px;height:200px;padding-bottom:25px;box-shadow:0px 0px 20px rgba(0,0,0,0.5), inset 0px 0px 150px rgba(0,0,0,0.2);border:1px solid #fff;font-size:9pt;border-radius:4px 4px 4px 4px;}#login_window a.close{position:absolute;top:5px;right:5px;}#login_window section{float:left;position:relative;display:inline-block;height:100%;margin:5px;}#login_window ol li{padding:5px;font-size:10pt;margin-left:30px;}#login_window ol li span{display:block;}#login_window section.left_section{width:280px;}#login_window section.left_section div{padding-bottom:10px;padding-left:5px;}#login_window section.left_section label{margin-top:1px;}#login_window section.right_section{border-left:2px solid #dedede;width:320px;padding:3px;padding-top:0;padding-left:20px;}#login_window .button3{display:inline-block;}#login_window section form{margin:5px;font-weight:bold;}#login_window label.form_label{display:block;font-size:12px;top:0;font-weight:bold;color:#555;text-shadow:1px 1px 0px #fff;}#login_window section form label.remember{margin-left:30px;}#login_window dl{padding-left:8px;}#login_window h1{margin-left:10px;}#login_window section form label.remember{margin-left:10px;}#login_window .button3{width:150px;}#login_window .login_tab{position:relative;top:-20px;}#login_window input[type='text'],#login_window input[type='password']{width:90%;padding:5px 8px;}#login_window.dialog{overflow:visible;height:230px;}#login_window > nav{position:relative;top:-41px;}#login_window > nav button{background:#aaa;border-radius:4px 4px 0px 0px;border:1px solid #ddd;border-width:1px 1px 0px 1px;padding:8px 10px;font-size:13px;}#login_window > nav button.sel{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e0e0e0 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e0e0e0));background:-webkit-linear-gradient(top,#fff 0%,#e0e0e0 100%);background:-o-linear-gradient(top,#fff 0%,#e0e0e0 100%);background:-ms-linear-gradient(top,#fff 0%,#e0e0e0 100%);background:linear-gradient(to bottom,#fff 0%,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e0e0e0',GradientType=0);position:relative;top:1px;}body.theater_9 #login_window{height:260px;}.window-fade,#window_fade{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.7) url(https://dmz.talktome.com/images/icon_64_preloader_white.gif) no-repeat center center;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);zoom:1;z-index:500;}#window_fade2{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.65)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1);zoom:1;z-index:500;}#window_warning{display:none;position:fixed;top:50%;margin-top:-125px;height:250px;left:50%;width:650px;margin-left:-325px;background:#fff;border-radius:1em;z-index:99999999;padding:2em;box-shadow:0px 0px 80px rgba(0,0,0,0.5);border:2px solid rgba(0,0,0,0.8);}#window_warning div{padding:10px;border-radius:0px 0px 5px 5px;background:#fafafa;margin-top:5px;}#window_warning h6{font-size:2em;text-align:center;color:#df1982;margin:0px 0px 10px 0px;}#window_warning div#text_area{width:625px;height:125px;padding:10px;line-height:18px;font-size:13px;border:2px solid #eee;overflow:auto;font-family:Arial, Helvetica, sans-serif;position:relative;color:#000;}#window_warning button{display:inline-block;margin:0px 5px;padding:10px 0px;width:130px;}#alert_error{display:none;padding:15px 15px 15px 60px;font-size:16px;border-radius:6px;box-shadow:2px 2px 3px #ccc, inset 0px 0px 80px #400;margin-bottom:1em;text-shadow:1px 1px 0px #000;color:#fff;position:relative;font-weight:bold;background:#a90329;background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);}#alert_error a{color:#fff;}#alert_error i{display:block;width:32px;height:32px;position:absolute;top:50%;margin-top:-16px;left:12px;}#alert_warning{background:#fffcb2;background:-moz-linear-gradient(top,#fffcb2 0%,#feb645 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fffcb2),color-stop(100%,#feb645));background:-webkit-linear-gradient(top,#fffcb2 0%,#feb645 100%);background:-o-linear-gradient(top,#fffcb2 0%,#feb645 100%);background:-ms-linear-gradient(top,#fffcb2 0%,#feb645 100%);background:linear-gradient(to bottom,#fffcb2 0%,#feb645 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcb2',endColorstr='#feb645',GradientType=0);display:none;padding:15px 15px 15px 60px;font-size:16px;border-radius:6px;box-shadow:2px 2px 3px #ddd, inset 0px 0px 80px #fc0;margin-bottom:1em;text-shadow:0px -1px 0px #fe0;color:#000;position:relative;}#alert_warning i{display:block;width:32px;height:32px;position:absolute;top:50%;margin-top:-16px;left:12px;}#alert_success{background:#299a0b;background:-moz-linear-gradient(top,#299a0b 0%,#097a22 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#299a0b),color-stop(100%,#097a22));background:-webkit-linear-gradient(top,#299a0b 0%,#097a22 100%);background:-o-linear-gradient(top,#299a0b 0%,#097a22 100%);background:-ms-linear-gradient(top,#299a0b 0%,#097a22 100%);background:linear-gradient(to bottom,#299a0b 0%,#097a22 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#299a0b',endColorstr='#097a22',GradientType=0);display:none;padding:15px 15px 15px 60px;font-size:16px;border-radius:6px;box-shadow:2px 2px 3px #ddd, inset 0px 0px 80px #1e4d02;margin-bottom:1em;text-shadow:1px 1px 0px #2f5b00;color:#fff;position:relative;}#alert_success i{display:block;width:32px;height:32px;position:absolute;top:50%;margin-top:-16px;left:12px;}#alert_audiochat{background:no-repeat url("/img/audiochat-blank.png");background-color:#2b2b2b;background-size:cover;background-position:center;padding:1% 17% 1% 22%;font-size:16px;border-radius:0px 0px 8px 8px;margin-bottom:1em;text-shadow:0px -1px 0px #666;color:#fff;position:relative;}#alert_audiochat h1{margin:auto !important;width:360px;text-shadow:none;font-size:28px;}.audio_chat_help{cursor:pointer;color:white;}#alert_audiochat ol li{list-style-type:decimal;}@media screen and (max-width: 600px){#alert_audiochat{background:#2b2b2b;padding:10px 20px;}#alert_audiochat h1{font-size:24px;text-align:center;}}#alert_error ul,#alert_warning ul,#alert_success ul{list-style:none;font-size:14px;}#alert_success button,#alert_error button,#alert_warning button{float:right;font-size:12px;position:absolute;top:-5px;right:5px;border-width:0px;box-shadow:1px 1px 0px rgba(0,0,0,0.4);color:#222;font-weight:bold;}#alert_success div ul div,#alert_error div ul div,#alert_warning div ul div{float:left;width:750px;}#alert_success br,#alert_error br,#alert_warning br{clear:both;}#alert_success ul li,#alert_error ul li,#alert_warning ul li{border-bottom:1px solid #fe0;margin-bottom:8px;padding-bottom:8px;position:relative;}#alert_success ul li{border-color:#b0f56d;}#alert_error ul li{border-color:#c01c42;}#alert_success ul li:last-child,#alert_error ul li:last-child,#alert_warning ul li:last-child{border-bottom-width:0px;margin-bottom:0px;padding-bottom:0px;}#sidebar{float:left;margin-right:20px;width:230px;}#content_with_sidebar{float:left;width:700px;margin-left:8px;}section#categories nav{background:#fff;background:-moz-linear-gradient(center top,#e0e0e0 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e0e0e0),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#e0e0e0,0%,#fff 100%);background:-o-linear-gradient(top,#e0e0e0 0%,#fff 100%);background:-ms-linear-gradient(top,#e0e0e0 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E0E0E0',endColorstr='#ffffff',GradientType=0);background:linear-gradient(top,#e0e0e0 0%,#fff 100%);border:#d9d9d9 solid;border-radius:7px 7px 0 0;border-width:1px 1px;font-weight:normal;padding:7px 10px;cursor:pointer;font-size:1.8em;font-weight:normal;margin:0px 0px 6px;position:relative;border-radius:3px;margin-bottom:2px;padding:8px;}section#categories nav ul{display:none;background:#fff;padding:8px;border:1px solid #ccc;margin-top:8px;border-radius:4px;}section#categories nav ul.sel{display:block;}section#categories nav ul li a{color:#000;font-weight:300;font-size:14px;display:block;padding:5px;border-bottom:1px solid #ddd;}section#categories nav ul li a.sel{font-weight:bold;background:#eee;position:relative;}section#categories nav ul li:first-child a{border-radius:4px 4px 0px 0px;}section#categories nav ul li:last-child a{border-bottom:0px;border-radius:0px 0px 4px 4px;}section#categories nav ul li a:hover{background:#eee;}section#categories nav > a{color:#cd3f97;width:210px;display:block;}section#categories nav > a:hover{text-decoration:underline;}section#categories nav > span{position:absolute;background:#efefef;z-index:9;font-size:11px;font-weight:bold;display:block;right:7px;top:7px;border-radius:3px;padding:4px 0px;width:21px;text-align:center;box-shadow:1px 1px 0px #ccc, inset 0px 10px 0px #fafafa;}#breadcrumb a{height:13px;float:left;padding:6px 8px;padding-top:7px;background:#eee;position:relative;padding-left:20px;color:#444;font-weight:bold;font-size:11px;border:1px solid #ccc;border-right-width:0px;}#breadcrumb a.first{padding-left:8px;border-radius:3px 0px 0px 3px;}#breadcrumb a.last{background:#fff;color:#222;}#breadcrumb br{clear:both;}#breadcrumb a:hover{text-decoration:underline;}#breadcrumb a:after,#breadcrumb a:before{left:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;z-index:9;}#breadcrumb a:after{border-left-color:#eee;border-width:13px;top:50%;margin-top:-13px;}#breadcrumb a:before{border-left-color:#bbb;border-width:14px;top:50%;margin-top:-14px;}#breadcrumb a.last:after{border-left-color:#fff;}#breadcrumb a:hover{background:#fafafa;}#breadcrumb a:hover:after{border-left-color:#fafafa;}.pagination{padding:0px 0px 20px;text-align:center;clear:both;margin-top:10px;}.pagination br{clear:both;}.pagination a{display:inline-block;padding:3px 8px 4px;font-size:12px;color:#444;font-weight:bold;border:1px solid #ccc;position:relative;background:#fff;}.pagination a.pagination_next{height:15px;position:relative;top:-1px;padding-top:4px;border-right-width:0px;border-radius:3px 0px 0px 3px;}.pagination a.pagination_page{border-radius:3px;padding-top:5px;}section#page a.pagination_page{text-decoration:none;}section#page a.pagination_page:hover{color:#dd4491;}.pagination a.pagination_last{height:15px;position:relative;top:-1px;padding-top:4px;border-left-width:0px;border-radius:0px 3px 3px 0px;}.pagination a.pagination_last:after,.pagination a.pagination_last:before{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.pagination a.pagination_last:after{border-color:rgba(255,255,255,0);border-right-color:#fff;border-width:11px;top:50%;margin-top:-11px;}.pagination a.pagination_last:before{border-right-color:#bbb;border-width:12px;top:50%;margin-top:-12px;margin-left:-1px;}.pagination a.pagination_last:after,.pagination a.pagination_last:before{top:11px !important;}.pagination a.pagination_next:after,.pagination a.pagination_next:before{left:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.pagination a.pagination_next:after{border-color:rgba(255,255,255,0);border-left-color:#fff;border-width:11px;top:50%;margin-top:-11px;}.pagination a.pagination_next:before{border-left-color:#bbb;border-width:12px;top:50%;margin-top:-12px;}.pagination a.pagination_page:hover{background:#eee;}.pagination a.pagination_next:hover:after{border-left-color:#eee;}.pagination a.pagination_next:hover{background:#eee;}.pagination a.pagination_last:hover{background:#eee;}.pagination a.pagination_last:hover:after{border-right-color:#eee;}.pagination a.pagination_page.sel{background:#4c014b;color:#fff;border-color:transparent;box-shadow:inset 0px 10px 0px rgba(255,255,255,0.1);}#perpage{text-align:center;font-size:11px;color:#444;margin-bottom:20px;}#perpage a{margin-left:5px;color:#444;text-decoration:underline;}#perpage a.sel{text-decoration:none;font-weight:bold;position:relative;}#perpage a.sel:after{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#aaa;border-width:5px;left:50%;margin-left:-4px;margin-top:-3px;}nav.limiting{color:#777;font-size:.8em;text-align:center;}nav.limiting > *{font-family:sans-serif;font-size:1em;font-style:normal;font-weight:normal;}nav.limiting > a,nav.limiting > span{color:#000;font-weight:bold;text-align:center;padding:1em 0;margin:1em .25em 0 .25em;cursor:pointer;}nav.limiting > span:after{border:solid transparent;content:" ";height:0;width:0;pointer-events:none;border-bottom-color:#aaa;border-width:5px;margin-left:-11px;margin-top:-10px;}.button1{-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;background:#f5f5f5;color:#525252;cursor:pointer;text-shadow:0px -1px 0px rgba(255,255,255,0.3);display:block;font-size:12px;padding:8px 15px;padding-top:5px;border-radius:2px;border:1px solid #bfbfbf;box-shadow:inset 0px 15px 0px #fff, 2px 2px 2px #e0e0e0;border-radius:4px;}.button1 i{margin-right:8px;position:relative;top:3px;}.button1:hover{-webkit-transition-property:backgroundColor;-webkit-transition-duration:200ms;background:#fff;}.button2{-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;background-color:#993797;color:#fff;cursor:pointer;text-shadow:0px -1px 0px rgba(0,0,0,0.3);display:block;font-size:12px;padding:8px 15px;border-radius:2px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);border:1px solid #611760;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5), 2px 2px 2px #ccc;border-radius:4px;}.button2 img{position:relative;top:3px;margin-right:5px;}.button2:hover{-webkit-transition-property:backgroundColor;-webkit-transition-duration:200ms;background-color:#761975;color:#fff;}.button3{-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;background-color:#dd4491;color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,0.3);font-size:12px;padding:8px 15px;border-radius:2px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);border:1px solid #b51369;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5), 2px 2px 2px #ccc;border-radius:4px;}.button3:hover{color:#fff;-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;background:#df1982 !important;}.button3:active{color:#fff;-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;background:#f360b7;background:-moz-linear-gradient(top,#f360b7 47%,#f360b7 50%);background:-webkit-gradient(linear,left top,left bottom,color-stop(47%,#f360b7),color-stop(50%,#f360b7));background:-webkit-linear-gradient(top,#f360b7 47%,#f360b7 50%);background:-o-linear-gradient(top,#f360b7 47%,#f360b7 50%);background:-ms-linear-gradient(top,#f360b7 47%,#f360b7 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@button1_hover_top',endColorstr='@button1_hover_top',GradientType=0);background:linear-gradient(top,#f360b7 47%,#f360b7 50%);}.button4{-webkit-transition-property:background;-webkit-transition-duration:500ms;-moz-transition-property:background;-moz-transition-duration:500ms;background-color:#ddd;color:#444;text-shadow:0px -1px 0px rgba(255,255,255,0.8);display:block;font-size:12px;padding:8px 15px;border-radius:2px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);border:1px solid #aaa;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5), 2px 2px 2px #ccc;border-radius:4px;}a.favorite{background:url(https://dmz.talktome.com/images/hearts.png);background-repeat:no-repeat;width:16px;height:16px;overflow:hidden;display:block;display:inline-block;}a.favorite[data-favorite*="true"]{background-position:0px 0px;}a.favorite[data-favorite*="false"]{background-position:0px -16px;}a.block,.block_me{background:url(https://dmz.talktome.com/images/block.png);background-repeat:no-repeat;width:16px;height:16px;overflow:hidden;display:block;display:inline-block;}a.block[data-blocked*="true"],.block_me[data-blocked*="true"]{background-position:0px 0px;}a.block[data-blocked*="false"],.block_me[data-blocked*="false"]{background-position:0px -16px;}.dialog_favorite_added{z-index:999999999;position:absolute;background:#ddd;box-shadow:inset 0px 13px 0px #eee, 0px 0px 5px rgba(0,0,0,0.2);border:1px solid #bbb;color:#333;font-size:11px;text-shadow:1px 1px 0px #fff;padding:5px;border-radius:3px;width:130px;margin-left:-62px;margin-top:-33px;text-align:center;}.dialog_favorite_added:after,.dialog_favorite_added:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.dialog_favorite_added:after{border-color:rgba(204,204,204,0);border-top-color:#ddd;border-width:10px;left:50%;margin-left:-10px;}.dialog_favorite_added:before{border-color:rgba(170,170,170,0);border-top-color:#bbb;border-width:11px;left:50%;margin-left:-11px;}.dialog_is_talking{position:absolute;padding:8px 8px 8px 30px;width:200px;height:35px;margin-top:-55px;margin-left:-100px;background:#fff url(https://dmz.talktome.com/images/call_wait.png) no-repeat 8px 14px;box-shadow:0px 0px 15px rgba(0,0,0,0.3);border:1px solid #bbb;color:#333;font-size:12px;text-shadow:1px 1px 0px #fff;border-radius:3px;}.dialog_is_talking:after,.dialog_is_talking:before{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.dialog_is_talking:after{border-color:rgba(238,238,238,0);border-top-color:#fff;border-width:10px;left:60%;margin-left:-10px;}.dialog_is_talking:before{border-color:rgba(187,187,187,0);border-top-color:#bbb;border-width:11px;left:60%;margin-left:-11px;}#browse_crumb{position:relative;top:5px;}.photobackup{-webkit-transition-property:box-shadow, border;-webkit-transition-duration:0.25s, 0.25s;-webkit-transition-timing-function:linear, ease-in;display:table-cell !important;border:5px solid #fff;box-shadow:0px 0px 0px 1px #ccc;float:left;height:128px;margin:0 auto;overflow:hidden;vertical-align:middle;text-align:center;width:128px;}#gallery_thumbnails .photo,#gallery_thumbnails .profile{display:inline-block;margin:0 auto;vertical-align:top;background:#fff;border:1px solid #ccc;display:block;height:120px;width:120px;padding:5px;padding-bottom:20px;padding-top:7px;position:relative;box-shadow:0px 0px 5px #ccc;}#gallery_thumbnails .photo,#gallery_thumbnails .profile{vertical-align:baseline;padding:5px;}.photo:hover{-webkit-transition-property:box-shadow, border;-webkit-transition-duration:0.25s, 0.25s;-webkit-transition-timing-function:linear, ease-in;box-shadow:0px 0px 5px #666;}.photo_thumbnail img{max-height:100px;max-width:100px;}.listing_view{float:right;margin-bottom:10px;}.listing_view li{display:inline-block;cursor:pointer;vertical-align:top;}.listing_view_split{display:block;position:relative;left:3px;}.listing_view_split.selected{box-shadow:rgba(0,0,0,0.298039) 0px 0px 20px 0px inset, #aaa 1px 1px 0px 0px;}.listing_view_grid{display:block;}.listing_view_grid.selected{box-shadow:rgba(0,0,0,0.298039) 0px 0px 20px 0px inset, #aaa 1px 1px 0px 0px;}#float_notice{position:fixed;top:0px;left:0px;width:100%;border-bottom:1px solid #999;text-shadow:1px 1px 0px #fff;box-shadow:0px 5px 10px rgba(0,0,0,0.2);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#ccc 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ccc));background:-webkit-linear-gradient(top,#fff 0%,#ccc 100%);background:-o-linear-gradient(top,#fff 0%,#ccc 100%);background:-ms-linear-gradient(top,#fff 0%,#ccc 100%);background:linear-gradient(to bottom,#fff 0%,#ccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cccccc',GradientType=0);display:none;z-index:99999999;}#float_notice div{padding:25px;font-size:18px;float:left;}#float_notice img{width:48px;float:left;position:relative;top:10px;left:10px;}#float_notice br{clear:both;}.check_status_widget{width:16px;height:16px;background:url(https://dmz.talktome.com/images/status_modes.png) no-repeat 0px -32px transparent;display:block;}.status_on{background-position:0px 0px;}.status_off{background-position:0px -16px;}.status_part{background-position:0px -48px;}#voicemail_clip{display:none;z-index:77777778;position:absolute;top:250px;left:50%;margin-left:257px;width:64px;height:64px;}#voicemail{display:none;z-index:77777777;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fff 0%,#ededed 100%);background:-o-linear-gradient(top,#fff 0%,#ededed 100%);background:-ms-linear-gradient(top,#fff 0%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);width:600px;position:absolute;top:110px;left:50%;margin-left:-300px;border-radius:4px;box-shadow:0px 0px 3px rgba(0,0,0,0.2), inset 0px 1px 0px #fafafa;}#voicemail button.close{position:absolute;top:5px;right:10px !important;font-size:11px;font-weight:bold;color:#555;text-shadow:0px -1px 0px #fff;}#voicemail em.my_number{text-decoration:none;margin:0px;padding:0px;font-weight:bold;}#voicemail section{padding:10px;}#voicemail section img.big_icon{float:left;}#voicemail section > div{width:440px;float:right;font-size:14px;line-height:19px;padding:10px 0px;}#voicemail section > div b{font-size:18px;display:block;margin:8px 0px;}#voicemail section > div article{margin:15px 0px 0px 0px;float:left;background:#fafafa;border:1px solid #ccc;border-width:0px 1px 1px 0px;text-align:center;box-shadow:0px 1px 7px rgba(0,0,0,0.1);}#voicemail section > div article p{position:relative;width:25px;height:70px;float:left;display:block;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fff 0%,#ededed 100%);background:-o-linear-gradient(top,#fff 0%,#ededed 100%);background:-ms-linear-gradient(top,#fff 0%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border-right:1px solid #ccc;color:#aaa;margin:0px;}#voicemail section > div article p i{position:absolute;top:50%;margin-top:-10px;font-size:16px;display:block;padding:0px 8px;font-style:normal;text-shadow:0px -1px 0px #fff;}#voicemail section > div article p i img{position:relative;left:-3px;}#voicemail section > div article span{width:140px;display:block;float:left;height:60px;padding:5px;position:relative;background:#ededed;background:-moz-linear-gradient(top,#ededed 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ededed),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#ededed 0%,#fff 100%);background:-o-linear-gradient(top,#ededed 0%,#fff 100%);background:-ms-linear-gradient(top,#ededed 0%,#fff 100%);background:linear-gradient(to bottom,#ededed 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed',endColorstr='#ffffff',GradientType=0);}#voicemail #voicemail_preview{float:left;}#voicemail section > div article.calling{position:relative;}#voicemail section > div article.calling ins{float:left;text-decoration:none;}#voicemail section > div article.calling button.green_button{position:absolute;top:13px;right:30px;}#voicemail section > div article.calling button.close_button{position:absolute;top:13px;right:110px;}#voicemail section > div article.buttons{margin-left:10px;}#voicemail section > div article.calling{text-align:left;}#voicemail section > div article.calling span{width:350px;padding-left:20px;}#voicemail section > div article.calling span img{position:absolute;top:17px;right:17px;opacity:0.5;filter:alpha(opacity=50);}#voicemail section > div article div.block{margin-bottom:5px;font-size:12px;color:#777;}#voicemail button{padding:4px 10px;font-size:12px;border-radius:3px;margin-top:8px;background:#fafafa;background:-moz-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fafafa 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#e5e5e5',GradientType=0);box-shadow:1px 1px 5px rgba(0,0,0,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);border:1px solid #ccc;}#voicemail button:hover{background:#fff;filter:none;}#voicemail button.green_button,#voicemail button.call_now{background:#4faef7;background:-moz-linear-gradient(top,#4faef7 0%,#317af1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#4faef7),color-stop(100%,#317af1));background:-webkit-linear-gradient(top,#4faef7 0%,#317af1 100%);background:-o-linear-gradient(top,#4faef7 0%,#317af1 100%);background:-ms-linear-gradient(top,#4faef7 0%,#317af1 100%);background:linear-gradient(to bottom,#4faef7 0%,#317af1 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4faef7',endColorstr='#317af1',GradientType=0);color:#fff;text-shadow:0px -1px 0px #317af1;border:1px solid #317af1;}#voicemail button.green_button:hover,#voicemail button.call_now:hover{background:#4faef7;filter:none;}#compose,#compose *,#address_book,#address_book *,#price_dialog,#price_dialog *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}#compose{display:none;z-index:66666666;background:#fff;width:100%;max-width:650px;position:fixed;top:0;left:0;right:0;margin-left:auto;margin-right:auto;box-shadow:5px 5px 15px rgba(0,0,0,0.3);height:100%;overflow:scroll;}#compose > div{padding:20px;font-size:14px;}#compose div.compose_box{background:#eee;margin-top:5px;padding:0px;border:1px solid #ddd;}#compose div.compose_box label{float:left;width:70px;font-weight:bold;color:#888;font-size:11px;position:relative;top:3px;padding-bottom:3px;}#compose div.compose_box button,#compose div.compose_box input{float:left;}#compose br{clear:both;}#compose div.compose_box input.subject{width:100%;max-width:480px;border:1px solid #bbb;padding:5px;box-shadow:inset -1px 1px 1px rgba(0,0,0,0.1);}#compose div.compose_box ol > li{margin-bottom:1px;padding:10px;background:#fafafa;border-top:1px solid #fff;}#compose .attachment_buttons button img{display:inline-block;vertical-align:middle;}#compose .attachment_buttons button{margin-right:5px;}.message_reply_body button,#price_dialog button,#compose button{float:right;background-image:-moz-linear-gradient(top,#eee,#ddd);background-image:-ms-linear-gradient(top,#eee,#ddd);background-image:-webkit-gradient(linear,0 0,0 100%,from(#eee),to(#ddd));background-image:-webkit-linear-gradient(top,#eee,#ddd);background-image:-o-linear-gradient(top,#eee,#ddd);background-image:linear-gradient(top,#eee,#ddd);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE',endColorstr='#DDDDDD',GradientType=0);border-color:#ccc #ccc #aaa;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#111;text-shadow:0px -1px 0 rgba(255,255,255,0.1);font-size:10px;line-height:normal;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;vertical-align:middle;cursor:pointer;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.05);border-width:1px;border-style:solid;padding:8px 15px;}.message_reply_body button:hover,#price_dialog button:hover,#compose button:hover{background:#fafafa;filter:none;}.message_reply_body button.send,#price_dialog button.send,#compose button.send{float:left;background-image:-moz-linear-gradient(top,#660264,#4c014b);background-image:-ms-linear-gradient(top,#660264,#4c014b);background-image:-webkit-gradient(linear,0 0,0 100%,from(#660264),to(#4c014b));background-image:-webkit-linear-gradient(top,#660264,#4c014b);background-image:-o-linear-gradient(top,#660264,#4c014b);background-image:linear-gradient(top,#660264,#4c014b);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@menu_top',endColorstr='@menu_bottom',GradientType=0);border-color:#4c014b #4c014b #660264;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0px -1px 0 rgba(0,0,0,0.1);font-size:12px;}.message_reply_body button.send:hover,#price_dialog button.send:hover,#compose button.send:hover{background:#660264;filter:none;}#compose .compose_box button{padding:4px 8px;}#compose .compose_box span.header{font-size:18px;color:#777;position:relative;top:4px;float:left;}#compose .compose_box nav{float:right;}#compose .compose_box nav button{float:left;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border:1px solid #ccc;margin-right:0px;margin-left:0px;padding:8px;}#compose .compose_box nav button:hover{background:#fafafa;cursor:pointer;}#compose .compose_box nav button.sel{background:#660264;filter:none;box-shadow:inset 0px 10px 10px #4c014b;color:#fff;text-shadow:-1px -1px 0px #444;z-index:5;position:relative;border-color:#555;}#compose .compose_box nav br{clear:both;}#compose .compose_box nav button.first{border-radius:4px;border-right-width:0px;}#compose .compose_box nav button.last{border-radius:0px 4px 4px 0px;display:none;}#compose .compose_box textarea{padding:10px;margin:7px 0px;height:120px;width:100%;max-width:564px;border:1px solid #ccc;box-shadow:0px 0px 10px #eee;}#compose .compose_box #message_compose_type_2 input[type="text"]{width:40px;margin-right:5px;border:1px solid #bbb;padding:5px;box-shadow:inset -1px 1px 1px rgba(0,0,0,0.1);}#compose .compose_box #message_compose_type_2 div{position:relative;background:#fff;padding:15px;border-radius:8px;border:1px solid #ccc;float:left;font-size:15px;}#compose .compose_box #message_compose_type_2 div:after{position:absolute;bottom:0;margin-bottom:-21px;content:"";width:340px;height:21px;background:url(https://dmz.talktome.com/images/slide_shadow.png) no-repeat center top;}#compose .compose_box .message_type_body{min-height:180px;}#compose .compose_box .message_count{width:100%;margin-left:0;margin-bottom:7px;}#compose button.to{height:30px;margin-right:5px;margin-bottom:5px;}#compose button.to span{position:relative;top:3px;left:-2px;}#window_fade.extra_window_fade{opacity:0.12;filter:alpha(opacity=12);}#address_book{border:1px solid #ccc;background:#fff;width:400px;position:fixed;top:190px;left:50%;z-index:99999999;display:none;padding:0px;box-shadow:5px 5px 15px rgba(0,0,0,0.5);}#address_book header{background:#474747;background:-moz-linear-gradient(top,#474747 0%,#050505 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#474747),color-stop(100%,#050505));background:-webkit-linear-gradient(top,#474747 0%,#050505 100%);background:-o-linear-gradient(top,#474747 0%,#050505 100%);background:-ms-linear-gradient(top,#474747 0%,#050505 100%);background:linear-gradient(to bottom,#474747 0%,#050505 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747',endColorstr='#050505',GradientType=0);}#address_book section ol li.group_header{background:#fafafa;background:-moz-linear-gradient(top,#fafafa 0%,#ddd 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(100%,#ddd));background:-webkit-linear-gradient(top,#fafafa 0%,#ddd 100%);background:-o-linear-gradient(top,#fafafa 0%,#ddd 100%);background:-ms-linear-gradient(top,#fafafa 0%,#ddd 100%);background:linear-gradient(to bottom,#fafafa 0%,#ddd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#dddddd',GradientType=0);}#address_book header{padding:5px;margin:0px;}#address_book header input{width:313px;font-size:11px;height:24px;display:block;float:left;border:1px solid #ccc;background:#fafafa;padding:3px 8px;margin:0px;border-right-width:0px;border-radius:4px;}#address_book header button{font-size:11px;display:block;float:right;border-radius:4px;padding:5px;background:#fafafa;background:-moz-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fafafa 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fafafa 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa',endColorstr='#e5e5e5',GradientType=0);box-shadow:1px 1px 5px rgba(0,0,0,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);border:1px solid #ccc;}#address_book header br{clear:both;}#address_book section{max-height:200px;overflow-y:auto;overflow-x:hidden;}#address_book section ol{margin:0px;padding:0px;list-style:none;}#address_book section ol li{background:#fafafa;border-bottom:1px solid #eee;margin-bottom:1px;padding:8px;font-size:12px;text-shadow:1px 1px 0px #fff;}#address_book section ol li.person:hover{background:#fff;cursor:pointer;}#address_book section ol li.group_header{font-size:10px;text-transform:uppercase;text-shadow:1px 1px 0px #eee;color:#444;text-shadow:none;padding:10px 5px;margin-bottom:0px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;}#address_book section ol li.empty,#address_book section ol li.no_contacts{padding:20px 0px;text-align:center;font-style:italic;}#compose button.to img,#address_book li.person img{width:18px;height:18px;float:left;margin-right:5px;border:1px solid #999;position:relative;top:-3px;}#address_book section ol li.clear_button{display:none;}#address_book section ol li.all{font-weight:bold;}@media screen and (max-width: 530px){#address_book{left:0 !important;width:100%;}#address_book header input{width:100%;margin:0px 0px 5px 0px;}}#price_dialog{z-index:88888888;display:none;position:absolute;background:#eee;border:1px solid #ccc;color:#333;text-shadow:1px 1px 0px #fff;width:100%;max-width:340px;top:50%;left:0;right:0;margin-top:-115px;margin-left:auto;margin-right:auto;border-radius:5px;box-shadow:0px 0px 13px rgba(0,0,0,0.1), inset 0px 0px 80px rgba(0,0,0,0.1);padding:5px;}#caller_first_contact_free,#caller_first_contact_price,#caller_contact_price{padding:5px !important;}#caller_first_contact_free div p,#caller_first_contact_price div p,#caller_contact_price div p,#caller_first_contact_price strong,#caller_first_contact_free strong,#caller_contact_price strong{font-size:14px !important;}#price_dialog strong{color:#000;}#price_dialog div{padding:15px;}#price_dialog div p{font-size:12px;padding:0px 5px;}#price_dialog a{color:#333;text-decoration:underline;position:relative;top:6px;left:5px;}#price_dialog a:hover{text-decoration:none;}#price_dialog span{display:none;}#price_dialog button{font-size:12px;padding:4px 8px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.2);}#price_dialog label{float:left;width:60px;text-align:right;margin-right:4px;position:relative;top:7px;}.opacity_50{opacity:0.5;filter:alpha(opacity=50);}.price_frame{cursor:pointer;background:transparent;position:fixed;top:0px;left:0px;width:100%;height:100%;}#compose button.send img{float:left;margin-right:5px;}#phones{display:none;width:350px;position:fixed;top:40px;left:10px;z-index:99999999999;border-radius:4px;box-shadow:1px 1px 5px rgba(0,0,0,0.8);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);}#phones > article{padding:10px;font-size:12px;}#phones > article.phones_list li.number button{float:right;padding:3px 0px;width:70px;}#phones > article.phones_list li.number input{float:left;}#phones > article.phones_list li.number span{float:left;}#phones > article.phones_list li{background:#fff;padding:4px;margin-bottom:1px;border-radius:0px;}#phones > article.phones_list li.header{background:transparent;font-weight:bold;font-size:18px;border-width:0px;}#phones > article.phones_list li.number span,#phones > article.phones_list li.number input{position:relative;top:3px;}#phones > article.phones_list li.number span{top:5px;}#phones > article.phones_list li.number b{margin-left:8px;color:#389f15;}#phones > article.phones_list li.header label{font-size:12px;margin-left:8px;}#phones > article.phones_list li.header input{width:40px;}#phones > article.phones_list li.header button{padding:4px 0px;width:50px;position:relative;top:-1px;}#phones > article.phones_list #phone_selector_action_go{padding:4px 0px;width:50px;}#phones > article.phones_list li.add_phone{background:#444;color:#fff;border-width:0px;border-radius:4px 4px 0px 0px;}#phones > article.phones_list li.edit_phone{background:#444;color:#fff;border-width:0px;border-radius:0px 0px 4px 4px;}#phones > article.phones_list li.edit_phone button{padding:4px 10px;width:auto;}#phones > article.phones_list button.closer{position:absolute;top:8px;right:10px;padding:3px 8px;margin:0px;}#phones br{clear:both;}#phones > article.phones_verify b{font-size:18px;}#phones > article.phones_verify #phone_verify_2 span,#phones > article.phones_verify #phone_verify_1 span{color:#389f15;font-weight:bold;display:inline-block;padding:2px 10px;border:1px solid #ccc;background:#fff;border-radius:3px;}#phones > article.phones_verify #phone_verify_4 p,#phones > article.phones_verify #phone_verify_3 p,#phones > article.phones_verify #phone_verify_2 p{font-size:13px;}#phones > article.phones_verify #phone_verify_1 p{font-size:13px;margin:8px 20px 4px;}#phones > article.phones_verify #phone_verify_1 div{padding-top:8px;margin-left:20px;}#ctc_connected{height:85px;cursor:pointer;padding-right:8px;border-radius:0px 4px 0px 0px;display:none;position:fixed;bottom:0px;left:0px;border-top:1px solid #111;z-index:9999999;background:#000;background:-moz-linear-gradient(top,#000 0%,#4c4c4c 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#000),color-stop(100%,#4c4c4c));background:-webkit-linear-gradient(top,#000 0%,#4c4c4c 100%);background:-o-linear-gradient(top,#000 0%,#4c4c4c 100%);background:-ms-linear-gradient(top,#000 0%,#4c4c4c 100%);background:linear-gradient(to bottom,#000 0%,#4c4c4c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#4c4c4c',GradientType=0);box-shadow:0px 0px 10px rgba(0,0,0,0.75);}#ctc_connected > header{padding:5px 8px;color:#777;font-size:11px;}#ctc_connected > article{padding:0px 8px 8px 8px;}#ctc_connected .avatar{float:left;height:50px;width:38px;margin-right:10px;border:1px solid #000;box-shadow:0px 0px 5px #000;}#ctc_connected .title{float:left;margin:0px;margin-top:4px;color:#fff;font-weight:normal;position:relative;top:0px;font-size:18px;}#ctc_connected .title i{position:relative;top:3px;margin-right:7px;}#ctc_connected #ctc_connected_timer{padding-top:28px;display:block;font-weight:normal;color:#ccc;margin-left:5px;}#ctc_connected #ctc_connected_timer i{position:relative;top:2px;margin-right:4px;left:-1px;}#ctc_connected #ctc_connected_timer span{text-decoration:none;margin:0px;padding:0px;font-size:18px;}.tooltip{text-align:left;font-size:12px;position:absolute;background:#000;color:#fff;padding:8px;z-index:99999999999;max-width:200px;display:none;border-radius:3px;box-shadow:3px 3px 8px rgba(0,0,0,0.6);}.tooltip.align_right:after{z-index:999999999;right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-right-color:#000;border-width:7px;top:18px;margin-top:-7px;}.tooltip.align_left:after{z-index:999999999;left:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-left-color:#000;border-width:7px;top:18px;margin-top:-7px;}.tooltip.align_above:after{z-index:999999999;top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-top-color:#000;border-width:10px;left:50%;margin-left:-10px;}.tooltip.align_below:after{z-index:999999999;bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(0,0,0,0);border-bottom-color:#000;border-width:10px;left:50%;margin-left:-10px;}.tooltip span{color:#389f15;font-weight:bold;}.tooltip label{display:inline-block;width:80px;text-align:right;margin-right:8px;vertical-align:middle;}.tooltip .align_right{margin-top:-5px !important;font-size:20px;color:#595959;text-align:right;border-bottom:1px solid #595959;margin-bottom:5px;}.tooltip .icon-times{cursor:pointer;}.tooltip .icon-times:hover{color:#acacac;}.tooltip a{color:#acacac;line-height:30px;}.tooltip a:hover{color:#fff;}#report_bug{z-index:99999999999;border-radius:8px;display:none;background:#a90329;background:-moz-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a90329),color-stop(44%,#8f0222),color-stop(100%,#6d0019));background:-webkit-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-o-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:-ms-linear-gradient(top,#a90329 0%,#8f0222 44%,#6d0019 100%);background:linear-gradient(to bottom,#a90329 0%,#8f0222 44%,#6d0019 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329',endColorstr='#6d0019',GradientType=0);position:absolute;padding:20px;box-shadow:0px 0px 20px rgba(0,0,0,0.1);}#report_bug:after{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#report_bug:after{border-top-color:#6d0019;border-width:6px;left:50%;margin-left:-6px;}#report_bug h2{color:#fff;font-family:times;font-size:18px;margin:0px;margin-bottom:8px;}#report_bug textarea{width:500px;height:100px;outline:none;}.suggestion_box{border:1px solid #fc0;color:#222;text-shadow:0px -1px 0px #fe0;font-size:17px;border-radius:4px;padding:15px;padding-left:50px;position:relative;background:#ffe49b;background:-moz-linear-gradient(top,#ffe49b 0%,#febf04 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffe49b),color-stop(100%,#febf04));background:-webkit-linear-gradient(top,#ffe49b 0%,#febf04 100%);background:-o-linear-gradient(top,#ffe49b 0%,#febf04 100%);background:-ms-linear-gradient(top,#ffe49b 0%,#febf04 100%);background:linear-gradient(to bottom,#ffe49b 0%,#febf04 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe49b',endColorstr='#febf04',GradientType=0);box-shadow:0px 0px 3px rgba(0,0,0,0.25);margin:20px;}.suggestion_box > img{position:absolute;top:15px;left:8px;}.sectional.with_top_bar > div{padding:10px;padding-bottom:20px;}.widget_profile{position:relative;}#login_blocker{position:absolute;z-index:99999999;bottom:0px;left:0px;width:100%;text-align:center;padding:0px;background:rgba(255,255,255,0.85);border-top:1px solid #fff;font-size:24px;text-shadow:1px 1px 0px #fff;}#login_blocker > div{padding:30px 0px 0px;}#login_blocker > div button{float:none;display:inline;position:relative;top:10px;text-shadow:1px 1px 0px #000;}.widget_profile #login_blocker{height:165px;}.widget_profile.grid #login_blocker{height:320px;}.widget_profile.grid #login_blocker > div{padding-top:90px;}.widget_profile section{background:#fff;border:1px solid #d9d9d9;display:inline-block;height:128px;margin-left:10px;margin-top:10px;padding:5px;width:300px;}.widget_profile .icon_16_volume{cursor:pointer;margin-left:283px;opacity:0.75;position:absolute;}@-moz-document url-prefix(){.widget_profile .icon_16_volume{margin-left:180px;}}.widget_profile_greeting{z-index:10;background:rgba(0,0,0,0.85);display:none;height:118px;position:absolute;margin-left:-5px;margin-top:-5px;padding:10px;text-align:center;width:290px;}.widget_profile_greeting > .icon_24_close_white{cursor:pointer;margin-left:125px;margin-top:-5px;position:absolute;z-index:1;}.widget_profile_greeting > .icon_24_close_white:hover{background-color:rgba(255,255,255,0.15);border-radius:3px;}.widget_profile_greeting > strong{color:#fafafa;display:block;font-size:20px;font-style:italic;font-weight:300;margin-top:35px;}.widget_profile_greeting > .mejs-container{margin-left:15px;margin-top:25px;}.widget_profile section:hover{background:#fafafa;box-shadow:inset 0px 0px 50px rgba(0,0,0,0.1);}.widget_profile section .widget_profile_avatar{display:block;float:left;height:125px;margin-right:10px;width:94px;}.widget_profile section .widget_profile_avatar .widget_profile_avatar_image{background-repeat:none;background-size:100%;border-right:1px solid #ccc;border-bottom:1px solid #ccc;display:block;height:125px;width:94px;}.widget_profile > section > div{cursor:pointer;margin-top:10px;}.widget_profile > section > div > div.profile_title,.widget_profile > section > div > div.profile_headline{color:#333;font-size:13px;font-weight:bold;margin:0px;width:175px;}.widget_profile > section > div > div.profile_title{height:16px;overflow:hidden;text-overflow:ellipsis;}.widget_profile > section > div > div.profile_headline{height:32px;font-weight:normal;margin-top:2px;overflow:hidden;text-overflow:ellipsis;}.widget_profile > section > .widget_profile_rating{display:inline-block;font-size:12px;height:14px;margin-bottom:10px;margin-top:5px;min-width:94px;}.widget_profile > section > button{color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,0.3);display:inline-block;font-size:12px;border-radius:2px;border:1px solid #2d3d44;padding:4px 8px;background:#475962;box-shadow:inset 0px 1px #6b90a1;width:100px;}.widget_profile_item.is_busy > button{margin-left:55px;top:2px;position:relative;}.widget_profile > section > button:hover{background:#698492;}.widget_profile section .price{color:#777;font-size:11px;font-weight:bold;margin-left:26px;}.widget_profile.grid section{height:280px;width:171px;position:relative;}.widget_profile.grid .icon_16_volume{margin-left:152px;margin-top:258px;}.widget_profile.grid .widget_profile_item_is_busy{color:#df1982;margin-left:-68px;margin-top:253px;}@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){.widget_profile.grid .widget_profile_item_is_busy{margin-left:96px;}}.widget_profile.grid .widget_profile_item_is_busy i{display:none;}@-moz-document url-prefix(){.widget_profile.grid .icon_16_volume{margin-left:50px;}}.widget_profile.grid .widget_profile_greeting{height:270px;width:161px;z-index:1;}.widget_profile.grid .widget_profile_greeting > strong{margin-top:90px;}.widget_profile.grid .widget_profile_greeting > .mejs-container{margin-left:0px;}.widget_profile.grid section > div > div.profile_title{height:15px;margin-left:12px;margin-top:-5px;overflow:hidden;position:absolute;text-overflow:ellipsis;width:150px;}.widget_profile.grid section > div > div.profile_headline{display:none;}.widget_profile.grid section .widget_profile_avatar .widget_profile_avatar_image{border:1px solid #fff;box-shadow:0px 0px 10px rgba(0,0,0,0.1);height:195px;margin-left:11px;margin-top:25px;width:147px;}.widget_profile.grid > section > button{margin-left:11px;margin-top:105px;width:90px;}.widget_profile.grid section .price{font-weight:normal;margin-left:5px;position:relative;top:227px;}.widget_profile.grid section .widget_profile_rating{position:absolute;bottom:0px;left:15px;}.widget_profile.grid .widget_profile_greeting > .icon_24_close_white{margin-left:62px;}.widget_profile .widget_profile_item_is_busy{display:inline-block;font-size:9px;font-weight:bold;position:absolute !important;text-align:center;margin-left:-182px;margin-top:25px;}@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){.widget_profile .widget_profile_item_is_busy{margin-left:100px;}}.widget_profile .widget_profile_item_is_busy > i{display:block;margin:0 auto;}#toggle_menu,.toggle_menu{float:left;position:relative;left:12px;}#toggle_menu,.toggle_menu a{font-size:12px;padding:4px 15px 6px;background:#fafafa;color:#999;border:1px solid #ccc;text-shadow:0px -1px 0px #fff;float:left;margin-right:3px;}#toggle_menu,.toggle_menu a:hover{background:#fff;}#toggle_menu,.toggle_menu a.sel{background:#df1982;color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,0.3);display:block;font-size:11px;padding:5px 15px;border-radius:2px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);border:1px solid #b51369;}#toggle_menu,.toggle_menu a.sel:hover{background:#dd4491;}#option_menu{float:right;position:relative;right:16px;}.view_toggle{margin-left:10px;border:1px solid #ccc;display:block;width:51px;height:24px;float:right;background:#333;font-size:0px !important;cursor:pointer;padding:0px !important;background:-moz-linear-gradient(top,#333 0%,#45484d 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#333),color-stop(100%,#45484d));background:-webkit-linear-gradient(top,#333 0%,#45484d 100%);background:-o-linear-gradient(top,#333 0%,#45484d 100%);background:-ms-linear-gradient(top,#333 0%,#45484d 100%);background:linear-gradient(to bottom,#333 0%,#45484d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#45484d',GradientType=0);}.view_toggle span{display:inline-block;margin:0px !important;position:relative;height:23px;padding-left:1px;padding-top:2px;width:24px;}.view_toggle span.sel{background:#333;}.view_toggle span.split{border-right:1px solid #ccc;}.view_toggle > span.sel:after{top:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-bottom-color:#aaa;border-width:5px;left:11px;margin-left:-4px;margin-top:-1px;}ul#listing{list-style:none;padding:0px;clear:both;margin:0px;}ul#listing li{overflow:hidden;padding:5px;margin:5px;float:left;border:1px solid #eee;position:relative;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f4f4f4 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 0%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 0%,#f4f4f4 100%);background:-ms-linear-gradient(top,#fff 0%,#f4f4f4 100%);background:linear-gradient(to bottom,#fff 0%,#f4f4f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f4f4f4',GradientType=0);}ul#listing li:hover{background:#fafafa;box-shadow:inset 0px 0px 50px rgba(0,0,0,0.1);}ul#listing li button{color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,0.3);display:block;font-size:12px;border-radius:2px;border:1px solid #2d3d44;padding:4px 0px;background:#475962;box-shadow:inset 0px 1px #6b90a1;}ul#listing li button:hover{background:#698492;}ul#listing.split li{width:300px;}ul#listing.split li img{cursor:pointer;height:125px;width:94px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;}ul#listing.split li button{width:100px;position:absolute;top:93px;left:108px;}ul#listing.split li p{margin:0px;padding:0px;font-size:12px;position:absolute;top:33px;left:110px;overflow:hidden;width:187px;height:28px;text-overflow:ellipsis;line-height:15px;}ul#listing.split li span.price{font-size:11px;position:absolute;top:100px;left:220px;font-weight:bold;color:#777;}ul#listing.split li a.title{position:absolute;top:15px;left:110px;font-size:13px;color:#333;font-weight:bold;text-decoration:none;}ul#listing.split li div.rating{position:absolute;top:69px;left:110px;}ul#listing.grid li{width:171px;text-align:center;height:250px;padding-top:30px;}ul#listing.grid li img{cursor:pointer;height:195px;width:147px;border:1px solid #fff;box-shadow:0px 0px 10px rgba(0,0,0,0.1);}ul#listing.grid li button{width:85px;position:absolute;bottom:25px;left:17px;}ul#listing.grid li p{display:none;}ul#listing.grid li span.price{font-size:11px;position:absolute;bottom:33px;right:15px;color:#777;}ul#listing.grid li a.title{position:absolute;top:10px;left:18px;height:18px;overflow:hidden;width:146px;text-align:left;font-size:13px;color:#333;font-weight:bold;text-decoration:none;}ul#listing.grid li div.rating{position:absolute;bottom:6px;left:17px;}ul#listing li.empty{padding-top:30px;width:auto;float:none;background:transparent;filter:none;border-width:0px;font-size:25px;line-height:45px;text-align:center;font-style:italic;}ul#listing li.empty:hover{background:transparent;filter:none;box-shadow:none;}#footer{display:block;margin-top:40px;clear:both;}#footer ul li img{max-width:200px;}#footer > ul,#footer > nav{display:inline-block;vertical-align:top;}#footer > ul{margin-right:44px;width:250px;}#footer > ul li{color:#aaa;font-size:12px;}#footer > ul li small{display:block;margin-top:5px;}#footer > ul li#server_time{color:#888;display:block;font-size:11px;margin-top:10px;}#footer > ul li#server_time time{font-weight:bold;}#footer > nav{border-left:1px dotted #fff;border-right:1px dotted #ccc;height:115px;margin-right:-3px;margin-top:10px;padding-left:20px;padding-right:20px;width:135px;}#footer > nav.first{border-left:none;}#footer > nav:last-child{border-right:none;}#footer > nav > h3{color:#555;font-size:14px;font-weight:bold;margin-bottom:5px;}#footer > nav > a{border-bottom:1px dotted #ccc;color:#333;clear:both;float:left;font-size:12px;margin-bottom:3px;}#footer > nav > a:hover{border-color:transparent;color:#dd4491;}.beta{right:10px;top:0px;position:absolute;z-index:99999900;}#body > hgroup{margin-bottom:20px;}#body > hgroup > h1{display:inline-block;}#body > hgroup > h2{color:#777;font-size:16px;font-weight:normal;margin-top:0px;padding-top:5px;}#body > #breadcrumb{right:14px;margin-top:12px;position:absolute;}button.view_profile{position:relative;float:left;top:1.5em;}#ladybug{cursor:pointer;position:fixed;top:1px;left:5px;z-index:999999999;}.widget_phone{display:none;position:absolute;top:120px;left:50%;margin-left:-200px;width:400px;z-index:9999999999;min-height:100px;padding:10px;border:1px solid #fff;box-shadow:0px 0px 3px rgba(0,0,0,0.2), inset 0px 1px 0px #fafafa, 2px 2px 0px rgba(0,0,0,0.1);border-radius:4px 4px 4px 4px;background:#fcfcfc;background:-moz-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-o-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-ms-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:linear-gradient(to bottom,#fcfcfc 0%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=0);text-shadow:1px 1px 0px #fff;overflow:hidden;}#widget_verify{top:80px;margin-left:-190px;z-index:9999999999;}.widget_phone{font-size:16px;}.widget_phone li.hide{display:none;}.widget_phone li .tipper{position:absolute;top:10px;left:10px;width:16px;height:16px;}.widget_phone ul.my_numbers{margin:0px;}.widget_phone ul.my_numbers li{overflow:hidden;position:relative;padding:10px 10px 10px 35px;border-bottom:1px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,0.2);margin-bottom:3px;background:#fcfcfc;background:-moz-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-o-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-ms-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:linear-gradient(to bottom,#fcfcfc 0%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=0);}.widget_phone ul.my_numbers li.new{background:#fff;}.widget_phone ul.my_numbers li.empty{background:#fff;font-weight:bold;line-height:18px;font-size:14px;padding:40px 20px;width:auto;margin-top:0px;}.widget_phone ul.my_numbers li.default{filter:none;background-color:#fff;background-image:url(https://dmz.talktome.com/images/icon_16_default.png);background-repeat:no-repeat;background-position:10px 10px;font-weight:bold;}.widget_phone ul.my_numbers li.noverify{background-image:url(https://dmz.talktome.com/images/icon_16_unverified.png);background-repeat:no-repeat;background-position:10px 10px;}.widget_phone h1{color:#555;}.widget_phone h1 img{float:left;margin-right:10px;position:relative;top:-2px;}.widget_phone .more_buttons,.widget_phone .use,.widget_phone .edit{position:absolute;top:5px;right:5px;}.widget_phone .more_buttons{display:none;width:240px;top:3px;right:3px;}.widget_phone .more_buttons button{float:right;margin-left:2px;opacity:0.5;filter:alpha(opacity=50);}.widget_phone a.verify{font-size:12px;text-decoration:none;border-bottom:1px dotted #ddd;position:relative;top:-1px;}.widget_phone button{padding:5px 8px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(50%,#f1f1f1),color-stop(51%,#e1e1e1),color-stop(100%,#f6f6f6));background:-webkit-linear-gradient(top,#fff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:-o-linear-gradient(top,#fff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:-ms-linear-gradient(top,#fff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);background:linear-gradient(to bottom,#fff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=0);border:1px solid #ccc;border-radius:3px 3px 3px 3px;box-shadow:inset 1px 1px 0px #fff;}.widget_phone button img{float:left;margin-right:5px;position:relative;top:-1px;}.widget_phone button.use img{float:right;margin-left:5px;}.widget_phone .buttons{padding:3px;}.widget_phone button:hover{filter:none;background:#fff;}.widget_phone button.back{position:absolute;top:5px;right:5px;}.widget_phone ol li{font-size:13px;line-height:18px;}.widget_phone #add_number{float:left;font-size:12px;width:250px;height:32px;}.widget_phone #add_number input{width:30px;margin:0px 2px;padding:4px;}.widget_phone #add_number input.large{width:40px;}.widget_phone #add_number button{display:inline-block;}.widget_phone #loading_verify{display:none;}#widget_phone{padding-bottom:40px;}#widget_phone .buttons{position:absolute;bottom:2px;left:8px;width:400px;}#widget_verify #verify_code{float:left;width:71px;font-size:26px;font-family:serif;border-radius:3px;padding:10px 10px 10px 30px;border:1px solid #aaa;background:#fff url(https://dmz.talktome.com/images/icon_16_lock.png) no-repeat 5px 10px;color:#09d;font-weight:bold;}#widget_verify #button_call_now{width:165px;padding:5px 0px;}li.my_profile{height:15px;margin-left:15px;clear:both;}li.my_profile img.action_edit{position:absolute;top:7px;right:5px;background:transparent;border:none;box-shadow:none;cursor:pointer;}section.attachments{position:relative;margin:10px 10px 20px 10px;background:#fff;border:1px solid #eee;font-size:12px;padding:0px;z-index:8;width:450px;}ul.attachments,.message_box .attachments_view{margin:0px;padding:0px;float:none;}ul.attachments a,.message_box .attachments_view a{text-decoration:none;color:#09d;}ul.attachments a span,.message_box .attachments_view a span{border-bottom:1px dotted #999;}ul.attachments a:hover span,.message_box .attachments_view a:hover span{border-bottom:1px dotted transparent;color:#555;}ul.attachments li,.message_box .attachments_view li{float:none;display:block;padding:3px 10px;background:#fafafa;margin:0px;border-bottom:1px solid #ddd;margin-top:1px;}ul.attachments li img,.message_box .attachments_view li img{width:16px !important;height:auto !important;display:inline-block;vertical-align:middle;padding:0px;background:transparent;position:relative;top:1px;}ul.attachments li em,.message_box .attachments_view li em{float:left;display:block;font-style:normal;width:80px;font-size:9px;color:#aaa;position:relative;top:3px;}ul.attachments li button{float:right !important;position:relative;top:-3px;}ul.attachments li.attachment_header,.message_box .attachments_view li.attachment_header{background:#eee !important;font-size:9px;color:#888;}ul.attachments_view li > div{clear:both;padding-left:30px;padding-top:5px;}.message_reply_body ul.attachments li,#compose ul.attachments li{background:#fff;}.message_reply_body ul.attachments,#compose ul.attachments{border:1px solid #ddd;padding-top:1px;display:none;}#audio_player{position:absolute;width:200px;height:50px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border-radius:3px;padding:5px;border:1px solid #aaa;z-index:99999999;}#audio_player .close{position:absolute;top:5px;right:5px;color:#888;text-decoration:none;border-bottom:1px dotted #ccc;z-index:2;}#audio_player > b{position:absolute;display:block;margin-bottom:5px;}#audio_player:after,#audio_player:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#audio_player:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;left:50%;margin-left:-10px;}#audio_player:before{border-color:rgba(170,170,170,0);border-bottom-color:#aaa;border-width:11px;left:50%;margin-left:-11px;}button.api_vc_connect{box-shadow:2px 2px 6px rgba(0,0,0,0.1);-moz-box-shadow:2px 2px 6px rgba(0,0,0,0.1);-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.1);}button.api_vc_connect.active{background-color:#afafaf;box-shadow:0;-moz-box-shadow:0;-webkit-box-shadow:0;}#logout_warning{display:none;position:absolute;top:100px;left:50%;margin-left:-240px;width:480px;padding:20px;z-index:999;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border:10px solid rgba(0,0,0,0.8);border-radius:8px;box-shadow:0px 0px 20px rgba(0,0,0,0.4);font-size:16px;text-align:center;}#logout_warning > b{display:block;}#logout_warning > button{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);padding:8px 0px;width:80px;border:1px solid #aaa;box-shadow:inset 1px 1px 0px #fff, 2px 2px 0px rgba(0,0,0,0.1);font-weight:bold;font-size:13px;}#logout_warning > button:hover{background:#fff;}#logout_warning > label{font-size:11px;display:block;margin-top:6px;}#available_widget,#category_widget{width:250px;position:relative;font-family:sans-serif;float:left;margin-left:8px;border-radius:2px;}#available_widget{width:150px;float:right;margin-right:8px;margin-left:0px;}#available_widget ul,#category_widget ul{margin:0px;padding:0px;list-style:none;}#available_widget > span,#category_widget > span{text-transform:capitalize;position:relative;font-size:11px;font-weight:bold;text-shadow:0px -1px 0px #fff;display:block;padding:6px;cursor:pointer;border-radius:2px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border:1px solid #ccc;box-shadow:inset 1px 1px 0px #fafafa;}#available_widget > span:hover,#category_widget > span:hover{background:#fff;}#available_widget > span > em,#category_widget > span > em{font-style:normal;font-weight:bold;font-size:11px;position:absolute;right:8px;top:6px;background:transparent;width:10px;height:7px;text-shadow:0px -1px 0px #fafafa;}#available_widget > span > em.act,#category_widget > span > em.act{border-bottom:1px solid #fafafa;top:2px;}#available_widget > span > em.act:after,#category_widget > span > em.act:after{top:100%;margin-top:1px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#available_widget > span > em.act:after,#category_widget > span > em.act:after{border-top-color:#444;border-width:4px;left:50%;margin-left:-4px;}#available_widget article,#category_widget article{width:300px;display:none;background:#fff;position:absolute;margin-top:5px;border:1px solid #ddd;box-shadow:0px 5px 15px rgba(0,0,0,0.5);z-index:9999999999;}#available_widget article{width:180px;}#available_widget article:after,#available_widget > article:before,#category_widget article:after,#category_widget > article:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#available_widget article:after,#category_widget article:after{border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:10px;left:50%;margin-left:-10px;}#available_widget article:before,#category_widget article:before{border-color:rgba(221,221,221,0);border-bottom-color:#ddd;border-width:11px;left:50%;margin-left:-11px;}#available_widget article > div{padding:5px;}#available_widget article > div > ul{list-style:none;margin:0px;padding:0px;}#available_widget article > div > ul li{cursor:pointer;background:#eee;border-radius:5px;margin-bottom:1px;padding:5px 8px;font-size:12px;}#category_widget article > div{width:200px;display:inline-block;vertical-align:text-top;margin-left:100px;border-left:1px solid #ccc;}#category_widget article > ul{display:inline-block;vertical-align:text-top;width:100px;position:absolute;top:0px;left:0px;height:100%;z-index:5;background:#e5e5e5;background:-moz-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:-o-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:-ms-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:linear-gradient(to bottom,#e5e5e5 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#ffffff',GradientType=0);box-shadow:inset 1px 1px 0px #fafafa;}#category_widget article > div > ul{margin:10px;font-size:12px;}#category_widget article > div > ul li{margin-bottom:1px;padding:7px 15px;border-radius:4px;cursor:pointer;text-shadow:0px -1px 0px #fff;}#category_widget article > div > ul li:hover{background:#f4f4f4;}#available_widget article > div > ul li.sel,#category_widget article > div > ul li.sel{background:#3879d9 url(https://dmz.talktome.com/images/icon_16_category_sel.png) no-repeat 155px 7px;color:#fff;text-shadow:1px 1px 0px #1e53a2;}#available_widget article > div > ul li.sel{background-position:145px 5px;}#category_widget article > ul > li{padding:8px;text-align:right;font-size:12px;position:relative;width:70px;left:14px;border:1px solid transparent;border-right-width:0px;cursor:pointer;}#category_widget article > ul > li:first-child{margin-top:6px;}#category_widget article > ul > li.sel{font-weight:bold;background:#fff;border-color:#ccc;border-radius:8px 0px 0px 8px;cursor:default;}@media only screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-min-device-pixel-ratio: 1){#header{min-width:1062px;}.sprite_public.beta{display:none;}#header nav > a.settings,#header nav > a.mail_count,#header nav > a.streaming_count{padding:4px 10px 0 10px;}#header .streaming_count,#header .mail_count,#header .settings,#header .nav_store_link{height:20px;}#header .balance{height:19px;}}@media only screen and (max-device-width: 480px){.sprite_public.beta{display:none;}}.preloader{background-image:url(https://dmz.talktome.com/images/icon_64_preloader_white.gif);background-repeat:no-repeat;background-position:center center;}form#javascript{display:none;}#window_redeem{display:none;position:fixed;top:160px;left:50%;width:550px;margin-left:-275px;background:#fff;border-radius:8px;z-index:99999999;padding:2em;box-shadow:0px 0px 80px rgba(0,0,0,0.5), inset 0px 0px 40px rgba(0,0,0,0.2);border:1px solid #fff;}#window_redeem > a{position:absolute;top:10px;right:10px;color:#aaa;font-weight:bold;font-size:14px;}#window_redeem > img{display:inline-block;vertical-align:top;width:128px;}#window_redeem > div{display:inline-block;vertical-align:top;position:relative;top:10px;left:30px;}#window_redeem input{padding:8px 15px;display:inline-block;margin-right:10px;}#window_redeem button{display:inline-block !important;}.js_modal{position:absolute;top:120px;left:50%;margin-left:-200px;width:425px;min-height:100px;padding:10px;border:1px solid #fff;box-shadow:0px 0px 3px rgba(0,0,0,0.2), inset 0px 1px 0px #fafafa, 2px 2px 0px rgba(0,0,0,0.1);border-radius:4px 4px 4px 4px;background:#fcfcfc;background:-moz-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-o-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-ms-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:linear-gradient(to bottom,#fcfcfc 0%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=0);text-shadow:1px 1px 0px #fff;overflow:hidden;}#ngPhoneWidget,#ngSMSWindowWidget{display:none;font-size:14px;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.75);}#ngSMSWindowWidget h2{font-size:18px;}#ngSMSWindowWidget .js_modal{padding:20px;}#ngPhoneWidget button{display:inline-block !important;}#ngPhoneWidget .buttons{margin-top:10px;}#ngPhoneWidget .close_window,#ngSMSWindowWidget .close_window{position:absolute;right:4px;top:4px;cursor:pointer;}#ngPhoneWidget select,#ngSMSWindowWidget select{cursor:pointer;}#ngSMSWindowWidget div.block{font-size:16px;border:1px solid #ddd;margin:15px 0;padding:15px;position:relative;}#ngSMSWindowWidget div.block label{width:50px;display:inline-block;font-weight:bolder;}#ngSMSWindowWidget div.block span{margin-left:20px;font-size:16px;}#ngSMSWindowWidget .button3{margin:0 auto;}#ngSMSWindowWidget button.button2{display:inline-block;position:relative;font-size:11px;padding:5px 10px;left:10px;top:-2px;}#ngPhoneWidget ol.numbered{margin:10px 30px 0px 30px;list-style:decimal outside;}#ngPhoneWidget ol.numbered li{margin-bottom:10px;}#ngPhoneWidget ul.my_numbers{margin:0px;}#ngPhoneWidget ul.my_numbers li{height:16px;overflow:hidden;position:relative;padding:10px 10px 10px 10px;border-bottom:1px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,0.2);margin-bottom:1px;background:#fcfcfc;background:-moz-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcfcfc),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-o-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:-ms-linear-gradient(top,#fcfcfc 0%,#ededed 100%);background:linear-gradient(to bottom,#fcfcfc 0%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc',endColorstr='#ededed',GradientType=0);}#ngPhoneWidget ul.my_numbers li.heading{height:auto;font-size:10px;}#ngPhoneWidget ul.my_numbers li.new{background:#fff;}#ngPhoneWidget ul.my_numbers li.empty{background:#fff;font-weight:bold;line-height:18px;font-size:14px;padding:40px 20px;width:auto;margin-top:0px;}#ngPhoneWidget ul.my_numbers li.default{filter:none;background-color:#fff;background-image:url(https://dmz.talktome.com/images/icon_16_default.png);background-repeat:no-repeat;background-position:10px 10px;font-weight:bold;}#ngPhoneWidget ul.my_numbers li.noverify{background-image:url(https://dmz.talktome.com/images/icon_16_unverified.png);background-repeat:no-repeat;background-position:10px 10px;}#ngPhoneWidget ul.my_numbers .display_number{margin-left:10px;}#ngPhoneWidget ul.my_numbers .display_carrier{margin-left:10px;color:#999;font-size:.8em;}#ngPhoneWidget ul.my_numbers .active{width:35px;position:relative;left:50px;}#ngPhoneWidget ul.my_numbers .active .is_default,#ngPhoneWidget ul.my_numbers .active .is_sms{position:absolute;cursor:pointer;}#ngPhoneWidget button.remove_number{position:absolute;right:2px;}#ngPhoneWidget .rightContainer{right:50px;position:absolute;}#ngPhoneWidget .leftContainer{position:absolute;left:10px;}#ngPhoneWidget ul.my_numbers .active .is_default{left:1px;}#ngPhoneWidget ul.my_numbers .active .is_sms{right:1px;}#verify_code{margin:auto;border:1px solid black;background-color:white;color:red;padding:6px;font-weight:bolder;display:inline-block;}#active_window_sms{font-size:12pt;padding:10px;}#active_window_sms .is_sms,#active_window_sms .no_sms{height:200px;}#active_window_sms .button2{position:absolute;right:3px;bottom:3px;}#active_window_sms h2{font-size:1em;}#active_window_sms .phone_info{width:400px;padding:10px;border:1px dotted #ddd;position:relative;font-size:10px;color:#777;}#active_window_sms .phone_info label{font-weight:bold;}#active_window_sms .sms_code{width:400px;padding:10px;border:1px dotted #ddd;position:relative;margin-top:30px;}div.sms_code span.display_code{height:20px;font-size:14px;border:1px black solid;color:black;background-color:#ddd;padding:4px;font-weight:bolder;text-shadow:0px -1px 0px #ddd;}ol.numbered{list-style-type:decimal;}#profile_info span{font-weight:bold;display:inline-block;margin-left:5px;padding:3px;}.browse-dropdown-btn{color:#666 !important;font-size:11px !important;font-weight:bold !important;text-shadow:0px -1px 0px #fff !important;display:inline-block !important;padding:6px !important;cursor:pointer !important;border-radius:2px !important;background:#fff !important;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed)) !important;background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%) !important;background:-o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%) !important;background:-ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%) !important;background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0) !important;border:1px solid #ccc !important;box-shadow:inset 1px 1px 0px #fafafa !important;min-width:120px;}.browse-dropdown-btn em{color:#999;}.browse-dropdown-btn:hover{background:#fff !important;}#category-toggle{min-width:240px;}.browse-dropdown-arrow{border:4px solid transparent;border-top-color:#666;float:right;margin-left:15px;margin-top:4px;z-index:9999;height:0;width:0;}.browse-dropdown-arrow-close{border:none;color:#333 !important;font-size:14px;font-style:normal;margin-right:8px;margin-top:-3px;}.browse-dropdown{background:#e5e5e5;background:-moz-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e5e5e5),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:-o-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:-ms-linear-gradient(top,#e5e5e5 0%,#fff 100%);background:linear-gradient(to bottom,#e5e5e5 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5',endColorstr='#ffffff',GradientType=0);border-radius:3px;box-shadow:0px 5px 15px rgba(0,0,0,0.5);color:#555;margin-top:32px;position:absolute;width:220px;z-index:9;}.browse-dropdown:before{border:10px solid transparent;border-bottom-color:#fafafa;content:' ';display:block;left:50%;top:-20px;position:absolute;z-index:9999;}.browse-dropdown .hide{display:none;}.browse-dropdown a{border:none;border-bottom:1px solid #ccc;color:#333;display:block;float:none;font-weight:bold;padding:8px 10px;text-shadow:1px 1px 0px #fff;width:200px;}.browse-dropdown a.selected{background:#3879d9 url(https://dmz.talktome.com/images/icon_16_category_sel.png) no-repeat 195px 7px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,0.3);}#browse-dropdown-level2{left:50% !important;margin-left:-50% !important;width:auto;z-index:499;}.browse-dropdown-aside{display:inline-block;margin-left:15px;margin-top:4px;width:100px;}.browse-dropdown-aside > a{background:transparent;border:1px solid transparent;border-right:none;border-radius:8px 0px 0px 8px;font-weight:normal;position:relative;text-align:right;width:80px;}.browse-dropdown-aside > a.selected{background:#fff;border-color:#ccc;color:#555;font-weight:bold;text-shadow:none;}.browse-dropdown-right{background:#fff;border-left:1px solid #ccc;display:inline-block;min-height:235px;min-width:164px;vertical-align:top;width:auto;}.browse-dropdown-right > nav > div{display:inline-block;vertical-align:top;}.browse-multi-side{background:#fff;padding:5px;}.browse-multi-side > div > a{background:transparent;border:0px;border-radius:4px;font-weight:normal;padding:7px 15px;width:auto !important;}.browse-multi-side > div > a:hover{background:#f3f3f3;}.browse-multi-side > a.selected,.browse-multi-side > a.selected:hover{background:#3879d9 url(https://dmz.talktome.com/images/icon_16_category_sel.png) no-repeat 155px 7px;}#sort-dropdown{margin-left:394px;}#category-dropdown{margin-left:0px;}#filter-dropdown{margin-left:532px;}.top_bar .toggle_menu{width:100%;}.top_bar .view_toggle{background:transparent;margin-right:10px;}#browse #body > hgroup > h1{width:483px;display:block;}.widget_profile_item{position:relative;}.widget_profile_item.show_greeting i.widget_profile_avatar_image{position:absolute;z-index:10;}.widget_profile_item.show_greeting span.widget_profile_item_is_busy{display:none;}.widget_profile i.widget_profile_avatar_image{border:1px solid white;}.widget_profile div.mejs-container{position:absolute;bottom:3px;right:3px;}.widget_profile strong{position:absolute;right:30px;}.widget_profile.grid i.widget_profile_avatar_image{left:3px;top:3px;}.widget_profile.grid div.mejs-container{position:absolute;bottom:3px;right:10px;}.widget_profile.grid strong{position:absolute;bottom:35px;right:15px;font-size:16pt;}.widget_profile .widget_profile_item_is_busy,.widget_profile_item_is_busy{position:absolute !important;top:auto !important;left:auto !important;right:auto !important;bottom:auto !important;margin:0px !important;z-index:8 !important;}.widget_profile.grid .widget_profile_item_is_busy{top:auto !important;left:auto !important;right:33px !important;bottom:11px !important;}.widget_profile .widget_profile_item_is_busy{top:auto !important;left:107px !important;right:auto !important;bottom:10px !important;}.grid .is_relationships .widget_profile_item_is_busy{top:auto !important;left:auto !important;right:10px !important;bottom:36px !important;}.is_relationships .widget_profile_item_is_busy{top:auto !important;left:107px !important;right:auto !important;bottom:10px !important;}.dialog > header > h1{color:#fafafa !important;}.widget_profile > section > div > div.profile_title,.widget_profile > section > div > div.profile_headline{color:#333 !important;}#contact > #body > aside h1{color:#ccc !important;}#contact > #body > form h1{color:#333 !important;}#search_cloud_window{z-index:200;font-size:12pt;color:white;background-color:black;display:none;position:fixed;top:37px;left:0px;width:100%;background:#000;color:#fff;box-shadow:0px 10px 15px rgba(0,0,0,0.2);}#search_cloud_window .wrap{position:relative;background:#333;border-radius:4px;padding:10px;margin-bottom:10px;border:1px solid #444;padding-top:15px;}#search_cloud_window .wrap #header{padding-right:20px;}#search_cloud_window #close_search_window{opacity:0.6;position:absolute;top:5px;right:5px;}#search_cloud_window #close_search_window:hover{opacity:0.95;cursor:pointer;}#search_cloud_window #searchcrumbs{display:inline-block;padding-left:20px;}#search_cloud_window #searchcrumbs > span{float:left;padding:5px 0px;}#search_cloud_window span.count,#search_cloud_window span.results{font-weight:bold;}#search_cloud_window  span.count_for,#search_cloud_window  span.results{padding-left:5px !important;}#search_cloud_window span.search,#search_cloud_window span.clear_all{background-color:#777;border-radius:15px;color:black;padding:5px 10px 5px 10px !important;margin-left:7px;}#search_cloud_window span.search:hover,#search_cloud_window span.clear_all:hover{background-color:#dbdbdb;cursor:pointer;}#search_cloud_window span.footer{left:10px;bottom:10px;}#search_cloud_window ul.listing{margin:20px;}#search_cloud_window ul.listing li{cursor:pointer;}#search_cloud_window ul.listing ol li:hover{background-color:#ccc;color:black;}#search_cloud_window ul.listing li.selected{background-color:#ddd;color:black;}#search_cloud_window ul.listing ol li.selected:hover{background-color:#777;}#search_cloud_window ul{margin-left:50px;margin-bottom:15px;}#search_cloud_window button.button3{margin-left:50px;box-shadow:inset 0px 1px 0px rgba(255,255,255,0.5);display:inline-block;}#search_cloud_window ul > li{display:inline-block;vertical-align:top;font-size:11px;width:120px;text-shadow:1px 1px 0px rgba(0,0,0,0.5);}#search_cloud_window ul > li > ol > li{font-size:12px;color:#aaa;list-style:none;margin-top:5px;padding:3px 5px;border-radius:3px;}#search_cloud_window ul > li > ol > li.sel{background:#299a0b;background:-moz-linear-gradient(top,#299a0b 0%,#116808 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#299a0b),color-stop(100%,#116808));background:-webkit-linear-gradient(top,#299a0b 0%,#116808 100%);background:-o-linear-gradient(top,#299a0b 0%,#116808 100%);background:-ms-linear-gradient(top,#299a0b 0%,#116808 100%);background:linear-gradient(to bottom,#299a0b 0%,#116808 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#299a0b',endColorstr='#116808',GradientType=0);text-shadow:1px 1px 0px #116808;box-shadow:1px 1px 0px rgba(0,0,0,0.5);}#search_cloud_window p{color:#fff;margin:10px 0px 15px 50px;}#search_cloud_window b{color:#df1982;display:block;margin-bottom:2px;}#search_cloud_window a{color:#eee;text-decoration:underline;text-decoration:none;border-bottom:1px dotted #777;}#search_cloud_window .wrap:after,#search_cloud_window .wrap:before{bottom:100%;left:210px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}#search_cloud_window .wrap:after{border-color:rgba(51,51,51,0);border-bottom-color:#333;border-width:12px;margin-left:-12px;}#search_cloud_window .wrap:before{border-color:rgba(0,0,0,0);border-bottom-color:444;border-width:13px;margin-left:-13px;}#header button.action.cloud_search{float:left;top:0;margin-left:-1px;border-radius:0 4px 4px 0px;position:relative;width:24px;height:24px;}#header button.action.cloud_search img{top:-3px;position:relative;}#header button.action.cloud_search i.sprite_public{position:absolute;top:3px;left:4px;}#header #search button img.search_button_icon{position:absolute;top:5px;left:10px;}::-webkit-input-placeholder{color:#222;}:-moz-placeholder{color:#222;opacity:1;}::-moz-placeholder{color:#222;opacity:1;}:-ms-input-placeholder{color:#222;}#tag_count img{display:none;}.sectional.recently_viewed{min-height:50px;padding:5px;background-color:#444;color:#fff;border-bottom:solid 2px #000;text-align:center;}.sectional.recently_viewed > div{padding:5px;font-size:16px;}.sectional.recently_viewed > div > a > img{margin:3px;max-width:40px;border:solid 1px #fff;display:inline-block;vertical-align:middle;}.sectional.recently_viewed .clear_history{color:#fff;font-size:12px;font-weight:bold;padding-top:5px;padding-bottom:5px;padding-left:15px;padding-right:15px;background-color:#222;border:solid 1px #000;border-radius:10px;}div.audio_source{cursor:pointer;color:#09d;}div.audio_source span{border-bottom:1px dotted #999;}div.audio_source:hover span{border:0;color:#666;}#hm_form_signup div.done{color:white;padding:10px;font-size:14pt;}.compose_attach > .sprite_public,.add_attachment > .sprite_public{float:left;margin-right:3px;}a.widget_profile_avatar{position:relative;}a.widget_profile_avatar > div.widget_webcam_message{position:absolute;top:45%;left:6%;width:80%;background-color:white;display:none;color:black;border:2px solid #c0c0c0;padding:3px;}a.widget_profile_avatar.webcam_public > div.widget_webcam_message.webcam_public{display:block;}a.widget_profile_avatar.webcam_waiting > div.widget_webcam_message.webcam_waiting{display:block;}div.grid > section.widget_profile_item > a.widget_profile_avatar > div.widget_webcam_message{left:40%;top:80%;}div.widget_webcam_icon{position:absolute;right:3px;bottom:3px;}.my-phone{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.75);z-index:9997;overflow-y:auto;}.my-phone[active]{display:block;}.my-phone > article{position:fixed;top:0px;left:0px;width:100%;height:100%;background:transparent;z-index:9998;cursor:pointer;}.my-phone > div{margin:50px auto;background:#fff;width:97%;max-width:450px;position:relative;z-index:9999;box-shadow:1px 1px 0px #111;}.my-phone > div > div{padding:10px;}.my-phone > div > div > div{display:none;text-align:center;padding:20px 20px 30px 20px;background:#fafafa;border:1px solid #eee;margin:10px 0px 3px 0px;box-shadow:inset -1px -1px 0px #fff, 0px 0px 5px rgba(0,0,0,0.075);}.my-phone > div > div > div[active]{display:block;}.my-phone > div > .fa-times{color:#777;cursor:pointer;position:absolute;top:0px;right:0px;padding:5px;display:inline-block;}.my-phone > div > .fa-times:hover{color:#df1982;}.my-phone h1{font-weight:normal;color:#df1982;margin:0px;padding:0px;font-size:20px;}.my-phone button{outline:none;cursor:pointer;background:#eee;border-radius:20px;border:1px solid #bbb;padding:0px 15px;line-height:24px;font-size:12px;box-shadow:inset -1px -1px 0px #fff, 0px 5px 5px rgba(0,0,0,0.075);}.my-phone button:hover{background:#fafafa;}.my-phone button i{color:#4b87c8;}.my-phone p{line-height:20px;font-size:12px;margin-bottom:5px;}.my-phone .default b{display:block;font-size:24px;line-height:32px;color:#4b87c8;margin-bottom:10px;}.my-phone .none p{margin-bottom:15px;}.my-phone .default div{display:none;}.my-phone .default div[active]{display:block;}.my-phone .default .set-texting,.my-phone .default .other-numbers{display:none;margin:10px auto;}.my-phone .default .set-texting[active],.my-phone .default .other-numbers[active]{display:block;}.my-phone .default .other-numbers:hover{text-decoration:none;}.my-phone .default ul{display:none;width:90%;margin:0px auto;text-align:left;padding:30px 0px 10px 0px;}.my-phone .default ul[active]{display:block;}.my-phone .default ul li{border-bottom:1px solid #eee;padding:5px;height:26px;position:relative;font-size:12px;}.my-phone .default ul li > .fa-stack{position:absolute;right:75px;top:5px;cursor:pointer;}.my-phone .default ul li:last-of-type{border-bottom:0px;}.my-phone .default ul li span{display:inline-block;vertical-align:middle;color:#555;}.my-phone .default ul li > i{cursor:pointer;color:#a00;margin-left:0px;position:absolute;top:12px;right:65px;}.my-phone .default ul li i:hover{color:#555;}.my-phone .default ul li button{float:right;}.my-phone .default ul li .fa-ban{color:#a00;}.my-phone .default > button{display:block;padding:0px;width:190px;text-align:center;font-size:14px;line-height:24px;margin:0px auto 5px auto;}.my-phone .add-phone{position:relative;padding:0px;text-align:left;background:none;border:none;box-shadow:none;margin:0px;}.my-phone .add-phone > img{display:none;position:absolute;top:10px;left:0px;}.my-phone .add-phone > img.add{display:inline;}.my-phone .add-phone > article{margin-left:150px;margin-right:20px;padding-top:30px;min-height:180px;}.my-phone .add-phone > article input{display:block;}.my-phone .add-phone > article a:not(.styleless){display:block;font-size:12px;color:#777;margin-top:15px;}.my-phone .add-phone > article a:hover:not(.styleless){text-decoration:none;}.my-phone .add-phone > article .disclaimer{display:block;margin:15px 0;}.my-phone .add-phone .cancel-add{display:none;}.my-phone [step]{display:none;}.my-phone [step][active]{display:block;}.my-phone [step] > b{color:#555;font-size:16px;}.my-phone .number-widget{display:inline-block;line-height:25px;position:relative;margin-bottom:15px;font-size:16px;}.my-phone .number-widget > section{cursor:pointer;display:inline-block;vertical-align:middle;position:relative;position:absolute;top:0px;left:0px;z-index:2;}.my-phone .number-widget > section > ol{display:block;position:absolute;top:0px;left:0px;border:1px solid #ccc;}.my-phone .number-widget > section > ol > li{cursor:pointer;background:#eee;display:none;padding:0px 3px;width:51px;}.my-phone .number-widget > section[active] > ol > li,.my-phone .number-widget > section > ol > li[active]{display:block;}.my-phone .number-widget > section[active] > ol > li:not([active]){border-top:0px;}.my-phone .number-widget > section[active] > ol{overflow:auto;height:147px;box-shadow:0px 2px 3px rgba(0,0,0,0.3);}.my-phone .number-widget > section > ol li:hover{background:#fff;}.my-phone .number-widget > section > ol > li img{display:inline-block;vertical-align:middle;margin-right:3px;margin-left:5px;}.my-phone .number-widget > section > ol > li span{display:inline-block;vertical-align:middle;font-size:11px;}.my-phone .number-widget > section > ol > li:last-of-type{text-align:center;}.my-phone .number-widget > div{display:block;padding:0px 5px;padding-left:65px;border:1px solid #ccc;border-width:1px 1px 1px 0px;}.my-phone .number-widget > div input{background:transparent;border:none;line-height:25px;padding:0px;margin:0px;width:100%;outline:none;}.my-phone article [step='verify-text-code'] input{display:inline-block;outline:none;font-size:16px;width:60px;border:1px solid #ccc;background:#fff;display:inline-block;vertical-align:middle;}.my-phone article [step='verify-text-code'] button{display:inline-block;vertical-align:middle;}.my-phone article [step='verify-call-code'] input{display:inline-block;outline:none;font-size:16px;width:60px;border:1px solid #ccc;background:#fff;display:inline-block;vertical-align:middle;}.my-phone article [step='verify-call-code'] button{display:inline-block;vertical-align:middle;}.my-phone article [step='verify-call-code'] strong{color:#4b87c8;}.my-phone article [step='verify-call-code'] strong,.my-phone .default i.flag{margin-right:2px !important;position:relative !important;left:inherit !important;top:2px !important;right:inherit !important;}.my-phone .both .fa-times,.my-phone .both button,.my-phone .both-different .fa-times,.my-phone .both-different button{display:none !important;}.set-number{display:none;background:rgba(0,0,0,0.85);position:absolute;top:0px;left:0px;width:100%;text-align:center;height:100%;z-index:3;}.set-number > span{display:block;color:#fff;font-size:22px;margin:30px 0px 10px 0px;}.set-number > button{width:210px;display:block;margin:10px auto;font-size:14px;line-height:35px;padding:0px;}.set-number a{display:block;margin-top:10px;color:#fff;font-size:14px;text-decoration:underline;}.set-number a:hover{text-decoration:none;}@media screen and (max-width: 600px){.my-phone .add-phone > img{width:80px;top:30px;}.my-phone .add-phone > article{margin-left:90px;margin-top:5px;}}#notification{bottom:5px;left:5px;position:fixed;z-index:99999999;}body.has-survey #notification{bottom:55px;}#notification > div{min-height:50px;margin-top:5px;display:block;width:300px;border:1px solid #ddd;border-radius:5px;background:#fff;background:-moz-linear-gradient(45deg,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(45deg,#fff 0%,#e5e5e5 100%);background:linear-gradient(45deg,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=1);box-shadow:1px 1px 0px #ccc, 2px 2px 7px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.5);cursor:pointer;}#notification > div:hover{background:#fff;}#notification > div > .fa-times{cursor:pointer;float:right;padding:5px;color:#aaa;font-size:16px;}#notification > div > .fa-times:hover{color:#777;}#notification > div > span.fa-stack{float:left;margin-top:5px;margin-left:15px;}#notification > div > span.fa-stack > i.fa-stack-2x{color:#e82c85;text-shadow:1px 1px 0px #ddd;font-size:40px;}#notification > div > span.fa-stack > i.fa-stack-1x{color:#fff;left:4px;top:8px;font-size:20px;}#notification > div > p{display:block;padding:10px 40px 10px 65px;margin:0px;font-size:12px;line-height:16px;}.hotchat_intro .call-now{height:90px;position:relative;color:#fff;}.hotchat_intro .call-now li{position:absolute;right:50%;width:515px;top:0px;height:100%;background:#113989;background:-moz-linear-gradient(-45deg,#113989 0%,#4096ee 46%,#113989 100%);background:-webkit-linear-gradient(-45deg,#113989 0%,#4096ee 46%,#113989 100%);background:linear-gradient(135deg,#113989 0%,#4096ee 46%,#113989 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#113989',endColorstr='#113989',GradientType=1);}.hotchat_intro .call-now li div{padding:12px 0px;text-align:center;font-size:28px;text-shadow:1px 1px 0px rgba(0,0,0,0.5);}.hotchat_intro .call-now li div small{display:block;text-transform:uppercase;font-size:12px;}.hotchat_intro .call-now li div small:last-of-type{text-transform:none;position:relative;top:2px;font-size:16px;}.hotchat_intro .call-now li:last-of-type{right:auto;left:50%;background:#490001;background:-moz-linear-gradient(45deg,#490001 0%,#a90329 50%,#510000 100%);background:-webkit-linear-gradient(45deg,#490001 0%,#a90329 50%,#510000 100%);background:linear-gradient(45deg,#490001 0%,#a90329 50%,#510000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#490001',endColorstr='#510000',GradientType=1);}.hotchat_intro .call-now li i{position:absolute;bottom:-16px;left:0px;background:url(https://dmz.talktome.com/img/theater/9/edge-blue.png) no-repeat;width:15px;height:16px;}.hotchat_intro .call-now li:last-of-type i{left:auto;right:0px;background:url(https://dmz.talktome.com/img/theater/9/edge-red.png);}.theater_9 .content-listing-container > ul.view_grid > li{width:19.5%;margin:6px 0.25% 0px 0.25%;float:left;}.theater_9 .content-listing-container > ul.view_grid > li:nth-child(1),.theater_9 .content-listing-container > ul.view_grid > li:nth-child(6),.theater_9 .content-listing-container > ul.view_grid > li:nth-child(11){margin-left:0px;width:19.75%;}.theater_9 .content-listing-container > ul.view_grid > li:nth-child(5),.theater_9 .content-listing-container > ul.view_grid > li:nth-child(10),.theater_9 .content-listing-container > ul.view_grid > li:nth-child(15){margin-right:0px;width:19.75%;}.theater_9 .content-listing-container > ul.view_grid > li > article{height:260px;background:#fff;border-radius:3px;border:1px solid #bbb;box-shadow:2px 2px 4px rgba(0,0,0,0.15);}.theater_9 .content-listing-container .img_avatar{display:block;border-radius:3px;}.theater_9 .content-listing-container .view_grid .pr_photo{border-color:#a00;border-radius:3px;}.theater_9 .content-listing-container > ul{background:none;border:none;}.theater_9 .content-listing-container > ul > li{border:none;}body.theater_9 .content-listing-container .view_grid .pr_bottom{margin-top:-5px;}.hotchat_intro{position:relative;box-shadow:0px 0px 15px rgba(0,0,0,0.25);}@keyframes arrow1{0%{opacity:0.3;top:5px;}50%{opacity:1;top:10px;}100%{opacity:0.4;top:4px;}}.hotchat_intro h1{display:block;background:#fff;}.hotchat_intro h1 div{margin:1px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 50%,#fff 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 50%,#fff 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 50%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);color:#444;font-size:24px;line-height:75px;font-weight:400;text-align:center;padding:0px;}.hotchat_intro h1 div span{font-weight:700;color:#a00;font-size:inherit;line-height:inherit;}.hotchat_intro .slides{margin:0px;padding:0px;position:relative;height:420px;overflow:hidden;}.hotchat_intro .slides > li{opacity:0;transition:opacity 0.5s ease-in-out;position:absolute;top:0px;left:0px;width:100%;height:100%;background-size:cover;background-position:center center;box-shadow:inset 0px 15px 15px rgba(0,0,0,0.25);}.hotchat_intro .slides > li[active]{opacity:1;}.hotchat_intro .slides > li > span{font-family:"Open Sans";position:absolute;top:75px;left:35px;font-size:22px;display:block;width:auto;color:#fff;text-shadow:1px 1px 0px #000;}.hotchat_intro .slides > li > span b{font-family:"Source Sans Pro";display:block;font-size:44px;position:relative;top:-5px;font-weight:700;text-transform:uppercase;}.hotchat_intro .slides > li > span button{outline:none;font-size:20px;padding:12px 30px;border-radius:4px;position:relative;top:10px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);color:#573355;border:none;box-shadow:1px 1px 3px rgba(0,0,0,0.35);text-shadow:1px 1px 0px #fff;cursor:pointer;}.hotchat_intro .slides > li > span button:hover{background:#fff !important;}.hotchat_intro .slides > li > span button:first-of-type{margin-right:10px;}.hotchat_intro .slides > li > div{position:absolute;bottom:0px;left:0px;width:100%;margin:0px;}.hotchat_intro .slides > li > div > div{padding:0px 0px 0px 35px;font-size:18px;font-weight:400;line-height:40px;color:#fff;background:rgba(0,0,0,0.8);}.hotchat_intro .slides > li > div > div i{animation:arrow1 0.75s ease-out infinite;position:absolute;top:5px;left:8px;font-size:20px;color:#df1982;}.hotchat_intro .indicator{position:absolute;bottom:15px;right:10px;}.hotchat_intro .indicator > li{display:inline-block;cursor:pointer;}.hotchat_intro .indicator > li .fa-circle{color:#fff;}.hotchat_intro .indicator > li[active] .fa-circle{color:#df1982;}#ngProfileWidget{padding-top:0px !important;}div.offer_input_label{font-size:2em;background-color:#ccc;border:solid #92278f 1px;display:none;}div.offer_input_label > span,div.offer_input_label > strong{display:block;}#credit_dialog{background:rgba(0,0,0,0.75) url(https://dmz.talktome.com/images/icon_64_preloader_white.gif) no-repeat center center;position:fixed;z-index:99999999;left:0;top:0;height:100%;width:100%;}#credit_dialog > div{background:#fff;width:400px;margin:0 auto;top:50%;position:relative;margin-top:-190px;text-align:center;padding:15px;}#credit_dialog > div > header{background:#df1982;padding:15px;margin-left:-15px;margin-top:-15px;width:100%;text-align:left;}#credit_dialog > div > div{margin-top:25px;font-size:14px;}#credit_dialog > div > header > .fa-times{float:right;color:#fff;font-size:20px;margin-top:-20px;}#credit_dialog > div > header > h1{color:#fff;font-size:20px;text-shadow:none;}#credit_dialog > div > i{font-size:100px;margin:0 auto;color:#ccc;margin-top:30px;margin-bottom:15px;}#credit_dialog > div > footer{margin-top:30px;}#credit_dialog > div > footer > button{display:inline-block;}.credit-alert-message{background:#dd1982;display:block;color:#fff;font-weight:bold;padding:4px 10px;border-radius:3px;text-align:center;margin:5px 0;}.credit-message-button{background:#d9ffd5 !important;margin-top:10px;margin-left:10px;line-height:24px !important;}.credit-message-button i{position:relative;top:3px;margin-right:2px;}.credit-alert-profile{background:#dd1982;display:inline-block;color:#fff;font-weight:bold;padding:4px 10px;border-radius:3px;text-align:center;margin-left:15px;font-size:17px;position:relative;top:-3px;text-shadow:none;}.credit-alert-ctc{background:#dd1982;color:#fff;font-weight:bold;padding:4px 10px;border-radius:3px;text-align:center;font-size:17px;position:relative;top:-3px;text-shadow:none;margin:0;display:block;margin-top:15px;}.credit-alert-dashboard{background:#dd1982;color:#fff;font-weight:bold;padding:4px 10px;border-radius:3px;text-align:center;font-size:17px;position:relative;top:-3px;text-shadow:none;margin:0;display:block;margin-top:15px;}.credit:disabled{opacity:0.5;}table.grid th{font-weight:bold;text-shadow:1px 1px 0px #fff;padding:.4em 1em;border:1px solid #ddd;border-left-color:#fff;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);background:-o-linear-gradient(top,#fff 0%,#eee 100%);background:-ms-linear-gradient(top,#fff 0%,#eee 100%);background:linear-gradient(to bottom,#fff 0%,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);}table.grid th:first-child{border-left:1px solid #ddd;border-radius:4px 0px 0px 0px;}table.grid th:last-child{border-radius:0px 4px 0px 0px;}@media only screen and (min-device-width: 1024px){table.grid td{vertical-align:middle;border-bottom:1px solid #ddd;border-top:1px solid #fff;padding:.4em 1em;border-right:1px solid #ddd;border-left:1px solid #fff;text-align:center;font-size:12px;}table.grid tr td:first-child{border-left:1px solid #ddd;}}section.dialog div.wwm > small{color:#a00;display:block;text-align:center;padding-top:0.5em;}section.dialog div.wwm > p > span{color:#dd1982;font-weight:bold;font-size:1.2em;}section.dialog div.wwm ._f{display:flex;padding-bottom:0.5em;margin-bottom:0.5em;border-bottom:1px solid #ddd;}section.dialog div.wwm ._f ._w{flex-shrink:1;flex-grow:0;width:130px;top:0;bottom:0;margin:auto;}section.dialog div.wwm ._f ._w > img{border-radius:4px;width:100%;box-shadow:3px 3px 8px rgba(0,0,0,0.15);border:2px solid #fff;}section.dialog div.wwm ._f ._p{flex-shrink:1;padding-left:20px;flex-grow:1;top:0;bottom:0;margin:auto;}section.dialog div.wwm ._f ._p > div{border:1px solid #dd1982;border-radius:3px;padding:10px;margin-top:5px;text-align:center;background:#fff5ce;cursor:pointer;transition:all 0.5s ease-in-out;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);}section.dialog div.wwm ._f ._p > div > div > span{display:block;font-size:16px;color:#dd1982;font-weight:700;}section.dialog div.wwm ._f ._p > div > div > strong{display:block;font-size:0.8em;background:#fff;padding:8px;border-radius:16px;margin-top:0.5em;border:1px solid #dd1982;color:#222;position:relative;box-shadow:inset 0px 0px 12px #dd198244;}section.dialog div.wwm ._f ._p > div > div > strong > i{color:#dd1982 !important;position:absolute;top:50%;left:5px;transform:translateY(-50%);font-size:22px;opacity:0.75;}section.dialog div.wwm ._f ._p > div > div > strong > i:last-of-type{left:auto;right:5px;}@media screen and (max-width: 600px){section.dialog div.wwm ._f ._w{width:115px;}section.dialog div.wwm ._f ._p > div > div > span{font-size:15px;}}@media screen and (max-width: 640px){section.wwm .dialog-buttons{display:none !important;}}@media screen and (max-height: 550px){section.dialog div.wwm p{margin-bottom:.5rem;line-height:1;}section.dialog div.wwm .click-yes{display:none !important;}section.wwm .dialog-buttons{display:none !important;}section.dialog div.wwm small.warning{font-size:16px;}section.dialog div.wwm ._f ._w{width:100px;}section.dialog div.wwm ._f ._p{font-size:12px;line-height:1;}section.dialog div.wwm ._f ._p div > div{font-size:12px;padding:2px;}section.dialog div.wwm ._f ._p div > div > span{font-size:12px;}section.dialog div.wwm ._f ._p div > div > strong{font-size:12px;padding:2px;}section.dialog div.wwm ._f ._p div > div > strong i{font-size:12px;}}body{background:url("img/theater/1/bg.png");}#preferences a{color:#92278d !important;}#preferences a:hover{color:#e82c85 !important;}.sectional header.top_bar{background:#f6f6f6;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#f6f6f6));background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 100%);background:-o-linear-gradient(top,#fff 0%,#f6f6f6 100%);background:-ms-linear-gradient(top,#fff 0%,#f6f6f6 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 100%);box-shadow:0px !important;border:none;border-bottom:1px solid #d9d9d9 !important;text-shadow:0px -2px 0px #f6f6f6;}#header{background:#000;background:-moz-linear-gradient(top,#45484d 0%,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);background:-o-linear-gradient(top,#45484d 0%,#000 100%);background:-ms-linear-gradient(top,#45484d 0%,#000 100%);background:linear-gradient(to bottom,#45484d 0%,#000 100%);box-shadow:0px 3px 10px rgba(0,0,0,0.3);}#header #search input{background:#444;border:1px solid #888;color:#f6f6f6;text-shadow:1px 1px 0px #000;}#header #search input:focus{border:1px solid #e82c85;}#search button,#header nav > a{background:rgba(255,255,255,0.1) !important;border:1px solid #222 !important;border-radius:3px !important;color:#f6f6f6 !important;text-shadow:none !important;}#search button:hover,#header nav > a:hover{background:rgba(255,255,255,0.2) !important;}#header .pink{background:#dd4491 !important;background:-moz-linear-gradient(top,#dd4491 0%,#dd4491 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd4491),color-stop(100%,#dd4491)) !important;background:-webkit-linear-gradient(top,#dd4491 0%,#dd4491 100%) !important;background:-o-linear-gradient(top,#dd4491 0%,#dd4491 100%) !important;background:-ms-linear-gradient(top,#dd4491 0%,#dd4491 100%) !important;background:linear-gradient(to bottom,#dd4491 0%,#dd4491 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@header_nav_highlight_bg_start',endColorstr='@header_nav_highlight_bg_end',GradientType=0) !important;border:1px solid #000 !important;color:#f6f6f6 !important;text-shadow:0px 2px 0px #000 !important;}#header .pink:hover{background:#b51369 !important;}#welcome{background:transparent;border-radius:10px 10px 0px 0px;margin-bottom:0px !important;}#welcome #register{background:#434343 !important;text-shadow:1px 1px 0px rgba(0,0,0,0.5) !important;color:#f6f6f6 !important;box-shadow:inset 0px 0px 70px #222 !important;}#welcome #register a{color:#f6f6f6 !important;}.button2{background-color:#993797 !important;border:1px solid #611760 !important;}#body > hgroup > h1,h1{color:#df1982;}h2{color:#92278f;}h2{color:#92278f;}#welcome #register button,.button3{background-color:#dd4491 !important;border:1px solid #b51369 !important;}select:focus,input:focus{border-color:#df1982 !important;}.button3:hover,#welcome #register button:hover{background-color:#df1982 !important;}.pagination_page.sel,.browse-dropdown a.selected{background-color:#dd4491 !important;color:#f6f6f6 !important;}.browse-dropdown-aside a.selected{background:#b51369 !important;color:#fff !important;text-shadow:none !important;}#register_caller form fieldset label strong,#contact > #body > form label,#register_talker form fieldset div strong,#register_talker form fieldset label strong,.extra_q,#forgot-password > #body > form > fieldset > label > strong,#login section form label,#register_caller form fieldset label strong{color:#92278f !important;}.messages_type button.sel,.message_reply_body button.send,#price_dialog button.send,#compose button.send{border:1px solid #611760;background:#993797 !important;}.messages_type button.sel{box-shadow:none !important;}#wallet h1{color:#f6f6f6 !important;}#messages_column a.sel{border-color:#b51369 !important;color:#b51369 !important;}.player-audio .mejs-time-current,.mejs-controls .mejs-time-rail .mejs-time-current{background:#b51369 !important;}.browse-multi-side > div > a:hover{background:#b51369 !important;color:#fff !important;text-shadow:none !important;}.content-listing{display:block;margin:0px auto;max-width:1000px;}.content-listing-container{min-height:700px;}.content-listing-container a,.content-listing-container a:hover{color:#ddd;}.content-listing-container > ul{margin:0px;padding:0px;list-style:none;overflow:hidden;}.content-listing-container > ul > li{position:relative;float:left;cursor:pointer;vertical-align:text-top;padding:3px;}.content-listing-container > ul > li{width:33.333333%;}.content-listing-container > ul.view_grid > li{width:20%;}.content-listing-container > ul > li > article{overflow:hidden;padding:5px;height:146px;border:1px solid #bbb;border-radius:5px;box-shadow:2px 2px 4px rgba(0,0,0,0.15);background:#fff;}.content-listing-container > ul.view_grid > li > article{height:270px;}.content-listing-container .pr_photo,.content-listing-container .pr_bottom{float:left;}.content-listing-container .view_grid .pr_photo,.content-listing-container .view_grid .pr_bottom{float:none;}.content-listing-container .pr_photo{width:34%;padding-right:7px;}.content-listing-container .view_grid .pr_photo{width:100%;padding-right:0px;max-height:200px;overflow:hidden;margin-bottom:4px;border:1px solid #dd4491;border-radius:3px;}.content-listing-container .img_avatar{width:100%;height:auto;z-index:9;}.content-listing-container .view_normal .img_avatar{border:1px solid #dd4491;border-radius:3px;}.content-listing-container .view_grid .img_avatar{margin-top:-25px;}.content-listing-container .pr_info{float:right;z-index:2;font-size:14px;width:66%;height:77px;overflow:hidden;}.content-listing-container .view_grid .pr_info{float:none;width:100%;height:auto;}.content-listing-container .pr_title{height:18px;margin-bottom:5px;font-size:14px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.content-listing-container .pr_title h2{display:inline;color:#444;font-size:inherit;font-weight:bold;margin:0;}.content-listing-container .view_grid .pr_title{text-align:center;}.content-listing-container .pr_title > i{width:16px;color:#08c;margin-right:5px;font-size:18px;float:left;vertical-align:middle;}.content-listing-container .pr_info p{color:#545454;font-size:14px;line-height:16px;margin:0;}.content-listing-container .view_grid .pr_info p{display:none;}.content-listing-container .pr_bottom{width:66%;}.content-listing-container .view_grid .pr_bottom{width:100%;margin-top:-25px;}.content-listing-container .pr_bottom > div{overflow:hidden;}.content-listing-container .ratings{float:left;width:60%;height:20px;font-size:12px;color:#ccc;text-align:left;}.content-listing-container .ratings i.gold{color:#fb0;}.content-listing-container .ratings > span{font-size:12px;line-height:16px;color:#777;}.content-listing-container .ratings > span:before{content:"(";margin-left:1px;color:#aaa;}.content-listing-container .ratings > span:after{content:")";color:#aaa;}.content-listing-container .view_grid .ratings > span{color:#fff;position:relative;}.content-listing-container .view_grid .ratings > span:before,.content-listing-container .view_grid .ratings > span:after{color:#fff;}.content-listing-container .pr_rate{float:left;width:40%;font-size:12px;line-height:17px;height:20px;color:#777;z-index:3;text-align:right;}.content-listing-container .view_grid .ratings,.content-listing-container .view_grid .pr_rate{height:16px;}.content-listing-container .view_grid .ratings{padding-left:8px;width:100%;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,0.4);}.content-listing-container .view_grid .ratings > a{color:#f9f9f9;}.pr_buttons{width:100%;height:40px;padding-top:3px;}.view_grid .pr_buttons{padding-top:8px;}.pr_buttons button{text-shadow:-1px -1px 0px rgba(255,255,255,0.9);background:none;border:none;padding:0px;margin:0px;font-size:22px;color:#ddd;outline:none;cursor:pointer;float:left;width:20%;overflow:hidden;}.pr_buttons button i.active{color:#dd4491;text-shadow:inset 1px 1px 0px rgba(255,255,255,0.9), 1px 1px 0px rgba(0,0,0,0.2);}.pr_buttons button i{float:left;font-size:20px;line-height:20px;width:100%;overflow:hidden;}.pr_buttons button i.fa-mobile-alt{font-size:22px;}.pr_buttons button i.fa-film{font-size:15px;}.pr_buttons span{display:block;}.btn_rate{float:left;width:100%;font-size:9px;line-height:16px;height:16px;color:#afafaf;}.btn_rate.active{color:#676767;}.pr_busy{position:relative;padding-left:5px;z-index:2;overflow:hidden;color:#999;font-size:13px;font-style:italic;}.pr_busy > i{vertical-align:middle;margin-right:7px;}.pr_busy nav{position:absolute;top:0px;right:0px;}.pr_busy nav button{width:25px;height:32px;}.pr_busy nav i{font-size:18px;line-height:32px;color:#aaa;}.content-listing-menu{padding:5px;background:#fff;position:relative;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border-bottom:1px solid #ccc;box-shadow:inset 0px -1px 0px #eee, inset 1px 0px 0px #fff, inset -1px 0px 0px #fff;}.content-listing-menu nav.right-side{position:absolute;top:5px;right:5px;}.content-listing-menu nav{font-size:12px;color:#999;padding-left:5px;}.content-listing-menu nav > section,.content-listing-menu nav > article{display:inline-block;margin-left:5px;padding:5px 7px;background:#fff;border:1px solid #ddd;border-radius:3px;}.content-listing-menu nav > article > button{cursor:pointer;outline:none;display:inline-block;vertical-align:middle;padding:4px 8px;border-radius:0px;background:transparent;border:none;font-size:14px;color:#888;border-right:1px dotted #e7e7e7;margin:0px 2px;}.content-listing-menu nav > article > button:hover{background:#ddd;border-radius:3px;border-right-color:transparent;}.content-listing-menu nav > article > button:last-child{border-right:none;margin-right:0px;}.content-listing-menu nav > article > button > i.fa-skype,.content-listing-menu nav > article > button > i.fa-mobile-alt{font-size:18px;}.content-listing-menu nav > section:hover,.content-listing-menu nav > section.active,.content-listing-menu nav > article > button.active{color:#fff;background:#dd4491;background:-moz-linear-gradient(top,#dd4491 0%,#c40065 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd4491),color-stop(100%,#c40065));background:-webkit-linear-gradient(top,#dd4491 0%,#c40065 100%);background:-o-linear-gradient(top,#dd4491 0%,#c40065 100%);background:-ms-linear-gradient(top,#dd4491 0%,#c40065 100%);background:linear-gradient(to bottom,#dd4491 0%,#c40065 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@header_nav_highlight_bg_start',endColorstr='@filter_fade_end',GradientType=0);border-right-color:transparent;border-radius:3px;}.content-listing-menu nav.right-side > article > button{font-size:18px;padding:2px 5px;}.content-listing-menu nav > section{padding:10px 10px 11px 10px;font-size:13px;position:relative;top:1px;}.content-listing-menu nav > section > i{font-size:14px;color:#777;margin-left:10px;}.content-listing-menu nav > section:hover,.content-listing-menu nav > section.active{color:#fff;border-color:#dd4491;cursor:pointer;}.content-listing-menu nav > section:hover i,.content-listing-menu nav > section.active i{color:inherit;}.content-listing-menu-filters{border:1px solid #ccc;box-shadow:5px 5px 15px rgba(0,0,0,0.4);width:200px;display:none;position:absolute;top:0px;left:0px;background:#fff;z-index:999999999;}.content-listing-menu-filters > ul{font-size:14px;color:#555;}.content-listing-menu-filters > ul > li{position:relative;padding:5px;color:inherit;border-bottom:1px solid #ddd;}.content-listing-menu-filters > ul > li > span{font-weight:bold;color:#dd4491;margin-left:5px;}.content-listing-menu-filters > ul > li.active > span,.content-listing-menu-filters > ul > li:hover > span{color:#fe0;}.content-listing-menu-filters > ul > li:last-child{border-bottom:none;}.content-listing-menu-filters > ul > li.active,.content-listing-menu-filters > ul > li:hover{background:#dd4491;color:#fff;border-color:#dd4491;cursor:pointer;}.content-listing-menu-filters > ul > li.active > i,.content-listing-menu-filters > ul > li:hover > i{color:#fff;}.content-listing-menu-filters > ul > li > i{position:absolute;top:5px;right:5px;color:#aaa;}.content-listing-menu-filters > ul > li > i.fa-check{display:none;}.content-listing-menu-filters > ul > li.selected > i.fa-check{display:inline-block;}.content-listing-menu-filters-faux{display:none;position:fixed;top:0px;left:0px;z-index:999999998;width:100%;height:100%;background:rgba(0,0,0,0.1);}#homepage_col_middle button{text-shadow:-1px -1px 0px rgba(255,255,255,0.9);background:none;border:none;padding:0px;margin:0px;font-size:14px;margin-right:4px;color:#ddd;position:relative;top:2px;right:2px;outline:none;cursor:pointer;}#homepage_col_middle button i.active{color:#dd4491;text-shadow:inset 1px 1px 0px rgba(255,255,255,0.9), 1px 1px 0px rgba(0,0,0,0.2);}#quickview-opt-out{float:left;padding:0 5px;margin-right:5px;line-height:38px;height:38px;cursor:pointer;color:#888;}#quickview-opt-out:hover{color:#555;}#quickview-opt-out i{font-size:140%;position:relative;top:2px;margin-left:3px;width:16px;}#quickview-opt-out i.far.fa-check-square{color:#dd4491;}#quickview-opt-out:hover i.far.fa-check-square{color:#c40065;}.content-listing-container .pr_title.has_feat_img{padding-right:21px;}.feat_img_count{position:absolute;top:9px;right:10px;width:20px;height:16px;z-index:10;}.feat_img_count_num,.feat_img_count .fas,.feat_img_count .fab,.feat_img_count .far{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}.feat_img_count_num{z-index:1;color:#aaa;background:#fff;font-size:10px;font-weight:bold;line-height:10px;height:10px;width:11px;border-radius:50%;text-align:center;}@-moz-document url-prefix(){.feat_img_count{height:18px;}.feat_img_count_num{line-height:13px;height:11px;width:11px;}}.feat_img_count .fas,.feat_img_count .far{font-size:18px;line-height:18px;color:#bbb;}.ava_spinner{position:absolute;z-index:10;font-size:400% !important;color:#fff;text-shadow:0px 0px 3px rgba(0,0,0,0.4);top:57px;left:39px;opacity:0.88;-moz-transition:opacity .35s;-webkit-transition:opacity .35s;transition:opacity .35s;}.view_grid .ava_spinner{top:113px;left:77px;}.ava_dots{position:absolute;z-index:9;overflow:hidden;opacity:0;-moz-transition:.35s;-webkit-transition:.35s;transition:.35s;}.view_normal .ava_dots{bottom:10px;left:10px;width:99px;height:20px;border-bottom-right-radius:2px;border-bottom-left-radius:2px;}.view_grid .ava_dots{top:33px;left:10px;right:10px;height:25px;border-top-right-radius:2px;border-top-left-radius:2px;}.ava_dot{float:left;color:#fff;text-align:center;font-size:11px;text-shadow:0px 0px 1px rgba(0,0,0,0.6);-moz-transition:color .1s;-webkit-transition:color .1s;transition:color .1s;}.view_normal .ava_dot{line-height:20px;}.view_grid .ava_dot{line-height:25px;}.view_normal .ava_dot{font-size:8px;}.ava_dot.active{color:#dd4491 !important;}.ava_prev,.ava_next{opacity:0;-moz-transition:opacity .35s;-webkit-transition:opacity .35s;transition:opacity .35s;}.ava_dot:hover{color:#bdbdbd;}.ava_dots:hover{background:#000;background:rgba(0,0,0,0.5);}.ava_dots:hover .ava_prev,.ava_dots:hover .ava_next{opacity:1;}body.t_modal_is_open{overflow:hidden;}.open_window_fade{cursor:pointer;}.modal_window{display:none;position:fixed;top:0px;right:0px;bottom:0px;left:0px;margin:auto;width:1000px;height:75%;max-height:628px;background:#fafafa;box-shadow:0px 0px 20px rgba(0,0,0,0.5), inset 0px 0px 150px rgba(0,0,0,0.2);border:1px solid #fff;border-radius:4px;z-index:55555554;}.modal_body{position:absolute;top:0px;right:0px;bottom:0px;left:0px;padding:10px 15px 15px 15px;}.modal_close{position:absolute;top:0px;right:0px;padding:8px;cursor:pointer;z-index:1;}.modal_close .fas,.modal_close .far{font-size:25px;line-height:20px;color:#666;text-shadow:0 -1px 0 #fff;}.modal_close:hover .fas,.modal_close:hover .far{color:#000;}.modal_row_sm{padding-top:0px;}.modal_title{padding-right:190px;padding-bottom:2px;overflow:hidden;}.modal_title h1{display:inline-block;color:#545454;font-size:20px;line-height:24px;letter-spacing:-0.5px;font-weight:bold;text-transform:capitalize;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:815px;}.modal_title.m_greeting{padding-left:32px;}.modal_left{width:350px;position:absolute;top:38px;left:17px;bottom:19px;overflow-x:hidden;overflow-y:overlay;padding-right:20px;padding-bottom:1px;z-index:1;}.modal_left_top{overflow:hidden;margin-bottom:5px;position:relative;}.modal_right{position:absolute;width:635px;padding-left:16px;top:38px;right:17px;bottom:0px;}.modal_avatar_wrap{position:relative;float:left;width:32%;border:2px solid #fafafa;border-bottom:none;box-shadow:0px 2px 1px rgba(0,0,0,0.1);}.modal_avatar{width:100%;height:auto;}.modal_avatar.modal_show_gallery{cursor:pointer;}.modal_profile_number{position:absolute;bottom:2px;left:0px;right:0px;padding:2px 0px;background:#000;background:rgba(0,0,0,0.65);color:#fff;text-shadow:1px 1px 0px rgba(0,0,0,0.8);font-weight:bold;font-size:11px;line-height:11px;text-align:center;}.modal_attributes{float:left;width:68%;padding-left:10px;padding-right:2px;}.modal_attribute{color:#545454;font-size:12px;overflow:hidden;clear:both;margin-bottom:3px;}.modal_attribute b{color:#999;font-size:10px;text-transform:uppercase;}.modal_extra_attributes .modal_attribute{font-size:12px;line-height:1.4em;margin-bottom:4px;border-top:1px solid #ddd;padding-top:4px;}.modal_extra_attributes .modal_attribute:last-child{border-bottom:1px solid #ddd;margin-bottom:0px;padding-bottom:4px;}.modal_extra_attributes .modal_attribute b{font-size:11px;}.modal_rating{float:right;text-shadow:0 -1px 0 #fff, 1px 1px 0px rgba(0,0,0,0.1);}.modal_rating_star{font-size:12px !important;color:#ddd;margin-right:1px;}.modal_rating_star.gold,.btn_m .fa-star{color:#fb0;}.modal_rating_badge{background:#999;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);font-size:11px;line-height:19px;padding:2px 5px;border-radius:8px;-moz-box-shadow:0 -1px 0 #fff, 1px 1px 0px rgba(0,0,0,0.1);-webkit-box-shadow:0 -1px 0 #fff, 1px 1px 0px rgba(0,0,0,0.1);box-shadow:0 -1px 0 #fff, 1px 1px 0px rgba(0,0,0,0.1);}.modal_rating.active:hover .modal_rating_badge{background:#666;}.modal_price{float:left;line-height:19px;font-weight:bold;padding-right:2px;}.modal_last_online{float:left;}.modal_favorite{position:absolute;top:2px;right:0px;overflow:hidden;}.modal_favorite .fas,.modal_favorite .far{cursor:pointer;float:left;font-size:20px;line-height:15px;padding:4px 3px 4px 2px;color:#545454;text-shadow:0 -1px 0 #fff, 1px 1px 0px rgba(0,0,0,0.1);}.modal_favorite .fas.disabled,.modal_favorite .far.disabled{color:#ababab;cursor:default;text-shadow:none;}.modal_favorite .fas:hover,.modal_favorite .far:hover,.modal_title h1:hover{color:#222;}.modal_favorite .fas.disabled:hover,.modal_favorite .far.disabled:hover{color:#ababab;}.modal_my_favorite.is_favorite{color:#ff2323;}.modal_my_favorite.is_favorite:hover{color:#ce1616;}.modal_my_note.has_note{color:#08c;}.modal_my_note.has_note:hover{color:#04699c;}.modal_my_history.has_history{color:#00a631;}.modal_my_history.has_history:hover{color:#00942c;}#soc_sharing{display:none;position:absolute;top:27px;right:0px;background:#ddd;border:1px solid #bbb;box-shadow:1px 1px 5px rgba(0,0,0,0.2);z-index:1;padding:10px;border-radius:2px;width:110px;height:100px;}.btn_m_share{clear:both;display:block;margin-bottom:2px;width:100%;font-size:12px;border:none;border-radius:3px;color:#fff;cursor:pointer;font-weight:bold;height:25px;line-height:25px;padding:0 0 0 17px;white-space:nowrap;position:relative;text-shadow:0 -1px 0 rgba(0,0,0,0.2);}.btn_m_share:hover{box-shadow:inset 0 0 1px rgba(255,255,255,0.2);}.btn_m_share .fas,.btn_m_share .far,.btn_m_share .fab{position:absolute;}.m_share_fb{background:#4c69ba;background:-webkit-linear-gradient(#4c69ba,#3b55a0);background:linear-gradient(#4c69ba,#3b55a0);}.m_share_fb:hover{background:#5b7bd5;background:-webkit-linear-gradient(#5b7bd5,#4864b1);background:linear-gradient(#5b7bd5,#4864b1);border-color:#5874c3 #4961a8 #41599f;}.m_share_fb .far,.m_share_fb .fas,.m_share_fb .fab{font-size:140%;top:4px;left:13px;}.m_share_tw{background-color:#1b95e0;}.m_share_tw:hover{background-color:#2fa5ee;}.m_share_tw .fas,.m_share_tw .far,.m_share_tw .fab{font-size:140%;top:4px;left:13px;}.m_share_tu{background-color:#36465d;}.m_share_tu:hover{background-color:#41587a;}.m_share_tu .fas,.m_share_tu .far,.m_share_tu .fab{font-size:140%;top:4px;left:14px;}.modal_greeting{visibility:hidden;position:absolute;width:0;height:0;right:0;bottom:0;}.modal_greeting .player{width:100% !important;height:28px !important;}.modal_greeting .player .mejs-controls{height:28px !important;}.modal_greeting .player .mejs-volume-button{display:none;}.m_play{color:#08c;font-size:19px !important;line-height:19px !important;position:absolute;top:7px;left:17px;padding:5px;cursor:pointer;}.m_play:hover{color:#04699c;}.modal_talker_busy{width:94px;padding-top:2px;}.modal_talker_busy span{float:right;font-size:14px;color:#999;font-style:italic;padding-top:10px;}.modal_description{margin-bottom:7px;padding-top:13px;}.modal_description h2{color:#545454;font-size:16px;margin:0 0 4px 0;}.modal_description p{margin:0;font-size:13px;line-height:1.4em;}.modal_description p .read_more{font-size:13px;}.modal_feat_photos{position:relative;margin:0 -2px 5px -2px;}.modal_feat_photos_login{position:absolute;top:0;right:0;bottom:0;width:50%;background:#fafafa;background:rgba(250,250,250,0.88);padding:27px 8px 0px;}.modal_feat_photos_signup{text-align:center;font-size:12px;}.modal_gallery{overflow:hidden;position:relative;}.modal_gallery li{float:left;width:16.666666666666667%;padding:0px 3px 3px 3px;}.modal_gallery li.gallery_img{opacity:0.88;cursor:pointer;}.modal_gallery li:hover{opacity:1;}.modal_gallery li img{width:100%;height:auto;}.modal_gallery li .blank_img{background:#eee;height:115px;width:100%;}.modal_gallery li .blank_img.see_all_img{background:none;font-size:27px;text-align:center;font-weight:bold;color:#999;padding-top:27px;cursor:pointer;}.modal_gallery li .blank_img.see_all_img:hover{color:#545454;}.modal_social_links{clear:both;margin-top:5px;}.modal_body #gallery header,.modal_body #gallery #gallery_arrow_left,.modal_body #gallery #gallery_arrow_right,.modal_body #gallery #gallery_thumbnails_arrow_left,.modal_body #gallery #gallery_thumbnails_arrow_right,.modal_gallery li{-moz-transition:opacity 0.12s;-webkit-transition:opacity 0.12s;transition:opacity 0.12s;}.modal_body #gallery{position:absolute !important;display:none;background:#000;z-index:99999999;top:-1px !important;left:-1px !important;right:-1px;bottom:-1px;border-radius:4px;}.modal_body #gallery header{background:-moz-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(61,61,61,0.5) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0.5)),color-stop(100%,rgba(61,61,61,0.5)));background:-webkit-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(61,61,61,0.5) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(61,61,61,0.5) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0.5) 0%,rgba(61,61,61,0.5) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0.5) 0%,rgba(61,61,61,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#803d3d3d',GradientType=0);padding:5px 10px;position:absolute !important;top:0px;width:100%;z-index:9999;opacity:0;}.modal_body #gallery:hover header{opacity:1;}.modal_body #gallery header div{float:right;font-size:12px;font-weight:bold;color:#999;}.modal_body #gallery header #gallery_purchased{float:left;}.modal_body #gallery header #gallery_purchased img{position:relative;margin-right:5px;top:1px;}.modal_body #gallery header div span{float:left;border-radius:3px;transition:background, color 0.25s linear;}.modal_body #gallery header div span:hover{color:#fff;background:#333;cursor:pointer;}.modal_body #gallery header div span a{color:#999;padding:0 5px 5px 5px;display:inline-block;}.modal_body #gallery header div span a:hover{color:#fff;}.modal_body #gallery header div img{position:relative;margin-right:5px;top:3px;}.modal_body #gallery header div span#gallery_close{margin-left:10px;height:24px;width:24px;}.modal_body #gallery header div span#gallery_close img{margin-right:auto;margin-left:auto;display:block;top:4px;}.modal_body #gallery #gallery_arrow_left,.modal_body #gallery #gallery_arrow_right{display:inline-block;position:absolute;opacity:0.25;width:50%;height:500px;z-index:99;top:0;}.modal_body #gallery #gallery_arrow_left:hover,.modal_body #gallery #gallery_arrow_right:hover{cursor:pointer;opacity:1;}.modal_body #gallery #gallery_arrow_left{background:transparent url('https://dmz.talktome.com/images/icon_48_arrow_left.png') no-repeat center left;left:0;}.modal_body #gallery #gallery_arrow_right{background:transparent url('https://dmz.talktome.com/images/icon_48_arrow_right.png') no-repeat center right;right:0;}.modal_body #gallery #gallery_photo{position:relative;height:518px;width:100%;margin:0px;text-align:center;background:rgba(0,0,0,0) url('https://dmz.talktome.com/images/icon_64_preloader_black.gif') no-repeat center center;}.modal_body #gallery #gallery_photo img{max-height:480px;max-width:480px;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}.modal_body #gallery #gallery_thumbnails{position:relative;background:#000;background:-moz-linear-gradient(top,#3d3d3d 0%,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#3d3d3d),color-stop(100%,#3d3d3d));background:-webkit-linear-gradient(top,#3d3d3d 0%,#000 100%);background:-o-linear-gradient(top,#3d3d3d 0%,#000 100%);background:-ms-linear-gradient(top,#3d3d3d 0%,#000 100%);background:linear-gradient(to bottom,#3d3d3d 0%,#000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d3d3d',endColorstr='#000000',GradientType=0);height:82px;padding-top:15px;text-align:center;overflow:hidden;}.modal_body #gallery #gallery_thumbnails_arrow_left,.modal_body #gallery #gallery_thumbnails_arrow_right{position:absolute;top:0;bottom:0;margin:auto;opacity:0.25;height:48px;width:48px;display:inline-block;}.modal_body #gallery #gallery_thumbnails_arrow_left:hover,.modal_body #gallery #gallery_thumbnails_arrow_right:hover{cursor:pointer;opacity:1;}.modal_body #gallery #gallery_thumbnails_arrow_left{background:transparent url('https://dmz.talktome.com/images/icon_32_arrow_left.png') no-repeat center left;left:90px;}.modal_body #gallery #gallery_thumbnails_arrow_right{background:transparent url('https://dmz.talktome.com/images/icon_32_arrow_right.png') no-repeat center right;right:90px;}.modal_body #gallery #gallery_thumbnails div{display:inline-block;height:52px;width:698px;}.modal_body #gallery #gallery_thumbnails div div{position:relative;top:0px;}.modal_body #gallery #gallery_thumbnails div span{-webkit-transition-property:border;-webkit-transition-duration:0.25s;-webkit-transition-timing-function:linear;box-shadow:none !important;display:inline-block;padding:0px !important;width:50px;height:50px;border:1px solid #555;margin-left:5px;margin-right:5px;margin-bottom:20px;}.modal_body #gallery #gallery_thumbnails div span.sel{-webkit-transition-property:border;-webkit-transition-duration:0.25s;-webkit-transition-timing-function:linear;opacity:0.25;height:50px;width:50px;}.modal_body #gallery #gallery_thumbnails div span.profile{height:50px;width:50px;}.modal_body #gallery #gallery_thumbnails div span:hover{-webkit-transition-property:border;-webkit-transition-duration:0.25s;-webkit-transition-timing-function:linear;border:1px solid #fff;cursor:pointer;}.modal_na{color:#999;font-style:italic;}.modal_right_title{margin:0 0 10px 0;overflow:hidden;}.modal_right_title h2{color:#545454;font-size:20px;line-height:21px;float:left;margin:0;padding-top:2px;}.modal_body .review_stats{vertical-align:text-top;overflow:hidden;padding-left:1px;margin-left:-16px;margin-right:-15px;border-bottom:1px solid #ccc;}.modal_body .stat_item{margin-bottom:8px;font-size:12px;line-height:1.3em;}.modal_body .stat_box{float:left;width:24%;position:relative;}.modal_body .stat_box a{color:#08c;text-decoration:underline;text-shadow:none;}.modal_body .stat_box a:hover{color:#04699c;}.modal_body .stat_box h3{color:#545454;text-align:center;font-size:12px;margin:0px;font-weight:bold;}.modal_body .stat_box.large{padding:0;width:52%;}.modal_body .stat_box.large h3{text-align:left;margin-bottom:1px;}.modal_body .stat_box_inner{height:240px;border-top:1px solid #ccc;padding:10px 8px;}.modal_body .stat_box:first-child .stat_box_inner{border-right:1px solid #ccc;}.modal_body .stat_box:last-child .stat_box_inner{border-left:1px solid #ccc;}.modal_body .review_stats .no_data{font-style:italic;color:#787878;display:block;text-align:center;padding-top:3px;}.modal_body .review_stats .stat_item .no_data{text-align:left;padding-top:0px;}.modal_body .review_stats .stat_box.large .stat_box_inner{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.modal_body .rating_table{margin-bottom:15px;}.modal_body .rating_table td{background:transparent;border:none !important;padding:2px 3px;font-size:11px;width:25%;}.modal_body .rating_table thead td.rating_table_title{color:#dd4491;font-weight:bold;padding-bottom:5px;}.modal_body .rating_table thead td.no_ratings{font-size:12px;padding-top:0;}.modal_body .rating_table td.progress_back{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);padding:0px !important;width:50%;border-left:1px solid #ddd !important;border-right:1px solid #ddd !important;border-bottom:1px solid #ddd !important;height:16px;}.modal_body .rating_table tbody tr:first-child .progress_back{border-top:1px solid #ddd !important;}.modal_body .rating_table .progress_bar{background:#dd4491;background:-moz-linear-gradient(top,#dd4491 0%,#c40065 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#dd4491),color-stop(100%,#c40065));background:-webkit-linear-gradient(top,#dd4491 0%,#c40065 100%);background:-o-linear-gradient(top,#dd4491 0%,#c40065 100%);background:-ms-linear-gradient(top,#dd4491 0%,#c40065 100%);background:linear-gradient(to bottom,#dd4491 0%,#c40065 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@header_nav_highlight_bg_start',endColorstr='@filter_fade_end',GradientType=0);display:block;height:16px;width:0%;border-right:1px solid #c40065;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.3);}.modal_reviews_list{padding:0px;position:relative;}.modal_reviews_list h2{display:inline-block;font-size:16px;margin:0;line-height:39px;}.modal_reviews_list h2 .btn_m{line-height:14px;position:absolute;top:6px;right:-10px;}.modal_reviews_list ul{list-style:none;margin:0 -15px;padding:0;overflow:hidden;clear:both;display:block;border-top:1px solid #bbb;}.modal_reviews_list ul li{height:51px;padding:7px 15px 5px 15px;background:#f2f2f2;background:-moz-linear-gradient(top,#f2f2f2 0%,#fff 50%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(50%,#fff));background:-webkit-linear-gradient(top,#f2f2f2 0%,#fff 50%);background:-o-linear-gradient(top,#f2f2f2 0%,#fff 50%);background:-ms-linear-gradient(top,#f2f2f2 0%,#fff 50%);background:linear-gradient(to bottom,#f2f2f2 0%,#fff 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#ffffff',GradientType=0);border-bottom:1px solid #eee;margin-bottom:0px;}.modal_reviews_list ul a:first-child li{padding-top:8px;height:53px;}.modal_reviews_list ul a:last-child li{border-bottom:none;}.modal_reviews_list .no_data{display:block;font-size:14px;font-style:italic;color:#999;border-top:1px solid #bbb;margin:0 -15px;padding:10px 15px;}.modal_reviews_list .review_item{clear:both;overflow:hidden;}.modal_reviews_list .review_item > .left > img{width:28px;height:auto;}.modal_reviews_list .review_item_right{padding-left:39px;padding-top:1px;font-size:12px;line-height:18px;}.modal_reviews_list .review_item_right > span,.modal_reviews_list .review_info{display:block;margin-bottom:0px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.modal_reviews_list .review_info{overflow:hidden;}.modal_reviews_list .review_info.no_rev_txt{padding-top:10px;}.modal_reviews_list .review_info > *{float:left;font-size:10px;line-height:17px;margin-right:7px;}.modal_reviews_list .review_info .no_data,.modal_reviews_list .review_info .no_rating{font-size:12px;color:#aaa;font-style:italic;}.modal_reviews_list .review_info .rev_date{text-transform:uppercase;}.modal_reviews_list .review_info .reviewer{color:#787878 !important;}.modal_reviews_list .review_info .reviewer a{color:#787878 !important;text-decoration:underline !important;}.modal_reviews_list h2 a.recent_rev_txt,.modal_reviews_list ul li .rev_desc,.modal_reviews_list ul li .reviewer,.modal_posts h2 a.recent_posts_txt,.modal_posts ul li{color:#545454;}.modal_reviews_list ul li .rev_date{color:#787878;}.modal_reviews_list h2 a.recent_rev_txt:hover,.modal_reviews_list ul li:hover .rev_desc,.modal_reviews_list ul li:hover .reviewer,.modal_posts h2 a.recent_posts_txt:hover,.modal_posts ul li:hover{color:#222 !important;}.modal_reviews_list ul li:hover .rev_date,.modal_reviews_list ul li:hover .reviewer{color:#454545 !important;}.modal_tui{padding:5px 0px 10px 0px;overflow:hidden;clear:both;}.modal_intro_rate{clear:both;text-shadow:0 -1px 0 #fff, 1px 1px 0px rgba(0,0,0,0.1);}.btn_m{text-align:center;text-decoration:none !important;border:1px solid #bbb;border-radius:4px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);padding:5px;color:#444 !important;text-shadow:0px -1px 0px #fff !important;font-weight:bold;-moz-box-shadow:inset 0px 1px 0px #fff;-webkit-box-shadow:inset 0px 1px 0px #fff;box-shadow:inset 0px 1px 0px #fff;font-size:12px;}.modal_feat_photos_login .btn_m{display:block;width:245px;margin:0 auto;font-size:12px;margin-bottom:5px;}.btn_m .fa-star{text-shadow:0px -1px 0px rgba(0,0,0,0.2) !important;}.modal_right_title .btn_m{float:right;font-size:12px;padding:4px 10px;}.btn_m:hover{background:#fafafa;}.btn_mui{padding:6px;height:28px;width:100%;border:none;border-radius:0;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;opacity:1;-moz-transition:opacity .2s;-webkit-transition:opacity .2s;transition:opacity .2s;}.btn_mui:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.m_contact_buttons .btn_mui:first-child{border-top-left-radius:0px;border-top-right-radius:0px;}.btn_mui .fas,.btn_mui .far,.btn_mui .fab{font-size:115%;color:#00a631 !important;margin-right:2px;}.btn_mui.call_me{background:#00a631;background:-moz-linear-gradient(top,#00a631 0%,#00942c 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a631),color-stop(100%,#00942c));background:-webkit-linear-gradient(top,#00a631 0%,#00942c 100%);background:-o-linear-gradient(top,#00a631 0%,#00942c 100%);background:-ms-linear-gradient(top,#00a631 0%,#00942c 100%);background:linear-gradient(to bottom,#00a631 0%,#00942c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a631',endColorstr='#00942c',GradientType=0);color:#fff !important;text-shadow:0px -1px 0px rgba(0,0,0,0.2) !important;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border-color:#00942c;font-size:14px;height:30px;}.btn_mui.call_me:hover{background:#00a631;}.btn_mui.call_me .fas,.btn_mui.call_me .far,.btn_mui.call_me .fab{color:#fff !important;}.btn_mui .fas.fa-mobile-alt{font-size:112%;position:relative;top:1px;}.btn_mui .fas.fa-envelope,.btn_mui .fas.fa-film{font-size:92%;position:relative;top:-1px;}.btn_mui.btn_30{float:left;width:33.333333333%;border-bottom:1px solid #bbb;border-right:none;}.btn_mui.btn_30.btn_l{border-bottom-left-radius:4px;}.btn_mui.btn_30.btn_r{border-right:1px solid #bbb;border-bottom-right-radius:4px;}.modal_intro_rate .btn_mui{padding:2px 0px 0px 0px;background:none;box-shadow:none;font-size:13px;color:#343434 !important;border:none;border-radius:0px;}.modal_intro_rate .btn_mui:hover{background:none;color:#121212 !important;}.modal_intro_rate .btn_mui .fas,.modal_intro_rate .btn_mui .far{color:#fff !important;background:#00a631;border-radius:20%;line-height:1em;padding:4px 8px;font-size:100%;margin-right:5px;}.modal_intro_rate .btn_mui:hover .fas,.modal_intro_rate .btn_mui:hover .far{background:#00942c;}.btn_mui.disabled{opacity:0.5;cursor:default;}.btn_mui.disabled:hover{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.btn_mui.call_me.disabled,.btn_mui.call_me.disabled:hover{background:#00a631;}.modal_intro_rate .btn_mui.disabled{background:none;cursor:default;}.modal_products{clear:both;position:relative;}.btn_product{display:block;width:100%;height:28px;font-size:12px;padding:6px;border-radius:0;border-bottom:none;}.btn_product:first-child{border-top-left-radius:4px;border-top-right-radius:4px;}.btn_product .fas,.btn_product .far{color:#dd4491 !important;font-size:14px;vertical-align:text-top;margin-right:11px;margin-left:-9px;}.modal_product_badge{background:#999;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);padding:1px 5px;border-radius:8px;font-size:11px;line-height:13px;vertical-align:text-top;margin-left:5px;position:relative;top:1px;font-weight:normal;}.btn_tip{position:relative;border-bottom:1px solid #bbb;border-bottom-left-radius:4px;border-bottom-right-radius:4px;}.btn_tip .fas,.btn_tip .far{color:#00a631 !important;}.btn_product .btn_txt{width:155px;display:block;margin:0 auto;position:relative;}.btn_product .btn_txt .fas,.btn_product .btn_txt .far{position:absolute;top:0px;left:0px;margin:0;}.btn_product .btn_txt .modal_product_badge{position:absolute;top:0px;right:-3px;margin:0;}.modal_tips{position:absolute;left:8px;right:8px;bottom:27px;background:#ddd;padding:20px;margin:0 -8px;border:1px solid #bbb;border-radius:2px;color:#333;font-size:13px;text-align:center;box-shadow:1px 1px 5px rgba(0,0,0,0.2);}.modal_tips_mssg{display:block;width:100%;padding:8px;font-size:13px;border:1px solid #bbb;box-shadow:inset 0px 1px 3px rgba(0,0,0,0.25);text-align:center;margin:10px 0;}.product_tips{overflow:hidden;}.btn_product_tip{float:left;width:33.333333333%;border:none;border-radius:0;border-top:1px solid #bbb;border-left:1px solid #bbb;}.btn_product_tip:first-child{border-top-left-radius:4px;}.btn_product_tip:nth-child(3n){border-right:1px solid #bbb;border-top-right-radius:4px;}.btn_product_tip:nth-child(4n){border-bottom-left-radius:4px;}.btn_product_tip:nth-child(4n),.btn_product_tip:nth-child(5n),.btn_product_tip:last-child{border-bottom:1px solid #bbb;}.btn_product_tip:last-child{border-right:1px solid #bbb;border-bottom-right-radius:4px;border-top-right-radius:0px;}.modal_tips_close{position:absolute;top:0px;right:2px;padding:3px;color:#888;cursor:pointer;text-shadow:0 -1px 0 #fff;}.modal_tips_close:hover{color:#444;}.m_hide{display:none;}.modal_tabs{position:relative;overflow:hidden;}.modal_tabs ul{list-style:none;overflow:hidden;margin:0;padding:0;float:left;}.modal_tabs ul li{float:left;padding:6px 10px;cursor:pointer;border-left:none;border-bottom:none;border-radius:0;}.modal_tabs ul li:first-child{border-left:1px solid #bbb;border-top-left-radius:4px;}.modal_tabs ul li:last-child{border-top-right-radius:4px;}.modal_tabs ul li.active{color:#dd4491 !important;}.modal_tab_view{background:#fafafa;clear:both;padding:10px 15px 20px 15px;border:1px solid #bbb;border-radius:4px;border-top-left-radius:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:27px;bottom:19px;left:16px;right:0px;}#m_posts{padding:0px 15px;}.modal_tab_loading{font-size:100px;color:#dbdbdb;position:absolute;top:0;right:0;bottom:0;left:0;width:115px;height:115px;line-height:115px;text-align:center;margin:auto;}.modal_busy{float:left;height:39px;position:relative;padding:3px 0 0 8px;}.modal_busy .busy_txt{font-size:14px;line-height:39px;vertical-align:top;padding-left:3px;color:#999;font-style:italic;}.modal_schedule{display:block;font-size:12px;margin:0 -15px;border-top:1px solid #bbb;}.modal_schedule li{display:block;overflow:hidden;padding:5px 16px;border-bottom:1px solid #bbb;}.modal_schedule li.is_today{font-weight:bold;color:#555;background:#f0f0f0;}.modal_schedule .unavailable{color:#999;font-style:italic;}.modal_posts{position:relative;margin:0 -15px;}.modal_posts h2{color:#545454;font-size:16px;margin:0;padding:0px 0px 0px 15px;line-height:39px;}.modal_posts h2 .btn_m{position:absolute;top:6px;right:5px;line-height:14px;}.modal_posts ul li{font-size:13px;padding:11px 15px 12px 15px;height:39px;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #ddd;}.modal_posts ul a:first-child li{border-top:1px solid #bbb;}.modal_posts ul a:last-child li{border-bottom:1px solid #bbb;padding-bottom:14px;height:42px;}.modal_posts ul li span:first-child{color:#999;font-weight:bold;font-size:11px;width:85px;float:left;padding-top:2px;}.modal_posts ul li:hover span:first-child{color:#666;}.modal_posts ul li i{margin-right:5px;}.modal_posts .modal_no_posts{font-size:14px;font-style:italic;color:#999;display:block;border-top:1px solid #bbb;border-bottom:1px solid #bbb;padding:10px 15px;}.modal_posts h2 .btn_m,.modal_reviews_list h2 .btn_m{width:145px;}.profile_webcam_preview .wc_top,.profile_webcam_preview .wc_video,.profile_webcam_preview .wc_video iframe{overflow:hidden;}.profile_webcam_preview .wc_top{margin-bottom:10px;}.profile_webcam_preview h2{color:#545454;font-size:20px;line-height:21px;float:left;margin:0;padding-top:2px;}.profile_webcam_preview .btn_m.webcam .fas,.profile_webcam_preview .btn_m.webcam .far{font-size:115%;color:#00a631 !important;margin-right:2px;position:relative;top:1px;}.profile_webcam_preview .wc_video{margin-left:-15px;margin-right:-15px;margin-bottom:15px;}.profile_webcam_preview .wc_video iframe{width:100%;height:335.25px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}.m_opt_out{position:absolute;top:7px;right:38px;font-size:11px;padding:4px 5px;}.fa.m_c,.fas.m_c,.far.m_c,.fab.m_c{position:fixed;top:0;bottom:0;left:0;right:0;margin:auto;height:70px;width:70px;line-height:70px !important;cursor:pointer;color:#777;font-size:60px !important;text-align:center;z-index:999;display:none;}.m_c:hover{color:#dfdfdf;}.m_c.modal_prev{left:-1075px;}.m_c.modal_next{right:-1075px;}#social_links a{margin-right:10px;}body.theater_9 .content-listing-container .view_grid .pr_bottom{margin-top:-5px;}.chat-dialog-caller-request button{border-radius:2px;display:inline-block;margin-bottom:2px;padding:5px 8px;}.chat-dialog-caller-request .fa-times{color:#000;cursor:pointer;float:right;margin-top:-2px;}.chat-dialog-caller-request{background:#fff;border-radius:3px;box-shadow:10px 10px 30px rgba(0,0,0,0.2);display:none;left:50%;margin-left:-225px;margin-top:-100px;overflow:hidden;position:fixed;top:50%;width:450px;z-index:99999999;}.chat-dialog-caller-request > div{padding:15px;width:calc(100% - 30px);}.chat-dialog-caller-request > div > h1{border-bottom:1px solid #dadada;font-size:18px;font-weight:normal;margin-bottom:15px;padding-bottom:5px;text-align:center;}.chat-dialog-caller-request > div > .avatar{border:2px solid #fff;box-shadow:0px 0px 10px rgba(0,0,0,0.2);display:inline-block;height:126px;margin-right:15px;vertical-align:top;width:90px;}.chat-dialog-caller-request > div > div{display:inline-block;width:calc(100% - 115px);}.chat-dialog-caller-request > div > div > h2{display:block;font-size:15px;font-weight:bold;margin:0 !important;margin-bottom:7px !important;}.chat-dialog-caller-request > div > div > span{display:block;font-size:12px;margin-bottom:7px;}.chat-dialog-caller-request > div > div > small{display:block;color:#828282;font-size:11px;font-style:italic;margin-bottom:18px;}.chat-dialog-caller-request > div > div > .loading{display:block;height:32px;margin-bottom:16px;margin-left:24px;margin-top:17px;}.chat-window{background-color:#ccc;border:1px solid #ccc;border-radius:4px 4px 0px 0px;bottom:2px;display:none;margin-right:222px;position:fixed;z-index:9999999;width:100%;left:0;top:37px;height:100%;}nav.profile-connect > .chat-window{top:0 !important;margin:0 !important;}.chat-window.talker .chat-window-input{width:calc(100% - 100px) !important;}.chat-window.caller .chat-window-input{width:calc(100% - 75px) !important;}.chat-window.minimized{bottom:-320px !important;}.chat-window header{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);border-bottom:1px solid #ccc;border-radius:4px 4px 0px 0px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#e5e5e5',GradientType=0);padding:3px;text-align:left;}.chat-window header img.avatar{height:3em;padding:.1em;}.chat-window header span.headline,.chat-window header span.profile-rating{display:none;}.chat-window.talker header span.headline,.chat-window.talker header span.profile-rating{display:inline-block;}.chat-window.talker header img.avatar{height:10em;padding:.5em;display:inline-block;}.chat-window header strong{display:inline-block;font-size:14pt;margin-left:1em;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;}.chat-window.caller header strong{max-width:calc(100% - 4em);}.chat-window.talker header strong{max-width:calc(100% - 8em);top:2em;position:absolute;}body.is_responsive .chat-window.talker header strong{top:0;}.chat-window header a{color:#000;float:right;font-size:14px;padding:2px 4px 0 4px;}.chat-window header a:hover{color:#ccc;}.chat-window div{background:#fff;height:calc(100% - 30.5em);overflow:auto;width:100%;}.chat-window div ul{list-style:none;margin:0px;padding:0px;}.chat-window div ul li{border-bottom:1px dotted #ddd;font-size:13px;padding:5px;word-break:break-word;}.chat-window div ul li:last-child{border-bottom-width:0px;}.chat-window div ul li strong{color:#00f;}.chat-window div ul li.me strong{color:#f00;}.chat-window .chat-window-message-system{font-size:11px;}.chat-window footer{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);border-top:1px solid #bbb;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#e5e5e5',GradientType=0);}.chat-window footer input{margin:5px;outline:none;padding:5px;width:225px;height:24px;}.chat-window footer input:disabled{background:#eee;border-color:#aaa;}.chat-dialog-talker-request{background:#fff;left:50%;margin-left:-225px;margin-top:-68px;padding:20px;position:fixed;top:50%;width:450px;z-index:999999999;}.chat-dialog-talker-request h2{color:#444;font-size:19px;font-weight:normal;}.chat-dialog-talker-request h3{font-size:18px;font-weight:bold;color:#92278f;margin:0 !important;margin-left:15px !important;margin-bottom:7px !important;}.chat-dialog-talker-request > img,.chat-dialog-talker-request > i{float:right;margin-left:10px;position:relative;top:7px;}.chat-dialog-talker-request > div{float:left;}.chat-dialog-talker-request button{background:#ddd;border:1px solid #aaa;box-shadow:inset 0px 1px 0px #fff, inset 0px 13px 0px rgba(255,255,255,0.5), 2px 2px 0px rgba(0,0,0,0.05);color:#222;font-size:11px;padding:5px 8px;text-shadow:1px 1px 0px #fff;}.chat-dialog-talker-request button:hover{background:#fff;cursor:pointer;}body.narrow .chat-window{top:30px;}.chat-window-resize{display:none !important;}.chat-window.caller{position:relative !important;}.chat-window .typing{display:none;position:relative;margin-top:-45px;float:right;font-weight:bold;z-index:1;border-radius:5px;padding:0;background:transparent url(/img/typing.gif) no-repeat center center;height:45px;background-size:100%;width:70px;}.chat-window.caller div{height:150px !important;}.chat-window.talker{border:none !important;border-radius:0px !important;background:rgba(0,0,0,0.75) !important;top:0px !important;height:100% !important;margin-bottom:0px !important;z-index:999999 !important;}.chat-window.talker > *{width:90% !important;margin:0px auto;max-width:700px;}.chat-window.talker > div{margin-top:0px !important;}.chat-window.talker > header{padding:0px !important;margin-top:60px;}@media screen and (max-width: 1024px){.chat-window.talker > header{margin-top:0px;}}.chat-window.caller header .profile-page-content{display:none;}#window-notes{z-index:999999999;}body.chat_in_progress #acd_launch{position:relative !important;z-index:15 !important;}body.chat_in_progress > .header{z-index:11 !important;}body.chat_in_progress #quick-view{z-index:10 !important;}body.chat_in_progress .talker-dashboard .talker-primary-controls{display:none !important;}@font-face{font-family:'icomoon';src:url('css/library/icomoon/fonts/icomoon.eot?db6xvs');src:url('css/library/icomoon/fonts/icomoon.eot?#iefixdb6xvs') format('embedded-opentype'), url('css/library/icomoon/fonts/icomoon.woff?db6xvs') format('woff'), url('css/library/icomoon/fonts/icomoon.ttf?db6xvs') format('truetype'), url('css/library/icomoon/fonts/icomoon.svg?db6xvs#icomoon') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.icon-search:before{content:"\e986";}.icon-clock:before{content:"\e600";}.icon-heart:before{content:"\f004";}.icon-check:before{content:"\f00c";}.icon-times:before{content:"\f00d";}.icon-pencil:before{content:"\f040";}.icon-edit:before{content:"\f044";}.icon-check-square-o:before{content:"\f046";}.icon-play:before{content:"\f04b";}.icon-upload:before{content:"\f093";}.icon-phone:before{content:"\f095";}.icon-group:before{content:"\f0c0";}.icon-envelope:before{content:"\f0e0";}.icon-mobile-phone:before{content:"\f10b";}.sprite_public{background-image:url('images/sprite_public_v15.png') !important;background-repeat:no-repeat;display:inline-block;}.sprite_public.beta{width:104px;height:86px;background-position:-5px -5px;}.sprite_public.icon_10_arrow_right{width:10px;height:10px;background-position:-119px -5px;}.sprite_public.icon_10_check{width:10px;height:10px;background-position:-139px -5px;}.sprite_public.icon_15_hm{width:26px;height:15px;background-position:-159px -5px;}.sprite_public.icon_16_bag{width:16px;height:16px;background-position:-195px -5px;}.sprite_public.icon_16_book{width:16px;height:16px;background-position:-221px -5px;}.sprite_public.icon_16_buy{width:16px;height:16px;background-position:-247px -5px;}.sprite_public.icon_16_chat{width:16px;height:16px;background-position:-273px -5px;}.sprite_public.icon_16_clock{width:16px;height:16px;background-position:-119px -31px;}.sprite_public.icon_16_close{width:16px;height:16px;background-position:-145px -31px;}.sprite_public.icon_16_document{width:16px;height:16px;background-position:-171px -31px;}.sprite_public.icon_16_dropdown{width:15px;height:16px;background-position:-197px -31px;}.sprite_public.icon_16_dropdown2{width:15px;height:16px;background-position:-222px -31px;}.sprite_public.icon_16_facebook{width:16px;height:16px;background-position:-247px -31px;}.sprite_public.icon_16_gallery{width:16px;height:16px;background-position:-273px -31px;}.sprite_public.icon_16_google{width:16px;height:16px;background-position:-119px -57px;}.sprite_public.icon_16_help{width:16px;height:16px;background-position:-145px -57px;}.sprite_public.icon_16_info{width:16px;height:16px;background-position:-171px -57px;}.sprite_public.icon_16_lock{width:16px;height:16px;background-position:-197px -57px;}.sprite_public.icon_16_mail{width:16px;height:16px;background-position:-223px -57px;}.sprite_public.icon_16_money{width:16px;height:16px;background-position:-249px -57px;}.sprite_public.icon_16_page{width:16px;height:16px;background-position:-275px -57px;}.sprite_public.icon_16_phone{width:16px;height:16px;background-position:-119px -83px;}.sprite_public.icon_16_phone_busy{width:16px;height:16px;background-position:-145px -83px;}.sprite_public.icon_16_phone_disabled{width:16px;height:16px;background-position:-171px -83px;}.sprite_public.icon_16_play{width:16px;height:16px;background-position:-197px -83px;}.sprite_public.icon_16_quill{width:16px;height:16px;background-position:-223px -83px;}.sprite_public.icon_16_rating{width:16px;height:16px;background-position:-249px -83px;}.sprite_public.icon_16_record{width:16px;height:16px;background-position:-275px -83px;}.sprite_public.icon_16_red_close{width:16px;height:16px;background-position:-5px -109px;}.sprite_public.icon_16_scheduled_task{width:16px;height:16px;background-position:-31px -109px;}.sprite_public.icon_16_skype{width:16px;height:16px;background-position:-57px -109px;}.sprite_public.icon_16_skype_disabled{width:16px;height:16px;background-position:-83px -109px;}.sprite_public.icon_16_sms{width:16px;height:16px;background-position:-109px -109px;}.sprite_public.icon_16_sms_disabled{width:16px;height:16px;background-position:-135px -109px;}.sprite_public.icon_16_star{width:16px;height:16px;background-position:-161px -109px;}.sprite_public.icon_16_talk{width:16px;height:16px;background-position:-187px -109px;}.sprite_public.icon_16_tumblr{width:16px;height:16px;background-position:-213px -109px;}.sprite_public.icon_16_twitter{width:16px;height:16px;background-position:-239px -109px;}.sprite_public.icon_16_visibility{width:16px;height:16px;background-position:-265px -109px;}.sprite_public.icon_16_visibility_off{width:16px;height:15px;background-position:-291px -109px;}.sprite_public.icon_16_volume{width:16px;height:16px;background-position:-291px -134px;}.sprite_public.icon_16_webcam{width:16px;height:16px;background-position:-5px -160px;}.sprite_public.icon_16_weight{width:16px;height:16px;background-position:-31px -160px;}.sprite_public.icon_24_close_white{width:24px;height:24px;background-position:-57px -160px;}.sprite_public.icon_24_facebook{width:24px;height:24px;background-position:-91px -160px;}.sprite_public.icon_24_google{width:24px;height:24px;background-position:-125px -160px;}.sprite_public.icon_24_linkedin{width:24px;height:24px;background-position:-159px -160px;}.sprite_public.icon_24_twitter{width:24px;height:24px;background-position:-193px -160px;}.sprite_public.icon_24_view_grid{width:23px;height:21px;background-position:-227px -160px;}.sprite_public.icon_24_view_grid_selected{width:23px;height:21px;background-position:-260px -160px;}.sprite_public.icon_24_view_split{width:23px;height:21px;background-position:-5px -191px;}.sprite_public.icon_24_view_split_selected{width:23px;height:21px;background-position:-227px -191px;}.sprite_public.icon_24_warning_white{width:24px;height:24px;background-position:-260px -191px;}.sprite_public.icon_32_aim{width:32px;height:32px;background-position:-5px -225px;}.sprite_public.icon_32_check{width:32px;height:32px;background-position:-47px -225px;}.sprite_public.icon_32_error{width:32px;height:32px;background-position:-89px -225px;}.sprite_public.icon_32_google_talk{width:32px;height:32px;background-position:-131px -225px;}.sprite_public.icon_32_imessage{width:32px;height:32px;background-position:-173px -225px;}.sprite_public.icon_32_msn{width:32px;height:32px;background-position:-215px -225px;}.sprite_public.icon_32_offer{width:32px;height:32px;background-position:-257px -225px;}.sprite_public.icon_32_phone_busy{width:32px;height:32px;background-position:-5px -267px;}.sprite_public.icon_32_skype{width:32px;height:32px;background-position:-47px -267px;}.sprite_public.icon_32_snapchat{width:32px;height:32px;background-position:-89px -267px;}.sprite_public.icon_32_warning{width:32px;height:32px;background-position:-131px -267px;}.sprite_public.icon_32_yahoo{width:32px;height:32px;background-position:-173px -267px;}.sprite_public.rating_0{width:80px;height:14px;background-position:-215px -267px;}.sprite_public.rating_1{width:80px;height:14px;background-position:-215px -291px;}.sprite_public.rating_2{width:80px;height:14px;background-position:-299px -5px;}.sprite_public.rating_3{width:80px;height:14px;background-position:-299px -29px;}.sprite_public.rating_4{width:80px;height:14px;background-position:-301px -53px;}.sprite_public.rating_5{width:80px;height:14px;background-position:-301px -77px;}.sprite_public.rating_vertical_0{width:14px;height:80px;background-position:-317px -101px;}.sprite_public.rating_vertical_1{width:14px;height:80px;background-position:-341px -101px;}.sprite_public.rating_vertical_2{width:14px;height:80px;background-position:-365px -101px;}.sprite_public.rating_vertical_3{width:14px;height:80px;background-position:-305px -191px;}.sprite_public.rating_vertical_4{width:14px;height:80px;background-position:-329px -191px;}.sprite_public.rating_vertical_5{width:14px;height:80px;background-position:-353px -191px;}.sprite_flags{background-image:url('images/sprite_flags_v1.png') !important;background-repeat:no-repeat;display:inline-block;}.sprite_flags.american_samoa{width:16px;height:11px;background-position:-5px -5px;}.sprite_flags.anguilla{width:16px;height:11px;background-position:-31px -5px;}.sprite_flags.antigua_barbuda{width:16px;height:11px;background-position:-57px -5px;}.sprite_flags.argentina{width:16px;height:11px;background-position:-83px -5px;}.sprite_flags.australia{width:16px;height:12px;background-position:-109px -5px;}.sprite_flags.bahamas{width:16px;height:11px;background-position:-135px -5px;}.sprite_flags.barbados{width:16px;height:11px;background-position:-161px -5px;}.sprite_flags.belgium{width:16px;height:11px;background-position:-187px -5px;}.sprite_flags.bermuda{width:16px;height:11px;background-position:-213px -5px;}.sprite_flags.brazil{width:16px;height:11px;background-position:-239px -5px;}.sprite_flags.canada{width:16px;height:12px;background-position:-265px -5px;}.sprite_flags.cayman_islands{width:16px;height:16px;background-position:-291px -5px;}.sprite_flags.china{width:16px;height:11px;background-position:-317px -5px;}.sprite_flags.colombia{width:16px;height:12px;background-position:-343px -5px;}.sprite_flags.costa_rica{width:16px;height:11px;background-position:-369px -5px;}.sprite_flags.dominica{width:16px;height:11px;background-position:-395px -5px;}.sprite_flags.dominican_republic{width:16px;height:16px;background-position:-421px -5px;}.sprite_flags.france{width:16px;height:11px;background-position:-447px -5px;}.sprite_flags.germany{width:16px;height:11px;background-position:-473px -5px;}.sprite_flags.grenada{width:16px;height:11px;background-position:-499px -5px;}.sprite_flags.guam{width:16px;height:11px;background-position:-525px -5px;}.sprite_flags.hong_kong{width:16px;height:11px;background-position:-551px -5px;}.sprite_flags.india{width:16px;height:12px;background-position:-577px -5px;}.sprite_flags.ireland{width:16px;height:11px;background-position:-603px -5px;}.sprite_flags.israel{width:16px;height:11px;background-position:-629px -5px;}.sprite_flags.italy{width:16px;height:11px;background-position:-655px -5px;}.sprite_flags.jamaica{width:16px;height:11px;background-position:-681px -5px;}.sprite_flags.japan{width:16px;height:11px;background-position:-707px -5px;}.sprite_flags.mexico{width:16px;height:12px;background-position:-733px -5px;}.sprite_flags.montserrat{width:16px;height:11px;background-position:-759px -5px;}.sprite_flags.morocco{width:16px;height:11px;background-position:-785px -5px;}.sprite_flags.netherlands{width:16px;height:11px;background-position:-811px -5px;}.sprite_flags.new_zealand{width:16px;height:11px;background-position:-837px -5px;}.sprite_flags.northern_mariana_islands{width:16px;height:11px;background-position:-863px -5px;}.sprite_flags.pakistan{width:16px;height:11px;background-position:-889px -5px;}.sprite_flags.philippines{width:16px;height:11px;background-position:-915px -5px;}.sprite_flags.portugal{width:16px;height:11px;background-position:-941px -5px;}.sprite_flags.puerto_rico{width:16px;height:11px;background-position:-967px -5px;}.sprite_flags.republic_korea{width:16px;height:11px;background-position:-993px -5px;}.sprite_flags.saint_kitts_nevis{width:16px;height:11px;background-position:-1019px -5px;}.sprite_flags.saint_lucia{width:16px;height:11px;background-position:-1045px -5px;}.sprite_flags.saint-vincent{width:16px;height:11px;background-position:-1071px -5px;}.sprite_flags.singapore{width:16px;height:11px;background-position:-1097px -5px;}.sprite_flags.south_africa{width:16px;height:12px;background-position:-1123px -5px;}.sprite_flags.spain{width:16px;height:11px;background-position:-1149px -5px;}.sprite_flags.sweden{width:16px;height:10px;background-position:-1175px -5px;}.sprite_flags.switzerland{width:11px;height:11px;background-position:-1201px -5px;}.sprite_flags.trinidad_tobago{width:16px;height:11px;background-position:-1222px -5px;}.sprite_flags.turks_caicos_islands{width:16px;height:11px;background-position:-1248px -5px;}.sprite_flags.united_kingdom{width:16px;height:12px;background-position:-1274px -5px;}.sprite_flags.usa{width:16px;height:11px;background-position:-1300px -5px;}.sprite_flags.virgin_islands_british{width:16px;height:11px;background-position:-1326px -5px;}.sprite_flags.virgin_islands_us{width:16px;height:11px;background-position:-1352px -5px;}.flag{display:inline-block;width:16px;height:11px;background:url('images/sprite_flags_v2.png') no-repeat;}.flag.flag-me{background-position:-112px -88px;}.flag.flag-nf{background-position:-192px -99px;}.flag.flag-gd{background-position:-128px -44px;}.flag.flag-pl{background-position:-176px -110px;}.flag.flag-la{background-position:-160px -77px;}.flag.flag-ci{background-position:-112px -22px;}.flag.flag-somaliland{background-position:-96px -132px;}.flag.flag-km{background-position:-32px -77px;}.flag.flag-al{background-position:-80px 0;}.flag.flag-gq{background-position:-32px -55px;}.flag.flag-is{background-position:-128px -66px;}.flag.flag-gm{background-position:-256px -44px;}.flag.flag-lu{background-position:-16px -88px;}.flag.flag-pm{background-position:-192px -110px;}.flag.flag-br{background-position:-176px -11px;}.flag.flag-be{background-position:-32px -11px;}.flag.flag-cl{background-position:-144px -22px;}.flag.flag-gy{background-position:-128px -55px;}.flag.flag-ir{background-position:-112px -66px;}.flag.flag-to{background-position:-128px -143px;}.flag.flag-ch{background-position:-96px -22px;}.flag.flag-gi{background-position:-224px -44px;}.flag.flag-kurdistan{background-position:-96px -77px;}.flag.flag-cg{background-position:-80px -22px;}.flag.flag-pr{background-position:-224px -110px;}.flag.flag-vi{background-position:-112px -154px;}.flag.flag-sa{background-position:-128px -121px;}.flag.flag-tv{background-position:-176px -143px;}.flag.flag-kg{background-position:-256px -66px;}.flag.flag-re{background-position:-48px -121px;}.flag.flag-ps{background-position:-240px -110px;}.flag.flag-gw{background-position:-112px -55px;}.flag.flag-gu{background-position:-96px -55px;}.flag.flag-lb{background-position:-176px -77px;}.flag.flag-fr{background-position:-80px -44px;}.flag.flag-ee{background-position:-144px -33px;}.flag.flag-mp{background-position:-240px -88px;}.flag.flag-et{background-position:-240px -33px;}.flag.flag-sh{background-position:-240px -121px;}.flag.flag-bn{background-position:-144px -11px;}.flag.flag-zw{background-position:-32px -165px;}.flag.flag-si{background-position:-256px -121px;}.flag.flag-tn{background-position:-112px -143px;}.flag.flag-hu{background-position:-224px -55px;}.flag.flag-ws{background-position:-192px -154px;}.flag.flag-tibet{background-position:-32px -143px;}.flag.flag-uy{background-position:-16px -154px;}.flag.flag-pg{background-position:-128px -110px;}.flag.flag-cm{background-position:-160px -22px;}.flag.flag-mk{background-position:-160px -88px;}.flag.flag-zm{background-position:-16px -165px;}.flag.flag-bt{background-position:-208px -11px;}.flag.flag-li{background-position:-208px -77px;}.flag.flag-dj{background-position:-48px -33px;}.flag.flag-rs{background-position:-80px -121px;}.flag.flag-kr{background-position:-80px -77px;}.flag.flag-an{background-position:-112px 0;}.flag.flag-sz{background-position:-208px -132px;}.flag.flag-wf{background-position:-176px -154px;}.flag.flag-scotland{background-position:-176px -121px;}.flag.flag-sj{background-position:0 -132px;}.flag.flag-ki{background-position:-16px -77px;}.flag.flag-mv{background-position:-64px -99px;}.flag.flag-gt{background-position:-80px -55px;}.flag.flag-fm{background-position:-48px -44px;}.flag.flag-sy{background-position:-192px -132px;}.flag.flag-gh{background-position:-208px -44px;}.flag.flag-gr{background-position:-48px -55px;}.flag.flag-mg{background-position:-128px -88px;}.flag.flag-ck{background-position:-128px -22px;}.flag.flag-vg{background-position:-96px -154px;}.flag.flag-bo{background-position:-160px -11px;}.flag.flag-cr{background-position:-208px -22px;}.flag.flag-hm{background-position:-160px -55px;}.flag.flag-ax{background-position:-224px 0;}.flag.flag-ae{background-position:-16px 0;}.flag.flag-no{background-position:-256px -99px;}.flag.flag-ht{background-position:-208px -55px;}.flag.flag-sx{background-position:-176px -132px;}.flag.flag-dz{background-position:-112px -33px;}.flag.flag-cz{background-position:-16px -33px;}.flag.flag-ug{background-position:-240px -143px;}.flag.flag-kz{background-position:-144px -77px;}.flag.flag-ml{background-position:-176px -88px;}.flag.flag-lc{background-position:-192px -77px;}.flag.flag-td{background-position:-240px -132px;}.flag.flag-bm{background-position:-128px -11px;}.flag.flag-um{background-position:-256px -143px;}.flag.flag-om{background-position:-64px -110px;}.flag.flag-bi{background-position:-96px -11px;}.flag.flag-na{background-position:-144px -99px;}.flag.flag-il{background-position:-16px -66px;}.flag.flag-mt{background-position:-32px -99px;}.flag.flag-ec{background-position:-128px -33px;}.flag.flag-wales{background-position:-160px -154px;}.flag.flag-se{background-position:-208px -121px;}.flag.flag-je{background-position:-176px -66px;}.flag.flag-sd{background-position:-192px -121px;}.flag.flag-cn{background-position:-176px -22px;}.flag.flag-za{background-position:-256px -154px;}.flag.flag-mx{background-position:-96px -99px;}.flag.flag-ad{background-position:0 0;}.flag.flag-pf{background-position:-112px -110px;}.flag.flag-tg{background-position:0 -143px;}.flag.flag-mh{background-position:-144px -88px;}.flag.flag-lr{background-position:-240px -77px;}.flag.flag-bb{background-position:0 -11px;}.flag.flag-ro{background-position:-64px -121px;}.flag.flag-ai{background-position:-64px 0;}.flag.flag-np{background-position:0 -110px;}.flag.flag-ne{background-position:-176px -99px;}.flag.flag-jp{background-position:-224px -66px;}.flag.flag-cu{background-position:-224px -22px;}.flag.flag-pw{background-position:0 -121px;}.flag.flag-de{background-position:-32px -33px;}.flag.flag-mw{background-position:-80px -99px;}.flag.flag-ly{background-position:-48px -88px;}.flag.flag-mr{background-position:0 -99px;}.flag.flag-mu{background-position:-48px -99px;}.flag.flag-ao{background-position:-128px 0;}.flag.flag-hr{background-position:-192px -55px;}.flag.flag-nr{background-position:-16px -110px;}.flag.flag-im{background-position:-48px -66px;}.flag.flag-mq{background-position:-256px -88px;}.flag.flag-sr{background-position:-112px -132px;}.flag.flag-bf{background-position:-48px -11px;}.flag.flag-tt{background-position:-160px -143px;}.flag.flag-my{background-position:-112px -99px;}.flag.flag-mc{background-position:-80px -88px;}.flag.flag-af{background-position:-32px 0;}.flag.flag-sc{background-position:-160px -121px;}.flag.flag-tj{background-position:-48px -143px;}.flag.flag-kw{background-position:-112px -77px;}.flag.flag-do{background-position:-96px -33px;}.flag.flag-sl{background-position:-32px -132px;}.flag.flag-england{background-position:-192px -33px;}.flag.flag-vn{background-position:-128px -154px;}.flag.flag-nz{background-position:-48px -110px;}.flag.flag-fj{background-position:-16px -44px;}.flag.flag-us{background-position:0 -154px;}.flag.flag-eg{background-position:-160px -33px;}.flag.flag-py{background-position:-16px -121px;}.flag.flag-ba{background-position:-256px 0;}.flag.flag-catalonia{background-position:-32px -22px;}.flag.flag-cw{background-position:-256px -22px;}.flag.flag-ms{background-position:-16px -99px;}.flag.flag-er{background-position:-208px -33px;}.flag.flag-ng{background-position:-208px -99px;}.flag.flag-ky{background-position:-128px -77px;}.flag.flag-st{background-position:-144px -132px;}.flag.flag-sb{background-position:-144px -121px;}.flag.flag-nc{background-position:-160px -99px;}.flag.flag-fo{background-position:-64px -44px;}.flag.flag-as{background-position:-160px 0;}.flag.flag-eu{background-position:-256px -33px;}.flag.flag-kh{background-position:0 -77px;}.flag.flag-cd{background-position:-48px -22px;}.flag.flag-so{background-position:-80px -132px;}.flag.flag-am{background-position:-96px 0;}.flag.flag-sv{background-position:-160px -132px;}.flag.flag-tw{background-position:-192px -143px;}.flag.flag-eh{background-position:-176px -33px;}.flag.flag-ga{background-position:-96px -44px;}.flag.flag-tk{background-position:-64px -143px;}.flag.flag-sn{background-position:-64px -132px;}.flag.flag-dm{background-position:-80px -33px;}.flag.flag-zanzibar{background-position:0 -165px;}.flag.flag-mz{background-position:-128px -99px;}.flag.flag-aw{background-position:-208px 0;}.flag.flag-ic{background-position:-240px -55px;}.flag.flag-tr{background-position:-144px -143px;}.flag.flag-ma{background-position:-64px -88px;}.flag.flag-ie{background-position:0 -66px;}.flag.flag-pn{background-position:-208px -110px;}.flag.flag-gs{background-position:-64px -55px;}.flag.flag-ag{background-position:-48px 0;}.flag.flag-mn{background-position:-208px -88px;}.flag.flag-cf{background-position:-64px -22px;}.flag.flag-nl{background-position:-240px -99px;}.flag.flag-gn{background-position:0 -55px;}.flag.flag-pe{background-position:-96px -110px;}.flag.flag-gg{background-position:-192px -44px;}.flag.flag-lv{background-position:-32px -88px;}.flag.flag-kp{background-position:-64px -77px;}.flag.flag-dk{background-position:-64px -33px;}.flag.flag-ve{background-position:-80px -154px;}.flag.flag-hk{background-position:-144px -55px;}.flag.flag-sk{background-position:-16px -132px;}.flag.flag-ls{background-position:-256px -77px;}.flag.flag-pk{background-position:-160px -110px;}.flag.flag-gl{background-position:-240px -44px;}.flag.flag-ye{background-position:-224px -154px;}.flag.flag-lk{background-position:-224px -77px;}.flag.flag-gf{background-position:-160px -44px;}.flag.flag-ar{background-position:-144px 0;}.flag.flag-rw{background-position:-112px -121px;}.flag.flag-cv{background-position:-240px -22px;}.flag.flag-ph{background-position:-144px -110px;}.flag.flag-ss{background-position:-128px -132px;}.flag.flag-co{background-position:-192px -22px;}.flag.flag-uz{background-position:-32px -154px;}.flag.flag-sg{background-position:-224px -121px;}.flag.flag-nu{background-position:-32px -110px;}.flag.flag-ge{background-position:-144px -44px;}.flag.flag-tl{background-position:-80px -143px;}.flag.flag-io{background-position:-80px -66px;}.flag.flag-au{background-position:-192px 0;}.flag.flag-tf{background-position:-256px -132px;}.flag.flag-in{background-position:-64px -66px;}.flag.flag-pt{background-position:-256px -110px;}.flag.flag-ke{background-position:-240px -66px;}.flag.flag-bz{background-position:0 -22px;}.flag.flag-id{background-position:-256px -55px;}.flag.flag-yt{background-position:-240px -154px;}.flag.flag-bg{background-position:-64px -11px;}.flag.flag-at{background-position:-176px 0;}.flag.flag-gb{background-position:-112px -44px;}.flag.flag-ru{background-position:-96px -121px;}.flag.flag-by{background-position:-256px -11px;}.flag.flag-mm{background-position:-192px -88px;}.flag.flag-iq{background-position:-96px -66px;}.flag.flag-cy{background-position:0 -33px;}.flag.flag-th{background-position:-16px -143px;}.flag.flag-bh{background-position:-80px -11px;}.flag.flag-bw{background-position:-240px -11px;}.flag.flag-md{background-position:-96px -88px;}.flag.flag-tz{background-position:-208px -143px;}.flag.flag-va{background-position:-48px -154px;}.flag.flag-sm{background-position:-48px -132px;}.flag.flag-fk{background-position:-32px -44px;}.flag.flag-pa{background-position:-80px -110px;}.flag.flag-kn{background-position:-48px -77px;}.flag.flag-bj{background-position:-112px -11px;}.flag.flag-az{background-position:-240px 0;}.flag.flag-it{background-position:-144px -66px;}.flag.flag-hn{background-position:-176px -55px;}.flag.flag-gp{background-position:-16px -55px;}.flag.flag-fi{background-position:0 -44px;}.flag.flag-ua{background-position:-224px -143px;}.flag.flag-bs{background-position:-192px -11px;}.flag.flag-tc{background-position:-224px -132px;}.flag.flag-es{background-position:-224px -33px;}.flag.flag-mo{background-position:-224px -88px;}.flag.flag-jm{background-position:-192px -66px;}.flag.flag-bv{background-position:-224px -11px;}.flag.flag-jo{background-position:-208px -66px;}.flag.flag-vc{background-position:-64px -154px;}.flag.flag-bd{background-position:-16px -11px;}.flag.flag-ni{background-position:-224px -99px;}.flag.flag-xk{background-position:-208px -154px;}.flag.flag-qa{background-position:-32px -121px;}.flag.flag-lt{background-position:0 -88px;}.flag.flag-tm{background-position:-96px -143px;}.flag.flag-vu{background-position:-144px -154px;}.flag.flag-ca{background-position:-16px -22px;}#ladybug_form{background:#fafafa;display:block;margin:0 auto;padding:5px;position:absolute;z-index:999999999;}#ladybug_form textarea{height:100px;padding:5px;width:500px;}#ladybug_form .icon_16_close{float:right;}.rating i,.rating-stars{cursor:pointer;display:inline-block;}.rating > .icon_16_close{left:2px;position:relative;top:2px;}.rating-stars{height:14px;overflow:hidden !important;width:80px;}.rating-star{height:14px;margin-left:16px;white-space:nowrap;width:80px;}.rating-star:hover{background-image:url('https://dmz.talktome.com/images/sprite_public.png') !important;background-position:-296px -41px;display:inline-block;width:80px;height:14px;}.rating-star-1{margin-left:0px;}.rating-description{background:#f0a600;color:#fafafa;border-radius:3px;margin-left:5px;margin-top:1px;position:absolute;}.rating-description strong{display:block;padding:3px 5px 3px 5px;}.dialog .icon_24_close_white{background:transparent url(https://dmz.talktome.com/images/sprite_public/icon_24_close_white.png) !important;cursor:pointer;display:inline-block;height:24px;width:24px;z-index:1;}.dialog .icon_24_close_white:hover{background-color:#43525a !important;border-radius:5px;box-shadow:0px 0px 0px 3px #43525a;}.dialog .icon_24_warning_white{background:transparent url(https://dmz.talktome.com/images/sprite_public/icon_24_warning_white.png) !important;display:inline-block;height:24px;width:24px;}.dialog{background:#fafafa;display:none;left:50%;margin-left:-250px;margin-top:-150px;overflow:hidden;position:fixed;top:50%;width:30em;z-index:500;border-radius:4px;}.dialog > header{background:#2a3236;height:22px;width:100%;padding:14px 10px 6px 10px;border-bottom-left-radius:0;border-bottom-right-radius:0;}.dialog > header > .icon_24_close_white{right:15px;top:13px;}.dialog > header > .icon_24_warning_white{left:15px;}.dialog > header > h1{color:#fafafa;font-size:18px;margin-left:40px;position:relative;text-align:left;text-shadow:none;top:1px;font-weight:bold;text-transform:uppercase;margin-top:-2p;}.dialog.large{width:60em;}.dialog > header > .icon_24_warning_white,.dialog > header > .icon_24_close_white{position:absolute;}.dialog > header > .icon_24_warning_white{left:12px;}.dialog > header > .icon_24_close_white{right:10px;top:9px;}.dialog > .dialog-content{height:100%;padding:20px;}.dialog-content-no-padding{height:100%;padding:0px !important;}.dialog > .dialog-content > p{font-size:18px;height:100%;line-height:24px;margin:0px !important;}.dialog > .dialog-content > .dialog-buttons{bottom:-20px;margin-left:0;position:relative;padding:0 0 1.5em 0;text-align:right;width:100%;}.dialog-button-no,.dialog-button-yes,.dialog-button-action{background:#2a3236;border:none;border-radius:3px;color:#fff;font-size:14px;font-weight:bold;margin-right:10px;padding:10px 20px;}.dialog-button-yes:hover{background:#43525a;}.dialog-button-no{background:#e2e2e2;color:#555;}.dialog-button-no:hover{background:#d1d1d1;}.dialog-button-action:hover{background:#3b4347;}.dialog-theater{border-radius:.8em;}.dialog-theater > header,.dialog-theater .dialog-button-action,.dialog-theater .dialog-button-yes{background:#dd1982;}.dialog-theater .dialog-button-action:hover,.dialog-theater .dialog-button-yes:hover{background:#b51369;}.dialog-theater .icon_24_close_white:hover{background-color:#b51369 !important;border-radius:1em;box-shadow:0px 0px 0px 3px #b51369;}.dialog-green > header{background:#79bf74;}.dialog-green .dialog-button-yes{background:#79bf74;}.dialog-green .dialog-button-yes:hover{background:#387a33;}.dialog-green .icon_24_close_white:hover{background-color:#387a33 !important;border-radius:5px;box-shadow:0px 0px 0px 3px #387a33;}.dialog-red > header{background:#db2424;}.dialog-red .dialog-button-yes{background:#db2424;}.dialog-red .dialog-button-yes:hover{background:#be1e1e;}.dialog-red .icon_24_close_white:hover{background-color:#be1e1e !important;border-radius:5px;box-shadow:0px 0px 0px 3px #be1e1e;}.dialog-orange > header{background:#df1982;border-radius:4px;}.dialog-orange .dialog-button-yes{background:#df1982;}.dialog-orange .dialog-button-yes:hover{background:#df1982;}.dialog-orange .icon_24_close_white:hover{background-color:#c78522 !important;border-radius:5px;box-shadow:0px 0px 0px 3px #c78522;}.dialog-blue > header{background:#00b0f0;}.dialog-blue .dialog-button-yes{background:#00b0f0;}.dialog-blue .dialog-button-yes:hover{background:#06f;}.dialog-blue .icon_24_close_white:hover{background-color:#06f !important;border-radius:5px;box-shadow:0px 0px 0px 3px #06f;}header.none{display:none;}header.hide_warning > i.icon_24_warning_white{display:none;}.is_responsive header.hide_warning > h1{margin-left:0;}@media screen and (max-width: 30em){.dialog{left:0px !important;width:100% !important;margin-left:0px !important;top:0px !important;margin-top:0px !important;border-radius:0;}}@media screen and (max-width: 60em){.dialog.large{left:0px !important;width:100% !important;margin-left:0px !important;top:0px !important;margin-top:0px !important;border-radius:0;}}section.dialog p.note{color:#999;font-style:italic;}section.dialog h2{font-size:1.1em;}section.dialog-theater div.dialog-buttons button{margin-right:.5em;}.dialog-fixed{width:750px;height:500px;overflow:scroll;}.player-audio-preview{background:transparent url(https://dmz.talktome.com/images/player-audio-preview.png) 0 0;height:26px;cursor:pointer;width:258px;}#profile_sidebar_greeting > .mejs-container{top:12px;}.player-audio .mejs-controls{background:#333 !important;background:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222)) !important;background:-webkit-linear-gradient(top,#444,#222) !important;background:-moz-linear-gradient(top,#444,#222) !important;background:-ms-radial-gradient(top,#444,#222) !important;background:-o-linear-gradient(top,#444,#222) !important;background:linear-gradient(top,#444,#222) !important;border:1px solid #222;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15) !important;-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,0.15) !important;height:24px;}.player-audio .mejs-controls .mejs-button button{background-image:url(https://dmz.talktome.com/images/application/mediaelement/controls.png) !important;margin:4px 5px;}.player-audio .no-svg .mejs-controls .mejs-button button{background-image:url(https://dmz.talktome.com/images/application/mediaelement/controls.png) !important;}.player-audio .mejs-controls .mejs-time-rail .mejs-time-loaded{background:#333;}.player-audio .mejs-controls .mejs-time-rail > span{box-shadow:rgba(0,0,0,0.498039) -1px -1px 0px 0px, rgba(255,255,255,0.0980392) 1px 1px 0px 0px;}.player-audio.mejs-container{background:none;}.player-audio .mejs-time > span{font-size:10px !important;margin:-2px 2px 0 0 !important;text-shadow:none !important;}.player-audio .mejs-time-float{background-color:#333 !important;color:#fafafa !important;font-size:10px !important;text-shadow:none !important;}.player-audio .mejs-button > button{box-shadow:none !important;text-shadow:none !important;}.player-audio .mejs-time-float-corner{border-top-color:#333 !important;}.player-audio .mejs-time-float-current{margin-left:3px !important;}.player-audio .mejs-volume-slider{background:#333 !important;border-top-left-radius:3px !important;border-top-right-radius:3px !important;height:70px !important;top:-71px !important;}.player-audio .mejs-volume-total{height:55px !important;}.player-audio .mejs-controls div.mejs-time-rail{padding-top:2px;}.player-audio .mejs-time-current{background:#e71a86;background:-webkit-gradient(linear,0% 0%,0% 100%,from(#e71a86),to(#a80059)) !important;background:-webkit-linear-gradient(top,#e71a86,#a80059) !important;background:-moz-linear-gradient(top,#e71a86,#a80059) !important;background:-o-linear-gradient(top,#e71a86,#a80059) !important;background:-ms-linear-gradient(top,#e71a86,#a80059) !important;background:linear-gradient(#e71a86,#a80059) !important;}.player-audio .mejs-controls .mejs-button button:focus{outline:none !important;}#audio_player_frame .mejs-time-rail,.widget_profile_greeting .mejs-time-rail{width:90px !important;}#status_menu .add_money{display:block;font-size:13px;margin:5px 5px;margin-top:10px;padding:10px 10px;width:168px;text-align:center;}#status_menu > div{padding-bottom:10px !important;}#status_menu > div > a.button{text-align:center;}.logged_in > .settings > span > i.orb{position:relative;right:11px;top:2px;}#search-autocomplete .icon_24_close_white{background:transparent url(https://dmz.talktome.com/images/sprite_public/icon_24_close_white.png) !important;cursor:pointer;display:inline-block;height:24px;width:24px;z-index:1;}#search-autocomplete .icon_24_close_white:hover{background-color:#43525a !important;border-radius:5px;box-shadow:0px 0px 0px 3px #43525a;}#search-autocomplete{background:#1e2022;border:1px solid rgba(0,0,0,0.25);box-shadow:inset 0px 0px 50px 0px #000;left:50%;margin-left:-324px;overflow:hidden;padding:10px;position:fixed;top:37px;width:320px;z-index:100;}#search-autocomplete > h1{color:#fafafa;font-size:15px;font-style:italic;margin-bottom:10px;text-shadow:none;}#search-autocomplete > .icon_24_close_white{float:right;margin-top:-3px;}#search-autocomplete > a{border-top:1px solid #4b4b4b;color:#fafafa;display:block;font-size:14px;padding-bottom:4px;padding-top:10px;text-align:left;text-decoration:none;}#search-autocomplete > a:first-child{border:none;padding-top:0px;}#search-autocomplete > a:hover{background:#000;}#search-autocomplete > a > img{height:30px;margin-right:5px;}#search-autocomplete > a > span{display:inline-block;vertical-align:top;}#search-autocomplete > a > span > strong{font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:270px;}#search-autocomplete > a > span > small{color:#ccc;display:block;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:270px;}#search-autocomplete > a.results{box-shadow:inset 0px 0px 20px #575757;color:#ccc;font-style:italic;margin-top:5px;padding-bottom:10px;text-align:center;}.wallet-underlay{z-index:99999998;display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;margin-top:37px;background:rgba(255,255,255,0.55);}.wallet-window{z-index:99999999;font-family:sans-serif;display:none;background:#fff;border:1px solid rgba(255,255,255,0.85);position:fixed;top:40px;left:0px;width:300px;height:200px;border-radius:6px;box-shadow:0px 5px 10px rgba(0,0,0,0.25), inset 0px -10px 20px rgba(0,0,0,0.15);}.wallet-window.no-credits{height:105px;}.wallet-window:after,.wallet-window:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}.wallet-window:after{border-bottom-color:#fff;border-width:10px;margin-left:-10px;}.wallet-window:before{border-bottom-color:rgba(255,255,255,0.85);border-width:11px;margin-left:-11px;}.wallet-window .title{position:absolute;top:13px;left:15px;color:#555;font-size:18px;width:160px;}.wallet-window .balance{cursor:pointer;position:absolute;top:35px;left:15px;font-size:37px;color:#dd4491;width:160px;font-weight:bold;}.wallet-window .balance.smaller{font-size:32px;}.wallet-window .options{position:absolute;top:10px;right:10px;}.wallet-window .options button{outline:none;display:block;width:120px;margin-bottom:5px;font-size:13px;line-height:30px;background:#eee;border:1px solid #ccc;border-radius:5px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.35);}.wallet-window .options button.more[active],.wallet-window .options button:hover{background:#fcfcfc;cursor:pointer;color:#dd4491;}.wallet-window .options button.add{background:#dd4491;color:#fff;border-color:#c40065;}.wallet-window .options button.add:hover{background:#c40065;}.wallet-window .options button.history{width:90px;display:inline-block;border-right:none;border-radius:5px 0px 0px 5px;}.wallet-window .options button.more{width:30px;display:inline-block;border-radius:0px 5px 5px 0px;}.wallet-window .credits{position:absolute;left:0px;top:100px;margin:0px;padding:0px;width:300px;}.wallet-window .credits li{cursor:pointer;line-height:27px;font-size:13px;border-top:1px solid #eee;padding:0px 15px;color:#222;position:relative;}.wallet-extra .pink_button,.wallet-window .credits li button{position:absolute;top:3px;right:10px;font-size:11px;line-height:15px;background:#dd4491;color:#fff;border:1px solid #c40065;border-radius:3px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.35);}.wallet-extra .pink_button{position:static;}.wallet-extra .pink_button:hover,.wallet-window .credits li button:hover{background:#c40065;}.wallet-window .credits li:hover:not(.header){background:#ecf8ff;}.wallet-window .credits li.header{font-size:14px;color:#444;background:#fafafa;}.wallet-window .credits li.header span{color:#dd4491;font-weight:normal;float:right;font-size:11px;text-decoration:underline;}.wallet-window .credits li.header span:hover{text-decoration:none;}.wallet-window .credits li b{display:inline-block;text-align:right;width:30px;color:#dd4491;margin-right:5px;font-size:16px;}.wallet-window ul.more{display:none;position:absolute;top:92px;right:10px;background:#fcfcfc;z-index:2;margin:0px;padding:0px;border:1px solid #ccc;width:118px;border-radius:5px;}.wallet-window ul.more li{border-bottom:1px solid #ccc;font-size:13px;padding:6px 0px 6px 12px;}.wallet-window ul.more li:last-of-type{border-bottom:none;border-radius:0px 0px 5px 5px;}.wallet-window ul.more li:first-of-type{border-radius:5px 5px 0px 0px;}.wallet-window ul.more li:hover{background:#fff;color:#dd4491;cursor:pointer;}.wallet-info,.wallet-details{z-index:99999999;font-family:sans-serif;display:none;left:-5000px;background:#ecf8ff;padding:0px;border-radius:3px;width:220px;position:fixed;}.wallet-info > div > p,.wallet-details > div > p{font-size:13px;}.wallet-info{background:#333;width:280px;color:#fff;}.wallet-info[active],.wallet-details[active]{display:block;}.wallet-details:after{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(236,248,255,0);border-left-color:#ecf8ff;border-width:6px;margin-top:-6px;}.wallet-info div,.wallet-details div{padding:10px;font-size:13px;}.wallet-info:after{right:100%;top:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(236,248,255,0);border-right-color:#333;border-width:6px;margin-top:-6px;}.wallet-info div p,.wallet-details div p{margin:0px;font-size:12px;line-height:18px;}.wallet-extra{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.65);z-index:99999999;}.wallet-extra[active]{display:block;}.wallet-extra > div{position:relative;background:#fff;width:95%;max-width:600px;margin:30px auto;padding:20px;box-shadow:0px 0px 10px rgba(0,0,0,0.8);}.wallet-extra > div > i{cursor:pointer;position:absolute;top:0px;right:0px;display:inline-block;padding:7px;color:#aaa;font-size:20px;}.wallet-extra > div > i:hover{color:#555;}.wallet-extra > div b{font-size:26px;display:block;margin-bottom:15px;color:#dd4491;}.wallet-extra > div p{font-size:14px;line-height:20px;margin:0px;margin-bottom:15px;}.wallet-extra > div p:last-of-type{font-weight:bold;margin-bottom:5px;font-size:14px;}.wallet-extra > div p.pink{color:#dd4491;}.wallet-extra ._table{margin:5px 0px;font-size:16px;display:inline-block;border-bottom-width:0px;padding:20px;background:rgba(255,255,255,0.5);border-radius:8px;box-shadow:1px 1px 0px rgba(0,0,0,0.25);}.wallet-extra ._table ._row{display:block;margin-bottom:1px;white-space:nowrap;}.wallet-extra ._table ._row ._left{display:inline-block;vertical-align:middle;padding:3px;white-space:nowrap;width:75px;text-align:right;font-size:14px;}.wallet-extra ._table ._row ._right{display:inline-block;vertical-align:middle;font-weight:bold;white-space:nowrap;padding:3px;}.wallet-extra[extra-info='vchat-min'] > div{color:#222;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border-radius:8px;padding:0px;}.wallet-extra[extra-info='vchat-min'] > div > div{padding:30px 50px;}.wallet-extra[extra-info='streaming-min'] > div > div{padding:30px 50px;}.wallet-extra[extra-info='hm-min'] > div{text-align:center;color:#fff;background:#081874;background:-moz-linear-gradient(top,#081874 0%,#00528d 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#081874),color-stop(100%,#00528d));background:-webkit-linear-gradient(top,#081874 0%,#00528d 100%);background:-o-linear-gradient(top,#081874 0%,#00528d 100%);background:-ms-linear-gradient(top,#081874 0%,#00528d 100%);background:linear-gradient(to bottom,#081874 0%,#00528d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#081874',endColorstr='#00528d',GradientType=0);border-radius:8px;padding:50px 0px;}.wallet-extra[extra-info='hm-min'] > div p{margin:0px;font-size:18px;line-height:70px;}.wallet-extra[extra-info='hm-min'] > div button{font-size:18px;line-height:32px;padding:0px 20px;}#header nav > a.btn_icon{padding:0 5px;width:32px;}#header nav > a.btn_icon .fa-film{font-size:15px;width:17px;height:16px;}#header nav > a.btn_icon .fa-cog{font-size:17px;width:17px;height:17px;}#header .logo{max-width:200px;max-height:30px;}.logged_in a.btn_icon{height:25px;}a.status_widget i.sprite_public,#header nav > a.btn_icon .fas,#header nav > a.btn_icon .far,#header nav > a.btn_icon .fab{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}a.status_widget i.sprite_public{top:-1px;}div.status_widget_underlay{z-index:99999998;display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;margin-top:37px;background:rgba(255,255,255,0.55);}div.status_widget{z-index:99999999;font-family:sans-serif;display:none;background:#fff;border:1px solid rgba(255,255,255,0.85);position:fixed;top:40px;left:0px;width:200px;border-radius:6px;box-shadow:0px 5px 10px rgba(0,0,0,0.25), inset 0px -10px 20px rgba(0,0,0,0.15);}div.status_widget:after,div.status_widget:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}div.status_widget:after{border-bottom-color:#fff;border-width:10px;margin-left:-10px;}div.status_widget:before{border-bottom-color:rgba(255,255,255,0.85);border-width:11px;margin-left:-11px;}div.status_widget ul{width:auto !important;padding:10px 0px;}div.status_widget ul li{padding:5px 10px;font-size:12px;border-bottom:1px solid #ddd;background:transparent;}div.status_widget ul li b{display:block;padding:3px 10px;}div.status_widget ul li:first-of-type{padding:0px 10px;font-size:10px;text-transform:uppercase;}div.status_widget ul li:last-of-type{border-bottom:none;}div.status_widget ul li br{clear:both;}div.status_widget ul li i:first-of-type{float:left;margin-right:5px;}div.status_widget ul li i:last-of-type{float:right;margin-left:5px;}div.status_widget ul li span{float:left;}div.status_widget ul li a{float:right;}body.business_7 #header .status .sprite_public:not(.icon_16_sms){display:none;}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900);}.fa-solid,.fa-regular,.fa-brands,.fas,.far,.fab,.fa-sharp-solid,.fa-classic,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:'Font Awesome 6 Free';}.fab,.fa-brands{font-family:'Font Awesome 6 Brands';}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:0.625em;line-height:0.1em;vertical-align:0.225em;}.fa-xs{font-size:0.75em;line-height:0.08333em;vertical-align:0.125em;}.fa-sm{font-size:0.875em;line-height:0.07143em;vertical-align:0.05357em;}.fa-lg{font-size:1.25em;line-height:0.05em;vertical-align:-0.075em;}.fa-xl{font-size:1.5em;line-height:0.04167em;vertical-align:-0.125em;}.fa-2xl{font-size:2em;line-height:0.03125em;vertical-align:-0.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul > li{position:relative;}.fa-li{left:calc(-1 * var(--fa-li-width,2em));position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,0.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,0.08em);padding:var(--fa-border-padding,0.2em 0.25em 0.15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,0.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,0.3em);}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.28,0.84,0.42,1));}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1));}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(0.4,0,0.6,1));}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8));}@media (prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0);}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,0.9)) translateY(0);}30%{transform:scale(var(--fa-bounce-jump-scale-x,0.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-0.5em));}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,0.95)) translateY(0);}57%{transform:scale(1,1) translateY(var(--fa-bounce-rebound,-0.125em));}64%{transform:scale(1,1) translateY(0);}100%{transform:scale(1,1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,0.4);}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,0.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,100%{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{transform:rotate(90deg);}.fa-rotate-180{transform:rotate(180deg);}.fa-rotate-270{transform:rotate(270deg);}.fa-flip-horizontal{transform:scale(-1,1);}.fa-flip-vertical{transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1);}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0::before{content:"\30";}.fa-1::before{content:"\31";}.fa-2::before{content:"\32";}.fa-3::before{content:"\33";}.fa-4::before{content:"\34";}.fa-5::before{content:"\35";}.fa-6::before{content:"\36";}.fa-7::before{content:"\37";}.fa-8::before{content:"\38";}.fa-9::before{content:"\39";}.fa-fill-drip::before{content:"\f576";}.fa-arrows-to-circle::before{content:"\e4bd";}.fa-circle-chevron-right::before{content:"\f138";}.fa-chevron-circle-right::before{content:"\f138";}.fa-at::before{content:"\40";}.fa-trash-can::before{content:"\f2ed";}.fa-trash-alt::before{content:"\f2ed";}.fa-text-height::before{content:"\f034";}.fa-user-xmark::before{content:"\f235";}.fa-user-times::before{content:"\f235";}.fa-stethoscope::before{content:"\f0f1";}.fa-message::before{content:"\f27a";}.fa-comment-alt::before{content:"\f27a";}.fa-info::before{content:"\f129";}.fa-down-left-and-up-right-to-center::before{content:"\f422";}.fa-compress-alt::before{content:"\f422";}.fa-explosion::before{content:"\e4e9";}.fa-file-lines::before{content:"\f15c";}.fa-file-alt::before{content:"\f15c";}.fa-file-text::before{content:"\f15c";}.fa-wave-square::before{content:"\f83e";}.fa-ring::before{content:"\f70b";}.fa-building-un::before{content:"\e4d9";}.fa-dice-three::before{content:"\f527";}.fa-calendar-days::before{content:"\f073";}.fa-calendar-alt::before{content:"\f073";}.fa-anchor-circle-check::before{content:"\e4aa";}.fa-building-circle-arrow-right::before{content:"\e4d1";}.fa-volleyball::before{content:"\f45f";}.fa-volleyball-ball::before{content:"\f45f";}.fa-arrows-up-to-line::before{content:"\e4c2";}.fa-sort-down::before{content:"\f0dd";}.fa-sort-desc::before{content:"\f0dd";}.fa-circle-minus::before{content:"\f056";}.fa-minus-circle::before{content:"\f056";}.fa-door-open::before{content:"\f52b";}.fa-right-from-bracket::before{content:"\f2f5";}.fa-sign-out-alt::before{content:"\f2f5";}.fa-atom::before{content:"\f5d2";}.fa-soap::before{content:"\e06e";}.fa-icons::before{content:"\f86d";}.fa-heart-music-camera-bolt::before{content:"\f86d";}.fa-microphone-lines-slash::before{content:"\f539";}.fa-microphone-alt-slash::before{content:"\f539";}.fa-bridge-circle-check::before{content:"\e4c9";}.fa-pump-medical::before{content:"\e06a";}.fa-fingerprint::before{content:"\f577";}.fa-hand-point-right::before{content:"\f0a4";}.fa-magnifying-glass-location::before{content:"\f689";}.fa-search-location::before{content:"\f689";}.fa-forward-step::before{content:"\f051";}.fa-step-forward::before{content:"\f051";}.fa-face-smile-beam::before{content:"\f5b8";}.fa-smile-beam::before{content:"\f5b8";}.fa-flag-checkered::before{content:"\f11e";}.fa-football::before{content:"\f44e";}.fa-football-ball::before{content:"\f44e";}.fa-school-circle-exclamation::before{content:"\e56c";}.fa-crop::before{content:"\f125";}.fa-angles-down::before{content:"\f103";}.fa-angle-double-down::before{content:"\f103";}.fa-users-rectangle::before{content:"\e594";}.fa-people-roof::before{content:"\e537";}.fa-people-line::before{content:"\e534";}.fa-beer-mug-empty::before{content:"\f0fc";}.fa-beer::before{content:"\f0fc";}.fa-diagram-predecessor::before{content:"\e477";}.fa-arrow-up-long::before{content:"\f176";}.fa-long-arrow-up::before{content:"\f176";}.fa-fire-flame-simple::before{content:"\f46a";}.fa-burn::before{content:"\f46a";}.fa-person::before{content:"\f183";}.fa-male::before{content:"\f183";}.fa-laptop::before{content:"\f109";}.fa-file-csv::before{content:"\f6dd";}.fa-menorah::before{content:"\f676";}.fa-truck-plane::before{content:"\e58f";}.fa-record-vinyl::before{content:"\f8d9";}.fa-face-grin-stars::before{content:"\f587";}.fa-grin-stars::before{content:"\f587";}.fa-bong::before{content:"\f55c";}.fa-spaghetti-monster-flying::before{content:"\f67b";}.fa-pastafarianism::before{content:"\f67b";}.fa-arrow-down-up-across-line::before{content:"\e4af";}.fa-spoon::before{content:"\f2e5";}.fa-utensil-spoon::before{content:"\f2e5";}.fa-jar-wheat::before{content:"\e517";}.fa-envelopes-bulk::before{content:"\f674";}.fa-mail-bulk::before{content:"\f674";}.fa-file-circle-exclamation::before{content:"\e4eb";}.fa-circle-h::before{content:"\f47e";}.fa-hospital-symbol::before{content:"\f47e";}.fa-pager::before{content:"\f815";}.fa-address-book::before{content:"\f2b9";}.fa-contact-book::before{content:"\f2b9";}.fa-strikethrough::before{content:"\f0cc";}.fa-k::before{content:"\4b";}.fa-landmark-flag::before{content:"\e51c";}.fa-pencil::before{content:"\f303";}.fa-pencil-alt::before{content:"\f303";}.fa-backward::before{content:"\f04a";}.fa-caret-right::before{content:"\f0da";}.fa-comments::before{content:"\f086";}.fa-paste::before{content:"\f0ea";}.fa-file-clipboard::before{content:"\f0ea";}.fa-code-pull-request::before{content:"\e13c";}.fa-clipboard-list::before{content:"\f46d";}.fa-truck-ramp-box::before{content:"\f4de";}.fa-truck-loading::before{content:"\f4de";}.fa-user-check::before{content:"\f4fc";}.fa-vial-virus::before{content:"\e597";}.fa-sheet-plastic::before{content:"\e571";}.fa-blog::before{content:"\f781";}.fa-user-ninja::before{content:"\f504";}.fa-person-arrow-up-from-line::before{content:"\e539";}.fa-scroll-torah::before{content:"\f6a0";}.fa-torah::before{content:"\f6a0";}.fa-broom-ball::before{content:"\f458";}.fa-quidditch::before{content:"\f458";}.fa-quidditch-broom-ball::before{content:"\f458";}.fa-toggle-off::before{content:"\f204";}.fa-box-archive::before{content:"\f187";}.fa-archive::before{content:"\f187";}.fa-person-drowning::before{content:"\e545";}.fa-arrow-down-9-1::before{content:"\f886";}.fa-sort-numeric-desc::before{content:"\f886";}.fa-sort-numeric-down-alt::before{content:"\f886";}.fa-face-grin-tongue-squint::before{content:"\f58a";}.fa-grin-tongue-squint::before{content:"\f58a";}.fa-spray-can::before{content:"\f5bd";}.fa-truck-monster::before{content:"\f63b";}.fa-w::before{content:"\57";}.fa-earth-africa::before{content:"\f57c";}.fa-globe-africa::before{content:"\f57c";}.fa-rainbow::before{content:"\f75b";}.fa-circle-notch::before{content:"\f1ce";}.fa-tablet-screen-button::before{content:"\f3fa";}.fa-tablet-alt::before{content:"\f3fa";}.fa-paw::before{content:"\f1b0";}.fa-cloud::before{content:"\f0c2";}.fa-trowel-bricks::before{content:"\e58a";}.fa-face-flushed::before{content:"\f579";}.fa-flushed::before{content:"\f579";}.fa-hospital-user::before{content:"\f80d";}.fa-tent-arrow-left-right::before{content:"\e57f";}.fa-gavel::before{content:"\f0e3";}.fa-legal::before{content:"\f0e3";}.fa-binoculars::before{content:"\f1e5";}.fa-microphone-slash::before{content:"\f131";}.fa-box-tissue::before{content:"\e05b";}.fa-motorcycle::before{content:"\f21c";}.fa-bell-concierge::before{content:"\f562";}.fa-concierge-bell::before{content:"\f562";}.fa-pen-ruler::before{content:"\f5ae";}.fa-pencil-ruler::before{content:"\f5ae";}.fa-people-arrows::before{content:"\e068";}.fa-people-arrows-left-right::before{content:"\e068";}.fa-mars-and-venus-burst::before{content:"\e523";}.fa-square-caret-right::before{content:"\f152";}.fa-caret-square-right::before{content:"\f152";}.fa-scissors::before{content:"\f0c4";}.fa-cut::before{content:"\f0c4";}.fa-sun-plant-wilt::before{content:"\e57a";}.fa-toilets-portable::before{content:"\e584";}.fa-hockey-puck::before{content:"\f453";}.fa-table::before{content:"\f0ce";}.fa-magnifying-glass-arrow-right::before{content:"\e521";}.fa-tachograph-digital::before{content:"\f566";}.fa-digital-tachograph::before{content:"\f566";}.fa-users-slash::before{content:"\e073";}.fa-clover::before{content:"\e139";}.fa-reply::before{content:"\f3e5";}.fa-mail-reply::before{content:"\f3e5";}.fa-star-and-crescent::before{content:"\f699";}.fa-house-fire::before{content:"\e50c";}.fa-square-minus::before{content:"\f146";}.fa-minus-square::before{content:"\f146";}.fa-helicopter::before{content:"\f533";}.fa-compass::before{content:"\f14e";}.fa-square-caret-down::before{content:"\f150";}.fa-caret-square-down::before{content:"\f150";}.fa-file-circle-question::before{content:"\e4ef";}.fa-laptop-code::before{content:"\f5fc";}.fa-swatchbook::before{content:"\f5c3";}.fa-prescription-bottle::before{content:"\f485";}.fa-bars::before{content:"\f0c9";}.fa-navicon::before{content:"\f0c9";}.fa-people-group::before{content:"\e533";}.fa-hourglass-end::before{content:"\f253";}.fa-hourglass-3::before{content:"\f253";}.fa-heart-crack::before{content:"\f7a9";}.fa-heart-broken::before{content:"\f7a9";}.fa-square-up-right::before{content:"\f360";}.fa-external-link-square-alt::before{content:"\f360";}.fa-face-kiss-beam::before{content:"\f597";}.fa-kiss-beam::before{content:"\f597";}.fa-film::before{content:"\f008";}.fa-ruler-horizontal::before{content:"\f547";}.fa-people-robbery::before{content:"\e536";}.fa-lightbulb::before{content:"\f0eb";}.fa-caret-left::before{content:"\f0d9";}.fa-circle-exclamation::before{content:"\f06a";}.fa-exclamation-circle::before{content:"\f06a";}.fa-school-circle-xmark::before{content:"\e56d";}.fa-arrow-right-from-bracket::before{content:"\f08b";}.fa-sign-out::before{content:"\f08b";}.fa-circle-chevron-down::before{content:"\f13a";}.fa-chevron-circle-down::before{content:"\f13a";}.fa-unlock-keyhole::before{content:"\f13e";}.fa-unlock-alt::before{content:"\f13e";}.fa-cloud-showers-heavy::before{content:"\f740";}.fa-headphones-simple::before{content:"\f58f";}.fa-headphones-alt::before{content:"\f58f";}.fa-sitemap::before{content:"\f0e8";}.fa-circle-dollar-to-slot::before{content:"\f4b9";}.fa-donate::before{content:"\f4b9";}.fa-memory::before{content:"\f538";}.fa-road-spikes::before{content:"\e568";}.fa-fire-burner::before{content:"\e4f1";}.fa-flag::before{content:"\f024";}.fa-hanukiah::before{content:"\f6e6";}.fa-feather::before{content:"\f52d";}.fa-volume-low::before{content:"\f027";}.fa-volume-down::before{content:"\f027";}.fa-comment-slash::before{content:"\f4b3";}.fa-cloud-sun-rain::before{content:"\f743";}.fa-compress::before{content:"\f066";}.fa-wheat-awn::before{content:"\e2cd";}.fa-wheat-alt::before{content:"\e2cd";}.fa-ankh::before{content:"\f644";}.fa-hands-holding-child::before{content:"\e4fa";}.fa-asterisk::before{content:"\2a";}.fa-square-check::before{content:"\f14a";}.fa-check-square::before{content:"\f14a";}.fa-peseta-sign::before{content:"\e221";}.fa-heading::before{content:"\f1dc";}.fa-header::before{content:"\f1dc";}.fa-ghost::before{content:"\f6e2";}.fa-list::before{content:"\f03a";}.fa-list-squares::before{content:"\f03a";}.fa-square-phone-flip::before{content:"\f87b";}.fa-phone-square-alt::before{content:"\f87b";}.fa-cart-plus::before{content:"\f217";}.fa-gamepad::before{content:"\f11b";}.fa-circle-dot::before{content:"\f192";}.fa-dot-circle::before{content:"\f192";}.fa-face-dizzy::before{content:"\f567";}.fa-dizzy::before{content:"\f567";}.fa-egg::before{content:"\f7fb";}.fa-house-medical-circle-xmark::before{content:"\e513";}.fa-campground::before{content:"\f6bb";}.fa-folder-plus::before{content:"\f65e";}.fa-futbol::before{content:"\f1e3";}.fa-futbol-ball::before{content:"\f1e3";}.fa-soccer-ball::before{content:"\f1e3";}.fa-paintbrush::before{content:"\f1fc";}.fa-paint-brush::before{content:"\f1fc";}.fa-lock::before{content:"\f023";}.fa-gas-pump::before{content:"\f52f";}.fa-hot-tub-person::before{content:"\f593";}.fa-hot-tub::before{content:"\f593";}.fa-map-location::before{content:"\f59f";}.fa-map-marked::before{content:"\f59f";}.fa-house-flood-water::before{content:"\e50e";}.fa-tree::before{content:"\f1bb";}.fa-bridge-lock::before{content:"\e4cc";}.fa-sack-dollar::before{content:"\f81d";}.fa-pen-to-square::before{content:"\f044";}.fa-edit::before{content:"\f044";}.fa-car-side::before{content:"\f5e4";}.fa-share-nodes::before{content:"\f1e0";}.fa-share-alt::before{content:"\f1e0";}.fa-heart-circle-minus::before{content:"\e4ff";}.fa-hourglass-half::before{content:"\f252";}.fa-hourglass-2::before{content:"\f252";}.fa-microscope::before{content:"\f610";}.fa-sink::before{content:"\e06d";}.fa-bag-shopping::before{content:"\f290";}.fa-shopping-bag::before{content:"\f290";}.fa-arrow-down-z-a::before{content:"\f881";}.fa-sort-alpha-desc::before{content:"\f881";}.fa-sort-alpha-down-alt::before{content:"\f881";}.fa-mitten::before{content:"\f7b5";}.fa-person-rays::before{content:"\e54d";}.fa-users::before{content:"\f0c0";}.fa-eye-slash::before{content:"\f070";}.fa-flask-vial::before{content:"\e4f3";}.fa-hand::before{content:"\f256";}.fa-hand-paper::before{content:"\f256";}.fa-om::before{content:"\f679";}.fa-worm::before{content:"\e599";}.fa-house-circle-xmark::before{content:"\e50b";}.fa-plug::before{content:"\f1e6";}.fa-chevron-up::before{content:"\f077";}.fa-hand-spock::before{content:"\f259";}.fa-stopwatch::before{content:"\f2f2";}.fa-face-kiss::before{content:"\f596";}.fa-kiss::before{content:"\f596";}.fa-bridge-circle-xmark::before{content:"\e4cb";}.fa-face-grin-tongue::before{content:"\f589";}.fa-grin-tongue::before{content:"\f589";}.fa-chess-bishop::before{content:"\f43a";}.fa-face-grin-wink::before{content:"\f58c";}.fa-grin-wink::before{content:"\f58c";}.fa-ear-deaf::before{content:"\f2a4";}.fa-deaf::before{content:"\f2a4";}.fa-deafness::before{content:"\f2a4";}.fa-hard-of-hearing::before{content:"\f2a4";}.fa-road-circle-check::before{content:"\e564";}.fa-dice-five::before{content:"\f523";}.fa-square-rss::before{content:"\f143";}.fa-rss-square::before{content:"\f143";}.fa-land-mine-on::before{content:"\e51b";}.fa-i-cursor::before{content:"\f246";}.fa-stamp::before{content:"\f5bf";}.fa-stairs::before{content:"\e289";}.fa-i::before{content:"\49";}.fa-hryvnia-sign::before{content:"\f6f2";}.fa-hryvnia::before{content:"\f6f2";}.fa-pills::before{content:"\f484";}.fa-face-grin-wide::before{content:"\f581";}.fa-grin-alt::before{content:"\f581";}.fa-tooth::before{content:"\f5c9";}.fa-v::before{content:"\56";}.fa-bangladeshi-taka-sign::before{content:"\e2e6";}.fa-bicycle::before{content:"\f206";}.fa-staff-snake::before{content:"\e579";}.fa-rod-asclepius::before{content:"\e579";}.fa-rod-snake::before{content:"\e579";}.fa-staff-aesculapius::before{content:"\e579";}.fa-head-side-cough-slash::before{content:"\e062";}.fa-truck-medical::before{content:"\f0f9";}.fa-ambulance::before{content:"\f0f9";}.fa-wheat-awn-circle-exclamation::before{content:"\e598";}.fa-snowman::before{content:"\f7d0";}.fa-mortar-pestle::before{content:"\f5a7";}.fa-road-barrier::before{content:"\e562";}.fa-school::before{content:"\f549";}.fa-igloo::before{content:"\f7ae";}.fa-joint::before{content:"\f595";}.fa-angle-right::before{content:"\f105";}.fa-horse::before{content:"\f6f0";}.fa-q::before{content:"\51";}.fa-g::before{content:"\47";}.fa-notes-medical::before{content:"\f481";}.fa-temperature-half::before{content:"\f2c9";}.fa-temperature-2::before{content:"\f2c9";}.fa-thermometer-2::before{content:"\f2c9";}.fa-thermometer-half::before{content:"\f2c9";}.fa-dong-sign::before{content:"\e169";}.fa-capsules::before{content:"\f46b";}.fa-poo-storm::before{content:"\f75a";}.fa-poo-bolt::before{content:"\f75a";}.fa-face-frown-open::before{content:"\f57a";}.fa-frown-open::before{content:"\f57a";}.fa-hand-point-up::before{content:"\f0a6";}.fa-money-bill::before{content:"\f0d6";}.fa-bookmark::before{content:"\f02e";}.fa-align-justify::before{content:"\f039";}.fa-umbrella-beach::before{content:"\f5ca";}.fa-helmet-un::before{content:"\e503";}.fa-bullseye::before{content:"\f140";}.fa-bacon::before{content:"\f7e5";}.fa-hand-point-down::before{content:"\f0a7";}.fa-arrow-up-from-bracket::before{content:"\e09a";}.fa-folder::before{content:"\f07b";}.fa-folder-blank::before{content:"\f07b";}.fa-file-waveform::before{content:"\f478";}.fa-file-medical-alt::before{content:"\f478";}.fa-radiation::before{content:"\f7b9";}.fa-chart-simple::before{content:"\e473";}.fa-mars-stroke::before{content:"\f229";}.fa-vial::before{content:"\f492";}.fa-gauge::before{content:"\f624";}.fa-dashboard::before{content:"\f624";}.fa-gauge-med::before{content:"\f624";}.fa-tachometer-alt-average::before{content:"\f624";}.fa-wand-magic-sparkles::before{content:"\e2ca";}.fa-magic-wand-sparkles::before{content:"\e2ca";}.fa-e::before{content:"\45";}.fa-pen-clip::before{content:"\f305";}.fa-pen-alt::before{content:"\f305";}.fa-bridge-circle-exclamation::before{content:"\e4ca";}.fa-user::before{content:"\f007";}.fa-school-circle-check::before{content:"\e56b";}.fa-dumpster::before{content:"\f793";}.fa-van-shuttle::before{content:"\f5b6";}.fa-shuttle-van::before{content:"\f5b6";}.fa-building-user::before{content:"\e4da";}.fa-square-caret-left::before{content:"\f191";}.fa-caret-square-left::before{content:"\f191";}.fa-highlighter::before{content:"\f591";}.fa-key::before{content:"\f084";}.fa-bullhorn::before{content:"\f0a1";}.fa-globe::before{content:"\f0ac";}.fa-synagogue::before{content:"\f69b";}.fa-person-half-dress::before{content:"\e548";}.fa-road-bridge::before{content:"\e563";}.fa-location-arrow::before{content:"\f124";}.fa-c::before{content:"\43";}.fa-tablet-button::before{content:"\f10a";}.fa-building-lock::before{content:"\e4d6";}.fa-pizza-slice::before{content:"\f818";}.fa-money-bill-wave::before{content:"\f53a";}.fa-chart-area::before{content:"\f1fe";}.fa-area-chart::before{content:"\f1fe";}.fa-house-flag::before{content:"\e50d";}.fa-person-circle-minus::before{content:"\e540";}.fa-ban::before{content:"\f05e";}.fa-cancel::before{content:"\f05e";}.fa-camera-rotate::before{content:"\e0d8";}.fa-spray-can-sparkles::before{content:"\f5d0";}.fa-air-freshener::before{content:"\f5d0";}.fa-star::before{content:"\f005";}.fa-repeat::before{content:"\f363";}.fa-cross::before{content:"\f654";}.fa-box::before{content:"\f466";}.fa-venus-mars::before{content:"\f228";}.fa-arrow-pointer::before{content:"\f245";}.fa-mouse-pointer::before{content:"\f245";}.fa-maximize::before{content:"\f31e";}.fa-expand-arrows-alt::before{content:"\f31e";}.fa-charging-station::before{content:"\f5e7";}.fa-shapes::before{content:"\f61f";}.fa-triangle-circle-square::before{content:"\f61f";}.fa-shuffle::before{content:"\f074";}.fa-random::before{content:"\f074";}.fa-person-running::before{content:"\f70c";}.fa-running::before{content:"\f70c";}.fa-mobile-retro::before{content:"\e527";}.fa-grip-lines-vertical::before{content:"\f7a5";}.fa-spider::before{content:"\f717";}.fa-hands-bound::before{content:"\e4f9";}.fa-file-invoice-dollar::before{content:"\f571";}.fa-plane-circle-exclamation::before{content:"\e556";}.fa-x-ray::before{content:"\f497";}.fa-spell-check::before{content:"\f891";}.fa-slash::before{content:"\f715";}.fa-computer-mouse::before{content:"\f8cc";}.fa-mouse::before{content:"\f8cc";}.fa-arrow-right-to-bracket::before{content:"\f090";}.fa-sign-in::before{content:"\f090";}.fa-shop-slash::before{content:"\e070";}.fa-store-alt-slash::before{content:"\e070";}.fa-server::before{content:"\f233";}.fa-virus-covid-slash::before{content:"\e4a9";}.fa-shop-lock::before{content:"\e4a5";}.fa-hourglass-start::before{content:"\f251";}.fa-hourglass-1::before{content:"\f251";}.fa-blender-phone::before{content:"\f6b6";}.fa-building-wheat::before{content:"\e4db";}.fa-person-breastfeeding::before{content:"\e53a";}.fa-right-to-bracket::before{content:"\f2f6";}.fa-sign-in-alt::before{content:"\f2f6";}.fa-venus::before{content:"\f221";}.fa-passport::before{content:"\f5ab";}.fa-thumbtack-slash::before{content:"\e68f";}.fa-thumb-tack-slash::before{content:"\e68f";}.fa-heart-pulse::before{content:"\f21e";}.fa-heartbeat::before{content:"\f21e";}.fa-people-carry-box::before{content:"\f4ce";}.fa-people-carry::before{content:"\f4ce";}.fa-temperature-high::before{content:"\f769";}.fa-microchip::before{content:"\f2db";}.fa-crown::before{content:"\f521";}.fa-weight-hanging::before{content:"\f5cd";}.fa-xmarks-lines::before{content:"\e59a";}.fa-file-prescription::before{content:"\f572";}.fa-weight-scale::before{content:"\f496";}.fa-weight::before{content:"\f496";}.fa-user-group::before{content:"\f500";}.fa-user-friends::before{content:"\f500";}.fa-arrow-up-a-z::before{content:"\f15e";}.fa-sort-alpha-up::before{content:"\f15e";}.fa-chess-knight::before{content:"\f441";}.fa-face-laugh-squint::before{content:"\f59b";}.fa-laugh-squint::before{content:"\f59b";}.fa-wheelchair::before{content:"\f193";}.fa-circle-arrow-up::before{content:"\f0aa";}.fa-arrow-circle-up::before{content:"\f0aa";}.fa-toggle-on::before{content:"\f205";}.fa-person-walking::before{content:"\f554";}.fa-walking::before{content:"\f554";}.fa-l::before{content:"\4c";}.fa-fire::before{content:"\f06d";}.fa-bed-pulse::before{content:"\f487";}.fa-procedures::before{content:"\f487";}.fa-shuttle-space::before{content:"\f197";}.fa-space-shuttle::before{content:"\f197";}.fa-face-laugh::before{content:"\f599";}.fa-laugh::before{content:"\f599";}.fa-folder-open::before{content:"\f07c";}.fa-heart-circle-plus::before{content:"\e500";}.fa-code-fork::before{content:"\e13b";}.fa-city::before{content:"\f64f";}.fa-microphone-lines::before{content:"\f3c9";}.fa-microphone-alt::before{content:"\f3c9";}.fa-pepper-hot::before{content:"\f816";}.fa-unlock::before{content:"\f09c";}.fa-colon-sign::before{content:"\e140";}.fa-headset::before{content:"\f590";}.fa-store-slash::before{content:"\e071";}.fa-road-circle-xmark::before{content:"\e566";}.fa-user-minus::before{content:"\f503";}.fa-mars-stroke-up::before{content:"\f22a";}.fa-mars-stroke-v::before{content:"\f22a";}.fa-champagne-glasses::before{content:"\f79f";}.fa-glass-cheers::before{content:"\f79f";}.fa-clipboard::before{content:"\f328";}.fa-house-circle-exclamation::before{content:"\e50a";}.fa-file-arrow-up::before{content:"\f574";}.fa-file-upload::before{content:"\f574";}.fa-wifi::before{content:"\f1eb";}.fa-wifi-3::before{content:"\f1eb";}.fa-wifi-strong::before{content:"\f1eb";}.fa-bath::before{content:"\f2cd";}.fa-bathtub::before{content:"\f2cd";}.fa-underline::before{content:"\f0cd";}.fa-user-pen::before{content:"\f4ff";}.fa-user-edit::before{content:"\f4ff";}.fa-signature::before{content:"\f5b7";}.fa-stroopwafel::before{content:"\f551";}.fa-bold::before{content:"\f032";}.fa-anchor-lock::before{content:"\e4ad";}.fa-building-ngo::before{content:"\e4d7";}.fa-manat-sign::before{content:"\e1d5";}.fa-not-equal::before{content:"\f53e";}.fa-border-top-left::before{content:"\f853";}.fa-border-style::before{content:"\f853";}.fa-map-location-dot::before{content:"\f5a0";}.fa-map-marked-alt::before{content:"\f5a0";}.fa-jedi::before{content:"\f669";}.fa-square-poll-vertical::before{content:"\f681";}.fa-poll::before{content:"\f681";}.fa-mug-hot::before{content:"\f7b6";}.fa-car-battery::before{content:"\f5df";}.fa-battery-car::before{content:"\f5df";}.fa-gift::before{content:"\f06b";}.fa-dice-two::before{content:"\f528";}.fa-chess-queen::before{content:"\f445";}.fa-glasses::before{content:"\f530";}.fa-chess-board::before{content:"\f43c";}.fa-building-circle-check::before{content:"\e4d2";}.fa-person-chalkboard::before{content:"\e53d";}.fa-mars-stroke-right::before{content:"\f22b";}.fa-mars-stroke-h::before{content:"\f22b";}.fa-hand-back-fist::before{content:"\f255";}.fa-hand-rock::before{content:"\f255";}.fa-square-caret-up::before{content:"\f151";}.fa-caret-square-up::before{content:"\f151";}.fa-cloud-showers-water::before{content:"\e4e4";}.fa-chart-bar::before{content:"\f080";}.fa-bar-chart::before{content:"\f080";}.fa-hands-bubbles::before{content:"\e05e";}.fa-hands-wash::before{content:"\e05e";}.fa-less-than-equal::before{content:"\f537";}.fa-train::before{content:"\f238";}.fa-eye-low-vision::before{content:"\f2a8";}.fa-low-vision::before{content:"\f2a8";}.fa-crow::before{content:"\f520";}.fa-sailboat::before{content:"\e445";}.fa-window-restore::before{content:"\f2d2";}.fa-square-plus::before{content:"\f0fe";}.fa-plus-square::before{content:"\f0fe";}.fa-torii-gate::before{content:"\f6a1";}.fa-frog::before{content:"\f52e";}.fa-bucket::before{content:"\e4cf";}.fa-image::before{content:"\f03e";}.fa-microphone::before{content:"\f130";}.fa-cow::before{content:"\f6c8";}.fa-caret-up::before{content:"\f0d8";}.fa-screwdriver::before{content:"\f54a";}.fa-folder-closed::before{content:"\e185";}.fa-house-tsunami::before{content:"\e515";}.fa-square-nfi::before{content:"\e576";}.fa-arrow-up-from-ground-water::before{content:"\e4b5";}.fa-martini-glass::before{content:"\f57b";}.fa-glass-martini-alt::before{content:"\f57b";}.fa-rotate-left::before{content:"\f2ea";}.fa-rotate-back::before{content:"\f2ea";}.fa-rotate-backward::before{content:"\f2ea";}.fa-undo-alt::before{content:"\f2ea";}.fa-table-columns::before{content:"\f0db";}.fa-columns::before{content:"\f0db";}.fa-lemon::before{content:"\f094";}.fa-head-side-mask::before{content:"\e063";}.fa-handshake::before{content:"\f2b5";}.fa-gem::before{content:"\f3a5";}.fa-dolly::before{content:"\f472";}.fa-dolly-box::before{content:"\f472";}.fa-smoking::before{content:"\f48d";}.fa-minimize::before{content:"\f78c";}.fa-compress-arrows-alt::before{content:"\f78c";}.fa-monument::before{content:"\f5a6";}.fa-snowplow::before{content:"\f7d2";}.fa-angles-right::before{content:"\f101";}.fa-angle-double-right::before{content:"\f101";}.fa-cannabis::before{content:"\f55f";}.fa-circle-play::before{content:"\f144";}.fa-play-circle::before{content:"\f144";}.fa-tablets::before{content:"\f490";}.fa-ethernet::before{content:"\f796";}.fa-euro-sign::before{content:"\f153";}.fa-eur::before{content:"\f153";}.fa-euro::before{content:"\f153";}.fa-chair::before{content:"\f6c0";}.fa-circle-check::before{content:"\f058";}.fa-check-circle::before{content:"\f058";}.fa-circle-stop::before{content:"\f28d";}.fa-stop-circle::before{content:"\f28d";}.fa-compass-drafting::before{content:"\f568";}.fa-drafting-compass::before{content:"\f568";}.fa-plate-wheat::before{content:"\e55a";}.fa-icicles::before{content:"\f7ad";}.fa-person-shelter::before{content:"\e54f";}.fa-neuter::before{content:"\f22c";}.fa-id-badge::before{content:"\f2c1";}.fa-marker::before{content:"\f5a1";}.fa-face-laugh-beam::before{content:"\f59a";}.fa-laugh-beam::before{content:"\f59a";}.fa-helicopter-symbol::before{content:"\e502";}.fa-universal-access::before{content:"\f29a";}.fa-circle-chevron-up::before{content:"\f139";}.fa-chevron-circle-up::before{content:"\f139";}.fa-lari-sign::before{content:"\e1c8";}.fa-volcano::before{content:"\f770";}.fa-person-walking-dashed-line-arrow-right::before{content:"\e553";}.fa-sterling-sign::before{content:"\f154";}.fa-gbp::before{content:"\f154";}.fa-pound-sign::before{content:"\f154";}.fa-viruses::before{content:"\e076";}.fa-square-person-confined::before{content:"\e577";}.fa-user-tie::before{content:"\f508";}.fa-arrow-down-long::before{content:"\f175";}.fa-long-arrow-down::before{content:"\f175";}.fa-tent-arrow-down-to-line::before{content:"\e57e";}.fa-certificate::before{content:"\f0a3";}.fa-reply-all::before{content:"\f122";}.fa-mail-reply-all::before{content:"\f122";}.fa-suitcase::before{content:"\f0f2";}.fa-person-skating::before{content:"\f7c5";}.fa-skating::before{content:"\f7c5";}.fa-filter-circle-dollar::before{content:"\f662";}.fa-funnel-dollar::before{content:"\f662";}.fa-camera-retro::before{content:"\f083";}.fa-circle-arrow-down::before{content:"\f0ab";}.fa-arrow-circle-down::before{content:"\f0ab";}.fa-file-import::before{content:"\f56f";}.fa-arrow-right-to-file::before{content:"\f56f";}.fa-square-arrow-up-right::before{content:"\f14c";}.fa-external-link-square::before{content:"\f14c";}.fa-box-open::before{content:"\f49e";}.fa-scroll::before{content:"\f70e";}.fa-spa::before{content:"\f5bb";}.fa-location-pin-lock::before{content:"\e51f";}.fa-pause::before{content:"\f04c";}.fa-hill-avalanche::before{content:"\e507";}.fa-temperature-empty::before{content:"\f2cb";}.fa-temperature-0::before{content:"\f2cb";}.fa-thermometer-0::before{content:"\f2cb";}.fa-thermometer-empty::before{content:"\f2cb";}.fa-bomb::before{content:"\f1e2";}.fa-registered::before{content:"\f25d";}.fa-address-card::before{content:"\f2bb";}.fa-contact-card::before{content:"\f2bb";}.fa-vcard::before{content:"\f2bb";}.fa-scale-unbalanced-flip::before{content:"\f516";}.fa-balance-scale-right::before{content:"\f516";}.fa-subscript::before{content:"\f12c";}.fa-diamond-turn-right::before{content:"\f5eb";}.fa-directions::before{content:"\f5eb";}.fa-burst::before{content:"\e4dc";}.fa-house-laptop::before{content:"\e066";}.fa-laptop-house::before{content:"\e066";}.fa-face-tired::before{content:"\f5c8";}.fa-tired::before{content:"\f5c8";}.fa-money-bills::before{content:"\e1f3";}.fa-smog::before{content:"\f75f";}.fa-crutch::before{content:"\f7f7";}.fa-cloud-arrow-up::before{content:"\f0ee";}.fa-cloud-upload::before{content:"\f0ee";}.fa-cloud-upload-alt::before{content:"\f0ee";}.fa-palette::before{content:"\f53f";}.fa-arrows-turn-right::before{content:"\e4c0";}.fa-vest::before{content:"\e085";}.fa-ferry::before{content:"\e4ea";}.fa-arrows-down-to-people::before{content:"\e4b9";}.fa-seedling::before{content:"\f4d8";}.fa-sprout::before{content:"\f4d8";}.fa-left-right::before{content:"\f337";}.fa-arrows-alt-h::before{content:"\f337";}.fa-boxes-packing::before{content:"\e4c7";}.fa-circle-arrow-left::before{content:"\f0a8";}.fa-arrow-circle-left::before{content:"\f0a8";}.fa-group-arrows-rotate::before{content:"\e4f6";}.fa-bowl-food::before{content:"\e4c6";}.fa-candy-cane::before{content:"\f786";}.fa-arrow-down-wide-short::before{content:"\f160";}.fa-sort-amount-asc::before{content:"\f160";}.fa-sort-amount-down::before{content:"\f160";}.fa-cloud-bolt::before{content:"\f76c";}.fa-thunderstorm::before{content:"\f76c";}.fa-text-slash::before{content:"\f87d";}.fa-remove-format::before{content:"\f87d";}.fa-face-smile-wink::before{content:"\f4da";}.fa-smile-wink::before{content:"\f4da";}.fa-file-word::before{content:"\f1c2";}.fa-file-powerpoint::before{content:"\f1c4";}.fa-arrows-left-right::before{content:"\f07e";}.fa-arrows-h::before{content:"\f07e";}.fa-house-lock::before{content:"\e510";}.fa-cloud-arrow-down::before{content:"\f0ed";}.fa-cloud-download::before{content:"\f0ed";}.fa-cloud-download-alt::before{content:"\f0ed";}.fa-children::before{content:"\e4e1";}.fa-chalkboard::before{content:"\f51b";}.fa-blackboard::before{content:"\f51b";}.fa-user-large-slash::before{content:"\f4fa";}.fa-user-alt-slash::before{content:"\f4fa";}.fa-envelope-open::before{content:"\f2b6";}.fa-handshake-simple-slash::before{content:"\e05f";}.fa-handshake-alt-slash::before{content:"\e05f";}.fa-mattress-pillow::before{content:"\e525";}.fa-guarani-sign::before{content:"\e19a";}.fa-arrows-rotate::before{content:"\f021";}.fa-refresh::before{content:"\f021";}.fa-sync::before{content:"\f021";}.fa-fire-extinguisher::before{content:"\f134";}.fa-cruzeiro-sign::before{content:"\e152";}.fa-greater-than-equal::before{content:"\f532";}.fa-shield-halved::before{content:"\f3ed";}.fa-shield-alt::before{content:"\f3ed";}.fa-book-atlas::before{content:"\f558";}.fa-atlas::before{content:"\f558";}.fa-virus::before{content:"\e074";}.fa-envelope-circle-check::before{content:"\e4e8";}.fa-layer-group::before{content:"\f5fd";}.fa-arrows-to-dot::before{content:"\e4be";}.fa-archway::before{content:"\f557";}.fa-heart-circle-check::before{content:"\e4fd";}.fa-house-chimney-crack::before{content:"\f6f1";}.fa-house-damage::before{content:"\f6f1";}.fa-file-zipper::before{content:"\f1c6";}.fa-file-archive::before{content:"\f1c6";}.fa-square::before{content:"\f0c8";}.fa-martini-glass-empty::before{content:"\f000";}.fa-glass-martini::before{content:"\f000";}.fa-couch::before{content:"\f4b8";}.fa-cedi-sign::before{content:"\e0df";}.fa-italic::before{content:"\f033";}.fa-table-cells-column-lock::before{content:"\e678";}.fa-church::before{content:"\f51d";}.fa-comments-dollar::before{content:"\f653";}.fa-democrat::before{content:"\f747";}.fa-z::before{content:"\5a";}.fa-person-skiing::before{content:"\f7c9";}.fa-skiing::before{content:"\f7c9";}.fa-road-lock::before{content:"\e567";}.fa-a::before{content:"\41";}.fa-temperature-arrow-down::before{content:"\e03f";}.fa-temperature-down::before{content:"\e03f";}.fa-feather-pointed::before{content:"\f56b";}.fa-feather-alt::before{content:"\f56b";}.fa-p::before{content:"\50";}.fa-snowflake::before{content:"\f2dc";}.fa-newspaper::before{content:"\f1ea";}.fa-rectangle-ad::before{content:"\f641";}.fa-ad::before{content:"\f641";}.fa-circle-arrow-right::before{content:"\f0a9";}.fa-arrow-circle-right::before{content:"\f0a9";}.fa-filter-circle-xmark::before{content:"\e17b";}.fa-locust::before{content:"\e520";}.fa-sort::before{content:"\f0dc";}.fa-unsorted::before{content:"\f0dc";}.fa-list-ol::before{content:"\f0cb";}.fa-list-1-2::before{content:"\f0cb";}.fa-list-numeric::before{content:"\f0cb";}.fa-person-dress-burst::before{content:"\e544";}.fa-money-check-dollar::before{content:"\f53d";}.fa-money-check-alt::before{content:"\f53d";}.fa-vector-square::before{content:"\f5cb";}.fa-bread-slice::before{content:"\f7ec";}.fa-language::before{content:"\f1ab";}.fa-face-kiss-wink-heart::before{content:"\f598";}.fa-kiss-wink-heart::before{content:"\f598";}.fa-filter::before{content:"\f0b0";}.fa-question::before{content:"\3f";}.fa-file-signature::before{content:"\f573";}.fa-up-down-left-right::before{content:"\f0b2";}.fa-arrows-alt::before{content:"\f0b2";}.fa-house-chimney-user::before{content:"\e065";}.fa-hand-holding-heart::before{content:"\f4be";}.fa-puzzle-piece::before{content:"\f12e";}.fa-money-check::before{content:"\f53c";}.fa-star-half-stroke::before{content:"\f5c0";}.fa-star-half-alt::before{content:"\f5c0";}.fa-code::before{content:"\f121";}.fa-whiskey-glass::before{content:"\f7a0";}.fa-glass-whiskey::before{content:"\f7a0";}.fa-building-circle-exclamation::before{content:"\e4d3";}.fa-magnifying-glass-chart::before{content:"\e522";}.fa-arrow-up-right-from-square::before{content:"\f08e";}.fa-external-link::before{content:"\f08e";}.fa-cubes-stacked::before{content:"\e4e6";}.fa-won-sign::before{content:"\f159";}.fa-krw::before{content:"\f159";}.fa-won::before{content:"\f159";}.fa-virus-covid::before{content:"\e4a8";}.fa-austral-sign::before{content:"\e0a9";}.fa-f::before{content:"\46";}.fa-leaf::before{content:"\f06c";}.fa-road::before{content:"\f018";}.fa-taxi::before{content:"\f1ba";}.fa-cab::before{content:"\f1ba";}.fa-person-circle-plus::before{content:"\e541";}.fa-chart-pie::before{content:"\f200";}.fa-pie-chart::before{content:"\f200";}.fa-bolt-lightning::before{content:"\e0b7";}.fa-sack-xmark::before{content:"\e56a";}.fa-file-excel::before{content:"\f1c3";}.fa-file-contract::before{content:"\f56c";}.fa-fish-fins::before{content:"\e4f2";}.fa-building-flag::before{content:"\e4d5";}.fa-face-grin-beam::before{content:"\f582";}.fa-grin-beam::before{content:"\f582";}.fa-object-ungroup::before{content:"\f248";}.fa-poop::before{content:"\f619";}.fa-location-pin::before{content:"\f041";}.fa-map-marker::before{content:"\f041";}.fa-kaaba::before{content:"\f66b";}.fa-toilet-paper::before{content:"\f71e";}.fa-helmet-safety::before{content:"\f807";}.fa-hard-hat::before{content:"\f807";}.fa-hat-hard::before{content:"\f807";}.fa-eject::before{content:"\f052";}.fa-circle-right::before{content:"\f35a";}.fa-arrow-alt-circle-right::before{content:"\f35a";}.fa-plane-circle-check::before{content:"\e555";}.fa-face-rolling-eyes::before{content:"\f5a5";}.fa-meh-rolling-eyes::before{content:"\f5a5";}.fa-object-group::before{content:"\f247";}.fa-chart-line::before{content:"\f201";}.fa-line-chart::before{content:"\f201";}.fa-mask-ventilator::before{content:"\e524";}.fa-arrow-right::before{content:"\f061";}.fa-signs-post::before{content:"\f277";}.fa-map-signs::before{content:"\f277";}.fa-cash-register::before{content:"\f788";}.fa-person-circle-question::before{content:"\e542";}.fa-h::before{content:"\48";}.fa-tarp::before{content:"\e57b";}.fa-screwdriver-wrench::before{content:"\f7d9";}.fa-tools::before{content:"\f7d9";}.fa-arrows-to-eye::before{content:"\e4bf";}.fa-plug-circle-bolt::before{content:"\e55b";}.fa-heart::before{content:"\f004";}.fa-mars-and-venus::before{content:"\f224";}.fa-house-user::before{content:"\e1b0";}.fa-home-user::before{content:"\e1b0";}.fa-dumpster-fire::before{content:"\f794";}.fa-house-crack::before{content:"\e3b1";}.fa-martini-glass-citrus::before{content:"\f561";}.fa-cocktail::before{content:"\f561";}.fa-face-surprise::before{content:"\f5c2";}.fa-surprise::before{content:"\f5c2";}.fa-bottle-water::before{content:"\e4c5";}.fa-circle-pause::before{content:"\f28b";}.fa-pause-circle::before{content:"\f28b";}.fa-toilet-paper-slash::before{content:"\e072";}.fa-apple-whole::before{content:"\f5d1";}.fa-apple-alt::before{content:"\f5d1";}.fa-kitchen-set::before{content:"\e51a";}.fa-r::before{content:"\52";}.fa-temperature-quarter::before{content:"\f2ca";}.fa-temperature-1::before{content:"\f2ca";}.fa-thermometer-1::before{content:"\f2ca";}.fa-thermometer-quarter::before{content:"\f2ca";}.fa-cube::before{content:"\f1b2";}.fa-bitcoin-sign::before{content:"\e0b4";}.fa-shield-dog::before{content:"\e573";}.fa-solar-panel::before{content:"\f5ba";}.fa-lock-open::before{content:"\f3c1";}.fa-elevator::before{content:"\e16d";}.fa-money-bill-transfer::before{content:"\e528";}.fa-money-bill-trend-up::before{content:"\e529";}.fa-house-flood-water-circle-arrow-right::before{content:"\e50f";}.fa-square-poll-horizontal::before{content:"\f682";}.fa-poll-h::before{content:"\f682";}.fa-circle::before{content:"\f111";}.fa-backward-fast::before{content:"\f049";}.fa-fast-backward::before{content:"\f049";}.fa-recycle::before{content:"\f1b8";}.fa-user-astronaut::before{content:"\f4fb";}.fa-plane-slash::before{content:"\e069";}.fa-trademark::before{content:"\f25c";}.fa-basketball::before{content:"\f434";}.fa-basketball-ball::before{content:"\f434";}.fa-satellite-dish::before{content:"\f7c0";}.fa-circle-up::before{content:"\f35b";}.fa-arrow-alt-circle-up::before{content:"\f35b";}.fa-mobile-screen-button::before{content:"\f3cd";}.fa-mobile-alt::before{content:"\f3cd";}.fa-volume-high::before{content:"\f028";}.fa-volume-up::before{content:"\f028";}.fa-users-rays::before{content:"\e593";}.fa-wallet::before{content:"\f555";}.fa-clipboard-check::before{content:"\f46c";}.fa-file-audio::before{content:"\f1c7";}.fa-burger::before{content:"\f805";}.fa-hamburger::before{content:"\f805";}.fa-wrench::before{content:"\f0ad";}.fa-bugs::before{content:"\e4d0";}.fa-rupee-sign::before{content:"\f156";}.fa-rupee::before{content:"\f156";}.fa-file-image::before{content:"\f1c5";}.fa-circle-question::before{content:"\f059";}.fa-question-circle::before{content:"\f059";}.fa-plane-departure::before{content:"\f5b0";}.fa-handshake-slash::before{content:"\e060";}.fa-book-bookmark::before{content:"\e0bb";}.fa-code-branch::before{content:"\f126";}.fa-hat-cowboy::before{content:"\f8c0";}.fa-bridge::before{content:"\e4c8";}.fa-phone-flip::before{content:"\f879";}.fa-phone-alt::before{content:"\f879";}.fa-truck-front::before{content:"\e2b7";}.fa-cat::before{content:"\f6be";}.fa-anchor-circle-exclamation::before{content:"\e4ab";}.fa-truck-field::before{content:"\e58d";}.fa-route::before{content:"\f4d7";}.fa-clipboard-question::before{content:"\e4e3";}.fa-panorama::before{content:"\e209";}.fa-comment-medical::before{content:"\f7f5";}.fa-teeth-open::before{content:"\f62f";}.fa-file-circle-minus::before{content:"\e4ed";}.fa-tags::before{content:"\f02c";}.fa-wine-glass::before{content:"\f4e3";}.fa-forward-fast::before{content:"\f050";}.fa-fast-forward::before{content:"\f050";}.fa-face-meh-blank::before{content:"\f5a4";}.fa-meh-blank::before{content:"\f5a4";}.fa-square-parking::before{content:"\f540";}.fa-parking::before{content:"\f540";}.fa-house-signal::before{content:"\e012";}.fa-bars-progress::before{content:"\f828";}.fa-tasks-alt::before{content:"\f828";}.fa-faucet-drip::before{content:"\e006";}.fa-cart-flatbed::before{content:"\f474";}.fa-dolly-flatbed::before{content:"\f474";}.fa-ban-smoking::before{content:"\f54d";}.fa-smoking-ban::before{content:"\f54d";}.fa-terminal::before{content:"\f120";}.fa-mobile-button::before{content:"\f10b";}.fa-house-medical-flag::before{content:"\e514";}.fa-basket-shopping::before{content:"\f291";}.fa-shopping-basket::before{content:"\f291";}.fa-tape::before{content:"\f4db";}.fa-bus-simple::before{content:"\f55e";}.fa-bus-alt::before{content:"\f55e";}.fa-eye::before{content:"\f06e";}.fa-face-sad-cry::before{content:"\f5b3";}.fa-sad-cry::before{content:"\f5b3";}.fa-audio-description::before{content:"\f29e";}.fa-person-military-to-person::before{content:"\e54c";}.fa-file-shield::before{content:"\e4f0";}.fa-user-slash::before{content:"\f506";}.fa-pen::before{content:"\f304";}.fa-tower-observation::before{content:"\e586";}.fa-file-code::before{content:"\f1c9";}.fa-signal::before{content:"\f012";}.fa-signal-5::before{content:"\f012";}.fa-signal-perfect::before{content:"\f012";}.fa-bus::before{content:"\f207";}.fa-heart-circle-xmark::before{content:"\e501";}.fa-house-chimney::before{content:"\e3af";}.fa-home-lg::before{content:"\e3af";}.fa-window-maximize::before{content:"\f2d0";}.fa-face-frown::before{content:"\f119";}.fa-frown::before{content:"\f119";}.fa-prescription::before{content:"\f5b1";}.fa-shop::before{content:"\f54f";}.fa-store-alt::before{content:"\f54f";}.fa-floppy-disk::before{content:"\f0c7";}.fa-save::before{content:"\f0c7";}.fa-vihara::before{content:"\f6a7";}.fa-scale-unbalanced::before{content:"\f515";}.fa-balance-scale-left::before{content:"\f515";}.fa-sort-up::before{content:"\f0de";}.fa-sort-asc::before{content:"\f0de";}.fa-comment-dots::before{content:"\f4ad";}.fa-commenting::before{content:"\f4ad";}.fa-plant-wilt::before{content:"\e5aa";}.fa-diamond::before{content:"\f219";}.fa-face-grin-squint::before{content:"\f585";}.fa-grin-squint::before{content:"\f585";}.fa-hand-holding-dollar::before{content:"\f4c0";}.fa-hand-holding-usd::before{content:"\f4c0";}.fa-bacterium::before{content:"\e05a";}.fa-hand-pointer::before{content:"\f25a";}.fa-drum-steelpan::before{content:"\f56a";}.fa-hand-scissors::before{content:"\f257";}.fa-hands-praying::before{content:"\f684";}.fa-praying-hands::before{content:"\f684";}.fa-arrow-rotate-right::before{content:"\f01e";}.fa-arrow-right-rotate::before{content:"\f01e";}.fa-arrow-rotate-forward::before{content:"\f01e";}.fa-redo::before{content:"\f01e";}.fa-biohazard::before{content:"\f780";}.fa-location-crosshairs::before{content:"\f601";}.fa-location::before{content:"\f601";}.fa-mars-double::before{content:"\f227";}.fa-child-dress::before{content:"\e59c";}.fa-users-between-lines::before{content:"\e591";}.fa-lungs-virus::before{content:"\e067";}.fa-face-grin-tears::before{content:"\f588";}.fa-grin-tears::before{content:"\f588";}.fa-phone::before{content:"\f095";}.fa-calendar-xmark::before{content:"\f273";}.fa-calendar-times::before{content:"\f273";}.fa-child-reaching::before{content:"\e59d";}.fa-head-side-virus::before{content:"\e064";}.fa-user-gear::before{content:"\f4fe";}.fa-user-cog::before{content:"\f4fe";}.fa-arrow-up-1-9::before{content:"\f163";}.fa-sort-numeric-up::before{content:"\f163";}.fa-door-closed::before{content:"\f52a";}.fa-shield-virus::before{content:"\e06c";}.fa-dice-six::before{content:"\f526";}.fa-mosquito-net::before{content:"\e52c";}.fa-bridge-water::before{content:"\e4ce";}.fa-person-booth::before{content:"\f756";}.fa-text-width::before{content:"\f035";}.fa-hat-wizard::before{content:"\f6e8";}.fa-pen-fancy::before{content:"\f5ac";}.fa-person-digging::before{content:"\f85e";}.fa-digging::before{content:"\f85e";}.fa-trash::before{content:"\f1f8";}.fa-gauge-simple::before{content:"\f629";}.fa-gauge-simple-med::before{content:"\f629";}.fa-tachometer-average::before{content:"\f629";}.fa-book-medical::before{content:"\f7e6";}.fa-poo::before{content:"\f2fe";}.fa-quote-right::before{content:"\f10e";}.fa-quote-right-alt::before{content:"\f10e";}.fa-shirt::before{content:"\f553";}.fa-t-shirt::before{content:"\f553";}.fa-tshirt::before{content:"\f553";}.fa-cubes::before{content:"\f1b3";}.fa-divide::before{content:"\f529";}.fa-tenge-sign::before{content:"\f7d7";}.fa-tenge::before{content:"\f7d7";}.fa-headphones::before{content:"\f025";}.fa-hands-holding::before{content:"\f4c2";}.fa-hands-clapping::before{content:"\e1a8";}.fa-republican::before{content:"\f75e";}.fa-arrow-left::before{content:"\f060";}.fa-person-circle-xmark::before{content:"\e543";}.fa-ruler::before{content:"\f545";}.fa-align-left::before{content:"\f036";}.fa-dice-d6::before{content:"\f6d1";}.fa-restroom::before{content:"\f7bd";}.fa-j::before{content:"\4a";}.fa-users-viewfinder::before{content:"\e595";}.fa-file-video::before{content:"\f1c8";}.fa-up-right-from-square::before{content:"\f35d";}.fa-external-link-alt::before{content:"\f35d";}.fa-table-cells::before{content:"\f00a";}.fa-th::before{content:"\f00a";}.fa-file-pdf::before{content:"\f1c1";}.fa-book-bible::before{content:"\f647";}.fa-bible::before{content:"\f647";}.fa-o::before{content:"\4f";}.fa-suitcase-medical::before{content:"\f0fa";}.fa-medkit::before{content:"\f0fa";}.fa-user-secret::before{content:"\f21b";}.fa-otter::before{content:"\f700";}.fa-person-dress::before{content:"\f182";}.fa-female::before{content:"\f182";}.fa-comment-dollar::before{content:"\f651";}.fa-business-time::before{content:"\f64a";}.fa-briefcase-clock::before{content:"\f64a";}.fa-table-cells-large::before{content:"\f009";}.fa-th-large::before{content:"\f009";}.fa-book-tanakh::before{content:"\f827";}.fa-tanakh::before{content:"\f827";}.fa-phone-volume::before{content:"\f2a0";}.fa-volume-control-phone::before{content:"\f2a0";}.fa-hat-cowboy-side::before{content:"\f8c1";}.fa-clipboard-user::before{content:"\f7f3";}.fa-child::before{content:"\f1ae";}.fa-lira-sign::before{content:"\f195";}.fa-satellite::before{content:"\f7bf";}.fa-plane-lock::before{content:"\e558";}.fa-tag::before{content:"\f02b";}.fa-comment::before{content:"\f075";}.fa-cake-candles::before{content:"\f1fd";}.fa-birthday-cake::before{content:"\f1fd";}.fa-cake::before{content:"\f1fd";}.fa-envelope::before{content:"\f0e0";}.fa-angles-up::before{content:"\f102";}.fa-angle-double-up::before{content:"\f102";}.fa-paperclip::before{content:"\f0c6";}.fa-arrow-right-to-city::before{content:"\e4b3";}.fa-ribbon::before{content:"\f4d6";}.fa-lungs::before{content:"\f604";}.fa-arrow-up-9-1::before{content:"\f887";}.fa-sort-numeric-up-alt::before{content:"\f887";}.fa-litecoin-sign::before{content:"\e1d3";}.fa-border-none::before{content:"\f850";}.fa-circle-nodes::before{content:"\e4e2";}.fa-parachute-box::before{content:"\f4cd";}.fa-indent::before{content:"\f03c";}.fa-truck-field-un::before{content:"\e58e";}.fa-hourglass::before{content:"\f254";}.fa-hourglass-empty::before{content:"\f254";}.fa-mountain::before{content:"\f6fc";}.fa-user-doctor::before{content:"\f0f0";}.fa-user-md::before{content:"\f0f0";}.fa-circle-info::before{content:"\f05a";}.fa-info-circle::before{content:"\f05a";}.fa-cloud-meatball::before{content:"\f73b";}.fa-camera::before{content:"\f030";}.fa-camera-alt::before{content:"\f030";}.fa-square-virus::before{content:"\e578";}.fa-meteor::before{content:"\f753";}.fa-car-on::before{content:"\e4dd";}.fa-sleigh::before{content:"\f7cc";}.fa-arrow-down-1-9::before{content:"\f162";}.fa-sort-numeric-asc::before{content:"\f162";}.fa-sort-numeric-down::before{content:"\f162";}.fa-hand-holding-droplet::before{content:"\f4c1";}.fa-hand-holding-water::before{content:"\f4c1";}.fa-water::before{content:"\f773";}.fa-calendar-check::before{content:"\f274";}.fa-braille::before{content:"\f2a1";}.fa-prescription-bottle-medical::before{content:"\f486";}.fa-prescription-bottle-alt::before{content:"\f486";}.fa-landmark::before{content:"\f66f";}.fa-truck::before{content:"\f0d1";}.fa-crosshairs::before{content:"\f05b";}.fa-person-cane::before{content:"\e53c";}.fa-tent::before{content:"\e57d";}.fa-vest-patches::before{content:"\e086";}.fa-check-double::before{content:"\f560";}.fa-arrow-down-a-z::before{content:"\f15d";}.fa-sort-alpha-asc::before{content:"\f15d";}.fa-sort-alpha-down::before{content:"\f15d";}.fa-money-bill-wheat::before{content:"\e52a";}.fa-cookie::before{content:"\f563";}.fa-arrow-rotate-left::before{content:"\f0e2";}.fa-arrow-left-rotate::before{content:"\f0e2";}.fa-arrow-rotate-back::before{content:"\f0e2";}.fa-arrow-rotate-backward::before{content:"\f0e2";}.fa-undo::before{content:"\f0e2";}.fa-hard-drive::before{content:"\f0a0";}.fa-hdd::before{content:"\f0a0";}.fa-face-grin-squint-tears::before{content:"\f586";}.fa-grin-squint-tears::before{content:"\f586";}.fa-dumbbell::before{content:"\f44b";}.fa-rectangle-list::before{content:"\f022";}.fa-list-alt::before{content:"\f022";}.fa-tarp-droplet::before{content:"\e57c";}.fa-house-medical-circle-check::before{content:"\e511";}.fa-person-skiing-nordic::before{content:"\f7ca";}.fa-skiing-nordic::before{content:"\f7ca";}.fa-calendar-plus::before{content:"\f271";}.fa-plane-arrival::before{content:"\f5af";}.fa-circle-left::before{content:"\f359";}.fa-arrow-alt-circle-left::before{content:"\f359";}.fa-train-subway::before{content:"\f239";}.fa-subway::before{content:"\f239";}.fa-chart-gantt::before{content:"\e0e4";}.fa-indian-rupee-sign::before{content:"\e1bc";}.fa-indian-rupee::before{content:"\e1bc";}.fa-inr::before{content:"\e1bc";}.fa-crop-simple::before{content:"\f565";}.fa-crop-alt::before{content:"\f565";}.fa-money-bill-1::before{content:"\f3d1";}.fa-money-bill-alt::before{content:"\f3d1";}.fa-left-long::before{content:"\f30a";}.fa-long-arrow-alt-left::before{content:"\f30a";}.fa-dna::before{content:"\f471";}.fa-virus-slash::before{content:"\e075";}.fa-minus::before{content:"\f068";}.fa-subtract::before{content:"\f068";}.fa-chess::before{content:"\f439";}.fa-arrow-left-long::before{content:"\f177";}.fa-long-arrow-left::before{content:"\f177";}.fa-plug-circle-check::before{content:"\e55c";}.fa-street-view::before{content:"\f21d";}.fa-franc-sign::before{content:"\e18f";}.fa-volume-off::before{content:"\f026";}.fa-hands-asl-interpreting::before{content:"\f2a3";}.fa-american-sign-language-interpreting::before{content:"\f2a3";}.fa-asl-interpreting::before{content:"\f2a3";}.fa-hands-american-sign-language-interpreting::before{content:"\f2a3";}.fa-gear::before{content:"\f013";}.fa-cog::before{content:"\f013";}.fa-droplet-slash::before{content:"\f5c7";}.fa-tint-slash::before{content:"\f5c7";}.fa-mosque::before{content:"\f678";}.fa-mosquito::before{content:"\e52b";}.fa-star-of-david::before{content:"\f69a";}.fa-person-military-rifle::before{content:"\e54b";}.fa-cart-shopping::before{content:"\f07a";}.fa-shopping-cart::before{content:"\f07a";}.fa-vials::before{content:"\f493";}.fa-plug-circle-plus::before{content:"\e55f";}.fa-place-of-worship::before{content:"\f67f";}.fa-grip-vertical::before{content:"\f58e";}.fa-arrow-turn-up::before{content:"\f148";}.fa-level-up::before{content:"\f148";}.fa-u::before{content:"\55";}.fa-square-root-variable::before{content:"\f698";}.fa-square-root-alt::before{content:"\f698";}.fa-clock::before{content:"\f017";}.fa-clock-four::before{content:"\f017";}.fa-backward-step::before{content:"\f048";}.fa-step-backward::before{content:"\f048";}.fa-pallet::before{content:"\f482";}.fa-faucet::before{content:"\e005";}.fa-baseball-bat-ball::before{content:"\f432";}.fa-s::before{content:"\53";}.fa-timeline::before{content:"\e29c";}.fa-keyboard::before{content:"\f11c";}.fa-caret-down::before{content:"\f0d7";}.fa-house-chimney-medical::before{content:"\f7f2";}.fa-clinic-medical::before{content:"\f7f2";}.fa-temperature-three-quarters::before{content:"\f2c8";}.fa-temperature-3::before{content:"\f2c8";}.fa-thermometer-3::before{content:"\f2c8";}.fa-thermometer-three-quarters::before{content:"\f2c8";}.fa-mobile-screen::before{content:"\f3cf";}.fa-mobile-android-alt::before{content:"\f3cf";}.fa-plane-up::before{content:"\e22d";}.fa-piggy-bank::before{content:"\f4d3";}.fa-battery-half::before{content:"\f242";}.fa-battery-3::before{content:"\f242";}.fa-mountain-city::before{content:"\e52e";}.fa-coins::before{content:"\f51e";}.fa-khanda::before{content:"\f66d";}.fa-sliders::before{content:"\f1de";}.fa-sliders-h::before{content:"\f1de";}.fa-folder-tree::before{content:"\f802";}.fa-network-wired::before{content:"\f6ff";}.fa-map-pin::before{content:"\f276";}.fa-hamsa::before{content:"\f665";}.fa-cent-sign::before{content:"\e3f5";}.fa-flask::before{content:"\f0c3";}.fa-person-pregnant::before{content:"\e31e";}.fa-wand-sparkles::before{content:"\f72b";}.fa-ellipsis-vertical::before{content:"\f142";}.fa-ellipsis-v::before{content:"\f142";}.fa-ticket::before{content:"\f145";}.fa-power-off::before{content:"\f011";}.fa-right-long::before{content:"\f30b";}.fa-long-arrow-alt-right::before{content:"\f30b";}.fa-flag-usa::before{content:"\f74d";}.fa-laptop-file::before{content:"\e51d";}.fa-tty::before{content:"\f1e4";}.fa-teletype::before{content:"\f1e4";}.fa-diagram-next::before{content:"\e476";}.fa-person-rifle::before{content:"\e54e";}.fa-house-medical-circle-exclamation::before{content:"\e512";}.fa-closed-captioning::before{content:"\f20a";}.fa-person-hiking::before{content:"\f6ec";}.fa-hiking::before{content:"\f6ec";}.fa-venus-double::before{content:"\f226";}.fa-images::before{content:"\f302";}.fa-calculator::before{content:"\f1ec";}.fa-people-pulling::before{content:"\e535";}.fa-n::before{content:"\4e";}.fa-cable-car::before{content:"\f7da";}.fa-tram::before{content:"\f7da";}.fa-cloud-rain::before{content:"\f73d";}.fa-building-circle-xmark::before{content:"\e4d4";}.fa-ship::before{content:"\f21a";}.fa-arrows-down-to-line::before{content:"\e4b8";}.fa-download::before{content:"\f019";}.fa-face-grin::before{content:"\f580";}.fa-grin::before{content:"\f580";}.fa-delete-left::before{content:"\f55a";}.fa-backspace::before{content:"\f55a";}.fa-eye-dropper::before{content:"\f1fb";}.fa-eye-dropper-empty::before{content:"\f1fb";}.fa-eyedropper::before{content:"\f1fb";}.fa-file-circle-check::before{content:"\e5a0";}.fa-forward::before{content:"\f04e";}.fa-mobile::before{content:"\f3ce";}.fa-mobile-android::before{content:"\f3ce";}.fa-mobile-phone::before{content:"\f3ce";}.fa-face-meh::before{content:"\f11a";}.fa-meh::before{content:"\f11a";}.fa-align-center::before{content:"\f037";}.fa-book-skull::before{content:"\f6b7";}.fa-book-dead::before{content:"\f6b7";}.fa-id-card::before{content:"\f2c2";}.fa-drivers-license::before{content:"\f2c2";}.fa-outdent::before{content:"\f03b";}.fa-dedent::before{content:"\f03b";}.fa-heart-circle-exclamation::before{content:"\e4fe";}.fa-house::before{content:"\f015";}.fa-home::before{content:"\f015";}.fa-home-alt::before{content:"\f015";}.fa-home-lg-alt::before{content:"\f015";}.fa-calendar-week::before{content:"\f784";}.fa-laptop-medical::before{content:"\f812";}.fa-b::before{content:"\42";}.fa-file-medical::before{content:"\f477";}.fa-dice-one::before{content:"\f525";}.fa-kiwi-bird::before{content:"\f535";}.fa-arrow-right-arrow-left::before{content:"\f0ec";}.fa-exchange::before{content:"\f0ec";}.fa-rotate-right::before{content:"\f2f9";}.fa-redo-alt::before{content:"\f2f9";}.fa-rotate-forward::before{content:"\f2f9";}.fa-utensils::before{content:"\f2e7";}.fa-cutlery::before{content:"\f2e7";}.fa-arrow-up-wide-short::before{content:"\f161";}.fa-sort-amount-up::before{content:"\f161";}.fa-mill-sign::before{content:"\e1ed";}.fa-bowl-rice::before{content:"\e2eb";}.fa-skull::before{content:"\f54c";}.fa-tower-broadcast::before{content:"\f519";}.fa-broadcast-tower::before{content:"\f519";}.fa-truck-pickup::before{content:"\f63c";}.fa-up-long::before{content:"\f30c";}.fa-long-arrow-alt-up::before{content:"\f30c";}.fa-stop::before{content:"\f04d";}.fa-code-merge::before{content:"\f387";}.fa-upload::before{content:"\f093";}.fa-hurricane::before{content:"\f751";}.fa-mound::before{content:"\e52d";}.fa-toilet-portable::before{content:"\e583";}.fa-compact-disc::before{content:"\f51f";}.fa-file-arrow-down::before{content:"\f56d";}.fa-file-download::before{content:"\f56d";}.fa-caravan::before{content:"\f8ff";}.fa-shield-cat::before{content:"\e572";}.fa-bolt::before{content:"\f0e7";}.fa-zap::before{content:"\f0e7";}.fa-glass-water::before{content:"\e4f4";}.fa-oil-well::before{content:"\e532";}.fa-vault::before{content:"\e2c5";}.fa-mars::before{content:"\f222";}.fa-toilet::before{content:"\f7d8";}.fa-plane-circle-xmark::before{content:"\e557";}.fa-yen-sign::before{content:"\f157";}.fa-cny::before{content:"\f157";}.fa-jpy::before{content:"\f157";}.fa-rmb::before{content:"\f157";}.fa-yen::before{content:"\f157";}.fa-ruble-sign::before{content:"\f158";}.fa-rouble::before{content:"\f158";}.fa-rub::before{content:"\f158";}.fa-ruble::before{content:"\f158";}.fa-sun::before{content:"\f185";}.fa-guitar::before{content:"\f7a6";}.fa-face-laugh-wink::before{content:"\f59c";}.fa-laugh-wink::before{content:"\f59c";}.fa-horse-head::before{content:"\f7ab";}.fa-bore-hole::before{content:"\e4c3";}.fa-industry::before{content:"\f275";}.fa-circle-down::before{content:"\f358";}.fa-arrow-alt-circle-down::before{content:"\f358";}.fa-arrows-turn-to-dots::before{content:"\e4c1";}.fa-florin-sign::before{content:"\e184";}.fa-arrow-down-short-wide::before{content:"\f884";}.fa-sort-amount-desc::before{content:"\f884";}.fa-sort-amount-down-alt::before{content:"\f884";}.fa-less-than::before{content:"\3c";}.fa-angle-down::before{content:"\f107";}.fa-car-tunnel::before{content:"\e4de";}.fa-head-side-cough::before{content:"\e061";}.fa-grip-lines::before{content:"\f7a4";}.fa-thumbs-down::before{content:"\f165";}.fa-user-lock::before{content:"\f502";}.fa-arrow-right-long::before{content:"\f178";}.fa-long-arrow-right::before{content:"\f178";}.fa-anchor-circle-xmark::before{content:"\e4ac";}.fa-ellipsis::before{content:"\f141";}.fa-ellipsis-h::before{content:"\f141";}.fa-chess-pawn::before{content:"\f443";}.fa-kit-medical::before{content:"\f479";}.fa-first-aid::before{content:"\f479";}.fa-person-through-window::before{content:"\e5a9";}.fa-toolbox::before{content:"\f552";}.fa-hands-holding-circle::before{content:"\e4fb";}.fa-bug::before{content:"\f188";}.fa-credit-card::before{content:"\f09d";}.fa-credit-card-alt::before{content:"\f09d";}.fa-car::before{content:"\f1b9";}.fa-automobile::before{content:"\f1b9";}.fa-hand-holding-hand::before{content:"\e4f7";}.fa-book-open-reader::before{content:"\f5da";}.fa-book-reader::before{content:"\f5da";}.fa-mountain-sun::before{content:"\e52f";}.fa-arrows-left-right-to-line::before{content:"\e4ba";}.fa-dice-d20::before{content:"\f6cf";}.fa-truck-droplet::before{content:"\e58c";}.fa-file-circle-xmark::before{content:"\e5a1";}.fa-temperature-arrow-up::before{content:"\e040";}.fa-temperature-up::before{content:"\e040";}.fa-medal::before{content:"\f5a2";}.fa-bed::before{content:"\f236";}.fa-square-h::before{content:"\f0fd";}.fa-h-square::before{content:"\f0fd";}.fa-podcast::before{content:"\f2ce";}.fa-temperature-full::before{content:"\f2c7";}.fa-temperature-4::before{content:"\f2c7";}.fa-thermometer-4::before{content:"\f2c7";}.fa-thermometer-full::before{content:"\f2c7";}.fa-bell::before{content:"\f0f3";}.fa-superscript::before{content:"\f12b";}.fa-plug-circle-xmark::before{content:"\e560";}.fa-star-of-life::before{content:"\f621";}.fa-phone-slash::before{content:"\f3dd";}.fa-paint-roller::before{content:"\f5aa";}.fa-handshake-angle::before{content:"\f4c4";}.fa-hands-helping::before{content:"\f4c4";}.fa-location-dot::before{content:"\f3c5";}.fa-map-marker-alt::before{content:"\f3c5";}.fa-file::before{content:"\f15b";}.fa-greater-than::before{content:"\3e";}.fa-person-swimming::before{content:"\f5c4";}.fa-swimmer::before{content:"\f5c4";}.fa-arrow-down::before{content:"\f063";}.fa-droplet::before{content:"\f043";}.fa-tint::before{content:"\f043";}.fa-eraser::before{content:"\f12d";}.fa-earth-americas::before{content:"\f57d";}.fa-earth::before{content:"\f57d";}.fa-earth-america::before{content:"\f57d";}.fa-globe-americas::before{content:"\f57d";}.fa-person-burst::before{content:"\e53b";}.fa-dove::before{content:"\f4ba";}.fa-battery-empty::before{content:"\f244";}.fa-battery-0::before{content:"\f244";}.fa-socks::before{content:"\f696";}.fa-inbox::before{content:"\f01c";}.fa-section::before{content:"\e447";}.fa-gauge-high::before{content:"\f625";}.fa-tachometer-alt::before{content:"\f625";}.fa-tachometer-alt-fast::before{content:"\f625";}.fa-envelope-open-text::before{content:"\f658";}.fa-hospital::before{content:"\f0f8";}.fa-hospital-alt::before{content:"\f0f8";}.fa-hospital-wide::before{content:"\f0f8";}.fa-wine-bottle::before{content:"\f72f";}.fa-chess-rook::before{content:"\f447";}.fa-bars-staggered::before{content:"\f550";}.fa-reorder::before{content:"\f550";}.fa-stream::before{content:"\f550";}.fa-dharmachakra::before{content:"\f655";}.fa-hotdog::before{content:"\f80f";}.fa-person-walking-with-cane::before{content:"\f29d";}.fa-blind::before{content:"\f29d";}.fa-drum::before{content:"\f569";}.fa-ice-cream::before{content:"\f810";}.fa-heart-circle-bolt::before{content:"\e4fc";}.fa-fax::before{content:"\f1ac";}.fa-paragraph::before{content:"\f1dd";}.fa-check-to-slot::before{content:"\f772";}.fa-vote-yea::before{content:"\f772";}.fa-star-half::before{content:"\f089";}.fa-boxes-stacked::before{content:"\f468";}.fa-boxes::before{content:"\f468";}.fa-boxes-alt::before{content:"\f468";}.fa-link::before{content:"\f0c1";}.fa-chain::before{content:"\f0c1";}.fa-ear-listen::before{content:"\f2a2";}.fa-assistive-listening-systems::before{content:"\f2a2";}.fa-tree-city::before{content:"\e587";}.fa-play::before{content:"\f04b";}.fa-font::before{content:"\f031";}.fa-table-cells-row-lock::before{content:"\e67a";}.fa-rupiah-sign::before{content:"\e23d";}.fa-magnifying-glass::before{content:"\f002";}.fa-search::before{content:"\f002";}.fa-table-tennis-paddle-ball::before{content:"\f45d";}.fa-ping-pong-paddle-ball::before{content:"\f45d";}.fa-table-tennis::before{content:"\f45d";}.fa-person-dots-from-line::before{content:"\f470";}.fa-diagnoses::before{content:"\f470";}.fa-trash-can-arrow-up::before{content:"\f82a";}.fa-trash-restore-alt::before{content:"\f82a";}.fa-naira-sign::before{content:"\e1f6";}.fa-cart-arrow-down::before{content:"\f218";}.fa-walkie-talkie::before{content:"\f8ef";}.fa-file-pen::before{content:"\f31c";}.fa-file-edit::before{content:"\f31c";}.fa-receipt::before{content:"\f543";}.fa-square-pen::before{content:"\f14b";}.fa-pen-square::before{content:"\f14b";}.fa-pencil-square::before{content:"\f14b";}.fa-suitcase-rolling::before{content:"\f5c1";}.fa-person-circle-exclamation::before{content:"\e53f";}.fa-chevron-down::before{content:"\f078";}.fa-battery-full::before{content:"\f240";}.fa-battery::before{content:"\f240";}.fa-battery-5::before{content:"\f240";}.fa-skull-crossbones::before{content:"\f714";}.fa-code-compare::before{content:"\e13a";}.fa-list-ul::before{content:"\f0ca";}.fa-list-dots::before{content:"\f0ca";}.fa-school-lock::before{content:"\e56f";}.fa-tower-cell::before{content:"\e585";}.fa-down-long::before{content:"\f309";}.fa-long-arrow-alt-down::before{content:"\f309";}.fa-ranking-star::before{content:"\e561";}.fa-chess-king::before{content:"\f43f";}.fa-person-harassing::before{content:"\e549";}.fa-brazilian-real-sign::before{content:"\e46c";}.fa-landmark-dome::before{content:"\f752";}.fa-landmark-alt::before{content:"\f752";}.fa-arrow-up::before{content:"\f062";}.fa-tv::before{content:"\f26c";}.fa-television::before{content:"\f26c";}.fa-tv-alt::before{content:"\f26c";}.fa-shrimp::before{content:"\e448";}.fa-list-check::before{content:"\f0ae";}.fa-tasks::before{content:"\f0ae";}.fa-jug-detergent::before{content:"\e519";}.fa-circle-user::before{content:"\f2bd";}.fa-user-circle::before{content:"\f2bd";}.fa-user-shield::before{content:"\f505";}.fa-wind::before{content:"\f72e";}.fa-car-burst::before{content:"\f5e1";}.fa-car-crash::before{content:"\f5e1";}.fa-y::before{content:"\59";}.fa-person-snowboarding::before{content:"\f7ce";}.fa-snowboarding::before{content:"\f7ce";}.fa-truck-fast::before{content:"\f48b";}.fa-shipping-fast::before{content:"\f48b";}.fa-fish::before{content:"\f578";}.fa-user-graduate::before{content:"\f501";}.fa-circle-half-stroke::before{content:"\f042";}.fa-adjust::before{content:"\f042";}.fa-clapperboard::before{content:"\e131";}.fa-circle-radiation::before{content:"\f7ba";}.fa-radiation-alt::before{content:"\f7ba";}.fa-baseball::before{content:"\f433";}.fa-baseball-ball::before{content:"\f433";}.fa-jet-fighter-up::before{content:"\e518";}.fa-diagram-project::before{content:"\f542";}.fa-project-diagram::before{content:"\f542";}.fa-copy::before{content:"\f0c5";}.fa-volume-xmark::before{content:"\f6a9";}.fa-volume-mute::before{content:"\f6a9";}.fa-volume-times::before{content:"\f6a9";}.fa-hand-sparkles::before{content:"\e05d";}.fa-grip::before{content:"\f58d";}.fa-grip-horizontal::before{content:"\f58d";}.fa-share-from-square::before{content:"\f14d";}.fa-share-square::before{content:"\f14d";}.fa-child-combatant::before{content:"\e4e0";}.fa-child-rifle::before{content:"\e4e0";}.fa-gun::before{content:"\e19b";}.fa-square-phone::before{content:"\f098";}.fa-phone-square::before{content:"\f098";}.fa-plus::before{content:"\2b";}.fa-add::before{content:"\2b";}.fa-expand::before{content:"\f065";}.fa-computer::before{content:"\e4e5";}.fa-xmark::before{content:"\f00d";}.fa-close::before{content:"\f00d";}.fa-multiply::before{content:"\f00d";}.fa-remove::before{content:"\f00d";}.fa-times::before{content:"\f00d";}.fa-arrows-up-down-left-right::before{content:"\f047";}.fa-arrows::before{content:"\f047";}.fa-chalkboard-user::before{content:"\f51c";}.fa-chalkboard-teacher::before{content:"\f51c";}.fa-peso-sign::before{content:"\e222";}.fa-building-shield::before{content:"\e4d8";}.fa-baby::before{content:"\f77c";}.fa-users-line::before{content:"\e592";}.fa-quote-left::before{content:"\f10d";}.fa-quote-left-alt::before{content:"\f10d";}.fa-tractor::before{content:"\f722";}.fa-trash-arrow-up::before{content:"\f829";}.fa-trash-restore::before{content:"\f829";}.fa-arrow-down-up-lock::before{content:"\e4b0";}.fa-lines-leaning::before{content:"\e51e";}.fa-ruler-combined::before{content:"\f546";}.fa-copyright::before{content:"\f1f9";}.fa-equals::before{content:"\3d";}.fa-blender::before{content:"\f517";}.fa-teeth::before{content:"\f62e";}.fa-shekel-sign::before{content:"\f20b";}.fa-ils::before{content:"\f20b";}.fa-shekel::before{content:"\f20b";}.fa-sheqel::before{content:"\f20b";}.fa-sheqel-sign::before{content:"\f20b";}.fa-map::before{content:"\f279";}.fa-rocket::before{content:"\f135";}.fa-photo-film::before{content:"\f87c";}.fa-photo-video::before{content:"\f87c";}.fa-folder-minus::before{content:"\f65d";}.fa-store::before{content:"\f54e";}.fa-arrow-trend-up::before{content:"\e098";}.fa-plug-circle-minus::before{content:"\e55e";}.fa-sign-hanging::before{content:"\f4d9";}.fa-sign::before{content:"\f4d9";}.fa-bezier-curve::before{content:"\f55b";}.fa-bell-slash::before{content:"\f1f6";}.fa-tablet::before{content:"\f3fb";}.fa-tablet-android::before{content:"\f3fb";}.fa-school-flag::before{content:"\e56e";}.fa-fill::before{content:"\f575";}.fa-angle-up::before{content:"\f106";}.fa-drumstick-bite::before{content:"\f6d7";}.fa-holly-berry::before{content:"\f7aa";}.fa-chevron-left::before{content:"\f053";}.fa-bacteria::before{content:"\e059";}.fa-hand-lizard::before{content:"\f258";}.fa-notdef::before{content:"\e1fe";}.fa-disease::before{content:"\f7fa";}.fa-briefcase-medical::before{content:"\f469";}.fa-genderless::before{content:"\f22d";}.fa-chevron-right::before{content:"\f054";}.fa-retweet::before{content:"\f079";}.fa-car-rear::before{content:"\f5de";}.fa-car-alt::before{content:"\f5de";}.fa-pump-soap::before{content:"\e06b";}.fa-video-slash::before{content:"\f4e2";}.fa-battery-quarter::before{content:"\f243";}.fa-battery-2::before{content:"\f243";}.fa-radio::before{content:"\f8d7";}.fa-baby-carriage::before{content:"\f77d";}.fa-carriage-baby::before{content:"\f77d";}.fa-traffic-light::before{content:"\f637";}.fa-thermometer::before{content:"\f491";}.fa-vr-cardboard::before{content:"\f729";}.fa-hand-middle-finger::before{content:"\f806";}.fa-percent::before{content:"\25";}.fa-percentage::before{content:"\25";}.fa-truck-moving::before{content:"\f4df";}.fa-glass-water-droplet::before{content:"\e4f5";}.fa-display::before{content:"\e163";}.fa-face-smile::before{content:"\f118";}.fa-smile::before{content:"\f118";}.fa-thumbtack::before{content:"\f08d";}.fa-thumb-tack::before{content:"\f08d";}.fa-trophy::before{content:"\f091";}.fa-person-praying::before{content:"\f683";}.fa-pray::before{content:"\f683";}.fa-hammer::before{content:"\f6e3";}.fa-hand-peace::before{content:"\f25b";}.fa-rotate::before{content:"\f2f1";}.fa-sync-alt::before{content:"\f2f1";}.fa-spinner::before{content:"\f110";}.fa-robot::before{content:"\f544";}.fa-peace::before{content:"\f67c";}.fa-gears::before{content:"\f085";}.fa-cogs::before{content:"\f085";}.fa-warehouse::before{content:"\f494";}.fa-arrow-up-right-dots::before{content:"\e4b7";}.fa-splotch::before{content:"\f5bc";}.fa-face-grin-hearts::before{content:"\f584";}.fa-grin-hearts::before{content:"\f584";}.fa-dice-four::before{content:"\f524";}.fa-sim-card::before{content:"\f7c4";}.fa-transgender::before{content:"\f225";}.fa-transgender-alt::before{content:"\f225";}.fa-mercury::before{content:"\f223";}.fa-arrow-turn-down::before{content:"\f149";}.fa-level-down::before{content:"\f149";}.fa-person-falling-burst::before{content:"\e547";}.fa-award::before{content:"\f559";}.fa-ticket-simple::before{content:"\f3ff";}.fa-ticket-alt::before{content:"\f3ff";}.fa-building::before{content:"\f1ad";}.fa-angles-left::before{content:"\f100";}.fa-angle-double-left::before{content:"\f100";}.fa-qrcode::before{content:"\f029";}.fa-clock-rotate-left::before{content:"\f1da";}.fa-history::before{content:"\f1da";}.fa-face-grin-beam-sweat::before{content:"\f583";}.fa-grin-beam-sweat::before{content:"\f583";}.fa-file-export::before{content:"\f56e";}.fa-arrow-right-from-file::before{content:"\f56e";}.fa-shield::before{content:"\f132";}.fa-shield-blank::before{content:"\f132";}.fa-arrow-up-short-wide::before{content:"\f885";}.fa-sort-amount-up-alt::before{content:"\f885";}.fa-house-medical::before{content:"\e3b2";}.fa-golf-ball-tee::before{content:"\f450";}.fa-golf-ball::before{content:"\f450";}.fa-circle-chevron-left::before{content:"\f137";}.fa-chevron-circle-left::before{content:"\f137";}.fa-house-chimney-window::before{content:"\e00d";}.fa-pen-nib::before{content:"\f5ad";}.fa-tent-arrow-turn-left::before{content:"\e580";}.fa-tents::before{content:"\e582";}.fa-wand-magic::before{content:"\f0d0";}.fa-magic::before{content:"\f0d0";}.fa-dog::before{content:"\f6d3";}.fa-carrot::before{content:"\f787";}.fa-moon::before{content:"\f186";}.fa-wine-glass-empty::before{content:"\f5ce";}.fa-wine-glass-alt::before{content:"\f5ce";}.fa-cheese::before{content:"\f7ef";}.fa-yin-yang::before{content:"\f6ad";}.fa-music::before{content:"\f001";}.fa-code-commit::before{content:"\f386";}.fa-temperature-low::before{content:"\f76b";}.fa-person-biking::before{content:"\f84a";}.fa-biking::before{content:"\f84a";}.fa-broom::before{content:"\f51a";}.fa-shield-heart::before{content:"\e574";}.fa-gopuram::before{content:"\f664";}.fa-earth-oceania::before{content:"\e47b";}.fa-globe-oceania::before{content:"\e47b";}.fa-square-xmark::before{content:"\f2d3";}.fa-times-square::before{content:"\f2d3";}.fa-xmark-square::before{content:"\f2d3";}.fa-hashtag::before{content:"\23";}.fa-up-right-and-down-left-from-center::before{content:"\f424";}.fa-expand-alt::before{content:"\f424";}.fa-oil-can::before{content:"\f613";}.fa-t::before{content:"\54";}.fa-hippo::before{content:"\f6ed";}.fa-chart-column::before{content:"\e0e3";}.fa-infinity::before{content:"\f534";}.fa-vial-circle-check::before{content:"\e596";}.fa-person-arrow-down-to-line::before{content:"\e538";}.fa-voicemail::before{content:"\f897";}.fa-fan::before{content:"\f863";}.fa-person-walking-luggage::before{content:"\e554";}.fa-up-down::before{content:"\f338";}.fa-arrows-alt-v::before{content:"\f338";}.fa-cloud-moon-rain::before{content:"\f73c";}.fa-calendar::before{content:"\f133";}.fa-trailer::before{content:"\e041";}.fa-bahai::before{content:"\f666";}.fa-haykal::before{content:"\f666";}.fa-sd-card::before{content:"\f7c2";}.fa-dragon::before{content:"\f6d5";}.fa-shoe-prints::before{content:"\f54b";}.fa-circle-plus::before{content:"\f055";}.fa-plus-circle::before{content:"\f055";}.fa-face-grin-tongue-wink::before{content:"\f58b";}.fa-grin-tongue-wink::before{content:"\f58b";}.fa-hand-holding::before{content:"\f4bd";}.fa-plug-circle-exclamation::before{content:"\e55d";}.fa-link-slash::before{content:"\f127";}.fa-chain-broken::before{content:"\f127";}.fa-chain-slash::before{content:"\f127";}.fa-unlink::before{content:"\f127";}.fa-clone::before{content:"\f24d";}.fa-person-walking-arrow-loop-left::before{content:"\e551";}.fa-arrow-up-z-a::before{content:"\f882";}.fa-sort-alpha-up-alt::before{content:"\f882";}.fa-fire-flame-curved::before{content:"\f7e4";}.fa-fire-alt::before{content:"\f7e4";}.fa-tornado::before{content:"\f76f";}.fa-file-circle-plus::before{content:"\e494";}.fa-book-quran::before{content:"\f687";}.fa-quran::before{content:"\f687";}.fa-anchor::before{content:"\f13d";}.fa-border-all::before{content:"\f84c";}.fa-face-angry::before{content:"\f556";}.fa-angry::before{content:"\f556";}.fa-cookie-bite::before{content:"\f564";}.fa-arrow-trend-down::before{content:"\e097";}.fa-rss::before{content:"\f09e";}.fa-feed::before{content:"\f09e";}.fa-draw-polygon::before{content:"\f5ee";}.fa-scale-balanced::before{content:"\f24e";}.fa-balance-scale::before{content:"\f24e";}.fa-gauge-simple-high::before{content:"\f62a";}.fa-tachometer::before{content:"\f62a";}.fa-tachometer-fast::before{content:"\f62a";}.fa-shower::before{content:"\f2cc";}.fa-desktop::before{content:"\f390";}.fa-desktop-alt::before{content:"\f390";}.fa-m::before{content:"\4d";}.fa-table-list::before{content:"\f00b";}.fa-th-list::before{content:"\f00b";}.fa-comment-sms::before{content:"\f7cd";}.fa-sms::before{content:"\f7cd";}.fa-book::before{content:"\f02d";}.fa-user-plus::before{content:"\f234";}.fa-check::before{content:"\f00c";}.fa-battery-three-quarters::before{content:"\f241";}.fa-battery-4::before{content:"\f241";}.fa-house-circle-check::before{content:"\e509";}.fa-angle-left::before{content:"\f104";}.fa-diagram-successor::before{content:"\e47a";}.fa-truck-arrow-right::before{content:"\e58b";}.fa-arrows-split-up-and-left::before{content:"\e4bc";}.fa-hand-fist::before{content:"\f6de";}.fa-fist-raised::before{content:"\f6de";}.fa-cloud-moon::before{content:"\f6c3";}.fa-briefcase::before{content:"\f0b1";}.fa-person-falling::before{content:"\e546";}.fa-image-portrait::before{content:"\f3e0";}.fa-portrait::before{content:"\f3e0";}.fa-user-tag::before{content:"\f507";}.fa-rug::before{content:"\e569";}.fa-earth-europe::before{content:"\f7a2";}.fa-globe-europe::before{content:"\f7a2";}.fa-cart-flatbed-suitcase::before{content:"\f59d";}.fa-luggage-cart::before{content:"\f59d";}.fa-rectangle-xmark::before{content:"\f410";}.fa-rectangle-times::before{content:"\f410";}.fa-times-rectangle::before{content:"\f410";}.fa-window-close::before{content:"\f410";}.fa-baht-sign::before{content:"\e0ac";}.fa-book-open::before{content:"\f518";}.fa-book-journal-whills::before{content:"\f66a";}.fa-journal-whills::before{content:"\f66a";}.fa-handcuffs::before{content:"\e4f8";}.fa-triangle-exclamation::before{content:"\f071";}.fa-exclamation-triangle::before{content:"\f071";}.fa-warning::before{content:"\f071";}.fa-database::before{content:"\f1c0";}.fa-share::before{content:"\f064";}.fa-mail-forward::before{content:"\f064";}.fa-bottle-droplet::before{content:"\e4c4";}.fa-mask-face::before{content:"\e1d7";}.fa-hill-rockslide::before{content:"\e508";}.fa-right-left::before{content:"\f362";}.fa-exchange-alt::before{content:"\f362";}.fa-paper-plane::before{content:"\f1d8";}.fa-road-circle-exclamation::before{content:"\e565";}.fa-dungeon::before{content:"\f6d9";}.fa-align-right::before{content:"\f038";}.fa-money-bill-1-wave::before{content:"\f53b";}.fa-money-bill-wave-alt::before{content:"\f53b";}.fa-life-ring::before{content:"\f1cd";}.fa-hands::before{content:"\f2a7";}.fa-sign-language::before{content:"\f2a7";}.fa-signing::before{content:"\f2a7";}.fa-calendar-day::before{content:"\f783";}.fa-water-ladder::before{content:"\f5c5";}.fa-ladder-water::before{content:"\f5c5";}.fa-swimming-pool::before{content:"\f5c5";}.fa-arrows-up-down::before{content:"\f07d";}.fa-arrows-v::before{content:"\f07d";}.fa-face-grimace::before{content:"\f57f";}.fa-grimace::before{content:"\f57f";}.fa-wheelchair-move::before{content:"\e2ce";}.fa-wheelchair-alt::before{content:"\e2ce";}.fa-turn-down::before{content:"\f3be";}.fa-level-down-alt::before{content:"\f3be";}.fa-person-walking-arrow-right::before{content:"\e552";}.fa-square-envelope::before{content:"\f199";}.fa-envelope-square::before{content:"\f199";}.fa-dice::before{content:"\f522";}.fa-bowling-ball::before{content:"\f436";}.fa-brain::before{content:"\f5dc";}.fa-bandage::before{content:"\f462";}.fa-band-aid::before{content:"\f462";}.fa-calendar-minus::before{content:"\f272";}.fa-circle-xmark::before{content:"\f057";}.fa-times-circle::before{content:"\f057";}.fa-xmark-circle::before{content:"\f057";}.fa-gifts::before{content:"\f79c";}.fa-hotel::before{content:"\f594";}.fa-earth-asia::before{content:"\f57e";}.fa-globe-asia::before{content:"\f57e";}.fa-id-card-clip::before{content:"\f47f";}.fa-id-card-alt::before{content:"\f47f";}.fa-magnifying-glass-plus::before{content:"\f00e";}.fa-search-plus::before{content:"\f00e";}.fa-thumbs-up::before{content:"\f164";}.fa-user-clock::before{content:"\f4fd";}.fa-hand-dots::before{content:"\f461";}.fa-allergies::before{content:"\f461";}.fa-file-invoice::before{content:"\f570";}.fa-window-minimize::before{content:"\f2d1";}.fa-mug-saucer::before{content:"\f0f4";}.fa-coffee::before{content:"\f0f4";}.fa-brush::before{content:"\f55d";}.fa-mask::before{content:"\f6fa";}.fa-magnifying-glass-minus::before{content:"\f010";}.fa-search-minus::before{content:"\f010";}.fa-ruler-vertical::before{content:"\f548";}.fa-user-large::before{content:"\f406";}.fa-user-alt::before{content:"\f406";}.fa-train-tram::before{content:"\e5b4";}.fa-user-nurse::before{content:"\f82f";}.fa-syringe::before{content:"\f48e";}.fa-cloud-sun::before{content:"\f6c4";}.fa-stopwatch-20::before{content:"\e06f";}.fa-square-full::before{content:"\f45c";}.fa-magnet::before{content:"\f076";}.fa-jar::before{content:"\e516";}.fa-note-sticky::before{content:"\f249";}.fa-sticky-note::before{content:"\f249";}.fa-bug-slash::before{content:"\e490";}.fa-arrow-up-from-water-pump::before{content:"\e4b6";}.fa-bone::before{content:"\f5d7";}.fa-table-cells-row-unlock::before{content:"\e691";}.fa-user-injured::before{content:"\f728";}.fa-face-sad-tear::before{content:"\f5b4";}.fa-sad-tear::before{content:"\f5b4";}.fa-plane::before{content:"\f072";}.fa-tent-arrows-down::before{content:"\e581";}.fa-exclamation::before{content:"\21";}.fa-arrows-spin::before{content:"\e4bb";}.fa-print::before{content:"\f02f";}.fa-turkish-lira-sign::before{content:"\e2bb";}.fa-try::before{content:"\e2bb";}.fa-turkish-lira::before{content:"\e2bb";}.fa-dollar-sign::before{content:"\24";}.fa-dollar::before{content:"\24";}.fa-usd::before{content:"\24";}.fa-x::before{content:"\58";}.fa-magnifying-glass-dollar::before{content:"\f688";}.fa-search-dollar::before{content:"\f688";}.fa-users-gear::before{content:"\f509";}.fa-users-cog::before{content:"\f509";}.fa-person-military-pointing::before{content:"\e54a";}.fa-building-columns::before{content:"\f19c";}.fa-bank::before{content:"\f19c";}.fa-institution::before{content:"\f19c";}.fa-museum::before{content:"\f19c";}.fa-university::before{content:"\f19c";}.fa-umbrella::before{content:"\f0e9";}.fa-trowel::before{content:"\e589";}.fa-d::before{content:"\44";}.fa-stapler::before{content:"\e5af";}.fa-masks-theater::before{content:"\f630";}.fa-theater-masks::before{content:"\f630";}.fa-kip-sign::before{content:"\e1c4";}.fa-hand-point-left::before{content:"\f0a5";}.fa-handshake-simple::before{content:"\f4c6";}.fa-handshake-alt::before{content:"\f4c6";}.fa-jet-fighter::before{content:"\f0fb";}.fa-fighter-jet::before{content:"\f0fb";}.fa-square-share-nodes::before{content:"\f1e1";}.fa-share-alt-square::before{content:"\f1e1";}.fa-barcode::before{content:"\f02a";}.fa-plus-minus::before{content:"\e43c";}.fa-video::before{content:"\f03d";}.fa-video-camera::before{content:"\f03d";}.fa-graduation-cap::before{content:"\f19d";}.fa-mortar-board::before{content:"\f19d";}.fa-hand-holding-medical::before{content:"\e05c";}.fa-person-circle-check::before{content:"\e53e";}.fa-turn-up::before{content:"\f3bf";}.fa-level-up-alt::before{content:"\f3bf";}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}:root,:host{--fa-style-family-brands:'Font Awesome 6 Brands';--fa-font-brands:normal 400 1em 'Font Awesome 6 Brands';}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");}.fab,.fa-brands{font-weight:400;}.fa-monero:before{content:"\f3d0";}.fa-hooli:before{content:"\f427";}.fa-yelp:before{content:"\f1e9";}.fa-cc-visa:before{content:"\f1f0";}.fa-lastfm:before{content:"\f202";}.fa-shopware:before{content:"\f5b5";}.fa-creative-commons-nc:before{content:"\f4e8";}.fa-aws:before{content:"\f375";}.fa-redhat:before{content:"\f7bc";}.fa-yoast:before{content:"\f2b1";}.fa-cloudflare:before{content:"\e07d";}.fa-ups:before{content:"\f7e0";}.fa-pixiv:before{content:"\e640";}.fa-wpexplorer:before{content:"\f2de";}.fa-dyalog:before{content:"\f399";}.fa-bity:before{content:"\f37a";}.fa-stackpath:before{content:"\f842";}.fa-buysellads:before{content:"\f20d";}.fa-first-order:before{content:"\f2b0";}.fa-modx:before{content:"\f285";}.fa-guilded:before{content:"\e07e";}.fa-vnv:before{content:"\f40b";}.fa-square-js:before{content:"\f3b9";}.fa-js-square:before{content:"\f3b9";}.fa-microsoft:before{content:"\f3ca";}.fa-qq:before{content:"\f1d6";}.fa-orcid:before{content:"\f8d2";}.fa-java:before{content:"\f4e4";}.fa-invision:before{content:"\f7b0";}.fa-creative-commons-pd-alt:before{content:"\f4ed";}.fa-centercode:before{content:"\f380";}.fa-glide-g:before{content:"\f2a6";}.fa-drupal:before{content:"\f1a9";}.fa-jxl:before{content:"\e67b";}.fa-dart-lang:before{content:"\e693";}.fa-hire-a-helper:before{content:"\f3b0";}.fa-creative-commons-by:before{content:"\f4e7";}.fa-unity:before{content:"\e049";}.fa-whmcs:before{content:"\f40d";}.fa-rocketchat:before{content:"\f3e8";}.fa-vk:before{content:"\f189";}.fa-untappd:before{content:"\f405";}.fa-mailchimp:before{content:"\f59e";}.fa-css3-alt:before{content:"\f38b";}.fa-square-reddit:before{content:"\f1a2";}.fa-reddit-square:before{content:"\f1a2";}.fa-vimeo-v:before{content:"\f27d";}.fa-contao:before{content:"\f26d";}.fa-square-font-awesome:before{content:"\e5ad";}.fa-deskpro:before{content:"\f38f";}.fa-brave:before{content:"\e63c";}.fa-sistrix:before{content:"\f3ee";}.fa-square-instagram:before{content:"\e055";}.fa-instagram-square:before{content:"\e055";}.fa-battle-net:before{content:"\f835";}.fa-the-red-yeti:before{content:"\f69d";}.fa-square-hacker-news:before{content:"\f3af";}.fa-hacker-news-square:before{content:"\f3af";}.fa-edge:before{content:"\f282";}.fa-threads:before{content:"\e618";}.fa-napster:before{content:"\f3d2";}.fa-square-snapchat:before{content:"\f2ad";}.fa-snapchat-square:before{content:"\f2ad";}.fa-google-plus-g:before{content:"\f0d5";}.fa-artstation:before{content:"\f77a";}.fa-markdown:before{content:"\f60f";}.fa-sourcetree:before{content:"\f7d3";}.fa-google-plus:before{content:"\f2b3";}.fa-diaspora:before{content:"\f791";}.fa-foursquare:before{content:"\f180";}.fa-stack-overflow:before{content:"\f16c";}.fa-github-alt:before{content:"\f113";}.fa-phoenix-squadron:before{content:"\f511";}.fa-pagelines:before{content:"\f18c";}.fa-algolia:before{content:"\f36c";}.fa-red-river:before{content:"\f3e3";}.fa-creative-commons-sa:before{content:"\f4ef";}.fa-safari:before{content:"\f267";}.fa-google:before{content:"\f1a0";}.fa-square-font-awesome-stroke:before{content:"\f35c";}.fa-font-awesome-alt:before{content:"\f35c";}.fa-atlassian:before{content:"\f77b";}.fa-linkedin-in:before{content:"\f0e1";}.fa-digital-ocean:before{content:"\f391";}.fa-nimblr:before{content:"\f5a8";}.fa-chromecast:before{content:"\f838";}.fa-evernote:before{content:"\f839";}.fa-hacker-news:before{content:"\f1d4";}.fa-creative-commons-sampling:before{content:"\f4f0";}.fa-adversal:before{content:"\f36a";}.fa-creative-commons:before{content:"\f25e";}.fa-watchman-monitoring:before{content:"\e087";}.fa-fonticons:before{content:"\f280";}.fa-weixin:before{content:"\f1d7";}.fa-shirtsinbulk:before{content:"\f214";}.fa-codepen:before{content:"\f1cb";}.fa-git-alt:before{content:"\f841";}.fa-lyft:before{content:"\f3c3";}.fa-rev:before{content:"\f5b2";}.fa-windows:before{content:"\f17a";}.fa-wizards-of-the-coast:before{content:"\f730";}.fa-square-viadeo:before{content:"\f2aa";}.fa-viadeo-square:before{content:"\f2aa";}.fa-meetup:before{content:"\f2e0";}.fa-centos:before{content:"\f789";}.fa-adn:before{content:"\f170";}.fa-cloudsmith:before{content:"\f384";}.fa-opensuse:before{content:"\e62b";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-square-dribbble:before{content:"\f397";}.fa-dribbble-square:before{content:"\f397";}.fa-codiepie:before{content:"\f284";}.fa-node:before{content:"\f419";}.fa-mix:before{content:"\f3cb";}.fa-steam:before{content:"\f1b6";}.fa-cc-apple-pay:before{content:"\f416";}.fa-scribd:before{content:"\f28a";}.fa-debian:before{content:"\e60b";}.fa-openid:before{content:"\f19b";}.fa-instalod:before{content:"\e081";}.fa-expeditedssl:before{content:"\f23e";}.fa-sellcast:before{content:"\f2da";}.fa-square-twitter:before{content:"\f081";}.fa-twitter-square:before{content:"\f081";}.fa-r-project:before{content:"\f4f7";}.fa-delicious:before{content:"\f1a5";}.fa-freebsd:before{content:"\f3a4";}.fa-vuejs:before{content:"\f41f";}.fa-accusoft:before{content:"\f369";}.fa-ioxhost:before{content:"\f208";}.fa-fonticons-fi:before{content:"\f3a2";}.fa-app-store:before{content:"\f36f";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-itunes-note:before{content:"\f3b5";}.fa-golang:before{content:"\e40f";}.fa-kickstarter:before{content:"\f3bb";}.fa-square-kickstarter:before{content:"\f3bb";}.fa-grav:before{content:"\f2d6";}.fa-weibo:before{content:"\f18a";}.fa-uncharted:before{content:"\e084";}.fa-firstdraft:before{content:"\f3a1";}.fa-square-youtube:before{content:"\f431";}.fa-youtube-square:before{content:"\f431";}.fa-wikipedia-w:before{content:"\f266";}.fa-wpressr:before{content:"\f3e4";}.fa-rendact:before{content:"\f3e4";}.fa-angellist:before{content:"\f209";}.fa-galactic-republic:before{content:"\f50c";}.fa-nfc-directional:before{content:"\e530";}.fa-skype:before{content:"\f17e";}.fa-joget:before{content:"\f3b7";}.fa-fedora:before{content:"\f798";}.fa-stripe-s:before{content:"\f42a";}.fa-meta:before{content:"\e49b";}.fa-laravel:before{content:"\f3bd";}.fa-hotjar:before{content:"\f3b1";}.fa-bluetooth-b:before{content:"\f294";}.fa-square-letterboxd:before{content:"\e62e";}.fa-sticker-mule:before{content:"\f3f7";}.fa-creative-commons-zero:before{content:"\f4f3";}.fa-hips:before{content:"\f452";}.fa-behance:before{content:"\f1b4";}.fa-reddit:before{content:"\f1a1";}.fa-discord:before{content:"\f392";}.fa-chrome:before{content:"\f268";}.fa-app-store-ios:before{content:"\f370";}.fa-cc-discover:before{content:"\f1f2";}.fa-wpbeginner:before{content:"\f297";}.fa-confluence:before{content:"\f78d";}.fa-shoelace:before{content:"\e60c";}.fa-mdb:before{content:"\f8ca";}.fa-dochub:before{content:"\f394";}.fa-accessible-icon:before{content:"\f368";}.fa-ebay:before{content:"\f4f4";}.fa-amazon:before{content:"\f270";}.fa-unsplash:before{content:"\e07c";}.fa-yarn:before{content:"\f7e3";}.fa-square-steam:before{content:"\f1b7";}.fa-steam-square:before{content:"\f1b7";}.fa-500px:before{content:"\f26e";}.fa-square-vimeo:before{content:"\f194";}.fa-vimeo-square:before{content:"\f194";}.fa-asymmetrik:before{content:"\f372";}.fa-font-awesome:before{content:"\f2b4";}.fa-font-awesome-flag:before{content:"\f2b4";}.fa-font-awesome-logo-full:before{content:"\f2b4";}.fa-gratipay:before{content:"\f184";}.fa-apple:before{content:"\f179";}.fa-hive:before{content:"\e07f";}.fa-gitkraken:before{content:"\f3a6";}.fa-keybase:before{content:"\f4f5";}.fa-apple-pay:before{content:"\f415";}.fa-padlet:before{content:"\e4a0";}.fa-amazon-pay:before{content:"\f42c";}.fa-square-github:before{content:"\f092";}.fa-github-square:before{content:"\f092";}.fa-stumbleupon:before{content:"\f1a4";}.fa-fedex:before{content:"\f797";}.fa-phoenix-framework:before{content:"\f3dc";}.fa-shopify:before{content:"\e057";}.fa-neos:before{content:"\f612";}.fa-square-threads:before{content:"\e619";}.fa-hackerrank:before{content:"\f5f7";}.fa-researchgate:before{content:"\f4f8";}.fa-swift:before{content:"\f8e1";}.fa-angular:before{content:"\f420";}.fa-speakap:before{content:"\f3f3";}.fa-angrycreative:before{content:"\f36e";}.fa-y-combinator:before{content:"\f23b";}.fa-empire:before{content:"\f1d1";}.fa-envira:before{content:"\f299";}.fa-google-scholar:before{content:"\e63b";}.fa-square-gitlab:before{content:"\e5ae";}.fa-gitlab-square:before{content:"\e5ae";}.fa-studiovinari:before{content:"\f3f8";}.fa-pied-piper:before{content:"\f2ae";}.fa-wordpress:before{content:"\f19a";}.fa-product-hunt:before{content:"\f288";}.fa-firefox:before{content:"\f269";}.fa-linode:before{content:"\f2b8";}.fa-goodreads:before{content:"\f3a8";}.fa-square-odnoklassniki:before{content:"\f264";}.fa-odnoklassniki-square:before{content:"\f264";}.fa-jsfiddle:before{content:"\f1cc";}.fa-sith:before{content:"\f512";}.fa-themeisle:before{content:"\f2b2";}.fa-page4:before{content:"\f3d7";}.fa-hashnode:before{content:"\e499";}.fa-react:before{content:"\f41b";}.fa-cc-paypal:before{content:"\f1f4";}.fa-squarespace:before{content:"\f5be";}.fa-cc-stripe:before{content:"\f1f5";}.fa-creative-commons-share:before{content:"\f4f2";}.fa-bitcoin:before{content:"\f379";}.fa-keycdn:before{content:"\f3ba";}.fa-opera:before{content:"\f26a";}.fa-itch-io:before{content:"\f83a";}.fa-umbraco:before{content:"\f8e8";}.fa-galactic-senate:before{content:"\f50d";}.fa-ubuntu:before{content:"\f7df";}.fa-draft2digital:before{content:"\f396";}.fa-stripe:before{content:"\f429";}.fa-houzz:before{content:"\f27c";}.fa-gg:before{content:"\f260";}.fa-dhl:before{content:"\f790";}.fa-square-pinterest:before{content:"\f0d3";}.fa-pinterest-square:before{content:"\f0d3";}.fa-xing:before{content:"\f168";}.fa-blackberry:before{content:"\f37b";}.fa-creative-commons-pd:before{content:"\f4ec";}.fa-playstation:before{content:"\f3df";}.fa-quinscape:before{content:"\f459";}.fa-less:before{content:"\f41d";}.fa-blogger-b:before{content:"\f37d";}.fa-opencart:before{content:"\f23d";}.fa-vine:before{content:"\f1ca";}.fa-signal-messenger:before{content:"\e663";}.fa-paypal:before{content:"\f1ed";}.fa-gitlab:before{content:"\f296";}.fa-typo3:before{content:"\f42b";}.fa-reddit-alien:before{content:"\f281";}.fa-yahoo:before{content:"\f19e";}.fa-dailymotion:before{content:"\e052";}.fa-affiliatetheme:before{content:"\f36b";}.fa-pied-piper-pp:before{content:"\f1a7";}.fa-bootstrap:before{content:"\f836";}.fa-odnoklassniki:before{content:"\f263";}.fa-nfc-symbol:before{content:"\e531";}.fa-mintbit:before{content:"\e62f";}.fa-ethereum:before{content:"\f42e";}.fa-speaker-deck:before{content:"\f83c";}.fa-creative-commons-nc-eu:before{content:"\f4e9";}.fa-patreon:before{content:"\f3d9";}.fa-avianex:before{content:"\f374";}.fa-ello:before{content:"\f5f1";}.fa-gofore:before{content:"\f3a7";}.fa-bimobject:before{content:"\f378";}.fa-brave-reverse:before{content:"\e63d";}.fa-facebook-f:before{content:"\f39e";}.fa-square-google-plus:before{content:"\f0d4";}.fa-google-plus-square:before{content:"\f0d4";}.fa-web-awesome:before{content:"\e682";}.fa-mandalorian:before{content:"\f50f";}.fa-first-order-alt:before{content:"\f50a";}.fa-osi:before{content:"\f41a";}.fa-google-wallet:before{content:"\f1ee";}.fa-d-and-d-beyond:before{content:"\f6ca";}.fa-periscope:before{content:"\f3da";}.fa-fulcrum:before{content:"\f50b";}.fa-cloudscale:before{content:"\f383";}.fa-forumbee:before{content:"\f211";}.fa-mizuni:before{content:"\f3cc";}.fa-schlix:before{content:"\f3ea";}.fa-square-xing:before{content:"\f169";}.fa-xing-square:before{content:"\f169";}.fa-bandcamp:before{content:"\f2d5";}.fa-wpforms:before{content:"\f298";}.fa-cloudversify:before{content:"\f385";}.fa-usps:before{content:"\f7e1";}.fa-megaport:before{content:"\f5a3";}.fa-magento:before{content:"\f3c4";}.fa-spotify:before{content:"\f1bc";}.fa-optin-monster:before{content:"\f23c";}.fa-fly:before{content:"\f417";}.fa-aviato:before{content:"\f421";}.fa-itunes:before{content:"\f3b4";}.fa-cuttlefish:before{content:"\f38c";}.fa-blogger:before{content:"\f37c";}.fa-flickr:before{content:"\f16e";}.fa-viber:before{content:"\f409";}.fa-soundcloud:before{content:"\f1be";}.fa-digg:before{content:"\f1a6";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-letterboxd:before{content:"\e62d";}.fa-symfony:before{content:"\f83d";}.fa-maxcdn:before{content:"\f136";}.fa-etsy:before{content:"\f2d7";}.fa-facebook-messenger:before{content:"\f39f";}.fa-audible:before{content:"\f373";}.fa-think-peaks:before{content:"\f731";}.fa-bilibili:before{content:"\e3d9";}.fa-erlang:before{content:"\f39d";}.fa-x-twitter:before{content:"\e61b";}.fa-cotton-bureau:before{content:"\f89e";}.fa-dashcube:before{content:"\f210";}.fa-42-group:before{content:"\e080";}.fa-innosoft:before{content:"\e080";}.fa-stack-exchange:before{content:"\f18d";}.fa-elementor:before{content:"\f430";}.fa-square-pied-piper:before{content:"\e01e";}.fa-pied-piper-square:before{content:"\e01e";}.fa-creative-commons-nd:before{content:"\f4eb";}.fa-palfed:before{content:"\f3d8";}.fa-superpowers:before{content:"\f2dd";}.fa-resolving:before{content:"\f3e7";}.fa-xbox:before{content:"\f412";}.fa-square-web-awesome-stroke:before{content:"\e684";}.fa-searchengin:before{content:"\f3eb";}.fa-tiktok:before{content:"\e07b";}.fa-square-facebook:before{content:"\f082";}.fa-facebook-square:before{content:"\f082";}.fa-renren:before{content:"\f18b";}.fa-linux:before{content:"\f17c";}.fa-glide:before{content:"\f2a5";}.fa-linkedin:before{content:"\f08c";}.fa-hubspot:before{content:"\f3b2";}.fa-deploydog:before{content:"\f38e";}.fa-twitch:before{content:"\f1e8";}.fa-flutter:before{content:"\e694";}.fa-ravelry:before{content:"\f2d9";}.fa-mixer:before{content:"\e056";}.fa-square-lastfm:before{content:"\f203";}.fa-lastfm-square:before{content:"\f203";}.fa-vimeo:before{content:"\f40a";}.fa-mendeley:before{content:"\f7b3";}.fa-uniregistry:before{content:"\f404";}.fa-figma:before{content:"\f799";}.fa-creative-commons-remix:before{content:"\f4ee";}.fa-cc-amazon-pay:before{content:"\f42d";}.fa-dropbox:before{content:"\f16b";}.fa-instagram:before{content:"\f16d";}.fa-cmplid:before{content:"\e360";}.fa-upwork:before{content:"\e641";}.fa-facebook:before{content:"\f09a";}.fa-gripfire:before{content:"\f3ac";}.fa-jedi-order:before{content:"\f50e";}.fa-uikit:before{content:"\f403";}.fa-fort-awesome-alt:before{content:"\f3a3";}.fa-phabricator:before{content:"\f3db";}.fa-ussunnah:before{content:"\f407";}.fa-earlybirds:before{content:"\f39a";}.fa-trade-federation:before{content:"\f513";}.fa-autoprefixer:before{content:"\f41c";}.fa-whatsapp:before{content:"\f232";}.fa-square-upwork:before{content:"\e67c";}.fa-slideshare:before{content:"\f1e7";}.fa-google-play:before{content:"\f3ab";}.fa-viadeo:before{content:"\f2a9";}.fa-line:before{content:"\f3c0";}.fa-google-drive:before{content:"\f3aa";}.fa-servicestack:before{content:"\f3ec";}.fa-simplybuilt:before{content:"\f215";}.fa-bitbucket:before{content:"\f171";}.fa-imdb:before{content:"\f2d8";}.fa-deezer:before{content:"\e077";}.fa-raspberry-pi:before{content:"\f7bb";}.fa-jira:before{content:"\f7b1";}.fa-docker:before{content:"\f395";}.fa-screenpal:before{content:"\e570";}.fa-bluetooth:before{content:"\f293";}.fa-gitter:before{content:"\f426";}.fa-d-and-d:before{content:"\f38d";}.fa-microblog:before{content:"\e01a";}.fa-cc-diners-club:before{content:"\f24c";}.fa-gg-circle:before{content:"\f261";}.fa-pied-piper-hat:before{content:"\f4e5";}.fa-kickstarter-k:before{content:"\f3bc";}.fa-yandex:before{content:"\f413";}.fa-readme:before{content:"\f4d5";}.fa-html5:before{content:"\f13b";}.fa-sellsy:before{content:"\f213";}.fa-square-web-awesome:before{content:"\e683";}.fa-sass:before{content:"\f41e";}.fa-wirsindhandwerk:before{content:"\e2d0";}.fa-wsh:before{content:"\e2d0";}.fa-buromobelexperte:before{content:"\f37f";}.fa-salesforce:before{content:"\f83b";}.fa-octopus-deploy:before{content:"\e082";}.fa-medapps:before{content:"\f3c6";}.fa-ns8:before{content:"\f3d5";}.fa-pinterest-p:before{content:"\f231";}.fa-apper:before{content:"\f371";}.fa-fort-awesome:before{content:"\f286";}.fa-waze:before{content:"\f83f";}.fa-bluesky:before{content:"\e671";}.fa-cc-jcb:before{content:"\f24b";}.fa-snapchat:before{content:"\f2ab";}.fa-snapchat-ghost:before{content:"\f2ab";}.fa-fantasy-flight-games:before{content:"\f6dc";}.fa-rust:before{content:"\e07a";}.fa-wix:before{content:"\f5cf";}.fa-square-behance:before{content:"\f1b5";}.fa-behance-square:before{content:"\f1b5";}.fa-supple:before{content:"\f3f9";}.fa-webflow:before{content:"\e65c";}.fa-rebel:before{content:"\f1d0";}.fa-css3:before{content:"\f13c";}.fa-staylinked:before{content:"\f3f5";}.fa-kaggle:before{content:"\f5fa";}.fa-space-awesome:before{content:"\e5ac";}.fa-deviantart:before{content:"\f1bd";}.fa-cpanel:before{content:"\f388";}.fa-goodreads-g:before{content:"\f3a9";}.fa-square-git:before{content:"\f1d2";}.fa-git-square:before{content:"\f1d2";}.fa-square-tumblr:before{content:"\f174";}.fa-tumblr-square:before{content:"\f174";}.fa-trello:before{content:"\f181";}.fa-creative-commons-nc-jp:before{content:"\f4ea";}.fa-get-pocket:before{content:"\f265";}.fa-perbyte:before{content:"\e083";}.fa-grunt:before{content:"\f3ad";}.fa-weebly:before{content:"\f5cc";}.fa-connectdevelop:before{content:"\f20e";}.fa-leanpub:before{content:"\f212";}.fa-black-tie:before{content:"\f27e";}.fa-themeco:before{content:"\f5c6";}.fa-python:before{content:"\f3e2";}.fa-android:before{content:"\f17b";}.fa-bots:before{content:"\e340";}.fa-free-code-camp:before{content:"\f2c5";}.fa-hornbill:before{content:"\f592";}.fa-js:before{content:"\f3b8";}.fa-ideal:before{content:"\e013";}.fa-git:before{content:"\f1d3";}.fa-dev:before{content:"\f6cc";}.fa-sketch:before{content:"\f7c6";}.fa-yandex-international:before{content:"\f414";}.fa-cc-amex:before{content:"\f1f3";}.fa-uber:before{content:"\f402";}.fa-github:before{content:"\f09b";}.fa-php:before{content:"\f457";}.fa-alipay:before{content:"\f642";}.fa-youtube:before{content:"\f167";}.fa-skyatlas:before{content:"\f216";}.fa-firefox-browser:before{content:"\e007";}.fa-replyd:before{content:"\f3e6";}.fa-suse:before{content:"\f7d6";}.fa-jenkins:before{content:"\f3b6";}.fa-twitter:before{content:"\f099";}.fa-rockrms:before{content:"\f3e9";}.fa-pinterest:before{content:"\f0d2";}.fa-buffer:before{content:"\f837";}.fa-npm:before{content:"\f3d4";}.fa-yammer:before{content:"\f840";}.fa-btc:before{content:"\f15a";}.fa-dribbble:before{content:"\f17d";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-internet-explorer:before{content:"\f26b";}.fa-stubber:before{content:"\e5c7";}.fa-telegram:before{content:"\f2c6";}.fa-telegram-plane:before{content:"\f2c6";}.fa-old-republic:before{content:"\f510";}.fa-odysee:before{content:"\e5c6";}.fa-square-whatsapp:before{content:"\f40c";}.fa-whatsapp-square:before{content:"\f40c";}.fa-node-js:before{content:"\f3d3";}.fa-edge-legacy:before{content:"\e078";}.fa-slack:before{content:"\f198";}.fa-slack-hash:before{content:"\f198";}.fa-medrt:before{content:"\f3c8";}.fa-usb:before{content:"\f287";}.fa-tumblr:before{content:"\f173";}.fa-vaadin:before{content:"\f408";}.fa-quora:before{content:"\f2c4";}.fa-square-x-twitter:before{content:"\e61a";}.fa-reacteurope:before{content:"\f75d";}.fa-medium:before{content:"\f23a";}.fa-medium-m:before{content:"\f23a";}.fa-amilia:before{content:"\f36d";}.fa-mixcloud:before{content:"\f289";}.fa-flipboard:before{content:"\f44d";}.fa-viacoin:before{content:"\f237";}.fa-critical-role:before{content:"\f6c9";}.fa-sitrox:before{content:"\e44a";}.fa-discourse:before{content:"\f393";}.fa-joomla:before{content:"\f1aa";}.fa-mastodon:before{content:"\f4f6";}.fa-airbnb:before{content:"\f834";}.fa-wolf-pack-battalion:before{content:"\f514";}.fa-buy-n-large:before{content:"\f8a6";}.fa-gulp:before{content:"\f3ae";}.fa-creative-commons-sampling-plus:before{content:"\f4f1";}.fa-strava:before{content:"\f428";}.fa-ember:before{content:"\f423";}.fa-canadian-maple-leaf:before{content:"\f785";}.fa-teamspeak:before{content:"\f4f9";}.fa-pushed:before{content:"\f3e1";}.fa-wordpress-simple:before{content:"\f411";}.fa-nutritionix:before{content:"\f3d6";}.fa-wodu:before{content:"\e088";}.fa-google-pay:before{content:"\e079";}.fa-intercom:before{content:"\f7af";}.fa-zhihu:before{content:"\f63f";}.fa-korvue:before{content:"\f42f";}.fa-pix:before{content:"\e43a";}.fa-steam-symbol:before{content:"\f3f6";}:root,:host{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-regular:normal 400 1em 'Font Awesome 6 Free';}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:400;font-display:block;src:url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");}.far,.fa-regular{font-weight:400;}:root,:host{--fa-style-family-classic:'Font Awesome 6 Free';--fa-font-solid:normal 900 1em 'Font Awesome 6 Free';}@font-face{font-family:'Font Awesome 6 Free';font-style:normal;font-weight:900;font-display:block;src:url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");}.fas,.fa-solid{font-weight:900;}@font-face{font-family:'Font Awesome 5 Brands';font-display:block;font-weight:400;src:url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");}@font-face{font-family:'Font Awesome 5 Free';font-display:block;font-weight:900;src:url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");}@font-face{font-family:'Font Awesome 5 Free';font-display:block;font-weight:400;src:url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");}@font-face{font-family:'FontAwesome';font-display:block;src:url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");}@font-face{font-family:'FontAwesome';font-display:block;src:url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");}@font-face{font-family:'FontAwesome';font-display:block;src:url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");unicode-range:UF003, UF006, UF014, UF016-F017, UF01A-F01B, UF01D, UF022, UF03E, UF044, UF046, UF05C-F05D, UF06E, UF070, UF087-F088, UF08A, UF094, UF096-F097, UF09D, UF0A0, UF0A2, UF0A4-F0A7, UF0C5, UF0C7, UF0E5-F0E6, UF0EB, UF0F6-F0F8, UF10C, UF114-F115, UF118-F11A, UF11C-F11D, UF133, UF147, UF14E, UF150-F152, UF185-F186, UF18E, UF190-F192, UF196, UF1C1-F1C9, UF1D9, UF1DB, UF1E3, UF1EA, UF1F7, UF1F9, UF20A, UF247-F248, UF24A, UF24D, UF255-F25B, UF25D, UF271-F274, UF278, UF27B, UF28C, UF28E, UF29C, UF2B5, UF2B7, UF2BA, UF2BC, UF2BE, UF2C0-F2C1, UF2C3, UF2D0, UF2D2, UF2D4, UF2DC;}@font-face{font-family:'FontAwesome';font-display:block;src:url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");unicode-range:UF041, UF047, UF065-F066, UF07D-F07E, UF080, UF08B, UF08E, UF090, UF09A, UF0AC, UF0AE, UF0B2, UF0D0, UF0D6, UF0E4, UF0EC, UF10A-F10B, UF123, UF13E, UF148-F149, UF14C, UF156, UF15E, UF160-F161, UF163, UF175-F178, UF195, UF1F8, UF219, UF27A;}.icon_24_close_white,.icon_24_phone_white{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_24_close_white.png) !important;display:inline-block;height:24px;width:24px;}.icon_24_phone_white{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_24_phone_white.png) !important;}.icon_24_skype_white{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_24_skype_white.png) !important;}.icon_16_wallet,.icon_16_card{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_16_wallet.png) !important;display:inline-block;height:16px;width:16px;}.icon_16_card{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_16_card.png) !important;}.icon_24_phone_connect{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_24_phone_connect.png) !important;display:inline-block;height:24px;width:24px;}.icon_24_skype_connect{background:transparent url(https://dmz.talktome.com/images/sprite_members/icon_24_skype.png) !important;display:inline-block;height:24px;width:24px;}#clicktocall,#clicktocall-connecting,#clicktocall-review{background:#fafafa;display:none;height:420px;left:50%;margin-left:-425px;margin-top:-150px;position:fixed;top:50%;width:850px;z-index:500;}.clicktocall_auth{display:block;font-size:10px;font-weight:bold;margin-top:10px;}#clicktocall > header,#clicktocall-connecting > header,#clicktocall-review > header{background:#79bf74;height:42px;width:100%;}#clicktocall > header > i,#clicktocall-connecting > header > i,#clicktocall-review > header > i{position:absolute;}#clicktocall > header > h1,#clicktocall-connecting > header > h1,#clicktocall-review > header > h1{color:#fafafa;font-size:18px;margin-left:50px;padding-top:10px;text-align:center;text-shadow:none;width:750px;}#clicktocall > header > h1 > strong,#clicktocall-connecting > header > h1 > strong,#clicktocall-review > header > h1 > strong{font-weight:normal;}#clicktocall .icon_24_close_white,#clicktocall .icon_24_phone_white,#clicktocall-connecting .icon_24_close_white,#clicktocall-connecting .icon_24_phone_white,#clicktocall-review .icon_24_close_white,#clicktocall-review .icon_24_phone_white{position:absolute;top:9px;}#clicktocall .icon_24_close_white:hover,#clicktocall-connecting .icon_24_close_white:hover,#clicktocall-review .icon_24_close_white:hover{background-color:#387a33 !important;border-radius:5px;box-shadow:0px 0px 0px 3px #387a33;}#clicktocall .icon_24_close_white,#clicktocall-connecting .icon_24_close_white,#clicktocall-review .icon_24_close_white{cursor:pointer;right:12px;}#clicktocall .icon_24_phone_white,#clicktocall-connecting .icon_24_phone_white,#clicktocall-review .icon_24_phone_white{left:12px;}.clicktocall_avatar{border:5px solid #ededed;border-radius:3px;height:200px;margin:25px;margin-top:23px;width:150px;}#clicktocall-review .clicktocall_avatar:after,#clicktocall .clicktocall_avatar:after{border:20px solid transparent;border-left-color:#ededed;content:' ';display:block;height:0px;margin-left:155px;position:absolute;top:50%;width:0px;}#clicktocall > section h1{color:#000;font-size:18px;margin:20px;text-align:center;}#clicktocall > section h1 > strong{color:#2ca824;font-weight:normal;}#clicktocall > section,#clicktocall > section > div{display:inline-block;vertical-align:top;}#clicktocall > section{background:#fafafa;height:420px;width:525px;}#clicktocall > #clicktocall_left div:last-child{width:312px;}#clicktocall > #clicktocall_left small{color:#000;display:block;font-size:10px;font-weight:strong;padding:5px;padding-top:5px;}#clicktocall > #clicktocall_right{background:#f2f2f2;border-left:2px solid #dedede;overflow:hidden;width:320px;}#clicktocall > #wamwm{border-top:2px solid #dedede;background:#fafafa;height:120px;width:100%;}#clicktocall > section > dl{background:#fff;color:#000;font-size:14px;padding:20px;padding-top:10px;}#clicktocall > section > dl > dt{color:#6cad68;display:inline-block;padding-top:10px;width:180px;}#clicktocall > section > dl > dd{display:inline-block;font-weight:bold;padding-top:10px;}#clicktocall > section > dl > dd > a{color:#e61386;font-size:11px;text-decoration:underline;}#clicktocall > section > dl > dd > a:hover{color:#79bf74;}#clicktocall > section > small{color:#747474;display:block;font-size:11px;font-style:italic;padding:20px;padding-top:10px;}#clicktocall > section > span{color:#000;display:block;font-size:10px;font-weight:strong;padding:5px;padding-top:5px;}#clicktocall > section > medium{color:#747474;display:block;font-size:14px;font-style:italic;padding:10px;padding-top:3px;}#clicktocall_options > a,#clicktocall_options > .clicktocall_select > div{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);background:-o-linear-gradient(top,#fff 0%,#eee 100%);background:-ms-linear-gradient(top,#fff 0%,#eee 100%);background:linear-gradient(to bottom,#fff 0%,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);border:1px solid #b4b4b4;border-radius:3px;color:#000;cursor:pointer;display:block;font-size:11px;font-weight:bold;margin-left:26px;margin-top:3px;padding:2px 10px 4px 15px;width:205px;}#clicktocall_options > a:hover,#clicktocall_options > .clicktocall_select > div:hover{background:#fff;box-shadow:0px 0px 5px 0px #ccc;}#clicktocall_options h1{font-weight:bold;width:242px;}#clicktocall_options h3{font-weight:normal;text-align:center;width:280px;}#clicktocall_options a .change_phone{color:#e61386;float:right;font-size:11px;margin-top:5px;}#skype_input{display:inline-block;padding:6px 0px 6px 30px;position:absolute;margin-left:30px;width:200px;}#skype_talker{font-weight:normal;text-align:center;position:absolute;width:200px;}#clicktocall_options > a > i,#clicktocall_options > .clicktocall_select > div > i{position:relative;left:-8px;right:3px;top:3px;}.clicktocall_select > i{position:absolute;margin-left:33px;margin-top:5px;z-index:3;}.clicktocall_select > div{padding:6px 0px 6px 30px !important;position:relative;width:200px !important;z-index:1;}.clicktocall_select > ul{background:#fff;box-shadow:0px 0px 5px 0px #ccc;color:#7a7a7a;display:none;font-size:11px;margin-left:26px;margin-top:0px;position:absolute;width:232px;z-index:5;}.clicktocall_select li{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#eee 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#eee));background:-webkit-linear-gradient(top,#fff 0%,#eee 100%);background:-o-linear-gradient(top,#fff 0%,#eee 100%);background:-ms-linear-gradient(top,#fff 0%,#eee 100%);background:linear-gradient(to bottom,#fff 0%,#eee 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#eeeeee',GradientType=0);border:1px solid #b3b3b3;border-top:0px;color:#333;cursor:pointer;font-weight:bold;padding:8px;}.clicktocall_select[data-disabled='1']{opacity:0.5 !important;}.clicktocall_select li[data-disabled='1']{opacity:0.5 !important;}.clicktocall_select li i{display:none;float:right;}.clicktocall_select li[data-disabled='0']:hover{background:#eee;}.clicktocall_select li[data-selected='1']{color:#000 !important;}.clicktocall_select li[data-selected='1'] i{display:block;}#clicktocall_options > .clicktocall_select.open > div{background:#fff;box-shadow:0px 0px 5px 0px #ccc;}.clicktocall_select.open ul{display:block;}.clicktocall_select .icon_16_dropdown{margin-left:236px;}#clicktocall-review-submit,#connect_now{background:#54bf4c;border:none;border-radius:5px;color:#fafafa;font-size:16px;margin:11px 0px 0px 50px;padding:5px 15px 12px 5px;}#clicktocall-review-submit:hover,#connect_now:hover{background:#3a9b33;}#connect_now i{position:relative;margin-left:10px;margin-right:10px;top:10px;}#skype_update{background:#54bf4c;border:none;border-radius:5px;color:#fafafa;font-size:16px;margin:10px 0px 0px 115px;padding:5px 5px 5px 5px;}#skype_now{background:#54bf4c;border:none;border-radius:5px;color:#fafafa;font-size:16px;margin:10px 0px 0px 75px;padding:5px 5px 5px 5px;}#skype_update:hover,#skype_now:hover{background:#3a9b33;}#skype_now i{position:relative;margin-left:10px;margin-right:10px;top:10px;}#clicktocall_phone:not(.sel_phone){color:#e61386;}#clicktocall-connecting{z-index:1000;}#clicktocall-connecting .clicktocall_avatar{background-size:100%;display:inline-block;height:160px;margin:75px;margin-bottom:15px;margin-top:25px;position:relative;width:120px;z-index:10;}#clicktocall-connecting > div{display:inline-block;float:left;}#clicktocall-connecting > div .ball{background:#ededed;border-radius:20px;height:20px;margin-left:270px;margin-top:-10px;position:absolute;top:160px;width:20px;}#clicktocall-connecting > div small,#clicktocall_statusbar{color:#000;display:block;text-align:center;font-size:18px;}#clicktocall_timeline{background:#ededed;display:block;height:2px;margin-left:25px;position:absolute;top:160px;width:800px;}#clicktocall-connecting div.completed *,.clicktocall-connecting_loading{-webkit-transition:all 1s ease-in;transition:all 1s ease-in;}#clicktocall-connecting div.completed > div > img,#clicktocall-connecting .completed small{opacity:0.15 !important;}#clicktocall-connecting > div > img{display:none;margin-left:108px;position:absolute;top:120px;z-index:11;}#clicktocall-connecting > div.completed > img{display:block !important;}#clicktocall-connecting div{background:#fafafa;}#clicktocall-connecting > div > div > img{height:160px;width:120px;}#clicktocall-connecting .completed .ball{background:#79bf74 !important;}#clicktocall-connecting_wallet > div{background:#fbe4a8;}#clicktocall-connecting_wallet_img{height:64px !important;margin-left:28px;margin-top:57px;width:64px !important;}.clicktocall-connecting_loading{margin-right:5px;opacity:0;position:relative;top:1px;width:0;}#clicktocall-connecting .in_progress .clicktocall-connecting_loading{opacity:1 !important;width:16px !important;}#clicktocall-connecting_error{background:#fafafa;display:none;font-size:18px;height:158px;padding:50px;position:absolute;text-align:center;width:750px;z-index:15;}#clicktocall-connecting_error strong{display:block;margin-top:20px;}#clicktocall-connecting_error .button2,#clicktocall-connecting_error .button3{display:inline-block;margin-left:5px;margin-right:5px;margin-top:20px;}#clicktocall > section#clicktocall_right small{color:#aaa;display:block;font-size:12px;margin-left:42px;margin-top:-25px;position:relative;}#clicktocall-review-left{display:inline-block;width:210px;}#clicktocall-review-middle{display:inline-block;width:390px;}#clicktocall-review-textarea{border:1px solid #ccc;display:block;font-size:12px;height:140px;margin-bottom:10px;max-height:140px;max-width:380px;padding:5px;width:380px;}#clicktocall-review-right{display:inline-block;height:210px;padding:20px;width:150px;}#clicktocall-review-middle,#clicktocall-review-right{padding:20px;padding-top:25px;vertical-align:top;}#clicktocall-review-middle > strong,#clicktocall-review-right > strong{display:inline-block;font-size:14px;margin-bottom:8px;}#clicktocall-review-rating{float:right;}#clicktocall-review-tips{display:block;margin-top:40px;}#clicktocall-review-right > strong{display:block;text-align:center;width:140px;}#clicktocall-review-right > .button2{display:inline-block;margin:3px;padding:5px;text-align:center;width:50px;}#clicktocall-review-submit{display:inline-block;margin-left:0px;margin-top:53px;padding:8px 15px 8px 15px;}#ctc_step3 span{width:280px;display:block;text-align:center;margin-left:20px;}#ctc .change_phone{text-decoration:underline;font-size:11px;}#ctc .change_phone:hover{text-decoration:none;}#ctc .phone{position:absolute;bottom:-60px;right:-50px;display:none;}#ctc_in div{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}#ctc{display:none;position:fixed;top:20%;width:820px;left:50%;margin-left:-400px;background:#fff;z-index:99999999;border-radius:4px;padding-top:10px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);box-shadow:1px 1px 0px #333, 5px 5px 25px rgba(0,0,0,0.5);}#ctc section{position:relative;}.undercall{z-index:9999999;position:fixed;top:5%;left:50%;width:512px;height:512px;margin-left:-256px;}#ctc .rating{position:absolute;bottom:35px;left:25px;}#ctc section article aside{font-size:12px;}#ctc section article aside{line-height:2.3em;}#ctc section article label{float:left;width:80px;text-align:right;margin-right:10px;font-size:13px;position:relative;top:-1px;}#ctc h2 span{color:#777;font-size:14px;}#ctc h1{font-family:arial;color:#555;margin-top:10px;margin-bottom:5px;margin-left:20px;text-shadow:1px 1px 0px #fff;}#ctc article{width:830px !important;}#ctc section img.avatar,#ctc_in,#ctc_auto{float:left;height:215px !important;width:305px !important;margin-left:0px;margin-bottom:1px;}#ctc_auto label{margin-bottom:5px;}#ctc_auto select{width:190px;}#ctc_auto h2{margin-bottom:10px;}#ctc .close{background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-o-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-ms-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border:1px solid #ccc;border-radius:3px;box-shadow:1px 1px 0px rgba(0,0,0,0.05);color:#555;display:inline-block;float:right;font-size:12px;font-weight:bold;padding:6px 12px;text-shadow:1px 1px 0px #fff;margin-right:10px;margin-top:-2px;padding-bottom:3px;position:relative;z-index:99;}#ctc_step1{margin-left:15px;}#ctc_auto{padding-bottom:20px !important;padding-left:160px !important;}#ctc_in,#ctc_auto{width:301px;height:215px;background:#fff;background:-moz-linear-gradient(top,#fbfbfb 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fbfbfb),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#fbfbfb 0%,#fff 100%);background:-o-linear-gradient(top,#fbfbfb 0%,#fff 100%);background:-ms-linear-gradient(top,#fbfbfb 0%,#fff 100%);background:linear-gradient(to bottom,#fbfbfb 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb',endColorstr='#fff',GradientType=0);box-shadow:1px 1px 0px #333, 5px 5px 25px rgba(0,0,0,0.5);padding:10px;border-radius:0px;box-shadow:1px 1px 0px #ccc;}#ctc_in{background:transparent;box-shadow:none;}#ctc section img.avatar{width:150px !important;height:200px !important;margin:0px 13px;border:1px solid #fff;box-shadow:0px 0px 5px #aaa;position:absolute;top:10px;left:10px;}#ctc_in h2,#ctc_auto h2{text-align:center;font-size:20px;}#ctc_auto{padding-left:140px;height:180px;}#ctc_in strong{color:#389f15;}#ctc_in .pin{display:none;}#ctc_in div{margin-bottom:1px;border-bottom:1px solid #ccc;border-top:1px solid #fff;padding:2px 0px;}#ctc_in > b{margin-left:30px;}#ctc_in > span{display:block;}#ctc_in > span > div b{display:block;float:left;text-align:left;}#ctc_in label{width:120px !important;}#ctc_in{margin-left:10px;}#ctc_auto button{border:1px solid #aaa;border-radius:3px;padding:5px;padding-top:2px;font-size:12px;text-shadow:1px 1px 0px #fff;}#ctc_auto button img{float:left;margin-right:8px;}#acd_menu{display:none;width:40em;height:80%;overflow:scroll;z-index:99999999;position:fixed;background:white;border:1px solid black;}#acd_menu > header > br,#acd_menu > br{clear:both !important;}#acd_menu .menu_close{float:right;margin-right:5px;margin-top:9px;cursor:pointer;}#acd_menu .red{color:red;}#acd_menu header div{width:50%;float:left;border-bottom:1px solid #ccc;border-top:1px solid #ccc;background:#fafafa;position:relative;padding:8px;text-shadow:1px 1px 0px #fff;}#acd_menu header div.first{border-right:1px solid #fff;}#acd_menu header div.last{border-left:1px solid #ddd;}#acd_menu header div a{margin-left:3px;font-size:18px;color:#444;font-weight:normal;}#acd_menu header div img{position:relative;z-index:1;float:left;width:32px;height:43px;margin-right:4px;border:1px solid #fff;box-shadow:0px 0px 10px rgba(0,0,0,0.2);}#acd_menu header div > ins{top:27px !important;position:absolute;font-size:22px;font-weight:normal;color:#ddd;z-index:0;top:5px;right:5px;}#acd_menu header div > span{font-size:18px;position:relative;z-index:1;}#acd_menu header div > span > span{font-size:11px;color:#777;margin-left:5px;}#acd_menu header div a{height:48px;display:inline-block;overflow:hidden;position:relative;text-overflow:ellipsis;width:154px;z-index:1;}#acd_menu img.session_stats,#acd_menu img.popout{position:absolute;top:8px;right:37px;opacity:0.3;filter:alpha(opacity=30);}#acd_menu img.session_stats{right:28px;opacity:0.45;filter:alpha(opacity=45);}#acd_menu img.session_stats:hover,#acd_menu img.popout:hover{opacity:0.7;cursor:pointer;filter:alpha(opacity=70);}#acd_menu > h2{color:#444;font-weight:normal;margin:5px 0px 5px 6px;position:relative;top:0px;left:3px;padding:0px;font-size:18px;float:left;}#acd_menu .icon_16_close{margin-right:10px;margin-top:1px;}#acd_menu > nav{width:100% !important;padding:5px 0px 5px 5px !important;background:#eee !important;border-bottom:1px solid #ccc !important;position:absolute !important;}#acd_menu span.button,#acd_menu button{border:1px solid #aaa !important;background:#ddd !important;box-shadow:inset 0px 10px 5px rgba(255,255,255,0.7), inset 0px 1px 0px #fff, 1px 1px 3px rgba(0,0,0,0.2) !important;padding:6px 8px !important;padding-top:0px !important;float:left !important;margin:0px !important;text-shadow:1px 1px 0px #fff !important;border-left-width:0px !important;width:auto !important;color:#444 !important;}#acd_menu > nav i{margin-left:3px;margin-right:3px;position:relative;top:4px;}#acd_menu .icon_128_phone{float:right;margin-right:5px;}#acd_menu button[data-favorite=true],#acd_menu button[data-note=true],#acd_menu button[data-blocked=true]{background:#e3a000 !important;border-color:#e3a000 !important;background:-moz-linear-gradient(top,#e3a000 0%,#ffecbe 100%) !important;background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e3a000),color-stop(100%,#ffecbe)) !important;background:-webkit-linear-gradient(top,#e3a000 0%,#ffecbe 100%) !important;background:-o-linear-gradient(top,#e3a000 0%,#ffecbe 100%) !important;background:-ms-linear-gradient(top,#e3a000 0%,#ffecbe 100%) !important;background:linear-gradient(to bottom,#e3a000 0%,#ffecbe 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3a000',endColorstr='#ffecbe',GradientType=0) !important;}#acd_menu span.button a{display:block !important;}#acd_menu .button.first,#acd_menu button.first{border-left-width:1px;border-radius:4px 0px 0px 4px;}#acd_menu .button.last,#acd_menu button.last{border-radius:0px 4px 4px 0px;}#acd_menu .button:hover,#acd_menu button:hover{background:#fafafa;cursor:pointer;}#acd_menu button.hl{color:#fff;text-shadow:1px 1px 0px #000;background:#555;box-shadow:inset 0px 10px 5px rgba(255,255,255,0.3), inset 0px 1px 0px #555, 1px 1px 3px rgba(0,0,0,0.2);border-color:#666;}#acd_menu button img{float:left;margin-right:3px;}#acd_menu > article{padding:10px;margin-top:30px;}#acd_menu > article label{float:left;width:100px;text-align:left;margin-right:5px;margin-bottom:10px;font-size:12px;color:#999;font-style:italic;}#acd_menu > article h1{margin-left:0px;margin-bottom:10px;margin-top:0px;font-size:18px !important;}#acd_menu > article b{font-size:11px !important;}#acd_menu > article > img{float:right;position:absolute;margin-left:8px;top:160px;left:240px;}#acd_menu > article > div{float:left;}#acd_menu > article > section{border-bottom:1px dotted #ccc;padding-bottom:20px;margin-bottom:10px;line-height:24px;border-top:1px dotted #ddd;padding-top:10px;}#acd_menu > article > section > a{text-decoration:underline;color:#333;}#acd_menu > article > section img{float:left;margin-right:5px;position:relative;top:5px;}#acd_menu > article > section time{color:#999;float:right;}#acd_menu > article > section i{position:relative;top:4px;margin-right:5px;}#acd_profile p,#acd_profile{font-size:12px;}#acd_profile p{margin-top:0px;}#acd_profile > div > img{width:100px;height:100px;border:2px solid #fff;box-shadow:0px 0px 15px rgba(0,0,0,0.5);}#acd_profile > div.left{float:left;text-align:left;width:220px;padding:0px;margin:0px;}#acd_profile > div.right{float:right;text-align:left;}#acd_profile > strong{float:none;font-size:15px;margin-bottom:8px;}#acd_notes h1{margin-top:10px !important;}#acd_notes textarea{border:1px solid #eee;width:350px;max-width:350px;min-width:350px;font-size:14px;height:100px;}#acd_notes section{padding:0px !important;margin-bottom:20px !important;}#acd_notes a{display:inline;}@media screen and (max-width: 39.9375em){#acd_menu{width:100%;}#acd_menu header{width:100%;}#acd_menu header div{width:100%;}}@media screen and (max-width: 1023px){#acd_menu{display:none !important;}}.tooltip .todays_stats{width:160px;line-height:17px;}.tooltip .todays_stats strong{color:#fc0;}.tooltip .todays_stats b{float:right;color:#53b346;}ins{text-decoration:none !important;}#acd_mail a{display:block;text-overflow:ellipsis;overflow:hidden;width:304px;}#acd_mail time{margin-top:-22px;}@-moz-document url-prefix(){#acd_launch{height:12px;}}#acd_launch span{margin-left:2px;padding:0px !important;position:relative;top:-4px;}#acd_launch i{margin-left:5px;margin-right:2px;position:relative;top:1px;}#ctc_connected ins{text-decoration:underline !important;}#acd_menu article[data-guts] h1 span{color:black;}#acd_mail .button2{width:auto !important;}:root{--theme-color:#dd1982;--theme-color-hover:#b51369;--theme-color-half:#dd1982aa;--theme-color-quarter:#dd198255;--theme-color-faint:#dd198222;}body.is_responsive{background:#f2f2f2;font-size:14px;}*{outline:none;}.is_responsive br{clear:both;}.is_responsive button,a,[data-jslink]{cursor:pointer;}template{display:none;}.is_responsive #window_fade.r{display:none;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}.is_responsive #window_fade.r.attach-loading{display:none !important;}.is_responsive #caller_first_time{position:fixed !important;z-index:999;top:50% !important;left:50% !important;margin-left:-150px !important;margin-top:-73px !important;width:300px !important;box-shadow:0px 0px 10px rgba(0,0,0,0.5) !important;}.is_responsive #caller_first_time .button1{display:none;}.is_responsive #caller_first_time .pink-button{display:block;text-align:center;border-radius:4px;}.is_responsive select:focus,.is_responsive input:focus{border-color:#dd1982 !important;}.is_responsive ._pre_flash{transition:all 0.3s ease-in-out;transform:scale(1);}.is_responsive ._flash{color:#dd1982 !important;transform:scale(1.5);}@keyframes glow{0%{background:#dd1982;}50%{background:#b51369;}100%{background:#dd1982;}}.is_responsive .wrap{max-width:1200px;width:auto !important;margin:0px auto;position:relative;}.is_responsive .pink-button{background:#dd1982 !important;color:#fff !important;border:none !important;}.is_responsive .pink-button:hover{background: !important;color:#fff !important;}.is_responsive .grey-button{background:#ddd !important;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.2) !important;color:#444 !important;border:none !important;}.is_responsive .grey-button:hover{background:#eee !important;color:#222 !important;}.is_responsive .float-right{float:right;}.is_responsive .float-left{float:left;}.is_responsive .float-clear{clear:both;display:block;}.is_responsive #contacts-button{z-index:12;}#dropdown-sites{background:rgba(0,0,0,0.8);}#dropdown-sites a{cursor:pointer;}.header button[data-toggle="dropdown-sites"] i{color:#fff;}button[data-toggle="dropdown-sites"] i{position:relative;top:5px;margin-right:5px;}.small-6 button[data-toggle="dropdown-sites"] i{width:0;}.is_responsive .header{z-index:11;position:relative;background:#000;background:-moz-linear-gradient(top,#45484d 0%,#000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#45484d),color-stop(100%,#000));background:-webkit-linear-gradient(top,#45484d 0%,#000 100%);background:-o-linear-gradient(top,#45484d 0%,#000 100%);background:-ms-linear-gradient(top,#45484d 0%,#000 100%);background:linear-gradient(to bottom,#45484d 0%,#000 100%);box-shadow:0px 3px 10px rgba(0,0,0,0.3);}.is_responsive .header .logo-image img{height:27px;position:relative;}.is_responsive .header-mobile .show-search,.is_responsive .header-mobile .show-menu{border-radius:3px;color:#fff;cursor:pointer;font-size:18px;width:auto;background:rgba(255,255,255,0.075);padding:0px;width:auto;line-height:32px;font-size:14px;cursor:pointer;text-align:center;}.is_responsive .header-mobile .show-search div,.is_responsive .header-mobile .show-menu div{padding:0px 12px;}.is_responsive .header-mobile .show-search:hover,.is_responsive .header-mobile .show-menu:hover{background:rgba(255,255,255,0.2);}.is_responsive .header-mobile .show-search i{margin-right:5px;}.is_responsive .header-mobile .show-menu i{margin-left:5px;}@media screen and (max-width: 639px){.is_responsive .header-mobile .show-search i,.is_responsive .header-mobile .show-menu i{margin:0px !important;}}body.is_responsive.fixed-header{padding-top:48px;}body.is_responsive.fixed-header .header{position:fixed;top:0px;left:0px;width:100%;}body.is_responsive.no-overflow{overflow:hidden;}.is_responsive .no-border{border-width:0px !important;}html.is-reveal-open body.is_responsive{position:relative !important;}.header-alert{padding:15px 0px !important;display:block !important;border-radius:0px !important;margin-bottom:0px !important;}.header-alert > div > div{padding-left:45px !important;}.header-alert > div > i{left:5px !important;}.tooltip,div#title.pop-title{display:none;max-width:125px;padding:4px;position:absolute;font-size:11px;border-radius:2px;z-index:10000000001;font-weight:400;}div#title.pop-title.top:after{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:8px;margin-left:-8px;z-index:99999999999;}div#title.pop-title.bottom:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:5px;margin-left:-5px;z-index:99999999999;}div#title.pop-title.left:after{left:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:5px;margin-top:-5px;z-index:99999999999;}div#title.pop-title.right:after{right:100%;top:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-width:5px;margin-top:-5px;z-index:99999999999;}div#title.pop-title{background:#222;color:#fff;}div#title.pop-title.top:after{border-top-color:#222;}div#title.pop-title.bottom{box-shadow:2px 2px 0px rgba(0,0,0,0.2);}div#title.pop-title.bottom:after{border-bottom-color:#222;}div#title.pop-title.left:after{border-left-color:#222;}div#title.pop-title.right:after{border-right-color:#222;}div#title.pop-title b{color:#fc0;}@media screen and (max-width: 750px){.tooltip,div#title.pop-title{display:none;}}.mobile-menu{position:fixed;display:none;top:50px;box-shadow:0px 0px 5px rgba(0,0,0,0.85);z-index:99;font-size:14px;}.mobile-menu-underlay{display:none;position:fixed;top:0px;left:0px;z-index:5;background:rgba(0,0,0,0.25);width:100%;height:100%;cursor:pointer;}.mobile-menu[active]{display:block;}.mobile-menu{background:#222;width:245px;overflow:auto;max-height:calc(100% - 50px);}.mobile-menu ul{list-style:none;margin:0px;padding:0px;}.mobile-menu ul a{display:block;line-height:28px;padding:0px 8px;color:#fff;background:rgba(0,0,0,0.25);margin-bottom:1px;outline:none;}.mobile-menu .submenu a{line-height:12px;}.mobile-menu ul a[active],.mobile-menu ul a:hover{color:#dd1982;background:rgba(0,0,0,0.5);}.mobile-menu ul a[active]{background:rgba(0,0,0,0.25);}.mobile-menu ul a[active]:hover{color:#fff;background:rgba(0,0,0,0.5);}.mobile-menu ul a i{color:#dd1982 !important;opacity:0.85;margin-right:8px;}.mobile-menu div{color:#fff;font-size:11px;line-height:24px;padding:0px 10px;text-transform:uppercase;color:#777;}.mobile-menu div a{float:right;color:#777;font-size:12px;}.mobile-menu div a:hover{color:#ccc;}.mobile-menu li{position:relative;}.mobile-menu li[aria-expanded='true'] > a{background:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.2);}.mobile-menu li[aria-expanded='true'] > a:hover{background:#b51369;color:#fff;}body.theater_3 .mobile-menu li[aria-expanded='true'] > a:hover{background:#b51369;color:#dd1982;}.mobile-menu li[aria-expanded='true'] > a i{color:#fff !important;}body.theater_3 .mobile-menu li[aria-expanded='true'] > a i{color:#dd1982 !important;}.mobile-menu li[aria-expanded='true'] > a:after{border-top-color:#fff !important;}.mobile-menu li.border-top{border-top:1px solid #444;}.mobile-menu li.text{background:#3c1c2d;color:#fff;padding:10px;font-size:14px;line-height:22px;}.mobile-menu li.text a{display:block;margin:10px 0px;background:#ddd;border:1px solid #ccc;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.07), 1px 1px 0px rgba(0,0,0,0.25);border-radius:3px;color:#333;text-align:center;}.mobile-menu li.text a:hover{background:#eee;}.mobile-menu li.text p{font-size:12px;text-align:center;margin-bottom:6px;}.mobile-menu li.text p a{display:inline-block;margin:0px;padding:0px 5px;margin-right:5px;line-height:22px;}.mobile-menu li.text p b{color:#dd1982;}.mobile-menu li span{float:right;color:#dd1982;}#mobileRight{width:20em;right:0;border-radius:0 0 0 .5em;}#mobileRight > ul{color:white;}#mobileLeft{left:0px;border-radius:0px 0px 4px 0px;}#mobileLeft label{margin:10px;}#mobileLeft ul ul{display:none;}#mobileLeft ul ul li a{display:block;font-size:14px;background:rgba(0,0,0,0.5);}a.logo-image ~ button{position:absolute;}@media screen and (min-width: 40em){a.logo-image ~ button{position:inline;}}.talker_services{display:block;background:white;font-size:1.75em;padding:0;position:relative;}.talker_services > span{display:inline-block;cursor:pointer;}.talker_services > span > strong{display:inline-block;font-size:12pt;}.talker_services > span > i{padding:0 .25em 0 .25em;}.talker_services > span[status="1"] > i{color:#dd1982;}.talker_services > span[status="0"] > i{color:lightgray;}.talker_services i.fa-spinner{animation:blinker 2s linear infinite;}.talker_services > span.earnings{display:inline-block;right:.1em;font-size:12pt;}.talker_services > span.earnings > strong{position:absolute;top:0;right:.5em;font-size:8pt;}.talker_services > span.earnings > em{position:absolute;color:green;bottom:0;right:.5em;}@keyframes blinker{50%{opacity:0;}}i.close,span.close{cursor:pointer;z-index:1;color:#aaa;position:absolute;top:0px;right:0px;padding:0px 5px;line-height:24px;font-size:24px;display:inline-block;}i.remove,i.unattach{cursor:pointer;z-index:1;color:#aaa;padding:0px 5px;line-height:24px;font-size:24px;display:inline-block;}i.close:hover,span.close:hover,i.remove:hover{color:#ccc;}.disabled,.menu li.disabled{opacity:0.5 !important;}.disabled,.menu li.disabled,.menu li.disabled a{cursor:default !important;}.is_responsive .header-mobile .top-bar{padding:5px;}.is_responsive .header .top-bar{background:none;padding:0.5rem 5px;}.is_responsive .header-button.header-search-browse{float:none;padding:0px 2px;margin:0px;border-radius:0px 3px 3px 0px;vertical-align:middle;position:relative;top:0px;box-shadow:none;border:none;left:-4px;background:#ccc;color:#222 !important;}.is_responsive .header-button.header-search-browse i{margin-left:0px;}.is_responsive .header-button.header-search-browse:hover{background:#aaa;}.is_responsive .header-button.header-search-browse:hover i{color:#000;}.is_responsive .header-search{width:188px;padding-left:15px;}.is_responsive .header-search input{max-width:100%;height:32px;}.is_responsive .header input[type='search']{margin:0px;font-size:13px;border-radius:3px;}.is_responsive .header .has-ideas input[type='search']{border-radius:3px 0px 0px 3px;}.is_responsive .header input[type='search'],.mobile-menu input[type='search']{border-color:transparent;}.is_responsive .header input[type='search']:focus,.mobile-menu input[type='search']:focus{box-shadow:none;border-color:transparent;}.is_responsive .header input[type='search']:focus{border-radius:3px 3px 0px 0px;}.is_responsive .header .has-ideas input[type='search']:focus{border-radius:3px 0px 0px 0px;}.is_responsive .header-desktop .show-search{margin-right:0.5em;}.is_responsive .header-search{display:inline-block;vertical-align:middle;margin-left:0;}.is_responsive .header-button{display:inline-block;font-weight:500;margin-right:3px;float:left;color:#fff !important;border-radius:3px;background:rgba(255,255,255,0.1);padding:0px 12px;line-height:32px;font-size:14px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.15), 1px 1px 0px rgba(0,0,0,0.85);cursor:pointer;}.is_responsive .header-button[active],.is_responsive .header-button:hover{background:rgba(255,255,255,0.2);}.is_responsive .header-button.last-button{margin-right:0px;}.is_responsive .header-button i{margin-left:5px;opacity:0.65;}.is_responsive .header-button i.a{margin-left:0px;}.is_responsive .header-button i.white{color:#fff;opacity:0.85;}.is_responsive .header-button i.green{color:#2ae02a;}.is_responsive .header-button i.red{color:#ff3131;}.is_responsive .header-button i.blue{color:#49c7ff;}.is_responsive .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after{border-top-color:#dd1982;border-width:4px;}.is_responsive .dropdown-pane{max-width:320px;border-color:#ccc;box-shadow:0px 5px 10px rgba(0,0,0,0.1);border-left:2px solid #dd1982;}.is_responsive .dropdown-pane .menu .active > a{background:#dd1982;}.is_responsive .dropdown-pane .menu .active > a span{color:#fff;}.is_responsive #dropdown-vchat,.is_responsive #dropdown-dialin{padding:10px;z-index:12;}.is_responsive #dropdown-vchat small{display:block;text-transform:uppercase;font-size:10px;color:#777;}.is_responsive #dropdown-vchat strong{display:block;font-size:21px;padding-bottom:10px;color:#dd1982;}.is_responsive #dropdown-vchat p{font-size:14px;line-height:19px;}.is_responsive #dropdown-dialin{max-width:220px;text-align:center;}.is_responsive #dropdown-dialin small{display:block;text-transform:uppercase;font-size:10px;color:#777;}.is_responsive #dropdown-dialin strong{display:block;font-size:21px;padding-bottom:initial;color:#dd1982;}.is_responsive #dropdown-dialin small b{color:#dd1982;font-size:16px;}.is_responsive .dropdown-custom{border-radius:0px 0px 3px 3px;position:absolute;width:220px;background:#fff;border-color:#ccc;box-shadow:0px 5px 10px rgba(0,0,0,0.1);border-left:2px solid #dd1982;z-index:13;display:none;}.is_responsive div[caller-menu-underlay]{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.015);cursor:pointer;z-index:10;}.is_responsive #dropdown-status > div{padding:5px;font-size:12px;}.is_responsive #dropdown-status > div > b{text-transform:uppercase;font-size:10px;color:#666;}.is_responsive #dropdown-status > div > b > span{float:right;}.is_responsive #dropdown-status > div > ul{list-style:none;margin:0px;padding:5px 0px 0px 0px;}.is_responsive #dropdown-status > div > ul > li{position:relative;padding:3px;border-top:1px solid #ddd;line-height:24px;}.is_responsive #dropdown-status > div > ul > li > i{display:inline-block;vertical-align:middle;margin-right:5px;}.is_responsive #dropdown-status > div > ul > li > i.red{color:#ff3131;}.is_responsive #dropdown-status > div > ul > li > i.green{color:#2ae02a;}.is_responsive #dropdown-status > div > ul > li > a{position:absolute;top:50%;right:0px;margin-top:-13px;height:25px;font-size:11px;padding:0px;width:75px;text-align:center;display:inline-block;background:#eee;color:#333;border:1px solid #ccc;border-radius:30px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.5);}.is_responsive #dropdown-status > div > ul > li > a:hover{background:#ddd;}.is_responsive #dropdown-status > div > ul > li > a > span{transition:color 0.25s ease-in-out;display:inline-block;vertical-align:text-bottom;width:50%;text-align:center;position:relative;z-index:1;top:-1px;border-radius:30px;}.is_responsive #dropdown-status > div > ul > li > a > span.on{right:1px;}.is_responsive #dropdown-status > div > ul > li > a > span.off{left:1px;}.is_responsive #dropdown-status > div > ul > li > a > div{transition:all 0.25s ease-in-out;border-radius:30px;width:50%;height:20px;background:#dd1982;position:absolute;z-index:0;top:1px;}.is_responsive #dropdown-status > div > ul > li > a > span.link{background-color:#dd1982;color:white;}.is_responsive #dropdown-status > div > ul > li > a.on > div{right:1px;}.is_responsive #dropdown-status > div > ul > li > a.off > div{right:calc(50% - 2px);background:#888;box-shadow:none;}.is_responsive #dropdown-status > div > ul > li > a.on > span.on{color:#fff;}.is_responsive #dropdown-status > div > ul > li > a.off > span.off{color:#fff;}.is_responsive #dropdown-menu{width:180px;}.is_responsive #dropdown-menu > ul{list-style:none;padding:0px;margin:0px;}.is_responsive #dropdown-menu > ul > li{font-size:14px;}.is_responsive #dropdown-menu > ul > li > a{color:#111;display:block;font-size:13px;font-weight:400;line-height:28px;border-bottom:1px solid #ddd;padding:0px 5px;}.is_responsive #dropdown-menu > ul > li:last-of-type > a{border-bottom:none;}.is_responsive #dropdown-menu > ul > li > a > i{margin-right:5px;font-size:14px;color:#777;display:inline-block;vertical-align:text-bottom;}.is_responsive #dropdown-menu > ul > li > a:hover{background:#eee;}.is_responsive #dropdown-menu > ul > li > a:hover > i{color:#dd1982;}.dropdown-header-close{padding:20px !important;}.is_responsive .dropdown-custom[caller-menu="status"]{z-index:102;}.is_responsive #dropdown-wallet{width:300px;z-index:100;}.is_responsive #dropdown-wallet .memberships-link{margin:0;position:relative;width:100%;}.is_responsive #dropdown-wallet .memberships-link > a{background:#dd1982;color:#fff !important;font-size:14px;font-weight:bold;padding:2px 5px;width:100%;top:-12px;left:-1px;text-decoration:none !important;text-align:center;margin:10px 0;border-radius:4px;}.is_responsive #dropdown-wallet .memberships-link > a:hover{background:#b51369 !important;color:#fff !important;}.is_responsive #dropdown-wallet .wallet-balance{display:inline-block;width:50%;vertical-align:top;padding:15px;cursor:pointer;}.is_responsive #dropdown-wallet .wallet-balance > span{font-size:16px;color:#444;display:block;position:relative;top:6px;line-height:16px;}.is_responsive #dropdown-wallet .wallet-balance > b{display:block;color:#dd1982;font-size:28px;line-height:54px;}.is_responsive #dropdown-wallet .wallet-buttons{display:inline-block;width:50%;vertical-align:top;text-align:center;padding:15px;}.is_responsive #dropdown-wallet .wallet-buttons > button{font-size:14px;line-height:30px;background:#eee;}.is_responsive #dropdown-wallet .wallet-buttons > button.pink-button{display:block;width:100%;margin-bottom:3px;border-radius:4px;}.is_responsive #dropdown-wallet .wallet-buttons > button.button-history{display:inline-block;vertical-align:top;width:80%;border-radius:4px 0px 0px 4px;border:1px solid #ccc;}.is_responsive #dropdown-wallet .wallet-buttons > button.button-history:hover{background:#fafafa;}.is_responsive #dropdown-wallet .wallet-buttons > button.button-more{display:inline-block;vertical-align:top;width:20%;border-radius:0px 4px 4px 0px;border:1px solid #ccc;border-left-width:0px;}.is_responsive #dropdown-wallet .wallet-buttons > button.button-more[active],.is_responsive #dropdown-wallet .wallet-buttons > button.button-more:hover{background:#fafafa;}.is_responsive #dropdown-wallet .wallet-credits{padding-bottom:5px;}.is_responsive #dropdown-wallet .wallet-credits > ul{margin:0px;padding:0px;list-style:none;}.is_responsive #dropdown-wallet .wallet-credits > ul > li{cursor:pointer;font-size:13px;line-height:28px;border-top:1px solid #ddd;padding:0px 15px;position:relative;}.is_responsive #dropdown-wallet .wallet-credits > ul > li:first-of-type{background:#fafafa;}.is_responsive #dropdown-wallet .wallet-credits > ul > li:not(:first-of-type):hover{background:#ecf8ff;}.is_responsive #dropdown-wallet .wallet-credits > ul > li b{font-weight:400;}.is_responsive #dropdown-wallet .wallet-credits > ul > li a{float:right;color:#dd1982;text-decoration:underline;}.is_responsive #dropdown-wallet .wallet-credits > ul > li a:hover{color:#444;text-decoration:none;}.is_responsive #dropdown-wallet .wallet-credits > ul > li span{color:#dd1982;font-weight:700;font-size:14px;line-height:24px;display:inline-block;width:50px;text-align:right;margin-right:5px;vertical-align:middle;}.is_responsive #dropdown-wallet .wallet-credits > ul > li p{display:inline-block;vertical-align:middle;padding:0px;margin:0px;font-size:12px;line-height:24px;}.is_responsive #dropdown-wallet .wallet-credits > ul > li button{position:absolute;top:5px;right:15px;background:#dd1982;color:#fff;font-size:11px;line-height:18px;padding:0px 5px;border-radius:3px;}.is_responsive #dropdown-wallet .wallet-credits > ul > li button:hover{background:#b51369;}.is_responsive #dropdown-wallet-more-buttons{z-index:101;position:fixed;top:0px;left:0px;display:none;}.is_responsive #dropdown-wallet-more-buttons[active]{display:block;}.is_responsive #dropdown-wallet-more-buttons > ul{margin:0px;padding:0px;border:1px solid #ccc;box-shadow:0px 8px 14px rgba(0,0,0,0.2);border-radius:4px;list-style:none;overflow:hidden;}.is_responsive #dropdown-wallet-more-buttons > ul > li:first-of-type{border-radius:4px 4px 0px 0px;}.is_responsive #dropdown-wallet-more-buttons > ul > li{background:#fafafa;border-bottom:1px solid #ccc;}.is_responsive #dropdown-wallet-more-buttons > ul > li:hover{background:#fff;}.is_responsive #dropdown-wallet-more-buttons > ul > li:last-of-type{border-radius:0px 0px 4px 4px;border-bottom-width:0px;}.is_responsive #dropdown-wallet-more-buttons > ul > li > a{display:block;padding:3px 10px;font-size:13px;color:#333;width:117px;}.is_responsive #dropdown-wallet-more-buttons > ul > li > a:hover{color:#dd1982;}.dropdown-wallet-info{width:240px;z-index:101;position:fixed;display:none;background:#222;color:#fff;font-size:12px;line-height:18px;}.dropdown-wallet-info[active]{display:block;}.dropdown-wallet-info > i{font-size:18px;}.dropdown-wallet-info > div{padding:20px;}.dropdown-wallet-info b{display:block;}.dropdown-wallet-info b span{color:#dd1982;float:right;}.dropdown-wallet-info p{margin:0px;margin-top:10px;padding-top:5px;border-top:1px solid #444;font-size:12px;line-height:15px;}.dropdown-wallet-info p.no-border{margin-top:0px;padding-top:0px;border-top:none;}.dropdown-wallet-info h6{color:#dd1982;display:block;margin:0px;margin-bottom:10px;padding:0px;padding-bottom:5px;font-weight:400;border-bottom:1px solid #444;}.dropdown-wallet-info button{display:block;width:95%;margin:5px auto;font-size:14px;line-height:34px;}#window-forgot label{font-weight:700;color:#444;}#window-forgot,#window-login,#window-register,#window-register-footer{max-width:435px;border-left:2px solid #dd1982;display:block;}#window-forgot .close-button,#window-login .close-button,#window-register .close-button,#window-register-footer .close-button{z-index:1000;width:auto;top:0;right:0;padding:0.5rem;}#window-forgot strong,#window-login strong,#window-register strong,#window-register-footer strong{font-weight:500;font-size:20px;display:block;line-height:34px;padding-bottom:10px;}#window-register small,#window-register-google small,#window-register-footer small{display:block;color:#777;padding:2px 0px;clear:both;}#window-register label.agree,#window-register-footer label.agree{font-size:13px;}#window-register label.agree input,#window-register-footer label.agree input{position:relative;top:2px;margin-right:2px;}#window-register label.subscribe,#window-register-footer label.subscribe{font-size:13px;}#window-register label.subscribe input,#window-register-footer label.subscribe input{position:relative;top:2px;margin-right:2px;}#window-register div.vrreg_error{color:firebrick;font-weight:bold;text-align:center;}#window-register div.vrreg_note{font-weight:bold;text-align:center;}#window-register div.vrreg_alert{color:#b51369;font-weight:bold;text-align:center;}#window-register form span.toggle-password,#window-register form span.toggle-password-confirm,#window-register-footer form span.toggle-password,#window-register-footer form span.toggle-password-confirm{cursor:pointer;position:absolute;font-size:12px;line-height:39px;top:6px;right:10px;color:#444;}#window-login .recaptcha-holder{display:none;}#window-login nav{display:block;position:absolute;top:0px;left:0px;width:100%;}#window-login nav a,#window-login nav span{cursor:pointer;width:33%;background:#eee;color:#444;font-size:14px;line-height:34px;display:inline-block;vertical-align:top;text-align:center;box-shadow:inset -1px 0px 0px #ddd, inset 0px -1px 13px rgba(0,0,0,0.075);}#window-login nav a:first-of-type,#window-login nav span:first-of-type{border-radius:4px 0px 0px 0px;}#window-login nav a:hover,#window-login nav span:hover{background:#eee;color:#dd1982;}#window-login nav a[active],#window-login nav span[active]{background:#fff;color:#dd1982;font-weight:400;box-shadow:inset -1px 0px 0px #ddd;}#window-login nav a:nth-child(2n),#window-login nav span:nth-child(2n){width:34%;}#window-login nav a:last-of-type,#window-login nav span:last-of-type{border-radius:0px 4px 0px 0px;box-shadow:none;}#window-login p{font-weight:600;font-size:15px;color:#000;margin-bottom:3px;}#window-register a,#window-register form span,#window-login form a,#window-login form span,#window-login p a,#window-login p span,#register-claim-account-link,#register-login-link,#forgot-password-link,#login-register-link{color:#dd1982;cursor:pointer;}#window-login form div{position:relative;}#window-login form span.toggle-password,#window-register form span.toggle-password{cursor:pointer;position:absolute;font-size:12px;line-height:39px;top:6px;right:10px;color:#444;}#window-login form label,#window-register form label{font-size:12px;line-height:30px;color:#777;padding-left:15px;display:inline-block;}#window-login form label input,#window-register form label input{margin-right:3px;position:relative;top:1px;}#window-login button,#window-register button{margin-top:4px;width:100%;margin-bottom:1rem;padding:0.25rem;border-radius:20px;white-space:nowrap;max-width:350px;box-shadow:unset;}#window-login button.bottombutton,#window-register button.bottombutton{position:relative;border:1px solid #dd1982;color:#dd1982;display:inline-block;font-weight:500;margin-right:3px;float:left;line-height:32px;font-size:14px;white-space:nowrap;}#window-login button i,#window-register button i{left:10px;position:absolute;top:8px;font-size:1.5rem;}#window-login button.bottombutton:hover::before,#window-register button.bottombutton:hover::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:currentColor;opacity:0.1;z-index:-1;border-radius:inherit;}#window-login select,#window-register select{height:3rem;}.no-wrap{white-space:nowrap;}#window-login .faint-line,#window-register .faint-line{border-bottom:1px solid #ccc;margin-right:10px;margin-left:10px;}#window-login .grid-x.align-middle,#window-register .grid-x.align-middle{display:flex;align-items:center;}#window-login .pointer,#window-register .pointer{cursor:pointer;}#loginphonecountry,#registerphonecountry{width:45px;}#loginphonecountry[data-short-text]::after,#registerphonecountry[data-short-text]::after{content:attr(data-short-text);position:absolute;top:50%;left:10px;transform:translateY(-50%);pointer-events:none;}#loginphonecountry option,#registerphonecountry option{display:block;}#window-login .mb1,#window-register .mb1{margin-bottom:1rem;}#window-login .mt1{margin-top:1rem;}#window-login .mlh,#window-register .mlh{margin-left:.5rem;}#window-login .p1{padding:1rem;}#window-login .pt1{padding-top:1rem;}#window-login .pb1{padding-bottom:1rem;}#window-login .phone-login-form-number select,#window-register .phone-register-form-number select{width:7rem;float:left;margin:0 5px .4rem;}#window-login .phone-login-form-number input{width:100%;margin:0 0 1rem;}#window-login .phone-login-form-number label{font-size:14px;padding-left:0px;}#window-login .phone-login-form-number div.note{font-size:12px;margin-top:6px;}#window-login .phone-login-form-confirm #btnPhoneLoginProcessing{width:96%;}#window-login .phone-login-form-confirm div.note{font-size:12px;margin-top:6px;}#window-login [tab-content]{display:none;}#window-login [tab-content][active]{display:block;}#window-login [tab-content] small{color:#777;}#window-login [tab-content] b{color:#09d;}#window-login [tab-content='noaccount'],#window-login [tab-content='dialin']{text-align:center;width:80%;margin:0px auto;}#window-login [tab-content='noaccount'] button.pink-button,#window-login [tab-content='dialin'] button.pink-button{margin:0px auto;float:none;width:95%;}#window-login [tab-content='noaccount'] i.fa-user-plus,#window-login [tab-content='dialin'] i.fa-phone-square{font-size:80px;display:block;line-height:100px;color:#dd1982;}#window-login label.agree{font-size:13px;text-align:left;}#window-login label.agree input{position:relative;top:2px;margin-right:2px;}#window-login label.subscribe{font-size:13px;text-align:left;}#window-login label.subscribe input{position:relative;top:2px;margin-right:2px;}@media screen and (max-width: 640px){#window-login,#window-register{max-width:100%;}#window-login strong,#window-register strong{font-size:18px;}}.form-floating-label{position:relative;}.form-floating-label [type='search'],.form-floating-label textarea{margin-bottom:0;color:#373737;font-size:18px;font-weight:300;padding:30px 1rem 1rem 8px;}.form-floating-label [type='number'],.form-floating-label [type='text'],.form-floating-label [type='email'],.form-floating-label [type='password']{color:#373737;font-size:18px;font-weight:300;padding:30px 1rem 1rem 8px;}.form-floating-label label{color:#b1b1b1;font-size:18px !important;position:absolute;pointer-events:none;padding-left:8px !important;bottom:5px;transition:all 0.2s ease-in;font-weight:300;}.form-floating-label textarea ~ label{top:20px;font-size:18px !important;font-weight:300;}.form-floating-label input:focus ~ label,.form-floating-label input:disabled[value] ~ label,.form-floating-label.has-value input ~ label{top:0;font-size:14px !important;color:#b1b1b1;font-weight:400;}.form-floating-label textarea:focus ~ label,.form-floating-label.has-value textarea ~ label{top:0;font-size:14px !important;color:#b1b1b1;font-weight:400;}.footer{margin-top:50px;padding:30px 0px;background:#fafafa;border:1px solid #ddd;border-width:1px 0px;}.footer .cell > ul{list-style:none;margin:0px;padding:0px;}.footer .cell > ul > li{display:inline-block;vertical-align:text-top;width:19%;float:left;}.footer .cell > ul > li:first-of-type{width:24%;}.footer .cell > ul > li:first-of-type img{width:184px;}.footer .cell > ul > li:first-of-type div{color:#666;font-size:12px;line-height:30px;}.footer .cell > ul > li:first-of-type small{color:#666;font-size:10px;line-height:12px;position:relative;top:-10px;}.footer .cell > ul > li:first-of-type nav.social{font-size:24px;}.footer .cell > ul > li:first-of-type nav.social i{color:#aaa;margin-right:8px;display:inline-block;vertical-align:middle;padding:12px;}.footer .cell > ul > li:first-of-type nav.social a:hover i{color:#dd1982;}.footer .cell > ul > li:first-of-type nav.social i.last{margin-right:0px;}.footer .cell > ul > li nav:not(.social){font-size:14px;}.footer .cell > ul > li nav:not(.social) b{display:block;color:#777;}.footer .cell > ul > li nav:not(.social) ul{margin:0px;padding:0px;list-style:none;}.footer .cell > ul > li nav:not(.social) ul li{display:block;}.footer .cell > ul > li nav:not(.social) a{color:#dd1982;}.footer .cell > ul > li nav:not(.social) a:hover{color:#444;}@media screen and (max-width: 1000px){.footer .cell > ul > li{width:25%;}.footer .cell > ul > li nav:not(.social){font-size:13px;}.footer .cell > ul > li:first-of-type{display:block;width:100%;padding-bottom:20px;text-align:center;}}@media screen and (max-width: 700px){.footer .cell > ul > li{width:100%;padding-bottom:10px;}.footer .cell > ul > li nav:not(.social){font-size:18px;}.footer .cell > ul > li nav:not(.social) b{border-bottom:2px solid #ddd;}.footer .cell > ul > li nav:not(.social) ul li{margin:4px;}}.profile-listing-cell{cursor:pointer;position:relative;box-shadow:1px 1px 0px #ccc;margin:4px;padding:5px;background-color:white;}.nightmode .profile-listing-cell{background-color:#222;box-shadow:1px 1px 0px #444;}.profile-listing-cell p{margin-bottom:unset;}.profile-listing-cell-left{padding-right:4px;}.nightmode .profile-listing-cell p{color:#bbb;}.profile-listing-cell a{color:inherit;}.profile-listing-cell .grid-x{margin:5px;}.profile-listing-cell-title{display:block;overflow:hidden;font-size:1.4em;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-height:1.5em;max-height:3em;font-size:1rem;overflow:hidden;width:100%;margin:0px auto;font-weight:600;color:#666;}.nightmode .profile-listing-cell-title{color:white;}.profile-listing-cell span[data-profile-voice-greeting]{color:#000;border-right:1px solid #555;border-bottom:1px solid #555;cursor:pointer;position:absolute;top:1px;left:1px;display:inline-block;padding:0px 5px;border-radius:3px 0px 3px 0px;z-index:6;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);}.profile-listing-cell span.profile-photo-count{color:#dd1982;border-left:1px solid #555;border-bottom:1px solid #555;cursor:pointer;position:absolute;top:1px;right:3px;display:inline-block;padding:0px 5px;border-radius:0px 3px 0px 3px;z-index:5;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);}.profile-listing-cell span.profile-photo-count span{margin-left:5px;}.profile-listing-cell .loading-images{display:none;position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;z-index:5;border-radius:4px;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1);}.profile-listing-cell .loading-images i{color:#fff;font-size:50px;line-height:120px;opacity:0.7;position:absolute;top:50%;margin-top:-60px;left:50%;margin-left:-25px;}.profile-listing-cell .profile-photo-holder span.profile-discount-label{color:#dd1982;font-size:11px;font-weight:bold;}.profile-listing-cell div.profile-photo-holder{width:140px;position:relative;border-radius:4px;z-index:4;}.profile-listing-cell div.profile-photo-holder img{border-radius:4px;border:1px solid #555;}.profile-listing-call-button-container{padding-bottom:4px;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-align:stretch;align-items:stretch;}.profile-listing-call-button{font-size:1rem;padding:10px;flex:3 1 0px;font-weight:200;text-shadow:unset;background:white;border:1px solid #555;font-size:16px;font-weight:bold;cursor:pointer;transition:all 0.3s ease;color:#dd1982;border-radius:unset;}.profile-listing-call-button:hover{background:white;color:#dd1982;}.profile-listing-call-button:focus{background:white;color:#dd1982;}.profile-list-cell-container a{color:unset;}.nightmode .profile-listing-call-button{background-color:#111;}.profile-listing-call-button[disabled]{color:grey;}.profile-listing-mail-button{font-size:1rem;padding:8px;flex:1 1 0px;font-weight:200;text-shadow:unset;border:1px solid #555;font-size:16px;font-weight:bold;cursor:pointer;transition:all 0.3s ease;color:#dd1982;border-radius:unset;}.profile-listing-mail-button-full{font-size:1rem;padding:10px;flex:3 1 0px;font-weight:200;text-shadow:unset;border:1px solid #555;font-size:16px;font-weight:bold;cursor:pointer;transition:all 0.3s ease;color:#dd1982;border-radius:unset;}.nightmode .profile-listing-mail-button-full{background-color:#111;}.profile-listing-chat-button{font-size:1rem;padding:4px;flex:4 1 0px;font-weight:200;text-shadow:unset;border:1px solid #555;font-size:14px;font-weight:bold;cursor:pointer;transition:all 0.3s ease;color:#dd1982;border-radius:unset;}.nightmode .profile-listing-chat-button{background-color:#111;}.profile-listing-info{display:flex;justify-content:space-between;}.nightmode .profile-listing-info{color:#bbb;}.profile-listing-price{text-align:left;color:#dd1982;font-weight:bold;}.nightmode .profile-listing-price{font-weight:unset;}.profile-listing-price-special{text-decoration:line-through;text-decoration-color:red;}.profile-listing-special{color:green;}.profile-listing-rating{text-align:right;}.profile-listing-status{text-align:center;height:0px;}.profile-listing-status span{position:relative;top:-10px;color:#fff;border-radius:10px;padding:3px 18px 3px 18px;}.profile-listing-headline{line-height:1.5em;max-height:4.5em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}.profile-listing.profile-listing-list ._profile,.profile-listing.profile-listing-grid ._profile{margin:5px;padding:0px;background:#fff;display:block;border-radius:4px;box-shadow:1px 1px 0px #ccc;position:relative;}.profile-listing.profile-listing-grid ._profile h2{font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:90%;margin:0px auto;padding:10px 0px 10px 0px;display:block;font-weight:600;color:#666;}.profile-listing.profile-listing-grid ._profile img{display:block;width:100%;margin:0px auto;border-radius:4px;border:1px solid #dd1982;}.profile-listing.profile-listing-grid ._profile p{display:none;}.profile-listing.profile-listing-grid ._profile div.profile-photo-holder{width:90%;margin:0px auto;position:relative;border-radius:4px;}.profile-listing ._profile span.profile-favorite{color:#000;border-right:1px solid #dd1982;border-bottom:1px solid #dd1982;cursor:pointer;position:absolute;top:10px;left:10px;display:inline-block;padding:0px 5px;border-radius:3px 0px 3px 0px;z-index:6;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);}.whatinput-types-mouse .profile-listing ._profile span.profile-photo-count:hover{background:#dd1982;color:#fff;}.profile-listing ._profile .profile-photo-holder span.profile-discount-label{color:#dd1982;font-size:11px;font-weight:bold;}.profile-listing ._profile span[data-profile-voice-greeting]{color:#000;border-right:1px solid #dd1982;border-bottom:1px solid #dd1982;cursor:pointer;position:absolute;top:1px;left:1px;display:inline-block;padding:0px 5px;border-radius:3px 0px 3px 0px;z-index:6;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);}.profile-listing ._profile span.profile-photo-count{color:#dd1982;border-left:1px solid #dd1982;border-bottom:1px solid #dd1982;cursor:pointer;position:absolute;top:1px;right:1px;display:inline-block;padding:0px 5px;border-radius:0px 3px 0px 3px;z-index:5;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);}.profile-listing ._profile span.profile-photo-count span{margin-left:5px;}.profile-listing.profile-listing-grid ._profile > .profile-rating{display:none;}.profile-listing ._profile div.profile-photo-holder .profile-rating{display:block;position:absolute;bottom:1px;left:1px;display:inline-block;font-size:14px;color:#fff;text-shadow:1px 1px 1px rgba(0,0,0,0.35);padding:0px 5px;border-radius:0px 4px 0px 4px;}i.far.fa-star{color:#ccc !important;}i.fa-star-half,i.fa-star-half-alt,i.fa-star{color:#fb0 !important;}.profile-rating span{font-size:11px;margin-left:2px;position:relative;top:-2px;font-weight:700;color:#777;}.profile-listing .profile-rating span{color:#fff;text-shadow:1px 1px 0px #777;}.profile-listing ._profile span.profile-buttons{display:block;background:#f4f4f4;padding:5px 5px 10px 5px;border-radius:0px 0px 4px 4px;margin-top:12px;}.profile-listing ._profile span.profile-buttons button{display:inline-block;vertical-align:middle;width:15%;}.profile-listing ._profile span.profile-buttons > span{color:#777;font-style:italic;font-size:14px;display:inline-block;vertical-align:middle;width:31%;position:relative;top:3px;}.profile-listing ._profile span.profile-buttons > i{margin-right:5px;vertical-align:middle;display:inline-block;}.profile-listing ._profile span.profile-buttons button i{font-size:20px;line-height:1.15;color:#aaa;}.profile-listing ._profile span.profile-buttons button span{display:block;font-size:9px;color:#555;}.profile-listing ._profile span.profile-buttons button span.rate-discount{color:#dd1982;font-weight:bold;}.profile-listing ._profile span.profile-buttons button[active] i{color:#dd1982;}.profile-listing-message-box-container{background:#fff;background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);border:1px solid #ccc;width:100%;}.profile-listing .profile-listing-message-box{display:inline-block;margin:3px;min-width:65%;max-width:68%;}.profile-listing .profile-chat-begin{background:#fff;background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);border-radius:3px;border-width:0 1px;border:1px solid #ccc;color:#555;cursor:pointer;display:inline-block !important;font-size:13px;line-height:35px;margin:0px;text-align:center !important;width:44px !important;}@media screen and (min-width: 1200px){.profile-listing .profile-listing-message-box{width:180px;}}.profile-listing.profile-listing-list ._profile span.profile-buttons > span{width:32%;font-size:12px;}.profile-listing.profile-listing-list ._profile div.profile-photo-holder{width:140px;position:absolute;top:10px;left:10px;border-radius:4px;z-index:4;}.profile-listing.profile-listing-list ._profile div.profile-photo-holder img{border-radius:4px;border:1px solid #dd1982;}.profile-listing.profile-listing-list ._profile h2{padding-left:160px;padding-top:10px;padding-right:10px;font-size:14px;color:#666;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.profile-listing.profile-listing-list ._profile p{min-height:80px;padding-left:160px;padding-right:10px;font-size:14px;line-height:19px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;color:#444;margin-bottom:5px;}.profile-listing.profile-listing-list ._profile > .profile-rating{display:block;padding-left:160px;}.profile-listing.profile-listing-list ._profile > .profile-rating > span{color:#888;text-shadow:none;}.profile-listing.profile-listing-list ._profile > span.profile-buttons{display:block;position:absolute;bottom:0px;left:0px;padding-left:160px;width:100%;}.profile-listing.profile-listing-list ._profile .profile-photo-holder .profile-rating{display:none;}.profile-listing ._profile .loading-images{display:none;position:absolute;top:0px;left:0px;width:100%;height:100%;text-align:center;z-index:5;border-radius:4px;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a6000000',GradientType=1);}.profile-listing ._profile .loading-images i{color:#fff;font-size:50px;line-height:120px;opacity:0.7;position:absolute;top:50%;margin-top:-60px;left:50%;margin-left:-25px;}.profile-listing .no-results{display:block;margin:5px;width:100%;background:#fff;border:1px solid #ddd;border-radius:3px;text-align:center;}.profile-listing .no-results > div{padding:140px 0px;}@media screen and (max-width: 640px){button#wamwm{display:none;}button[watch-with-me]{display:none;}}@media screen and (max-height: 550px){button#wamwm{display:none;}button[watch-with-me]{display:none;}}.profile-buttons-large{margin:0.6rem;width:90%;}.profile-listing ._profile span.profile-buttons button.button-pink-large{font-size:1rem;padding:5px;margin:5px;width:90%;font-weight:600;border-radius:4px;}button.button-pink-large{background-color:#dd1982;color:#fff;text-shadow:1px 1px black;}audio.voice-greeting{display:none;}.paging{text-align:center;padding:1em 0;margin:1em .25em 0 .25em;border-radius:.25em;position:relative;}.paging > *,.limiting > *{display:inline-block;}.limiting li{display:inline-block;}.paging > span,.paging  > a{margin:0 .1em 0 .1em;background:#fff;border:1px solid #ccc;border-radius:.25em;color:#666;text-decoration:none;font-size:14px;line-height:38px;padding:.1em .75em .1em .75em;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);cursor:pointer;text-shadow:1px 1px 0px rgba(255,255,255,0.75);text-align:center;}.paging  > div.form-floating-label{width:4em;}.paging  > div.form-floating-label.has-value{bottom:-0.5em;width:5em;}.paging  > div.form-floating-label + button.label{display:none;}.paging  > div.form-floating-label.has-value + button.label{display:inline-block;background:#dd1982;padding:1em;color:white;box-shadow:inherit;line-height:inherit;font-size:inherit;}.paging  > div.form-floating-label > input{padding:.1em .75em .1em .75em;}.paging  > div.form-floating-label.has-value > input{padding:30px 1rem 1rem 8px;}.paging > span{color:#aaa;opacity:0.7;}.paging > span.active{background:#dd1982;color:#fff;text-shadow:1px 1px 0px rgba(0,0,0,0.7);border:none;box-shadow:inset 0px 19px 0px rgba(255,255,255,0.1);}.pagination > .current{background:#dd1982;line-height:38px;padding:0em 1em 0em 1em;}.pagination a{line-height:38px;padding:0em 1em 0em 1em;}.paging > a:hover{background:#eee;}.paging > a.next i{margin-left:5px;font-size:14px;display:inline-block;vertical-align:middle;color:#573355;}.paging > a.last i{margin-right:5px;font-size:14px;display:inline-block;vertical-align:middle;color:#573355;}@media screen and (max-width: 800px){.paging .page{display:none;}.paging > a,.paging > span{padding:0 1em 0 1em;}}x.pagination{text-align:center;padding:10px 0px;margin:10px 3px 0px 3px;border-radius:3px;}x.pagination a{font-weight:normal !important;height:auto !important;margin:0px 5px;background:#fff;border:1px solid #ccc;border-radius:3px;color:#666;text-decoration:none;font-size:14px;line-height:28px;display:inline-block;padding:0px 20px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);cursor:pointer;text-shadow:1px 1px 0px rgba(255,255,255,0.75);}x.pagination a:hover{background:#eee;}x.pagination .pagination_page{padding:0px 5px;margin:0px 1px;text-align:center;}x.pagination .pagination_page.sel{background:#dd1982;color:#fff;text-shadow:1px 1px 0px rgba(0,0,0,0.7);border:none;box-shadow:inset 0px 19px 0px rgba(255,255,255,0.1);}x.pagination .next i{margin-left:5px;font-size:14px;display:inline-block;vertical-align:middle;color:#573355;}x.pagination .last i{margin-right:5px;font-size:14px;display:inline-block;vertical-align:middle;color:#573355;}x.pagination .disabled i,x.pagination .disabled{color:#aaa;opacity:0.7;}x.pagination .disabled:hover{background:#eee;cursor:default;}@media screen and (max-width: 800px){x.pagination .pagination_page{display:none;}x.pagination a{padding:0px 40px;}}x.pagination .pagination_next::after,x.pagination .pagination_last::after,x.pagination .pagination_next::before,x.pagination .pagination_last::before{display:none !important;}x.pagination .pagination_next,x.pagination .pagination_last{border:1px solid #ccc !important;}x.pagination_page.sel,.browse-dropdown a.selected{background-color:#dd1982 !important;}#dropdown-browse.dropdown-pane,#dropdown-search-ideas.dropdown-pane,#dropdown-browse-more.dropdown-pane,#dropdown-browse-sort.dropdown-pane,#dropdown-browse-available.dropdown-pane{padding:0px !important;width:180px;}.profile-listing-widget button{padding:0px 15px;font-size:14px;line-height:38px;display:inline-block;vertical-align:top;color:#dd1982;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border:1px solid #ccc;box-shadow:inset 1px 1px 0px #fff;border-radius:4px;}.nightmode .profile-listing-widget button{color:white;background:rgba(255,255,255,0.1);box-shadow:inset 1px 1px 0px #666;border:1px solid #666;}.profile-listing-widget > div > div{background:#fff;border-radius:4px;padding:5px;margin:0px 5px;border:1px solid #ddd;}.profile-listing-widget a.profile-listing-widget-sort{padding:0px 15px;font-size:14px;line-height:38px;display:inline-block;vertical-align:top;color:#dd1982;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border:1px solid #ccc;box-shadow:inset 1px 1px 0px #fff;border-radius:4px;}.profile-listing-widget{padding:5px;}.profile-listing-widget a.profile-listing-widget-sort:hover{background:#fff;}.profile-listing-widget a.profile-listing-widget-sort i{margin-left:5px;margin-right:0px;}.profile-listing-widget a.profile-listing-widget-sort span{color:#444;}.profile-listing-widget nav{border:1px solid #ccc;}.profile-listing-widget nav.listing-tabs{margin:5px;border-radius:4px;}.profile-listing-widget nav.listing-tabs a{padding:0px 12px;font-size:14px;line-height:38px;display:inline-block;vertical-align:top;color:#444;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border-right:1px solid #ccc;box-shadow:inset 1px 1px 0px #fff;}.profile-listing-widget nav.listing-tabs a span{color:#444;}.profile-listing-widget nav.listing-tabs a:hover{background:#fff;}.profile-listing-widget nav.listing-tabs a[active]{background:#dd1982;color:#fff;border-right:none;box-shadow:none;}.profile-listing-widget nav.listing-tabs a[active] i,.profile-listing-widget nav.listing-tabs a[active] span{color:#fff;}.profile-listing-widget nav.listing-tabs a:first-of-type{border-radius:3px 0px 0px 3px;}.profile-listing-widget nav.listing-tabs a i{margin-right:5px;color:#dd1982;}.profile-listing-widget nav.listing-tabs a:last-of-type i{margin-right:0px;}.profile-listing-widget nav.listing-tabs a:last-of-type{border-radius:0px 3px 3px 0px;border-right:none;}.profile-listing-widget.left-side{float:left;}.profile-listing-widget.right-side{float:right;}.profile-listing-widget br{clear:both;}.profile-listing-widget .browse-view{margin-left:3px;border:none;display:inline-block;vertical-align:top;position:relative;top:0px;}.profile-listing-widget .browse-view a{padding:0px;display:inline-block;width:38px;line-height:38px;font-size:18px;color:#444;text-align:center;border-radius:3px;background:#eee;border:1px solid #ccc;}.profile-listing-widget .browse-view a:hover{background:#fff;}.profile-listing-widget .browse-view a:first-of-type{margin-right:3px;}.profile-listing-widget .browse-view a[active]{background:#dd1982;color:#fff;border-color:#dd1982;}.dropdown-more{list-style:none;margin:0px;padding:0px;}.dropdown-more > li a span{color:#444;}.dropdown-more > li a,.dropdown-more > li button{padding:0px 15px;font-size:14px;line-height:38px;display:block;color:#dd1982;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:-webkit-linear-gradient(top,#fff 0%,#f6f6f6 47%,#ededed 100%);background:linear-gradient(to bottom,#fff 0%,#f6f6f6 47%,#ededed 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed',GradientType=0);border-bottom:1px solid #ccc;box-shadow:inset 1px 1px 0px #fff;}.dropdown-more > li a:hover{background:#fff;}.dropdown-more > li a[active]{background:#dd1982;color:#fff;}.dropdown-more > li a[active] span{color:#fff;}.dropdown-more > li a i{margin-right:5px;color:#dd1982 !important;}.dropdown-more > li a i.far.fa-star{margin-right:5px;color:#dd1982 !important;}.dropdown-more > li a[active] i{color:#fff !important;}.dropdown-more.accordion-menu a{padding:0px 15px;}.menu.submenu{display:none;}.dropdown-more.accordion-menu .is-accordion-submenu{display:none;}.dropdown-more.accordion-menu .is-accordion-submenu a i.fa-check{float:right;position:relative;top:7px;right:-5px;}.dropdown-more.accordion-menu .is-accordion-submenu a{background:#eee;color:#444;font-size:11px;line-height:26px;padding:0px 5px;}.dropdown-more.accordion-menu .is-accordion-submenu a:hover{background:#fff;}@media screen and (max-width: 960px){.profile-listing-widget .browse-view{display:none;}.profile-listing-widget.left-side{width:100%;float:none;}.profile-listing-widget nav.listing-tabs{border-radius:4px;margin:0px;}.profile-listing-widget nav.listing-tabs a{font-size:18px;padding:0px;width:16.66%;text-align:center;}.profile-listing-widget nav.listing-tabs a span{display:none;}.profile-listing-widget nav.listing-tabs a[data-toggle="dropdown-browse"]{display:none;}.profile-listing-widget nav.listing-tabs a:last-of-type{box-shadow:inset 1px 1px 0px #fff;}.profile-listing-widget br{display:none;}.profile-listing-widget.right-side{display:block;position:static;float:none;padding:0px;}.profile-listing-widget.right-side a.profile-listing-widget-sort{display:block;margin-top:5px;position:relative;}.profile-listing-widget.right-side a.profile-listing-widget-sort i{position:absolute;top:10px;right:10px;font-size:18px;}}.dropdown-pane{padding:0px;}#dropdown-ctc-phone,#dropdown-ctc-cards,#dropdown-ctc-funds,#dropdown-ctc-callbacks,#dropdown-ctc-plans{z-index:111;padding:0px;}#dropdown-ctc-plans{width:230px;position:fixed;}#dropdown-ctc-callbacks{position:fixed;}.service-window{display:none;position:fixed;top:0px;left:0px;z-index:110;width:100%;height:100%;overflow:auto;}.service-window[active]{display:block;}.service-window > article{position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.75);cursor:pointer;z-index:1;}.service-window > div{box-shadow:0px 0px 10px rgba(0,0,0,0.5);position:relative;z-index:2;width:92%;max-width:500px;margin:20px auto;border-radius:4px;}.service-window > div > div{padding:10px;border-radius:0px 0px 4px 4px;background:#fff;background:-moz-linear-gradient(-45deg,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(-45deg,#fff 0%,#e5e5e5 100%);background:linear-gradient(135deg,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=1);}.service-window > div > b{position:relative;display:block;background:#dd1982;color:#fff;font-size:16px;line-height:38px;padding:0px 9px;font-weight:400;border-radius:4px 4px 0px 0px;}.service-window > div > b .close{color:#fff;right:4px;font-weight:700;top:4px;}.service-window > div > b .close:hover{color:#fc0;}.service-window > div > b i{margin-right:7px;}.service-window [step] nav label.recordings-enabled{border-bottom:none;}.service-window [step] nav label.recordings-disabled{border-bottom:none;color:#a00;font-size:10px;}.service-window ._profile_image{display:block;margin:0px auto;width:150px;height:150px;border-radius:100px;overflow:hidden;padding:0px;background:#ddd;border:5px solid #ddd;}.service-window ._profile_image img{border-radius:7px;}.service-window ._profile_title{text-align:center;display:block;font-size:24px;color:#777;margin-bottom:10px;}.service-window ._call_discount{text-align:center;display:block;color:#dd1982;font-weight:bold;}.service-window [step]{display:none;}#web-chat-caller{z-index:999999999;}#web-chat-caller div.switch.large{width:80%;margin:1em auto;height:4em;}#web-chat-caller div.switch.large p{display:inline-block;padding:.4em;}#web-chat-caller div.switch.large p.headline{color:#dd1982;font-size:1.5em;position:absolute;top:0;left:0;}#web-chat-caller div.switch.large p.footnote{color:#444;font-size:.8em;position:absolute;bottom:0;left:0;}#web-chat-caller .switch-paddle{position:absolute;top:0;right:0;}.nightmode #web-chat-caller div.switch.large{background:#222;border:1px solid #444;border-radius:1em;}.nightmode #web-chat-caller div.switch.large p.footnote{color:white;}@media screen and (max-width: 40em){#web-chat-caller .switch-paddle{position:inherit;}#web-chat-caller div.switch.large{height:8em;}#web-chat-caller div.switch.large p.headline{top:1.75em;}}#web-chat-caller.service-window [step],#web-chat-talker.service-window [step],.text-message.service-window [step]{padding:10px 0px 30px 0px;}.text-message.service-window div[step="2"] p{color:#dd1982;font-weight:bold;}.service-window [step][active]{display:block;}.service-window [step] nav{text-align:center;}.service-window .plan{font-weight:400;text-align:center;display:block;padding-top:20px;}.service-window .plan p{font-size:13px;font-weight:700;}.service-window .step{font-size:12px;line-height:22px;text-align:center;display:block;font-weight:700;padding-top:30px;text-transform:uppercase;color:#dd1982;}#skype-me.service-window [step='3'] small{font-size:13px;}#skype-me.service-window [step='3'] small b{color:#dd1982;}#skype-me.service-window [step='3'] small strong{font-size:15px;display:block;}.service-window [step] nav > a,.service-window .plan a{display:block;border:1px solid #ccc;border-radius:4px;text-align:left;width:80%;margin:0px auto 5px auto;font-size:14px;line-height:30px;padding:0px 10px;background:#fafafa;position:relative;}.service-window [step] nav > a:hover,.service-window .plan a:hover{background:#fff;}.service-window [step] nav > a i.fa-caret-down,.service-window .plan a i.fa-caret-down{position:absolute;top:50%;right:5px;line-height:20px;margin-top:-10px;font-size:14px;}.service-window [step] nav > a i:not(.fa-caret-down),.service-window .plan a i:not(.fa-caret-down){margin-right:5px;}.service-window [step] > p{text-align:center;}.service-window [step] > p > a{color:#dd1982;text-decoration:underline;}.service-window [step] > p > a:hover{text-decoration:none;}.service-window [step] nav p{margin:0px;font-size:13px;}.service-window [step] small{display:block;width:80%;margin:10px auto 0px auto;font-size:11px;}.service-window [step] nav a,.service-window [step] nav button,.service-window .plan a{display:block;margin:5px auto;width:80%;background:#fff;background:-moz-linear-gradient(top,#fff 50%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 50%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 50%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);color:#444;font-size:14px;line-height:34px;border:1px solid #ccc;cursor:pointer;}.service-window [step] nav > i{display:block;font-size:70px;line-height:90px;color:#54bf4c;}.service-window [step] nav a:hover,.service-window [step] nav button:hover,.service-window .plan a:hover{background:#fafafa;}.service-window .go-back{width:70px;display:block;text-align:center;margin:10px auto 0px auto;font-size:12px;color:#444;text-decoration:underline;}.service-window .go-back:hover{text-decoration:none;}.service-window [step] nav label{text-align:left;clear:both;display:block;margin:0px auto;width:80%;padding:0px 5px;border-bottom:1px solid #ccc;}.service-window [step] nav label b{color:#54bf4c;font-size:18px;float:right;position:relative;top:-3px;}.service-window [step] nav .green-button{background:#54bf4c;border:none;color:#fff;border-radius:4px;}.service-window [step] nav .green-button:hover{background:#3a9b33;}.service-window .callbacks-dropdown-spacer{display:block;height:180px;}div[flow-window="no-phone"] nav{text-align:center;margin-top:25px;line-height:1;}div[flow-window="no-phone"] > p{text-align:center;}div[flow-window="no-phone"] > p > a{color:#dd1982;text-decoration:underline;}div[flow-window="no-phone"] > p > a:hover{text-decoration:none;}div[flow-window="no-phone"] nav p{margin:0px;font-size:13px;line-height:1;}div[flow-window="no-phone"] small{display:block;width:80%;margin:10px auto 0px auto;font-size:11px;}div[flow-window="no-phone"] nav a,div[flow-window="no-phone"] nav button{display:block;margin:5px auto;width:80%;background:#fff;background:-moz-linear-gradient(top,#fff 50%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 50%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 50%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);color:#444;font-size:14px;line-height:34px;border:1px solid #ccc;cursor:pointer;}div[flow-window="no-phone"] nav a:hover,div[flow-window="no-phone"] nav button:hover{background:#fafafa;}div[flow-window="no-phone"] nav label{text-align:left;clear:both;display:block;margin:0px auto;width:80%;padding:0px 5px;border-bottom:1px solid #ccc;line-height:1;}div[flow-window="no-phone"] nav label b{color:#54bf4c;font-size:18px;float:right;position:relative;top:-3px;}div[flow-window="no-phone"] nav .green-button{background:#54bf4c;border:none;color:#fff !important;border-radius:4px;text-decoration:none !important;}div[flow-window="no-phone"] nav .green-button:hover{background:#3a9b33;}div[flow-window="no-phone"] nav #dial-in-info p{margin-bottom:10px;}#window-offer{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:17;}#window-offer strong.login-notice{display:block;background:#a00;color:#fff;font-size:12px;line-height:26px;border-radius:4px;padding:0px;text-align:center;margin-bottom:5px;}#window-offer strong.login-notice a{text-decoration:underline;color:inherit;}#window-offer strong.login-notice a:hover{text-decoration:none;}#window-offer > span{cursor:pointer;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}#window-offer > div{max-width:400px;position:relative;z-index:2;margin:20px auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}#window-offer > div > .close{cursor:pointer;position:absolute;top:0px;right:0px;color:#aaa;display:inline-block;padding:0px 5px;}#window-offer > div > .close:hover{color:#a00;}#window-offer > div > div{display:none;padding:15px;}#window-offer > div > div[active]{display:block;}#window-offer > div > div .steps{margin:0px;padding:0px;list-style:none;}#window-offer > div > div .steps > li{display:none;}#window-offer > div > div .steps > li[active]{display:block;}#window-offer > div > div .steps > li > b{display:block;font-size:22px;line-height:45px;text-align:left;font-weight:700;color:#dd1982;padding-bottom:0px;font-weight:400;}#window-offer .pink-button{display:inline-block;background:#dd1982;color:#fff;border:none;font-size:18px;line-height:44px;border-radius:3px;width:100%;padding:0px;text-align:center;}#window-offer .pink-button:hover{background: !important;}#tarot-table{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:hidden;z-index:9999999;}.amw-no-overflow{overflow:hidden !important;}.amw > span{position:static;cursor:pointer;top:0px;left:0px;display:none;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}.amw{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:18;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}form#rocketgate_ajax_form input[type="submit"]{background:#dd1982 !important;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.2) !important;color:#fff;border:0;padding:0px 12px;margin:0 auto;display:inherit;cursor:pointer;}form#rocketgate_ajax_form #cardData div p,form#rocketgate_ajax_form #cardData span p,form#rocketgate_ajax_formAddFunds #cardDataAddFunds div p,form#rocketgate_ajax_formAddFunds #cardDataAddFunds span p{width:100%;margin-bottom:0rem;}form#rocketgate_ajax_form #cardData div input,form#rocketgate_ajax_form #cardData span input,form#rocketgate_ajax_formAddFunds #cardDataAddFunds div input,form#rocketgate_ajax_formAddFunds #cardDataAddFunds span input{outline:0;padding:28px 5px 10px;width:100%;}form#rocketgate_ajax_form #cardData div input:focus,form#rocketgate_ajax_form #cardData span input:focus,form#rocketgate_ajax_formAddFunds #cardDataAddFunds div input:focus,form#rocketgate_ajax_formAddFunds #cardDataAddFunds span input:focus{border-color:#dd1982 !important;}form#rocketgate_ajax_form #cardData div label,form#rocketgate_ajax_form #cardData span label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds div label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds span label{position:absolute;transform-origin:top left;transform:translate(.5rem,.5rem) scale(1);transition:all .1s ease-in-out;}form#rocketgate_ajax_form #cardData div.active label,form#rocketgate_ajax_form #cardData span.active label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds div.active label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds span.active label{transform:translate(.25rem,.05rem) scale(.75);}form#rocketgate_ajax_form #cardData #divstate label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds #divstate label{position:absolute;transform-origin:top left;transform:translate(.25rem,-1rem) scale(.75);}form#rocketgate_ajax_form #cardData #divcvv span,form#rocketgate_ajax_formAddFunds #cardDataAddFunds #divcvv span{width:100%;}form#rocketgate_ajax_form #cardData#divcountry label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds #divcountry label{position:absolute;transform-origin:top left;transform:translate(.25rem,-1rem) scale(.75);}form#rocketgate_ajax_form #cardData #divexpire label,form#rocketgate_ajax_formAddFunds #cardDataAddFunds #divexpire label{position:absolute;transform-origin:top left;transform:translate(.25rem,-1rem) scale(.75);}form#rocketgate_ajax_form #cardData #divexpire p,form#rocketgate_ajax_formAddFunds #cardDataAddFunds #divexpire p{width:100%;}form#rocketgate_ajax_form #cardData #rocketpay_remember,form#rocketgate_ajax_formAddFunds #cardDataAddFunds #rocketpay_remember{display:none;}.amw > div{max-width:450px;position:relative;z-index:9999;margin:5px auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}.amw > div > nav{line-height:34px;font-size:14px;border-radius:3px 3px 0px 0px;background:#eee;border-bottom:1px solid #ccc;padding-right:30px;}.amw > div > nav > .close-amw{cursor:pointer;position:absolute;top:0px;right:0px;font-size:17px;line-height:inherit;color:#333;width:30px;background:#ddd;text-align:center;font-weight:700;border-radius:0px 3px 0px 0px;border-left:1px solid #ccc;}.amw > div > nav > .close-amw:hover{color:#a00;background:#f4f4f4;}.amw > div > nav a{width:33.33%;text-align:center;display:inline-block;vertical-align:top;line-height:inherit;color:#444;}.amw > div > nav a:hover{background:#f4f4f4;color:#dd1982;}.amw > div > nav a[active]{background:#fff;color:#dd1982;position:relative;top:1px;}.amw > div > nav a:first-of-type{border-radius:3px 0px 0px 0px;}.amw > div > div{display:none;padding:15px;}.amw > div > div[active]{display:block;}.amw > div > div .steps{margin:0px;padding:0px;list-style:none;}.amw > div > div .steps > li{display:none;}.amw > div > div .steps > li[active]{display:block;}.amw > div > div .steps > li > b{display:block;font-size:14px;line-height:45px;text-align:left;font-weight:700;color:#444;padding-bottom:10px;text-align:center;}.amw div[tab='cc'] [step='amount'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='cc'] [step='amount'] button:hover{background:#fafafa;}.amw div[tab='cc'] [step='amount'] button.free,.amw div[tab='cc'] [step='amount'] button.free:hover{color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);}.amw div[tab='cc'] [step='amount'] button[amount-value='custom']{background:none;font-size:12px;line-height:26px;color:#aaa;box-shadow:none;text-transform:uppercase;}.amw div[tab='cc'] [step='amount'] button[amount-value='custom']:hover{color:#09d;}.amw div[tab='cc'] [step='amount'] button small{color:#dd1982;font-size:12px;line-height:14px;display:inline-block;vertical-align:text-top;position:relative;top:2px;margin-left:5px;}.amw div[tab='cc'] [step='amount'] button small i{color:#09d;}.amw div[tab='cc'] [step='amount'] button.thirds{display:inline-block;width:calc(33.33% - 5px);}.amw div[tab='cc'] [step='amount'] button.half{display:inline-block;width:calc(50% - 2px);}.amw div[tab='cc'] [step='amount'] button.centralMargin{margin:0px 3.5px;}.amw div[tab='cc'] [step='amount'] > div{text-align:center;padding:15px 0px;}.amw div[tab='cc'] [step='amount'] > div a{display:inline-block;border:1px solid #ddd;font-size:11px;line-height:28px;padding:0px 8px;color:#444;border-radius:2px;}.amw div[tab='cc'] [step='amount'] > div a.center{margin:0px 3px;}.amw div[tab='cc'] [step='amount'] > div a:hover{background:#fafafa;}.amw div[tab='cc'] [step='amount'] > div a i{margin-right:6px;}.amw div[tab='cc'] [step='amount'] > small{font-size:12px;text-align:center;color:#666;display:block;padding-top:20px;padding-bottom:10px;}.amw div[tab='cc'] [step='amount'] > small a{color:#444;text-decoration:underline;}.amw div[tab='cc'] [step='amount'] > small a:hover{color:#09d;text-decoration:none;}.amw div[tab='cc'] [step='card'] > div{text-align:center;}.amw div[tab='cc'] span.amount-holder{display:inline-block;font-size:28px;padding:0px 20px;cursor:pointer;border:1px solid transparent;border-radius:3px;}.amw div[tab='cc'] span.amount-holder .amount_bonus{display:block;color:#dd1982;font-size:12px;}.amw div[tab='cc'] span.amount_tax{display:block;color:#dd1982;font-size:12px;}.amw div[tab='cc'] div.tax-disclaimer{color:#dd1982;}.amw div[tab='cc'] div.paypal-wrapper{text-align:center;}.amw div[tab='cc'] .go-back{display:inline-block;border:1px solid #ddd;padding:0px 6px;border-radius:3px;color:#555;font-size:12px;line-height:24px;margin-bottom:5px;}.amw div[tab='cc'] .go-back:hover{color:#09d;}.amw div[tab='cc'] .go-back i{margin-right:3px;}.amw div[tab='cc'] [step='card'] .cards{margin:0px;padding:0px;list-style:none;}.amw div[tab='cc'] [step='card'] .cards > li{border-top:1px solid #ddd;padding:5px;font-size:13px;line-height:30px;}.amw div[tab='cc'] [step='card'] .cards > li:last-of-type{border-top:none;}.amw div[tab='cc'] [step='card'] .cards > li a{color:#777;margin-left:5px;font-size:10px;text-decoration:underline;}.amw div[tab='cc'] [step='card'] .cards > li > i{margin-right:5px;color:#dd1982;}.amw div[tab='cc'] [step='card'] .cards > li a:hover{color:#a00;text-decoration:none;}.amw div[tab='cc'] [step='card'] .cards > li button{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);border-radius:3px;position:relative;top:3px;}.amw div[tab='cc'] [step='card'] .cards > li button:hover{background:#fff;}.amw div[tab='cc'] [step='card'] .cards > li button i{margin-left:5px;color:#dd1982;}.amw div[tab='cc'] [step='card'] .cards > li button.add-card{float:none;font-size:14px;line-height:34px;padding:0px;width:100%;}.amw div[tab='cc'] [step='card'] .cards > li button.add-card i{margin-right:5px;color:#09d;}.amw div[tab='cc'] [step='card'] .auto-refill .ad-text{color:#dd1982;font-weight:bold;margin-bottom:8px;}.amw div[tab='cc'] [step='card'] .auto-refill{padding-top:20px;}.amw div[tab='cc'] [step='card'] .auto-refill .auto-refill-settings{display:none;background:#fafafa;border:1px solid #ddd;border-radius:3px;padding:10px;}.amw div[tab='cc'] [step='card'] .auto-refill .auto-refill-settings[active]{display:block;}.amw div[tab='cc'] [step='card'] .auto-refill .auto-refill-settings label{text-align:left;}.amw div[tab='cc'] [step='card'] .auto-refill .auto-refill-settings label select{margin:5px auto 10px auto;}.amw .pink-button{display:inline-block;background:#dd1982;color:#fff;border:none;font-size:18px;line-height:44px;border-radius:3px;width:100%;padding:0px;text-align:center;}.amw .pink-button:hover{background: !important;}.amw div[tab='cc'] [step='confirm'] label{color:#dd1982;border-top:1px solid #ddd;padding:5px 5px 10px 5px;font-size:14px;}.amw div[tab='cc'] [step='confirm'] label > span{color:#333;display:block;font-size:18px;line-height:14px;}.amw div[tab='cc'] [step='confirm'] label > span b{font-weight:400;}.amw div[tab='cc'] [step='confirm'] label a{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);position:relative;top:-20px;border-radius:3px;}.amw div[tab='cc'] [step='confirm'] label a:hover{background:#fff;}.amw div[tab='cc'] [step='confirm'] label a i{margin-left:5px;color:#dd1982;}.amw div[tab='cc'] [step='confirm'] > div{text-align:center;}.amw div[tab='cc'] [step='confirm'] > div .icon{display:block;font-size:60px;line-height:100px;color:#dd1982;}.amw div[tab='cc'] [step='confirm'] .auto-refill .ad-text{color:#dd1982;font-weight:bold;margin-bottom:8px;}.amw div[tab='cc'] [step='add-card'] .free-notice{display:none;margin:0px 10px;color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);padding:5px;border-radius:4px;}.amw div[tab='cc'] [step='add-card'] > div{text-align:center;}.amw div[tab='cc'] [step='add-card'] .loading{font-size:30px;line-height:50px;}.amw div[tab='cc'] [step='add-card'] .iframe{height:600px;width:calc(100% + 29px);position:relative;left:-15px;}.amw div[tab='cc'] [step='add-card'] .iframe iframe{width:100%;height:100%;}.amw div[tab='cc'] [step='process']{text-align:center;margin:-15px 0;}.amw div[tab='cc'] [step='process'] i{color:#dd1982;margin-right:5px;}.amw div[tab='cc'] [step='add-card'] .loading i{color:#dd1982;font-size:24px;}.amw div[tab='offer'],.amw div[tab='gift']{padding:20px 30px;}.amw div[tab='offer'] b,.amw div[tab='gift'] > b{text-align:center;display:block;font-size:19px;line-height:45px;color:#444;padding-bottom:10px;font-weight:400;}.is_responsive .amw div[tab='offer'] b{display:block;font-size:22px;line-height:45px;text-align:left;font-weight:700;color:#dd1982;padding-bottom:0px;font-weight:400;}.amw div[tab='offer'] > p,.amw div[tab='gift'] > p{font-size:14px;line-height:24px;text-align:center;}.amw div[tab='offer'] > div,.amw div[tab='gift'] > div{text-align:center;}.amw div[tab='offer'] > div i,.amw div[tab='gift'] > div i{display:block;font-size:80px;line-height:100px;color:#dd1982;}.amw .amw-offer{position:relative;padding-left:54px;color:#fff;border-radius:4px;font-weight:700;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);margin-bottom:10px;}.amw .amw-offer i{position:absolute;top:50%;left:5px;margin-top:-20px;line-height:40px;font-size:38px;}.amw .amw-offer p{margin:0px;padding:5px;font-size:12px;line-height:14px;}.amw .paynearme{cursor:pointer;text-align:center;margin:5px 0px;background:#fafafa;border:1px solid #ccc;border-radius:4px;padding:10px 0px;}.amw .paynearme small{display:block;margin-top:10px;}.amw .paynearme ul{list-style:none;}.amw .paynearme ul li{display:inline-block;margin:0px;margin:0px 5px;}.amw [step='paynearme'] span{text-align:center;display:block;padding-top:20px;}.amw [step='paynearme'] span img{width:100px;}.amw .paygarden{text-align:center;margin:5px 0px;}.amw .paygarden a{border:none !important;position:relative;top:-10px;display:block !important;}.amw .auto-refill label{border:0 !important;text-align:left;padding:0 !important;}.amw .auto-refill{margin-top:20px;border:0;}.dialog > .dialog-content button.button2.dialog_button_right.js_link{right:170px;}.amw{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:1000000000;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}.amw > div{max-width:450px;position:relative;z-index:9999;margin:30px auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}.amw[hide-tabs="1"] nav a[tab]{display:none;}.amw.hide-gift nav a[tab="gift"]{display:none;}.amw.hide-offer nav a[tab="offer"]{display:none;}.sticky-container{height:auto !important;}.quick-search{position:relative;z-index:10;}.quick-search[active]{border-radius:4px 4px 0px 0px;border-color:transparent !important;}#dropdown-search-close{z-index:11;display:none;position:fixed;top:0px;left:0px;font-size:14px;line-height:28px;padding:0px 10px;cursor:pointer;font-weight:700;color:#555;}#dropdown-search-close[active]{display:block;}#dropdown-search-close:hover{color:#dd1982;}#dropdown-search-underlay{cursor:pointer;display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:rgba(0,0,0,0.25);z-index:8;}#dropdown-search-underlay[active]{display:block;}#dropdown-search{display:none;position:fixed;top:0px;left:0px;z-index:100;background:#fafafa;border-top:1px solid #ccc;border-radius:0px 0px 4px 4px;}#dropdown-search[active]{display:block;}#dropdown-search > ul{margin:0px;padding:0px;list-style:none;max-height:250px;overflow:auto;}#dropdown-search > ul > li{font-size:12px;line-height:34px;border-bottom:1px solid #ccc;}#dropdown-search > ul > li.more-results{font-weight:700;background:#dd1982;color:#fff;border-radius:0px 0px 4px 4px;}#dropdown-search > ul > li.more-results i{color:#fff;}#dropdown-search > ul > li.more-results a{color:inherit !important;}#dropdown-search > ul > li > a{display:block;font-size:14px;line-height:34px;color:#444;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0px 8px;position:relative;}#dropdown-search > ul > li > a > i{position:absolute;top:0px;right:10px;line-height:34px;padding:0px;color:#dd1982;}#dropdown-search > ul > li > a:hover{background:rgba(223,25,130,0.15);color:#dd1982;}#dropdown-search > ul > li > a[clicked]{background:rgba(25,177,223,0.15) !important;color:#dd1982;}#dropdown-search > ul > li > a > img{height:26px;margin-right:5px;border-radius:2px;border:1px solid #fff;}#dropdown-search > ul > li:last-of-type > a{border-radius:0px 0px 4px 4px;}#dropdown-search > ul > li:last-of-type{border-bottom:none;}#dropdown-search > ul > li.case{padding:0px 8px;border-bottom:none;font-size:12px;line-height:28px;display:none;}#dropdown-search > ul > li.case[active]{display:block;}#dropdown-search > ul > li.case > i{margin-right:7px;}#dropdown-search > ul > li.case > button{font-size:12px;line-height:22px;background:#fafafa;border:1px solid #ccc;display:block;margin-bottom:8px;padding:0px 10px;}#dropdown-search > ul > li.case > button:hover{background:#fff;}#contacts-button{height:auto !important;}.my-phone .default ul{list-style:none;}.my-phone .default ul li{height:36px;padding-right:80px;}.my-phone .default ul button{line-height:25px;width:70px;position:absolute;top:3px;right:3px;}.my-phone .default ul li > i{right:85px;}.my-phone .default ul li > .fa-stack{right:105px;}.my-phone h1{color:#444;}.my-phone [step] > b{color:#dd1982;}.my-phone > div{border-radius:4px;min-height:290px;}.my-phone > div > div > div[active]{border-radius:5px;background:#fafafa;border:1px solid #ccc;margin-top:10px;}.my-phone .add-phone > article{min-height:230px;margin-left:20px;}.my-phone .add-phone > img{display:none !important;}.my-phone .number-widget{background:#fff;display:block;border-radius:4px;}.my-phone .number-widget > section > ol{width:75px;top:5px;left:5px;line-height:26px;border-width:1px;margin:0px;padding:0px;border-radius:4px;}.my-phone .number-widget > div{border-width:1px;padding-left:85px;background:#fff;border-radius:4px;}.my-phone .number-widget > div input{background:transparent;border:none;outline:none;box-shadow:none;margin-left:3px;}.my-phone .number-widget > section > ol > li{width:auto;}.my-phone .number-widget > section > ol > li[active]{border-radius:4px;}.my-phone .number-widget > section > ol > li i{margin-right:10px;position:relative;left:5px;}.my-phone article [step='verify-text-code'] input{width:100px;margin:0px;}.my-phone article [step='verify-call-code'] input{width:100px;margin:0px;}.my-phone button{line-height:38px;border-radius:3px;}.dialog header{height:auto !important;}.window-fade,#window-fade{background:rgba(0,0,0,0.7);}.my-phone .number-widget > section > ol{width:85px;top:5px;left:5px;line-height:26px;border-width:1px;margin:0px;padding:0px;border-radius:4px;}.my-phone .number-widget > section > ol > li{width:100%;}.my-phone .number-widget > div > input{margin-left:.25em;padding-left:.25em;}#window-attach-voicemail{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:1000000001;}#window-attach-voicemail > span{cursor:pointer;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}#window-attach-voicemail > div{max-width:400px;position:relative;z-index:2;margin:25px auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}#window-attach-voicemail > div > .close{cursor:pointer;position:absolute;top:0px;right:0px;color:#aaa;display:inline-block;padding:0px 5px;}#window-attach-voicemail > div > .close:hover{color:#a00;}#window-attach-voicemail > div > div{padding:15px;}#window-attach-voicemail > div > div .steps{margin:0px;padding:0px;list-style:none;}#window-attach-voicemail > div > div .steps > li{display:none;}#window-attach-voicemail > div > div .steps > li[active]{display:block;}#window-attach-voicemail > div > div .steps > li > b{display:block;font-size:22px;line-height:45px;text-align:left;font-weight:700;color:#dd1982;padding-bottom:0px;font-weight:400;}#window-attach-voicemail > div > div .steps > li > b > i{margin-right:5px;}#window-attach-voicemail > div > div .steps > li[step='phone'] ul{list-style:none;margin:0px;}#window-attach-voicemail > div > div .steps > li[step='phone'] ul li button{display:block;margin-bottom:5px;width:calc(100% - 2px);padding:0px;font-size:12px;line-height:24px;background:#eee;border:1px solid #ccc;}#window-attach-voicemail .pink-button{display:inline-block;background:#dd1982;color:#fff;border:none;font-size:18px;line-height:44px;border-radius:3px;width:100%;padding:0px;text-align:center;}#window-attach-voicemail .pink-button:hover{background: !important;}#window-review .section_header{font-weight:bold;margin-bottom:-4px;}#window-review .section_header:not(:first-child){margin-top:12px;}#window-review .open_notes{float:right;background:white;color:black;border:none;border-radius:12px;padding:10px;text-align:center;}#window-review .open_notes.saved{background:#dd1982;color:#fff;}#window-review .profile{color:#dd1982;}#window-review .notes_holder{border-top:1px solid #999;margin-top:12px;}#window-review .add_notes span,#window-review .add_review span,#window-review .next_page span,#window-review .detailed_review span{display:none;}#window-review .add_notes.add span.add,#window-review .add_review.add span.add,#window-review .next_page.next span.next,#window-review .detailed_review.add span.add{display:inline-block;}#window-review .add_notes.saving,#window-review .add_review.saving,#window-review .detailed_review.saving{background:#f2f2f2;color:#333;cursor:wait;}.nightmode #window-review .add_notes.saving,.nightmode #window-review .add_review.saving,.nightmode #window-review .detailed_review.saving{background:#3b3b3b;color:white;cursor:wait;}#window-review .add_notes.saving span.saving,#window-review .add_review.saving span.saving,#window-review .detailed_review.saving span.saving{display:inline-block;}#window-review .add_notes.saved,#window-review .add_review.saved,#window-review .detailed_review.saved{background:#79bf74;cursor:default;}#window-review .add_notes.saved span.saved,#window-review .add_review.saved span.saved,#window-review .detailed_review.saved span.saved{display:inline-block;}#window-review .info_row,#window-review .bonus_row,#window-review .review_row,#window-review .detailed_row{background:#e6e6e6;margin-bottom:10px;}#window-review .info_row .cell,#window-review .bonus_row .cell,#window-review .review_row .cell,#window-review .detailed_row{padding:0.9375rem;}#window-review .profile_img{height:120px;}#window-review .purchase_call,#window-review .open_review,#window-review .review_page_one{background:#f2f2f2;padding:8px 16px;margin:8px 0px;}#window-review .bonus_button{background:#f2f2f2;border-radius:6px;cursor:pointer;display:inline-block;height:76px;margin:5px auto;padding:12px 0px;text-align:center;width:96%;vertical-align:middle;}#window-review .bonus_button:not(.custom_bonus){padding:30px 0px;}#window-review .bonus_button:hover{-webkit-box-shadow:0px 0px 10px 2px #dd1982;-moz-box-shadow:0px 0px 10px 2px #dd1982;box-shadow:0px 0px 10px 2px #dd1982;background:#dd1982;color:white;}#window-review .bonus_button.bonus_applied{background:#dd1982;color:white;}#window-review .bonus_button.custom_bonus{height:76px;padding:4px 0px;}#window-review .review_row{text-align:center;}#window-review .review_row .star_holder{cursor:pointer;margin:0px;padding:0px 15px;display:inline-block;}#window-review .open_review{cursor:pointer;}#window-review textarea{height:125px;}#window-review .add_notes,#window-review .add_review,#window-review .next_page,#window-review .detailed_review{display:block;background:#dd1982;color:#fff;border:none;font-size:14px;line-height:34px;border-radius:3px;width:100%;padding:0px;text-align:center;}#window-review .notes_done,#window-review .review_done,#window-review .rating_done,#window-review .profile_rating_done{text-align:center;border-radius:4px;background:#79bf74;color:white;margin:2px auto;padding:4px;width:80%;}#window-review .notes_done,#window-review .review_done{width:100%;}#window-review .detailed_review_header{color:#dd1982;font-weight:400;}#window-review .detailed_review_header{margin-top:0.9375rem;}#window-review .detailed_review_header:nth-child(1){margin-top:0;}#window-review .profile_rating_row{text-align:center;}#window-review .profile_rating_row .star_holder{cursor:pointer;margin:0px;padding:0px 9px;display:inline-block;}@media screen and (max-width: 640px){#window-review .review_row .star_holder{padding:0px 12px;}#window-review .profile_rating_row{font-size:10px;}#window-review .profile_rating_row .star_holder{padding:0px 2px;}}#window-review .checkbox{cursor:pointer;}#window-review .checkbox-container{margin-bottom:15px;}#window-review .checkbox-column{background:#f2f2f2;padding:3px;border-top:1px solid #ccc;border-left:none;max-height:160px;overflow-y:scroll;overflow-x:hidden;}#window-review .checkbox-column label{border:1px solid white;padding:0px 6px;border-radius:4px;}#window-review .checkbox-container.locked label{opacity:30%;cursor:not-allowed;}#window-review .checkbox-column label:has(> input:checked){background:white;color:black;opacity:100%;cursor:pointer;}.close_review_button{display:block;background:#dd1982;color:#fff;border:none;font-size:18px;line-height:44px;border-radius:3px;width:100%;padding:0px;text-align:center;}.nightmode #window-review .info_row,.nightmode #window-review .bonus_row,.nightmode #window-review .review_row,.nightmode #window-review .detailed_row{background:#272727;}.nightmode #window-review .bonus_button,.nightmode #window-review .purchase_call,.nightmode #window-review .open_review{background:#3b3b3b;color:white;}.nightmode #window-review .checkbox-column{background:#171717;}.nightmode #window-review .checkbox-column label{border:1px solid #272727;}#window-cta .close_cta_button{display:block;background:#dd1982;color:#fff;border:none;font-size:18px;line-height:44px;border-radius:3px;width:100%;padding:0px;text-align:center;}.block_profile[data-target_user_id="911694"]{display:none !important;}.message-window-to img,.message-window-from img{max-height:32px;}.nightmode #view-message-subject{color:#ccc;}.nightmode #view-message-reply nav button:first-of-type{font-size:16px;line-height:35px;padding:0px 20px;}.compose-message > div > div ul li{padding:10px;border-bottom:1px solid #ddd;border-top:none;}#message-view-modal-main{height:100%;min-height:100%;max-height:100%;}#message-view-modal-container{height:100%;min-height:100%;max-height:100%;}#message-view-modal{position:fixed;padding:2px;width:100%;height:100%;min-height:100%;max-height:100%;max-width:100%;}#message-view-modal-loading{position:fixed;padding:2px;width:100%;height:100%;min-height:100%;max-height:100%;max-width:100%;}#message-view-modal-close,#message-compose-modal-close{position:fixed;z-index:4;background:#fff;padding:5px 10px;cursor:pointer;display:inline-block;font-size:28px;}#message-view-modal-subject{white-space:nowrap;font-size:22px;color:#dd1982;background:#fff;width:100%;min-height:35px;}#message-view-modal-listing{background:#fff;width:100%;overflow:auto;}#message-view-modal-reply{bottom:0;background:#fff;}#message-view-modal-reply > img{float:left;left:10px;width:55px;}#message-view-modal-reply textarea{outline:none;border:1px solid #ccc;resize:none;padding:10px;height:150px;margin:0px;display:block;}#message-view-modal-reply-textarea{margin-left:80px;}#message-view-modal-reply nav{padding-top:5px;}#message-view-modal-reply nav span{display:inline-block;vertical-align:text-top;font-size:11px;line-height:25px;color:#aaa;}#message-view-modal-reply nav button{display:inline-block;vertical-align:text-top;color:#777;padding:0px 10px;font-size:12px;line-height:28px;background:#eee;border:1px solid #aaa;color:#444;box-shadow:inset 1px 1px 0px #fff;}#message-view-modal-reply nav button[disabled]{background:#a00 !important;opacity:1 !important;border-color:transparent !important;color:#fff;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);}#message-view-modal-reply nav button:first-of-type{background:#dd1982;color:#fff;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.35);border-color:transparent;float:right;margin-right:0px;position:relative;top:3px;display:inline-block;vertical-align:text-top;}.nightmode #message-view-modal-reply nav button:first-of-type{font-size:16px;line-height:35px;padding:0px 20px;}#message-view-modal-reply nav button:first-of-type{font-size:16px;line-height:35px;padding:0px 20px;}#message-view-modal-reply nav button:focus,#message-view-modal-reply nav button:hover{background:#fff;color:#444;border-color:#aaa;}#message-view-modal-reply nav span.long-text{color:white;font-size:16px;line-height:18px;margin-right:.25em;}#message-view-modal-reply a.button.credit{float:right;color:#fff;margin-right:1em;}#message-view-modal-reply a.bonus.button.success{float:right;margin:3px;line-height:35px;padding:0px 10px;color:white;font-size:16px;}#message-view-modal-reply a.bonus.button.success[disabled]{background:#a00;}#message-view-modal-listing ul{list-style:none;margin:0px;padding:0px;}#message-view-modal-listing > ul > li{position:relative;border-top:1px solid #ddd;min-height:100px;}#message-view-modal-listing > ul > li > a img{top:10px;left:5px;position:absolute;width:60px;border-radius:4px;}#message-view-modal-listing > ul > li > div{margin-left:80px;padding:5px;}#message-view-modal-listing > ul > li > div p{margin-bottom:10px;white-space:pre-line;word-break:break-word;}#message-view-modal-listing > ul > li > div small{display:block;font-size:11px;color:#777;}#message-view-modal-listing > ul > li > div small span{text-align:right;font-size:10px;}#message-view-modal-listing > ul > li > div textarea{outline:none;border:1px solid #ccc;resize:none;padding:10px;height:150px;margin:0px;display:block;}.dropdown-more > li button{width:100%;}#message-modal-attachments > ul > li{padding:0;}#message-view-modal-listing a{color:#dd1982;}.compose-message #message-view-modal-reply > img{display:none;}.compose-message #message-view-modal-reply-textarea{margin-left:0;padding:10px;}.compose-message .profile_list{max-height:50vh;overflow:auto;}.compose-message{max-height:100%;overflow:auto;}.message-view-modal-attachment-img{max-height:16px !important;max-width:16px !important;position:relative !important;left:auto !important;top:auto !important;}@media screen and (max-width: 800px){#message-view-modal-reply-textarea{margin-left:0px;}}.message-char-count{float:right;font-size:16px;line-height:35px;padding:0px 20px;}#message-view-modal-reply #message-char-count-span{font-size:16px;line-height:35px;vertical-align:unset;color:unset;}.nightmode #message-view-modal-subject{background:#444;color:#fff;}.nightmode #message-view-modal-close{background:#444;color:#fff;}.nightmode #message-view-modal-listing{background:#222;color:#fff;border-color:#555;}.nightmode #message-view-modal-reply{background:#444;color:#fff;}.nightmode #message-view-modal-listing > ul > li > div small{color:#fff;}.nightmode #message-view-modal-listing a{color:#ffe38a;}.nightmode #message-view-modal-reply textarea{background:#555;color:#fff;}#window-notes{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:16;}#window-notes > span{cursor:pointer;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}#window-notes > div{max-width:400px;position:relative;z-index:2;margin:25px auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}#window-notes > div > .close{cursor:pointer;position:absolute;top:0px;right:0px;color:#aaa;display:inline-block;padding:0px 5px;}#window-notes > div > .close:hover{color:#a00;}#window-notes > div > div{padding:15px;}#window-notes > div > div .steps{margin:0px;padding:0px;list-style:none;}#window-notes > div > div .steps > li{display:none;}#window-notes > div > div .steps > li[active]{display:block;}#window-notes > div > div .steps > li > b{display:block;font-size:22px;line-height:45px;text-align:left;font-weight:700;color:#dd1982;padding-bottom:0px;font-weight:400;}#window-notes .pink-button{display:inline-block;background:#dd1982;color:#fff;border:none;font-size:18px;line-height:44px;border-radius:3px;width:100%;padding:0px;text-align:center;}#window-notes .pink-button:hover{background:#b51369;}#window-notes textarea{resize:none;max-height:500px;font-size:12px;}#window-first{position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:12;}#window-first > span{cursor:pointer;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}#window-first > div{max-width:250px;position:relative;z-index:2;margin:150px auto 0px auto;width:98%;border-radius:3px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);box-shadow:0px 10px 30px rgba(0,0,0,0.15);}#window-first > div > .close{cursor:pointer;position:absolute;top:0px;right:0px;color:#aaa;display:inline-block;padding:0px 5px;}#window-first > div > .close:hover{color:#a00;}#window-first > div > div{padding:15px;}#window-first > div > div > b{display:block;font-size:15px;line-height:30px;text-align:center;color:#555;}#window-first > div > div > b span{display:block;width:80px;margin:0px auto;}#window-first > div > div > b i.fa-heart{color:#dd1982;}#window-first > div > div > b i.fa-check{color:#fff;}#window-first button{display:block;padding:0px;margin:5px auto;width:90%;background:#fafafa;border:1px solid #ccc;border-radius:4px;font-size:14px;line-height:30px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.5);}#window-first button:hover{background:#fff;}#window-first-free{display:none;z-index:99;background:#dd1982;color:#fff;position:fixed;font-weight:700;border-radius:4px;font-size:12px;}#window-first-free > div{padding:10px;}#window-first-free.bottom:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(221,25,130,0);border-bottom-color:#dd1982;border-width:9px;margin-left:-9px;}#window-first-free.right:after{bottom:100%;left:90%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(221,25,130,0);border-bottom-color:#dd1982;border-width:9px;margin-left:-9px;}#loading_indicator{position:fixed;top:0px;left:0px;width:100%;z-index:99999;height:4px;}#loading_indicator > div{height:inherit;position:absolute;top:0px;left:0px;background:#dd1982;background:-moz-linear-gradient(-45deg,#dd1982 0%,#b51369 38%,#891077 100%);background:-webkit-linear-gradient(-45deg,#dd1982 0%,#b51369 38%,#891077 100%);background:linear-gradient(135deg,#dd1982 0%,#b51369 38%,#891077 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='@responsive_1',endColorstr='@responsive_2',GradientType=1);animation:breathing 0.5s ease-in-out infinite;box-shadow:inset 0px 2px 0px rgba(255,255,255,0.15);width:0px;background-position:top left;display:inline-block;}@keyframes breathing{0%{background-size:100% 100%;}50%{background-size:300% 300%;}100%{background-size:100% 100%;}}@media screen and (max-width: 500px){#loading_indicator{top:0px;}}.bonus-window{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:2121;}.bonus-window > span{cursor:pointer;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}.bonus-window > div{max-width:450px;position:relative;z-index:2;margin:10% auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}.bonus-window > div > div{padding:20px;position:relative;}.bonus-window > div > div > i{cursor:pointer;position:absolute;top:0px;right:0px;display:inline-block;padding:0px 5px;font-size:18px;line-height:24px;color:#aaa;font-weight:700;}.bonus-window > div > div > i:hover{color:#a00;}.bonus-window > div > div > b{display:block;text-align:center;color:#dd1982;font-size:16px;}.bonus-window > div > div > span{display:block;text-align:center;font-size:12px;margin-bottom:5px;}.bonus-window > div > div > input{width:97.5%;margin:.75%;}.bonus-window > div > div > nav button{width:31.5%;margin:.75%;padding:0px;border:1px solid #bbb;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.5);border-radius:2px;font-size:14px;line-height:33px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.bonus-window > div > div > nav button:hover{background:#fff;}.bonus-window > div > div > small{display:block;color:#777;font-size:11px;width:97.5%;margin:0.75%;border-top:1px solid #eee;padding-top:5px;padding:10px;}.bonus-window > div > div > small a{color:inherit;text-decoration:underline;}.bonus-window > div > div > small a:hover{text-decoration:none;}.is_responsive #library ul#steps{list-style:none;}.is_responsive #library ul#steps li.header{position:static;}.is_responsive #library #pages > div{width:auto !important;}.is_responsive #library #button_panel{width:500px;background:none !important;}.is_responsive #library #button_panel #multi_select{margin-top:0px;}.is_responsive #library ul#steps li.header:hover{font-size:16px;}.is_responsive #library #upload header h1{height:auto;position:static;padding:0px;font-size:22px;font-weight:700;}.is_responsive #library #upload header h1 i{margin-right:5px;}.is_responsive #library #upload header p{font-size:14px;line-height:18px;margin:0px;padding:0px;}.is_responsive #library #upload_progress{width:auto;height:auto;padding:0px;border:none;font-size:inherit;box-shadow:none;position:static;margin:0px;line-height:inherit;text-indent:-5000px;}.is_responsive #library #upload #dropbox{height:auto;width:auto;margin-top:10px;padding-top:30px;background:none !important;}.is_responsive #library article#pages.approved_only section{min-height:0px;}.is_responsive #library article#pages{height:calc(100% - 120px) !important;}.is_responsive #library article#pages section{height:calc(100% - 40px) !important;background:none !important;}.is_responsive #library ul#steps li em{display:none !important;}.is_responsive #library_cropper #preview_container{display:none;}.is_responsive #library #library_cropper{text-align:center;}.is_responsive #library #library_cropper header{padding:5px 15px;}.is_responsive #library #library_cropper h1{margin:0px;top:0px;padding-bottom:0px;text-shadow:none;}.is_responsive #library_cropper_cropping{height:100% !important;width:100% !important;}.is_responsive #library_cropper_button_panel button:first-child{margin-left:0px !important;}.is_responsive #library_cropper_button_panel{width:auto !important;}.is_responsive #library_cropper_container_jcrop{display:inline-block;}.is_responsive #library #button_panel{position:relative;top:40px;}.is_responsive #library section ul li div a img,.is_responsive #library #photos ul li div a img{border-width:0px;}@media screen and (max-width: 900px){.is_responsive #library{top:5px;left:5px;width:calc(100% - 10px);max-height:calc(100% - 10px);margin-left:0px;margin-top:0px;border-radius:4px;overflow:hidden;}.is_responsive #library ul#steps{position:static;float:none;height:auto;margin:0px;padding:10px 0px 0px 0px;background:transparent;box-shadow:none;border:none;text-align:center;}.is_responsive #library ul#steps li{display:none !important;width:auto;padding:0px;text-align:center;margin:5px;border-radius:4px;border:1px solid #ccc;font-size:12px;line-height:30px;}.is_responsive #library ul#steps li[data-id='upload'],.is_responsive #library ul#steps li.mobile_display{display:inline-block !important;width:150px;}.is_responsive #library ul#steps li span{max-width:124px;display:block;white-space:nowrap;overflow:hidden;font-size:inherit;line-height:inherit;}.is_responsive #library ul#steps li.sel{background:#dd1982;border-color:#dd1982;color:#fff;}.is_responsive #library ul#steps li.sel:after{bottom:auto !important;right:auto !important;top:100% !important;left:50% !important;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(221,25,130,0);border-top-color:#dd1982;border-width:8px !important;margin-left:-8px !important;margin-top:0px !important;}.is_responsive #library #pages > div{background:none !important;border:none !important;color:#a00 !important;font-weight:700 !important;}.is_responsive #library #button_panel{width:auto !important;height:auto !important;top:0px;}.is_responsive #library article#pages section{width:auto !important;height:calc(100% - 40px) !important;min-height:auto !important;overflow:auto !important;}.is_responsive #library ul#steps li.hide{border:1px solid red !important;display:none !important;}}#ctc_connected #ctc_connected_timer{margin-left:48px;position:absolute;}.contacts-contact{position:relative;padding:0px !important;}.contacts-contact img{position:absolute;top:3px;left:5px;margin-top:0px;}.contacts-status{position:absolute;top:3px;right:5px;margin-top:0px;font-size:10px;}.contacts-services,.contacts-data{padding-left:40px;float:none;padding-right:30px;text-align:left;}#contacts-list{height:calc(100% - 70px) !important;}#contacts-sidebar{top:48px;height:calc(100% - 48px);padding-top:0px;}#contacts-close{bottom:0px;right:0px;width:100%;text-align:center;line-height:40px;background:#1e2022;}#profile_webcam_guest h1{margin-top:5px;}#profile_webcam_guest h2{color:#000;}@media screen and (min-width: 700px){#profile_webcam_guest h1{text-align:inherit;padding-left:10px;display:inline-block;padding-top:0px;vertical-align:middle;}#profile_webcam_guest h2{text-align:inherit;padding-right:10px;position:relative;top:4px;display:inline-block;vertical-align:middle;margin-left:10px;}#profile_webcam_guest hgroup{text-align:center;}}.chat-window{height:calc(100% - 24px) !important;top:48px !important;margin-bottom:50px !important;}.chat-window ul{text-align:left;}.chat-window .chat-window-input{display:inline-block !important;}.chat-window .chat-window-send{display:inline-block !important;width:44px !important;text-align:center !important;}body.narrow .chat-window{margin-right:5px !important;top:0 !important;height:100% !important;}.chat-window header,.chat-window .chat-voice-options{position:relative;background:#dd1982 !important;color:white;}#chat-stt-status,#chat-tts-status{cursor:pointer;}.chat-window header strong{position:absolute;margin-left:.25em;font-size:1.5em;}.chat_assistant{display:inline-block;border:solid #dd1982 3px;border-radius:3px;position:fixed;z-index:5;bottom:28px;right:10px;max-width:calc(90% - 4em);}.chat_assistant .ui-effects-wrapper{height:auto !important;}.chat_assistant a._profile{color:white;margin-top:-3px;float:none;}.chat_assistant a._profile:visited{color:white;}.chat_assistant header{cursor:pointer;height:48px;}.chat_assistant.large{max-width:650px;max-height:600px;margin-left:auto;margin-right:auto;margin-top:auto;margin-bottom:auto;left:0;right:0;top:0;bottom:0;height:80vh;display:block;z-index:99999;}.chat_assistant.large .chat-window.caller{height:100% !important;}.chat_assistant.large .chat-window.caller div{height:calc(100% - 142px) !important;}.chat_assistant.large header{height:108px;}.chat_assistant.large header img{height:100px;}.chat_assistant.large header .chat-window-expand{display:none;}.chat_assistant.large header .chat-window-resize{display:inline-block !important;}.chat_assistant.large header span.title_extra{position:absolute;margin-top:16px;}.chat_assistant section.chat-window{margin:0 !important;top:0px !important;}.chat_assistant span.title_extra{position:relative;top:15px;line-height:normal;}@media screen and (max-width: 800px){.chat_assistant section.chat-windows{margin-top:0 !important;}}@media screen and (max-width: 392px){.chat_assistant span.big{display:none;}}@media screen and (max-width: 320px){.chat_assistant span.title_extra{font-size:12px;}}@media screen and (min-width: 1215px){.chat_assistant{margin-right:calc(50% - 595px);}.chat_assistant .large{margin-right:auto;}}@media screen and (max-width: 640px){.chat_assistant{bottom:10px;}}#dropdown-search-ideas{z-index:11;}#dropdown-search-ideas .dropdown-more > li a{color:#222;line-height:28px;font-size:13px;padding:0px 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}#dropdown-search-ideas .dropdown-more > li a i{color:#dd1982 !important;}.is_responsive .profile-listing-widget > div > div{border-radius:0px 3px 0px 0px;}.shared-links{margin:0px 4px;}.shared-links a{display:inline-block;vertical-align:middle;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border:1px solid #ccc;width:19.8%;margin:0px 0.1%;text-align:center;padding:5px 0px;color:#444;font-size:14px;font-family:sans-serif;border-radius:3px 3px 0px 0px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.5);border-bottom:none;position:relative;top:1px;max-width:140px;}.shared-links a[active],.shared-links a:hover{background:#fff;}.shared-links a[active]{z-index:2;border-color:#ddd;}.shared-links a i{margin-right:5px;color:#dd1982 !important;}@media screen and (max-width: 640px){.shared-links a{width:18.5%;margin:0px 0.25%;font-size:11px;}.shared-links a i{display:block;font-size:18px;margin-right:0px;margin-bottom:5px;}}#notification > div > span.fa-stack > i.fa-stack-2x{color:#dd1982;}.is_caller.is_responsive .profile-listing-widget > div > div{border-radius:0px 3px 0px 0px;}.window-voice-greeting-unsupported{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;overflow:auto;z-index:2121;}.window-voice-greeting-unsupported > span{cursor:pointer;position:fixed;top:0px;left:0px;width:100%;height:100%;z-index:1;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#cc000000',GradientType=1);}.window-voice-greeting-unsupported > div{max-width:450px;position:relative;z-index:2;margin:10% auto;width:98%;border-radius:3px;background:#fff;box-shadow:0px 10px 30px rgba(0,0,0,0.15);}.window-voice-greeting-unsupported > div > div{padding:20px;position:relative;}.window-voice-greeting-unsupported > div > div > i{cursor:pointer;position:absolute;top:0px;right:0px;display:inline-block;padding:0px 5px;font-size:18px;line-height:24px;color:#aaa;font-weight:700;}.window-voice-greeting-unsupported > div > div > i:hover{color:#a00;}.window-voice-greeting-unsupported > div > div p.small{font-size:12px;color:#999;margin-top:10px;padding-top:10px;border-top:1px solid #ccc;margin-bottom:0px;}.window-voice-greeting-unsupported > div > div p.small b{display:block;}body.theater_9 span.rate-display{display:none !important;}body.theater_9 div.hotchat_talker_claim{font-weight:bold;text-shadow:1px -1px 1px #fff;padding:8px;background-color:pink;border:3px solid #b51369;border-radius:15px;}body.theater_9 div.hotchat_intro h1{margin-bottom:0;}body.theater_9 div.hotchat_intro ul{list-style-type:none;padding:0;margin:0;line-height:1.4em;}body.theater_9 div.hotchat_intro ul.call-now li{width:50% !important;}body.theater_9 aside.right-side{width:400px;}body.theater_9 aside.right-side input{width:300px;float:left;}body.theater_9 aside.right-side button{float:left;}.is_responsive [step='process'] iframe{position:relative;left:-15px;width:calc(100% + 30px);height:520px;}.compose-message .loading{text-align:center;padding:20px 0px;}section.dialog.responsive{font-size:2em;line-height:1.5em;border-radius:.5em;}section.dialog.responsive > header{background-color:#dd1982;}section.dialog.responsive > header > h1{display:block;text-align:left;margin:0;color:white;padding-bottom:0px;font-weight:700;}section.dialog.responsive > header > i.icon_24_warning_white{display:none;}section.dialog.responsive > header > i.icon_24_close_white{background:transparent url(https://dmz.talktome.com/images/sprite_public/icon_24_close_white.png) !important;}section.dialog.responsive > header > i.icon_24_close_white:hover{background:#43525a url(https://dmz.talktome.com/images/sprite_public/icon_24_close_white.png) !important;border-radius:4px;box-shadow:0px 0px 0px 2px #43525a;}section.dialog.responsive > div.dialog-content > p{font-weight:400;}section.dialog.responsive > div.dialog-content > p > .dialog-button-action,section.dialog.responsive > div.dialog-content > p > .dialog-button-no,section.dialog.responsive > div.dialog-content > p > .dialog-button-yes{margin:2em 1.25em 0 0;padding:.75em 1.5em .75em 1.5em;}section.dialog.responsive .dialog-button-action{color:white;background-color:#dd1982;}@media screen and (max-width: 63.9375em){section.ribbon span{background-color:#3498db;box-shadow:0 5px 10px rgba(0,0,0,0.1);color:#fff;font:700 18px/1 'Lato', sans-serif;text-shadow:0 1px 1px rgba(0,0,0,0.2);text-transform:uppercase;text-align:center;padding:.5em;border-radius:.5em;margin:.1em;}}@media screen and (min-width: 64em){section.ribbon{width:150px;height:150px;overflow:hidden;position:absolute;z-index:1;}section.ribbon:hover{z-index:-1;}section.ribbon::before,section.ribbon::after{position:absolute;z-index:-1;content:'';display:block;border:5px solid #2980b9;}section.ribbon span{position:absolute;display:block;width:225px;padding:15px 0;background-color:#3498db;box-shadow:0 5px 10px rgba(0,0,0,0.1);color:#fff;font:700 18px/1 'Lato', sans-serif;text-shadow:0 1px 1px rgba(0,0,0,0.2);text-transform:uppercase;text-align:center;}section.ribbon.top-right{top:3.5em;right:-10px;}section.ribbon.top-right::before,section.ribbon.top-right::after{border-top-color:transparent;border-right-color:transparent;}section.ribbon.top-right::before{top:0;left:0;}section.ribbon.top-right::after{bottom:0;right:0;}section.ribbon.top-right span{left:-25px;top:30px;transform:rotate(45deg);}}#members_history #audio_player{position:absolute;width:235px;height:35px;background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#e5e5e5));background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-o-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-ms-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);border-radius:3px;padding:5px;border:1px solid #aaa;z-index:99999999;}#members_history #audio_player .close{position:absolute;top:6px;right:3px;color:transparent;text-decoration:none;border-bottom:none;z-index:999999;background:url(https://dmz.talktome.com/images/small-red-x-icon-60.png);background-repeat:no-repeat;background-position:center;height:20px;width:20px;background-size:contain;overflow:hidden;font-size:0px;}#members_history .mejs-controls{margin-bottom:-10px !important;}.page-wrap{max-width:1200px;margin:0px auto;text-align:left;}.page-wrap > div.content{margin:5px;padding:5px;position:relative;}.page-wrap > h1,.page-wrap > div > h1{font-size:3em;margin:0;padding:0;color:#dd1982;}.page-wrap > h2,.page-wrap > div > h2{font-size:2.5em;margin:0;padding:0;}.page-wrap > p{margin:5px;padding:5px;}.data_block div.data_item{border:1px solid #ccc;border-radius:3px;padding:5px 10px 10px 10px;background:#f4f4f4;}.data_block div.data_item span{display:block;color:#dd1982;}.data_block .progress-meter{background-color:#dd1982;}div.read-more{display:none;}.glow{animation:glow 1s ease-in-out infinite;}.common-box{background:#fff;border:1px solid #ccc;padding:10px;margin:5px 0px;border-radius:3px;box-shadow:1px 1px 10px rgba(0,0,0,0.1);}.common-button{display:inline-block;color:#444;cursor:pointer;background:#eee;border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:28px;padding:0px 7px;box-shadow:inset 1px 1px 0px #fff;}ul.accordion-menu li{cursor:pointer;}div.view-message-main li{min-height:2em;}.nightmode .is_responsive .header{background:#111;}.nightmode body.is_responsive{background:#333;background:-moz-linear-gradient(top,#333 0%,#0f0e0b 100%);background:-webkit-linear-gradient(top,#333 0%,#0f0e0b 100%);background:linear-gradient(to bottom,#333 0%,#0f0e0b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333',endColorstr='#0f0e0b',GradientType=0);}.nightmode hgroup h1{text-shadow:none;}.nightmode #alert_success{box-shadow:none;}.nightmode #dropdown-search{background:#444;border-color:#111;}.nightmode #dropdown-search > ul > li{border-color:#111;}.nightmode #dropdown-search > ul > li > a{color:#ccc;}.nightmode .is_responsive .header-button.header-search-browse{background:#dd1982;}.nightmode .is_responsive .header-button.header-search-browse:hover{background:#666;}.nightmode .is_responsive .header-button.header-search-browse:hover i,.nightmode .is_responsive .header-button.header-search-browse i{color:#fff;}.nightmode .footer{background:#222;border-top-color:#555;}.nightmode .is_responsive .header .has-ideas input[type='search']{background:#444;color:#aaa;}.nightmode .reveal{background:#333;color:#fff;border-color:#666;}.nightmode .reveal select,.nightmode .reveal input{background:#eee;border-color:#333;color:#333;}.nightmode .reveal input:focus{background:#fff;border-color:#dd1982;color:#444;box-shadow:none;}.nightmode .reveal .form-floating-label label{color:#b1b1b1;}.nightmode .reveal label{color:#ddd;}.nightmode #window-register small,.nightmode #window-register-google small{color:#ccc;}.nightmode #window-forgot label,.nightmode #window-login p{color:#aaa;}.nightmode #window-register a:hover,.nightmode #window-register span:hover,.nightmode #window-login p a:hover,.nightmode #window-login p span:hover,.nightmode #register-claim-account-link:hover,.nightmode #register-login-link:hover,.nightmode #forgot-password-link:hover,.nightmode #login-register-link:hover{color:#fff;}.nightmode #window-login button.bottombutton,.nightmode #window-register button.bottombutton{color:#fff;}.nightmode #window-login nav a,.nightmode #window-login nav span{background:#111;box-shadow:none;color:#dd1982;}.nightmode #window-login nav a:hover,.nightmode #window-login nav span:hover{background:#222;}.nightmode #window-login nav a[active],.nightmode #window-login nav span[active]{background:#333;color:#fff;box-shadow:none;}.nightmode .homepage-intro .homepage-intro-slider > div,.nightmode .homepage-intro .homepage-intro-text > div{background:#222;box-shadow:1px 1px 0px #000;}.nightmode #dropdown-search-ideas .dropdown-more > li a,.nightmode .homepage-intro .homepage-intro-text p,.nightmode .homepage-intro-slider ._profile .profile-info{color:#fff;}.nightmode .homepage-intro .homepage-intro-text h1{text-shadow:none;}.nightmode .homepage-intro .homepage-intro-slider > div > div > nav a{background:#333;color:#ccc;box-shadow:inset -1px 0px 0px #444, inset 0px -1px 13px rgba(0,0,0,0.075);}.nightmode .homepage-intro .homepage-intro-slider > div > div > nav a[active]{background:#222;box-shadow:inset -1px 0px 0px #333, inset 0px -1px 13px rgba(0,0,0,0.075);}.nightmode .homepage-intro .homepage-intro-slider > div > div > nav a:hover{background:#111;color:#fff;}.nightmode .homepage-intro-slider [tab-content] nav{background:#111;border-top-color:#333;}.nightmode .homepage-intro-slider [tab-content] nav i{color:#777;}.nightmode .profile-listing-widget > div > div{background:#222;border-color:#444;border-radius:4px;}.nightmode .profile-listing-widget nav{border-color:#111;}.nightmode .profile-listing-widget .browse-view a,.nightmode .profile-listing-widget.right-side a.profile-listing-widget-sort,.nightmode .profile-listing-widget nav.listing-tabs a{background:#333;box-shadow:none;border-right-color:#222;}.nightmode .profile-listing-widget .browse-view a:hover,.nightmode .profile-listing-widget.right-side a.profile-listing-widget-sort:hover,.nightmode .profile-listing-widget nav.listing-tabs a:hover{background:#222;}.nightmode .profile-listing-widget .browse-view a{line-height:38px;}.nightmode .profile-listing-widget .browse-view a,.nightmode .profile-listing-widget.right-side a.profile-listing-widget-sort{border-color:#111;}.nightmode .profile-listing-widget .browse-view a i,.nightmode .profile-listing-widget.right-side a.profile-listing-widget-sort span,.nightmode .profile-listing-widget nav.listing-tabs a span{color:#ccc;}.nightmode .profile-listing-widget .browse-view{top:0px;}.nightmode .profile-listing.profile-listing-list ._profile,.nightmode .profile-listing.profile-listing-grid ._profile{background:#222;box-shadow:1px 1px 0px #444;}.nightmode .profile-listing ._profile span.profile-buttons{background:#111;}.nightmode .profile-listing.profile-listing-list ._profile h2{color:#fff;}.nightmode .profile-listing.profile-listing-list ._profile p{color:#bbb;}.nightmode .profile-listing ._profile span.profile-photo-count,.nightmode .profile-listing ._profile span.profile-favorite{background:#111;}.nightmode .profile-listing ._profile span.profile-buttons button span{color:#aaa;}.nightmode .profile-listing-widget nav.listing-tabs a:first-of-type{color:#fff;}.nightmode .profile-listing.profile-listing-grid ._profile h2{color:#ccc;}.nightmode .paging a,.nightmode .limiting a{background:#444;color:#fff;text-shadow:none;border-color:#111;box-shadow:inset 1px 1px #555;}.nightmode .paging a:hover,.nightmode .limiting a:hover{background:#222;}.nightmode .paging .next i,.nightmode .limiting .next i,.nightmode .paging .last i,.nightmode .limiting .last i{color:#dd1982;}.nightmode .is_responsive .dropdown-pane{background:#222;border-color:#555;border-left-color:#dd1982;}.nightmode .dropdown-more > li a,.nightmode .dropdown-more > li button{background:#333;border-color:#333;box-shadow:inset 1px 1px #555;}.nightmode .dropdown-more > li a:hover,.nightmode .dropdown-more > li button{background:#111;}.nightmode .dropdown-more > li a span{color:#fff;}.nightmode .dropdown-more.accordion-menu .is-accordion-submenu a{background:#444;color:#fff;}.nightmode .dropdown-more.accordion-menu .is-accordion-submenu a:hover{background:#111;}.nightmode .is_responsive #dropdown-vchat p{color:#fff;}.nightmode .is_responsive #dropdown-vchat p a{color:#dd1982;}@media screen and (max-width: 700px){.nightmode .footer .cell > ul > li nav:not(.social) a{border-color:transparent;}.nightmode .footer .cell > ul > li nav:not(.social) b{border-color:#555;}}.nightmode #quick-view .quick-view-current > span{background:#555;}.nightmode #quick-view .quick-view-current > div{background:#333;}.nightmode .profile-page > .real-wrap{background:transparent;}.nightmode #quick-view h1{text-shadow:none;}.nightmode .cam-mobile > b,.nightmode .cam-desktop > b,.nightmode .my-store > b,.nightmode .profile-page-content > b{color:#fff;}.nightmode .profile-page-content{color:#fff;}.nightmode .profile-page-content > .profile-statistics li i{color:#fff;}.nightmode .profile-page-content > .profile-statistics-more li div,.nightmode .profile-page-content > .profile-statistics li > div{background:#111;border-top-color:#444;}.nightmode .profile-page-content > .profile-statistics-more li div small{color:#eee;}.nightmode .my-scorecard > div span{color:#ccc;}.nightmode ._posts li{background:#222;border-bottom-color:#444;}.nightmode ._posts li > div > div p{color:#fff;}.nightmode ._posts li > div > div p.reply{background:#721e4b;box-shadow:none;}.nightmode .profile-page-content .tab{background:#444;border-color:#555;}.nightmode .profile-page-content .tab button{color:#aaa;}.nightmode .profile-page-content .tab button.active{background:#222;color:#dd1982;}.nightmode .profile-page-content > .profile-more-photos{background:#444;}.nightmode .profile-page-content > .profile-more-photos li div{border-color:#777;}x.nightmode .profile-page-content > .profile-connect button.pink-button[disabled],x.nightmode .profile-page-content > .profile-connect button.pink-button[disabled]:hover,x.nightmode .profile-page-content > .profile-connect button[disabled]{background:#555 !important;border-color:transparent !important;opacity:0.5 !important;color:#ccc !important;}.profile-page-content > .profile-connect button[disabled]{opacity:0.5 !important;}.nightmode .profile-page-content > .profile-controls a,.nightmode .profile-page-content button[data-profile-voice-greeting]{background:#555;border-color:#222;color:#fff;}.nightmode .profile-page-content > .profile-connect button,.nightmode .profile-page-content > .profile-controls button,.nightmode .profile-page-content > .profile-controls button.hover,.nightmode .profile-page-content > .profile-controls button:hover,.nightmode .profile-page-content > .profile-connect button:hover{background:#222;border-color:#111;}.nightmode .service-window > div > div{background:#0f0e0b;background:-moz-linear-gradient(top,#0f0e0b 0%,#333 100%);background:-webkit-linear-gradient(top,#0f0e0b 0%,#333 100%);background:linear-gradient(to bottom,#0f0e0b 0%,#333 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f0e0b',endColorstr='#333333',GradientType=0);color:#fff;}@media screen and (max-width: 640px){.nightmode .profile-page .profile-page-content > .profile-number{color:#fff;}}.nightmode .service-window [step] nav label{color:#aaa;}.nightmode .service-window [step] nav a,.nightmode .service-window [step] nav button{background:#222;color:#dd1982;border-color:#444;}.nightmode .service-window ._profile_image{border-color:#333;}.nightmode .page-store > .wrap > div:not(.pagination) > nav > a{background:#444;color:#ccc;border-color:#666;box-shadow:inset -1px 0px 0px #666;}.nightmode .page-store > .wrap > div:not(.pagination) > nav > a:hover{background:#555;}.nightmode .page-store > .wrap > div:not(.pagination) > nav > a i{margin-right:3px;}.page-store > .wrap > div:not(.pagination) > nav > a i{margin-right:3px;}.nightmode .page-store > .wrap > div:not(.pagination) > nav > a[active]{background:#111;border-bottom-color:#111;}.nightmode .page-store > .wrap > h1{text-shadow:none;color:#aaa;}.nightmode .page-store > .wrap > div:not(.pagination){background:#111;border-color:#444;}.nightmode .page-store h2{color:#ccc;}.nightmode .page-store h2 a{background:#333;border-color:#555;box-shadow:none;border-radius:3px;text-shadow:1px 1px 0px rgba(0,0,0,0.5);}.page-store h2 a{border-radius:3px;}.nightmode .page-store h2 a:hover{background:#444;}.nightmode .page-store .box > li > div > a > b{color:#eee;}.nightmode .page-store .list > li{border-color:#444;}.nightmode .page-store .list > li:hover{background:#333;}.nightmode .page-store .list > li > div > a{color:#dd1982;}.nightmode .page-store .list > li > div > b{color:#ccc;}.nightmode .page-store .list > li > div{color:#aaa;}.nightmode #wallet > div{background:#444;color:#fff;}.nightmode #wallet > div > div > small{border-color:#777;color:#ccc;}.nightmode #wallet ._wallet_balance,.nightmode #wallet ._wallet_price,.nightmode #wallet ._wallet_item{color:#fff;}.nightmode #wallet ._profile_title{color:#dd1982;}.nightmode #window-offer > div{background:#444;color:#fff;}.nightmode .is_responsive .dropdown-custom{background:#444;color:#fff;}.nightmode .is_responsive #dropdown-wallet .wallet-balance > span{color:#ccc;}.nightmode .is_responsive #dropdown-wallet .wallet-credits > ul > li{border-color:#777;}.nightmode .is_responsive #dropdown-wallet .wallet-credits > ul > li:first-of-type{background:#222;}.nightmode .is_responsive #dropdown-wallet .wallet-credits > ul > li:not(:first-of-type):hover{background:#333;}.nightmode .is_responsive #dropdown-wallet .wallet-credits > ul > li a:hover{color:#fff;}.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button.button-history,.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button.button-more,.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button{background:#666;color:#fff;border-color:#333;}.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button.button-more[active],.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button.button-more:hover,.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button.button-history:hover{background:#555;}.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button.button-more[active],.nightmode .is_responsive #dropdown-wallet .wallet-buttons > button[active]{background:#777;border-color:#333;}.nightmode .is_responsive #dropdown-wallet-more-buttons > ul{border-color:#999;}.nightmode .is_responsive #dropdown-wallet-more-buttons > ul > li{background:#777;border-color:#999;}.nightmode .is_responsive #dropdown-wallet-more-buttons > ul > li:hover{background:#222;}.nightmode .is_responsive #dropdown-wallet-more-buttons > ul > li a{color:#fff;}.nightmode .is_responsive #dropdown-status > div > b{color:#fff;}.nightmode .is_responsive #dropdown-status > div > ul > li{border-color:#666;}.nightmode .is_responsive #dropdown-status > div > ul > li > a{background:#111;color:#aaa;border-color:#333;box-shadow:none;}.nightmode .is_responsive #dropdown-status > div > ul > li > a:hover{background:#222;}.nightmode .is_responsive #dropdown-menu > ul > li > a{color:#eee;border-color:#333;}.nightmode .is_responsive #dropdown-menu > ul > li > a:hover{background:#333;}.nightmode .amw > div{background:#333;}.nightmode .amw > div > div[active]{color:#eee;}.nightmode .amw > div > nav{background:#333;border-color:#444;}.nightmode .amw > div > nav a{color:#eee;background:#222;}.nightmode .amw > div > nav a:hover{background:#222;}.nightmode .amw > div > nav a[active]{background:#333;color:#dd1982;}.nightmode .amw > div > nav a:nth-child(2){border-color:#444;}.nightmode .amw > div > nav > .close-amw{background:transparent;border-color:#444;color:#aaa;}.nightmode .amw > div > nav > .close-amw:hover{background:#222;}.nightmode .amw > div > div .steps > li > b{color:#eee;}.nightmode .amw div[tab='cc'] [step='amount'] button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='cc'] [step='amount'] button:hover{background:#111;}.nightmode .amw div[tab='cc'] [step='amount'] button[amount-value='custom']{color:#eee;background:rgba(0,0,0,0.25);}.nightmode .amw div[tab='cc'] [step='amount'] button[amount-value='custom']:hover{color:#dd1982;}.nightmode .amw div[tab='cc'] [step='amount'] > div a{border-color:#666;background:rgba(0,0,0,0.25);color:#aaa;}.nightmode .amw div[tab='cc'] [step='amount'] > div a:hover{background:rgba(0,0,0,0.75);}.nightmode .amw div[tab='cc'] [step='amount'] > small{color:#ccc;}.nightmode .amw div[tab='cc'] [step='amount'] > small a{color:#dd1982;}.nightmode .amw div[tab='offer'] b,.nightmode .amw div[tab='gift'] > b{color:#dd1982;}.nightmode .amw div[tab='cc'] .go-back{border-color:#555;background:#222;color:#aaa;}.nightmode .amw div[tab='cc'] .go-back:hover{color:#dd1982;}.nightmode .amw div[tab='cc'] [step='card'] .cards > li{border-color:#555;}.nightmode .amw div[tab='cc'] [step='card'] .cards > li a{color:#aaa;}.nightmode .amw div[tab='cc'] [step='card'] .cards > li button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='cc'] [step='card'] .cards > li button:hover{background:#111;color:#dd1982;}.nightmode .amw div[tab='cc'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.amw div[tab='cc'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.nightmode .amw div[tab='cc'] [step='add-card'] #rg_Fname,.nightmode .amw div[tab='cc'] [step='add-card'] #rg_Cardno{width:98% !important;}.amw div[tab='cc'] [step='add-card'] #rg_Fname,.amw div[tab='cc'] [step='add-card'] #rg_Cardno{width:98% !important;}.nightmode .amw div[tab='cc'] [step='add-card'] label[for='rg_State'],.nightmode .amw div[tab='cc'] [step='add-card'] label[for='rg_Country'],.nightmode .amw div[tab='cc'] [step='add-card'] label[for='rg_Expire_month'],.nightmode .amw div[tab='cc'] [step='add-card'] label strong,.nightmode .amw div[tab='cc'] [step='card'] .auto-refill,.nightmode .amw div[tab='cc'] [step='card'] .auto-refill label{color:#eee;}.nightmode .amw div[tab='cc'] [step='card'] .auto-refill .auto-refill-settings{background:#222;border-color:#555;}.nightmode .amw div[tab='cc'] [step='add-card'] label strong a{color:#dd1982;}.nightmode .amw div[tab='cc'] [step='confirm'] label > span{color:#fff;}.nightmode .amw div[tab='cc'] [step='confirm'] label a{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='cc'] [step='confirm'] label a:hover{background:#111;color:#dd1982;}.nightmode .amw .paynearme{background:#222;}.nightmode #add_money > article > div{color:#fff;}.nightmode #add_money > article[step="done-gc"] a,.nightmode #add_money > article[step="done-cc"] a{color:#dd1982;}.nightmode #add_money > article[step="done-cc"] > section.refill{background:#111;color:#ccc;}.nightmode #add_money > article[step="done-cc"] > section.refill > i{color:#dd1982;}.nightmode .homepage-dashboard h1{color:#ccc;text-shadow:none;}.nightmode .homepage-dashboard div[tab][active]{background:#222;border-color:#555;}.nightmode .homepage-dashboard div[tab] > div{background:#333;border-color:#444;}.nightmode .homepage-dashboard div[tab] > div:hover{background:#222;}.nightmode .homepage-dashboard div[tab] > div:hover a{background:transparent;}.nightmode .homepage-dashboard div[tab] a span{color:#aaa;}.nightmode .homepage-dashboard div[tab] a:hover span{color:#dd1982;}.nightmode .homepage-dashboard div[tab] > div button{background:transparent;border-color:transparent;}.nightmode .homepage-dashboard div[tab] > div button:hover{background:#111;}.nightmode .shared-links a{background:#333;color:#aaa;border-color:#555;box-shadow:none;}.nightmode .shared-links a[active],.nightmode .shared-links a:hover{background:#222;border-color:#555;}.nightmode .page-account-settings{color:#ccc;}.nightmode .page-account-settings > .wrap > h1{color:#ccc;text-shadow:none;padding:5px;}.page-account-settings > .wrap > h1{padding:5px;}.nightmode .page-account-settings > .wrap > p{padding:0px 5px 5px 5px;}.page-account-settings > .wrap > p{padding:0px 5px 5px 5px;}.nightmode .page-account-settings > .wrap > div{background:#111;border-color:#555;}.nightmode .page-account-settings > .wrap > div .submit,.nightmode .page-account-settings > .wrap > div h2{background:transparent;color:#aaa;}.nightmode .page-account-settings > .wrap > div article{background:#222;}.nightmode .page-account-settings > .wrap > div article label{color:inherit;}.nightmode .page-account-settings input[disabled]{background:#333;color:#ccc;border-color:#777;}.nightmode .page-my-preferences .wrap > div{text-align:left;color:#ccc;padding:5px;}.page-my-preferences .wrap > div{text-align:left;padding:5px;}.nightmode .page-my-preferences h1{text-shadow:none;color:#ccc;}.nightmode .page-my-preferences .wrap > div > div{max-width:none;background:#111;border-color:#555;}.page-my-preferences .wrap > div > div{max-width:none;}.nightmode .preferences-list > li{border-color:#444;}.nightmode .preferences-list > li > nav > label{background:transparent;color:#fff;}.nightmode .preferences-list > li > nav > label.disabled{background:transparent;color:transparent;}.nightmode .preferences-list > li > nav > label.disabled input{display:none;}.preferences-list > li > nav > label.disabled input{display:none;}.nightmode .page-my-preferences form a{color:#dd1982;}@media screen and (max-width: 760px){.nightmode .page-my-preferences form{text-align:left;}.page-my-preferences form{text-align:left;}}@media screen and (max-width: 640px){.footer{margin-bottom:75px;}}.nightmode .my-phone > div{background:#444;}.nightmode .my-phone h1{text-shadow:none;color:#aaa;}.nightmode .my-phone > div > div > div[active]{background:#111;border-color:#555;box-shadow:none;color:#fff;}.nightmode .my-phone .default ul li span{color:#dd1982;}.nightmode .my-phone button{background:#222;color:#aaa;border-color:#555;box-shadow:none;}.nightmode .my-phone button:hover{background:#333;color:#dd1982;}.nightmode .my-phone .default b{color:#dd1982;}.nightmode .my-phone .number-widget{background:#555;border-radius:4px;}.nightmode .my-phone .number-widget > div{background:transparent;border-color:transparent;}.nightmode .my-phone .number-widget > section > ol > li{background:#222;}.nightmode .my-phone .number-widget > section > ol > li:hover{background:#333;}.nightmode .my-phone .number-widget > section > ol{border-color:#000;}.nightmode .my-phone .number-widget > div input{color:#fff;}.nightmode .page-my-password > .wrap > h1{text-align:left;color:#ccc;text-shadow:none;}.page-my-password > .wrap > h1{text-align:left;}.nightmode .page-my-password > .wrap > div{max-width:none;background:#111;border-color:#555;}.page-my-password > .wrap > div{max-width:none;}.nightmode .page-my-password label{color:#ccc;}.nightmode #profile .profile-page > .real-wrap{background:#111;border-color:#555;}.nightmode #profile .profile-page h1{text-shadow:none;}.nightmode #profile .profile-page h1 span{color:#fff;}.nightmode .bonus-window > div{background:#333;color:#fff;}.nightmode .bonus-window > div > div > nav button{background:#dd1982;color:#fff;border-color:transparent;box-shadow:none;}.nightmode .bonus-window > div > div > nav button:hover{background:#222;}.nightmode .bonus-window > div > div > small{color:#999;border-color:#444;}.nightmode .page-recordings > .wrap > h1{color:#ccc;text-shadow:none;padding:5px 5px 0px 5px;}.nightmode .page-recordings > .wrap > h2{color:#eee;padding:0px 5px 15px 5px;}.page-recordings > .wrap > h1{padding:5px 5px 0px 5px;}.page-recordings > .wrap > h2{padding:0px 5px 15px 5px;}.nightmode .page-recordings > .wrap > div{background:#222;color:#fff;border-color:#444;}.nightmode .page-recordings .list-preview > li{border-color:#666;}.nightmode .page-recordings .list-preview > li:nth-child(odd),.nightmode .page-recordings .list-preview > li:hover{background:#333;}.nightmode .page-recordings .list-preview > li:hover{background:#dd1982 !important;}.nightmode .page-recordings .list-preview > li:hover a{color:#fff;}.nightmode .page-recordings .list-preview > li > div > span._price{color:#09d;}.nightmode .page-recordings .list-preview > li:hover span{color:inherit !important;}.nightmode .page-recordings > .wrap > div > nav.recordings-tabs{background:#666;border-color:transparent;box-shadow:none;}.nightmode .page-recordings > .wrap > div > nav > a{background:transparent;color:#fff;}.nightmode .page-recordings > .wrap > div > nav > a:hover{background:transparent;}.nightmode .page-recordings > .wrap > div > nav > a[active]{background:#222;border-color:#222;}.nightmode .page-recordings > .wrap > div > nav > a:first-of-type{margin-right:5px;}.page-recordings > .wrap > div > nav > a:first-of-type{margin-right:5px;}.nightmode .page-recordings .toolbox a{background:#222;color:#fff;border-color:#555;}.nightmode .page-recordings .toolbox a:hover{background:#444;}.nightmode .recording-window > div{background:#222;border:1px solid #666;}.nightmode .recording-window > div > div small{color:#fff;}.nightmode div.dropdown-pane.profile-filter ul{background:#333;}.nightmode div.dropdown-pane.profile-filter ul li a{border-color:#444;}.nightmode div.dropdown-pane.profile-filter ul li a:hover{background:#dd1982;color:#fff;}@media screen and (max-width: 500px){.nightmode .page-recordings > .wrap > div > nav > a:first-of-type{width:calc(45%);}.page-recordings > .wrap > div > nav > a:first-of-type{width:calc(45%);}}.nightmode .edit-profile > div{background:#555;}.nightmode .edit-profile > div > div > article[step] > b{color:#ccc;}.nightmode .edit-profile > div > div > article[step] .ff.inline-inputs input{background:#222;border-color:#555;}.nightmode .edit-profile > div > div > article[step] .ff{background:#333;border-color:#666;color:#dd1982;}.nightmode .edit-profile > div > div > article[step] .ff input,.nightmode .edit-profile > div > div > article[step] .ff select,.nightmode .edit-profile > div > div > article[step] .ff textarea{background:#fff !important;color:#444;}.entry-content{padding:10px;border-radius:4px;}.edit-profile > div > div > article[step] .ff input,.edit-profile > div > div > article[step] .ff select,.edit-profile > div > div > article[step] .ff textarea{padding:5px;border-radius:2px;}.nightmode .edit-profile > div > div > article[step] .ff article{background:#222;border-color:#444;}.nightmode .edit-profile > div > div > span.progress-bar{background:#000;}.nightmode .edit-profile > div > div > article[step] nav{border-color:transparent;}.nightmode .edit-profile > div > div > article[step] .ff.checkbox-ready label{color:#fff;}.nightmode .page-my-profile .wrap > div{background:#222;border-color:#555;}.nightmode .page-my-profile h1{text-shadow:none;color:#ccc;}.nightmode .page-my-profile .wrap > div > nav button{background:#000;color:#fff;border-color:#555;box-shadow:none;}.nightmode .page-my-profile .wrap > div > nav button:hover{background:#444;}.nightmode .page-my-profile .wrap > div > div{background:#333;border-color:#555;}.nightmode .page-my-profile .profile-sidebar{background:#222;border-color:#666;}.nightmode .page-my-profile .profile-name{color:#09d;}.nightmode .page-my-profile .profile-name small{color:#ccc;}.nightmode .page-my-profile .profile-main b.h,.nightmode .page-my-profile .profile-main label b{color:#ccc;}.nightmode .page-my-profile .profile-main label{color:#fff;border-color:#666;}.nightmode .page-my-profile .profile-buttons{background:#222;border-color:#333;}.nightmode .page-my-profile .profile-buttons button{color:#dd1982;}.nightmode .page-my-profile .profile-buttons button[active]{background:#333;border-color:transparent;color:#fff;}.nightmode .page-my-profile .profile-buttons button:hover{background:#444;}.nightmode .page-my-profile .profile-extras{background:#222;color:#fff;border-color:#666;}.nightmode .page-my-profile .profile-main div[tab='reviews'] ul li{color:#fff;border-color:#666;background:#222;padding-bottom:5px;}.nightmode .page-my-profile .profile-main div[tab='reviews'] ul li ._reply{background:#000;box-shadow:none;margin:5px;}.nightmode .page-my-profile .profile-main div[tab='reviews'] ul li time{padding-right:5px;}.page-my-profile .profile-main div[tab='reviews'] ul li{padding-bottom:5px;}.page-my-profile .profile-main div[tab='reviews'] ul li ._reply{margin:5px;}.page-my-profile .profile-main div[tab='reviews'] ul li time{padding-right:5px;}.nightmode .page-my-profile .profile-main div[tab='photos'] ul li div{background:#222;border-color:#555;}.nightmode #caller-profile-browser-reviews .caller-profile-browser-reviews-li ._reply{border-color:#666;background:#222;box-shadow:none;margin:5px;}.nightmode #library{background:#333;color:#fff;}.nightmode #library h1{text-shadow:none;}.nightmode #library #upload #dropbox:hover{box-shadow:inset 0px 0px 100px rgba(0,64,192,0.5);background:#000;}.nightmode #library #pages section{border-color:transparent;}.nightmode #library #button_panel{border-color:#555;}.nightmode #library ul#steps{background:#555;border-color:#555;}.nightmode #library ul#steps li.header{background:#222;text-shadow:none;border-color:#555;}.nightmode #library section ul li div,.nightmode #library #photos ul li div{border-color:transparent;}.nightmode #library section ul li,.nightmode #library #photos ul li{box-shadow:none;background:#222;}.nightmode #library ul#steps li{border-color:#666;background:transparent;}.nightmode #library #library_cropper{background:#222;}.nightmode #library #library_cropper_button_panel{background:#444;border-color:transparent;}.nightmode #library .approved_only > div{background:#111 !important;border-color:#555 !important;text-align:left !important;padding-left:15px;}#library .approved_only > div{text-align:left !important;padding-left:15px;}@media screen and (max-width: 900px){.nightmode .is_responsive #library ul#steps li{color:#444;}}.nightmode #window-notes > div{background:#444;color:#fff;}.nightmode #window-notes > div textarea{background:#222;color:#fff;border-color:transparent;}.nightmode .page-tabs-sidebar > div.wrap > div{background:#222;border-color:#555;}.nightmode .page-tabs-sidebar > div.wrap > div div.primary-tab-content{background:#333;color:#fff;border-color:#555;}.nightmode .history-listing > li{border-color:#555;}.nightmode .history-listing > li:hover{background:#222;}.nightmode .history-listing > li > span.history-what{border-color:#333;}.nightmode .history-listing > li > span.history-what > span{color:#fff;}.nightmode .history-listing > li > span > b{color:#dd1982;}.nightmode .page-tabs-sidebar > div.wrap > div div.primary-tab-content > nav a{border-color:#444;background:#222;}.nightmode .page-tabs-sidebar > div.wrap > div div.primary-tab-content > nav a[active]{background:#dd1982;}.nightmode .page-tabs-sidebar > div.wrap > div div.primary-tab-content > nav a:hover{background:#111;}.nightmode .page-tabs-sidebar > div.wrap > div nav.primary-tabs a[active]{background:#333;color:#fff;border-color:#555;border-bottom-color:#333;}.nightmode .page-tabs-sidebar > div.wrap > div nav.primary-tabs a{background:transparent;border-color:transparent;}.nightmode .page-tabs-sidebar > div.wrap > div nav.primary-tabs a:hover{background:#444;color:#fff;}.nightmode .page-my-contacts .wrap > div{background:#222;border-color:#555;}.nightmode .page-my-contacts .wrap > div h1{text-shadow:none;color:#ccc;}.nightmode .page-my-contacts .contacts-listing > li{background:#222;border-color:#444;color:#fff;}.nightmode .page-my-contacts .contacts-listing > li.header-group{background:#444 !important;}.nightmode .page-my-contacts .contacts-listing > li:hover{background:#222;}.nightmode .page-my-contacts .contacts-listing > li.sms-notice{background:#222;}.nightmode .page-my-contacts .contacts-listing > li > div > span{color:#fff;}.nightmode .page-my-contacts .contacts-listing > li > div > nav{background:#222;border-color:#555;box-shadow:none;color:#fff;}.nightmode .page-my-contacts .contacts-listing > li > div > nav i{color:#dd1982;}.nightmode .page-my-contacts .contacts-listing > li > div > nav:hover{background:#111;}.nightmode .page-my-contacts .contacts-filters-launchers a{background:#222;border-color:#555;box-shadow:none;color:#fff;}.nightmode .page-my-contacts .contacts-filters-launchers a:hover{background:#111;}.nightmode .dropdown-contacts-edit a,.nightmode #dropdown-contacts-sort a,.nightmode #dropdown-contacts-filter a,.nightmode #dropdown-contacts-site a{border-color:#444;color:#fff;}.nightmode .dropdown-contacts-edit a:hover,.nightmode #dropdown-contacts-sort a:hover,.nightmode #dropdown-contacts-filter a:hover,.nightmode #dropdown-contacts-site a:hover{background:#111;color:#dd1982;}.nightmode #window-attach-voicemail > div{background:#333;color:#fff;}.nightmode #window-attach-voicemail > div > div .steps > li > b{color:#ccc;}.nightmode #window-attach-voicemail > div > div .steps > li[step='phone'] ul li button{background:#222;border-color:#555;color:#dd1982;}.nightmode #window-attach-voicemail > div > div .steps > li[step='phone'] ul li button:hover{background:#111;}.nightmode .message-window > div{background:#444;color:#fff;}.nightmode .message-window > div > div h2{color:#ccc;}.nightmode .message-window > div > div > ul > li{border-color:#555;background:#222;}.nightmode .message-window > div > div > ul > li:last-of-type{background:transparent;}.nightmode .message-window > div > div > ul > li li{background:#333 !important;padding:0px 5px;}.message-window > div > div > ul > li li{padding:0px 5px;}.nightmode .message-window > div > div > ul > li:last-of-type{background:rgba(0,0,0,0.25);}.nightmode .message-window > div > div > ul > li > div small{color:#ddd;}.nightmode .message-window > div > div > ul > li > div small span{position:absolute;font-size:10px;right:5px;top:5px;}.nightmode .message-window > div > div > ul > li:last-of-type > img{position:absolute;top:6px;border-radius:4px;}.message-window > div > div > ul > li:last-of-type > img{position:absolute;top:6px;border-radius:4px;}.nightmode .message-window > div > div > ul > li > div nav button:first-of-type{font-size:16px;line-height:35px;padding:0px 20px;}.message-window > div > div > ul > li > div nav button:first-of-type{font-size:16px;line-height:35px;padding:0px 20px;}.nightmode .message-window > div > div > ul > li > div nav button{background:#dd1982;box-shadow:none;border-color:transparent;color:#fff;}.nightmode .message-window > div > div > ul > li > div nav button:hover{background:#333;color:#fff;}.nightmode .message-window .block_profile a{background:#e00;color:#fff;padding:0px 5px;font-size:12px;line-height:24px;display:inline-block;border-radius:4px;}.nightmode .message-window > div > div > ul > li > a img{left:5px;border-radius:4px;}.nightmode .page-messages > div > h1{text-shadow:none;color:#ccc;border-color:transparent;}.nightmode .page-messages > div > article > nav{background:#444;box-shadow:1px 1px 0px #555;}@media screen and (max-width: 650px){.nightmode .page-messages > div > article > div.mail-listing > ul > li > div > small:last-of-type span:last-of-type{color:#fff;}}.nightmode .compose-message button,.nightmode .page-messages button{background:#dd1982;box-shadow:none;border:transparent;color:#fff;font-size:16px;line-height:34px;}.page-messages button{font-size:16px;line-height:34px;}.nightmode .page-messages > div > article > nav > button{width:90%;}.page-messages > div > article > nav > button{width:90%;}.nightmode .page-messages > div > article > nav > div > a{background:#333;color:#ccc;border-color:#555;}.nightmode .page-messages > div > article > nav > div > a:hover{background:#222;}.nightmode .page-messages > div > article > nav > div > a.active{background:#dd1982;color:#fff;border-color:#b5126a;}.nightmode .page-messages > div > article > div.mail-listing > ul > li{background:#222;color:#777;border-color:#555;}.nightmode .page-messages > div > article > div.mail-listing > ul > li.unread{background:rgba(181,19,106,0.17);color:#fff;border-color:rgba(221,25,130,0.17);}.nightmode .page-messages > div > article > div.mail-listing > ul > li.unread a{color:#dd1982;}.nightmode .page-messages > div > article > div.mail-listing > ul > li > div > a{color:#ccc;}.nightmode .page-messages > div > article > div.mail-listing > ul > li > div > small > span{color:#ccc;}.nightmode .page-messages > div > article > div.mail-listing > div{color:#ccc;}.nightmode .page-messages > div > article > div.mail-listing > div > select{height:1.5rem;padding:0px 5px;}.page-messages > div > article > div.mail-listing > div > select{height:1.5rem;padding:0px 5px;}@media screen and (max-width: 900px){.nightmode .page-messages > div > article > div.mail-listing > ul > li img{border-color:#dd1982;}}.nightmode #address_book{background:#222;border-color:#555;}.nightmode #address_book section ol li{background:#333;text-shadow:none;color:#fff;border-color:#555;}.nightmode #address_book section ol li.person:hover{background:#444;}.nightmode #address_book section ol li.group_header{background:#222;color:#dd1982;border-color:#555;}.nightmode-toggle{transition:all 0.5s ease-in-out;border-radius:20px;line-height:20px;color:#fff;background:#333;border:1px solid #111;cursor:pointer;outline:none;width:135px;padding:5px;margin:4px;font-size:12px;line-height:24px;}.nightmode .profile-page-content .last-online > span{color:#dd1982;}.nightmode .profile-page-content .my-store div[store-tab] ul.list-view li{background:#222;border-color:#555;}.nightmode .profile-page-content .my-store div[store-tab] ul.list-view li a span.description{color:#eee;}.nightmode .profile-page-content .my-store div[store-tab] ul.list-view li a span.price{color:#0a0;}.nightmode .profile-page-content .my-store div[store-tab] ul.list-view li a span.title em{color:#aaa;}.nightmode .profile-page-content .my-store nav.store-tabs a{background:#444;color:#ddd;border-color:#555;}.nightmode .profile-page-content .my-store nav.store-tabs a:not([dull]):not([active]):hover{background:#555;color:#fff;}.nightmode .profile-page-content > .my-schedule li{color:#ddd;}.nightmode .profile-page-content .my-store nav.store-tabs a[dull]{background:#333;border-color:#555;color:#555;}.nightmode .profile-page-content .my-store nav.store-tabs{border-color:#555;}.nightmode .profile-page-content .my-store div[store-tab][active]{background:#222;}.nightmode .profile-page-content .last-online > span.online{color:#0a0;}.nightmode .profile-page-content .last-online{color:#eee;}.nightmode .profile-page .profile-social a i{color:#dd1982;}.nightmode .profile-page .profile-social{color:#fff;}.nightmode .profile-page .profile-social a:hover i{color:#fff;}.nightmode #quick-view .quick-view-status{color:#fff !important;}.nightmode .profile-listing.profile-listing-list ._profile div.profile-photo-holder img{border-color:#555;}.nightmode #window-login form a{color:#333;}.nightmode #window-login form a:hover{color:#dd1982;}.nightmode .service-window [step] nav a:hover{background:#333;}.nightmode .service-window [step] nav button:hover{background:#dd1982;color:#fff;}.nightmode .service-window .go-back{color:#dd1982;}.nightmode .service-window [step] nav label{border-color:#444;background:#222;}.nightmode div#title.pop-title{background:#fff;color:#444;}.nightmode div#title.pop-title.right:after{border-right-color:#fff;}.nightmode div#title.pop-title.left:after{border-left-color:#fff;}.nightmode div#title.pop-title.top:after{border-top-color:#fff;}.nightmode div#title.pop-title.bottom:after{border-bottom-color:#fff;}.nightmode .footer .cell > ul > li nav:not(.social) a:hover{color:#eee;}.nightmode .entry-header{color:#eee;text-shadow:none;}.entry-content{padding:10px;border-radius:4px;}.nightmode .entry-content{color:#eee;background:#222;}.nightmode .entry-content a{color:#dd1982;}.nightmode #contact h1{text-shadow:none;}.nightmode #contact h2{color:#fff;}.nightmode #contact > div.wrap > div{background:#222;color:#fff;border-color:#555;}.nightmode .is_responsive #dropdown-vchat small,.nightmode .is_responsive #dropdown-dialin small{color:#eee;}.nightmode .is_responsive #dropdown-dialin small a{color:#dd1982;}.nightmode .homepage-intro-slider [tab-content] nav i[active]{color:#dd1982;}.nightmode .register-talker h1{text-shadow:none;}.nightmode .register-talker h2{color:#ccc;}.nightmode .register-talker h3{color:#dd1982;}.nightmode .register-talker > div.wrap > div{background:#222;color:#fff;border-color:#555;}.nightmode .register-talker > div.wrap > div form small{border-color:#555;}.nightmode #register_talker label{color:#fff;}.nightmode .explainer-box{background:#222;color:#fff;border-color:#555;}.nightmode .explainer-box-wide{background:#222;color:#fff;border-color:#555;}.nightmode .chat-line-disclaimer{color:#a9a9a9;}.nightmode .my-cards > div > h1{text-shadow:none;}.nightmode .my-cards > div > p{color:#fff;}.nightmode .my-cards #payment{background:#222;border-color:#555;}.nightmode .my-cards #saved_credit_cards .saved_credit_card{background:#111;color:#fff;border-color:#444;}.nightmode #members_increase_limit > hgroup h2{color:#fff;}.nightmode #members_increase_limit > form{background:#222;border-color:#555;}.nightmode #members_increase_limit > aside h1,.nightmode #members_increase_limit > form h1{text-shadow:none;color:#dd1982;}.nightmode #members_increase_limit label{color:#eee;}.nightmode #members_increase_limit > aside ol{color:#fff;}.nightmode #members_increase_limit > form .button3{box-shadow:none;}.nightmode section.error > h1{color:#dd1982;}.nightmode section.error > p{color:#fff;}.nightmode section.error > p a{color:#dd1982;}.nightmode .contacts-listing > li > div > small b.r{color:#eb3d4c;}.nightmode .history-listing b,.nightmode .history-listing b a{color:#fff !important;}.nightmode .history-listing .button2.gallery{box-shadow:none;}.nightmode .sprite_public.icon_16_volume{color:#fff !important;}.nightmode .profile-extras li.disabled{color:#fff;opacity:0.75 !important;}.nightmode .profile-extras li i.fa-square{color:#eb3d4c;}.nightmode .message-window a{color:#ffe38a;}.nightmode .message-window a:hover{color:#fff;}.nightmode .message-window > div > div > ul > li > div nav span{color:#ccc;}.nightmode-toggle:hover{background:#dd1982;border-color:transparent;}.nightmode .nightmode-toggle{background:#fff;color:#555;border-color:#ccc;}.nightmode .nightmode-toggle:hover{background:#fff;color:#555;border-color:#ccc;}.nightmode-toggle i{color:#fff;margin-right:3px;}.nightmode .nightmode-toggle i{color:#444;}.nightmode .nightmode-toggle:hover i{color:#777;}.common-box{background:#fff;border:1px solid #ccc;padding:10px;margin:5px 0px;border-radius:3px;box-shadow:1px 1px 10px rgba(0,0,0,0.1);}.common-button{display:inline-block;color:#444;cursor:pointer;background:#eee;border:1px solid #ccc;border-radius:3px;font-size:14px;line-height:28px;padding:0px 7px;box-shadow:inset 1px 1px 0px #fff;}ul.accordion-menu li{cursor:pointer;}.nightmode body#how-it-works h2{color:#fff;}.nightmode body#how-it-works > section{background:#222;color:#fff;border-color:#444;}.nightmode body#how-it-works > section h1{text-shadow:none;}.nightmode body#how-it-works > section  > strong{color:#aaa;}.nightmode .chat-window div{background:#333;}.nightmode .chat-window div ul li{border-color:#444;background:#222;color:#fff;}.nightmode .chat-window footer{background:#666;border-color:#999;}.nightmode .chat-window div ul li strong{color:#09d;}.nightmode .chat-window div ul li.me strong{color:#c00;}.nightmode .chat-window header{border-color:#000 !important;}.nightmode .chat-window{background:#000;border-color:#666;}.nightmode .chat-window header a{color:#fff;}.nightmode #widget-review > div{background:#444;color:#fff;}.nightmode #widget-review > div > section h1{text-shadow:1px 1px 0px rgba(0,0,0,0.25);}.nightmode #widget-review > div > nav a.active{background:#444;}.nightmode #widget-review > div > nav a:nth-child(1),.nightmode #widget-review > div > nav a:nth-child(2),.nightmode #widget-review > div > nav a:nth-child(3){border-color:#999;}.nightmode #widget-review > div > nav{background:#777;border-color:#999;}.nightmode #widget-review > div > nav a{color:#fff;}.nightmode #widget-review > div > nav a:hover{background:#555;}.nightmode #widget-review > div > nav > .close-review-window{background:#333;}.nightmode #widget-review textarea,.nightmode #widget-review input,.nightmode #widget-review select{background:#fff;color:#333;border:none;}@media screen and (max-width: 39em){#dropdown-status{width:100%;height:100%;left:0 !important;top:0 !important;}#dropdown-status i.fas.fa-times{position:absolute;right:1em;}}#credit_dialog > div > header{width:calc(100% + 30px) !important;}#credit_dialog > div > header > .fa-times{margin-top:-30px;}#credit_dialog > div{margin-top:-250px;}div.compose-message small.message-window-last-online{line-height:1em;font-size:1.1em;left:15em;top:.2em;}#compose #to_addresses{height:3em;overflow-y:scroll;float:left;}#compose #to_address{float:right;}section.window-dialog{position:absolute;left:0;top:0;width:100%;height:100%;background-color:black;opacity:.3;}section.window-dialog div.content{width:80em;background-color:white;}#XMPPAudio-player{display:none;}#XMPPAudio{display:none;}#XMPPLobbyAudio-player{display:none;text-align:center;}#XMPPLobbyAudio{display:none;}@media screen and (max-width: 1100px){.is_responsive .header-search{width:118px;}}#reviewsTitle i.fas.fa-ellipsis-h.dropdown{margin-right:10px;margin-left:2px;color:#dd1982;}.amw-memberships-insert{cursor:pointer;background:#f2f2f2;border:1px solid #ccc;border-radius:0.25em;padding:10px 20px 0px 20px;}.amw-memberships-insert:hover{background:#fff;}.amw-memberships-insert p{font-size:16px;line-height:21px;}.amw-memberships-insert p a{text-decoration:underline;}.amw-memberships-insert:hover p a{text-decoration:none;}.amw-memberships-insert > b{display:block;font-size:1em;line-height:1.5em;padding-bottom:0.5em;}.amw-memberships-insert > b > div{display:inline-block;}.amw-memberships-insert > b > div > span{background:#777;color:#fff;border-radius:0.25em;display:inline-block;margin-right:0.5em;padding:0 0.45em;font-size:0.7em;}.nightmode .amw-memberships-insert{background:#2a2a2a;border-color:#666;}.nightmode .amw-memberships-insert:hover{background:#222;}.nightmode .amw-memberships-insert > b > div{padding:0 0.45em 0 0;}.amw-memberships-insert > b > div > span{background:#dd1982;}.amw-memberships-insert a{color:#dd1982;}.amw-extra-links{text-align:center;font-size:12px;margin-top:8px;}.amw-extra-links > div{color:#6e6e6e;padding-top:1px;}.amw-extra-links > div > a{color:#545454;text-decoration:underline;}.amw-extra-links > div > a:hover{color:#09d;text-decoration:none;}.nightmode .amw-extra-links > div{color:#ccc;}.nightmode .amw-extra-links > div > a{color:#dd1982;}.amw div[tab='cc'] [step='amount'] > div.amw-memberships-insert a,.amw div[tab='cc'] [step='amount'] > div.amw-extra-links a{border:none;font-size:inherit;line-height:inherit;padding:inherit;color:#dd1982;}button[sm-type]{display:none;}.button.pink{background:#dd1982;}.button.pink:hover{background:#b51369;}nav.paging[page_count="1"] > a.last,nav.paging[page_count="1"] > a.next{color:#aaa;opacity:0.7;pointer-events:none;}.nightmode nav.limiting span,.nightmode nav.limiting a{color:white;}.ttm-header-tab-container{background:#000;}button.tab-row{height:1.8em;line-height:20px !important;}.ttm-header-tabs-bg{background:#000;}.ttm-header-wrap{max-width:1200px;margin:0px auto;font-family:sans-serif;}.ttm-header-tabs{padding:1px 2px 0px 2px;line-height:20px;}.ttm-header-tabs a,.ttm-header-tabs span{color:#fff;display:inline-block;vertical-align:middle;padding:3px 15px;text-decoration:none;font-size:12px;font-weight:700;text-transform:uppercase;line-height:inherit;}.ttm-header-tabs a:hover{color:#000;background:#eee;text-shadow:1px 1px 0px #fff;}.ttm-header-tabs a[active]{color:#000;background:#eee;text-shadow:none;}.ttm-tab-small-subheader-cell{cursor:pointer;padding:0px !important;border-left:1px solid #fbfbfb;border-right:1px solid #ddd;}.ttm-header-tabsright{padding:1px 2px 0px 2px;line-height:20px;font-size:14px;font-weight:700;}.view-message-v2-window .closer{z-index:999;}button > long{display:none;}.profile-listing-widget{padding:0px;}.user-ua-modal{z-index:999999 !important;overflow:scroll !important;}#window-register-ua{height:auto;}[item-rating="0"] > span:before{content:"\f005\f005\f005\f005\f005";color:#ccc;font-weight:400;}[item-rating="0.5"]:before{content:"\f5c0";color:#fb0;}[item-rating="0.5"] > span:before{content:"\f005\f005\f005\f005";color:#ccc;font-weight:400;}[item-rating="1"]:before{content:"\f005";color:#fb0;}[item-rating="1"] > span:before{content:"\f005\f005\f005\f005";color:#ccc;font-weight:400;}[item-rating="1.5"]:before{content:"\f005\f5c0";color:#fb0;}[item-rating="1.5"] > span:before{content:"\f005\f005\f005";color:#ccc;font-weight:400;}[item-rating="2"]:before{content:"\f005\f005";color:#fb0;}[item-rating="2"] > span:before{content:"\f005\f005\f005";color:#ccc;font-weight:400;}[item-rating="2.5"]:before{content:"\f005\f005\f5c0";color:#fb0;}[item-rating="2.5"] > span:before{content:"\f005\f005";color:#ccc;font-weight:400;}[item-rating="3"]:before{content:"\f005\f005\f005";color:#fb0;}[item-rating="3"] > span:before{content:"\f005\f005";color:#ccc;font-weight:400;}[item-rating="3.5"]:before{content:"\f005\f005\f005\f5c0";color:#fb0;}[item-rating="3.5"] > span:before{content:"\f005";color:#ccc;font-weight:400;}[item-rating="4"]:before{content:"\f005\f005\f005\f005";color:#fb0;}[item-rating="4"] > span:before{content:"\f005";color:#ccc;font-weight:400;}[item-rating="4.5"]:before{content:"\f005\f005\f005\f005\f5c0";color:#fb0;}[item-rating="5"]:before{content:"\f005\f005\f005\f005\f005";color:#fb0;}#footermodal{height:50px;background:blue;position:absolute;bottom:3;width:inherit;text-align:center;}.amw div[tab='paypal'] [step='amount'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='paypal'] [step='amount'] button:hover{background:#fafafa;}.amw div[tab='paypal'] [step='amount'] button.free,.amw div[tab='paypal'] [step='amount'] button.free:hover{color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);}.amw div[tab='paypal'] [step='amount'] button[amount-value='custom']{background:none;font-size:12px;line-height:26px;color:#aaa;box-shadow:none;text-transform:uppercase;}.amw div[tab='paypal'] [step='amount'] button[amount-value='custom']:hover{color:#09d;}.amw div[tab='paypal'] [step='amount'] button small{color:#dd1982;font-size:12px;line-height:14px;display:inline-block;vertical-align:text-top;position:relative;top:2px;margin-left:5px;}.amw div[tab='paypal'] [step='amount'] button small i{color:#09d;}.amw div[tab='paypal'] [step='amount'] button.thirds{display:inline-block;width:calc(33.33% - 5px);}.amw div[tab='paypal'] [step='amount'] button.half{display:inline-block;width:calc(50% - 2px);}.amw div[tab='paypal'] [step='amount'] button.centralMargin{margin:0px 3.5px;}.amw div[tab='paypal'] [step='amount'] > div{text-align:center;padding:15px 0px;}.amw div[tab='paypal'] [step='amount'] > div a{display:inline-block;border:1px solid #ddd;font-size:11px;line-height:28px;padding:0px 8px;color:#444;border-radius:2px;}.amw div[tab='paypal'] [step='amount'] > div a.center{margin:0px 3px;}.amw div[tab='paypal'] [step='amount'] > div a:hover{background:#fafafa;}.amw div[tab='paypal'] [step='amount'] > div a i{margin-right:6px;}.amw div[tab='paypal'] [step='amount'] > small{font-size:12px;text-align:center;color:#666;display:block;padding-top:20px;padding-bottom:10px;}.amw div[tab='paypal'] [step='amount'] > small a{color:#444;text-decoration:underline;}.amw div[tab='paypal'] [step='amount'] > small a:hover{color:#09d;text-decoration:none;}.amw div[tab='paypal'] [step='card'] > div{text-align:center;}.amw div[tab='paypal'] span.amount-holder{display:inline-block;font-size:28px;padding:0px 20px;cursor:pointer;border:1px solid transparent;border-radius:3px;}.amw div[tab='paypal'] span.amount-holder .amount_bonus{display:block;color:#dd1982;font-size:12px;}.amw div[tab='paypal'] .go-back{display:inline-block;border:1px solid #ddd;padding:0px 6px;border-radius:3px;color:#555;font-size:12px;line-height:24px;margin-bottom:5px;}.amw div[tab='paypal'] .go-back:hover{color:#09d;}.amw div[tab='paypal'] .go-back i{margin-right:3px;}.amw div[tab='paypal'] [step='card'] .cards{margin:0px;padding:0px;list-style:none;}.amw div[tab='paypal'] [step='card'] .cards > li{border-top:1px solid #ddd;padding:5px;font-size:13px;line-height:30px;}.amw div[tab='paypal'] [step='card'] .cards > li:last-of-type{border-top:none;}.amw div[tab='paypal'] [step='card'] .cards > li a{color:#777;margin-left:5px;font-size:10px;text-decoration:underline;}.amw div[tab='paypal'] [step='card'] .cards > li > i{margin-right:5px;color:#dd1982;}.amw div[tab='paypal'] [step='card'] .cards > li a:hover{color:#a00;text-decoration:none;}.amw div[tab='paypal'] [step='card'] .cards > li button{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);border-radius:3px;position:relative;top:3px;}.amw div[tab='paypal'] [step='card'] .cards > li button:hover{background:#fff;}.amw div[tab='paypal'] [step='card'] .cards > li button i{margin-left:5px;color:#dd1982;}.amw div[tab='paypal'] [step='card'] .cards > li button.add-card{float:none;font-size:14px;line-height:34px;padding:0px;width:100%;}.amw div[tab='paypal'] [step='card'] .cards > li button.add-card i{margin-right:5px;color:#09d;}.amw div[tab='paypal'] [step='card'] .auto-refill{padding-top:20px;}.amw div[tab='paypal'] [step='card'] .auto-refill .auto-refill-settings{display:none;background:#fafafa;border:1px solid #ddd;border-radius:3px;padding:10px;}.amw div[tab='paypal'] [step='card'] .auto-refill .auto-refill-settings[active]{display:block;}.amw div[tab='paypal'] [step='card'] .auto-refill .auto-refill-settings label{text-align:left;}.amw div[tab='paypal'] [step='card'] .auto-refill .auto-refill-settings label select{margin:5px auto 10px auto;}.amw div[tab='paypal'] [step='confirm'] label{color:#dd1982;border-top:1px solid #ddd;padding:5px 5px 10px 5px;font-size:14px;}.amw div[tab='paypal'] [step='confirm'] label > span{color:#333;display:block;font-size:18px;line-height:14px;}.amw div[tab='paypal'] [step='confirm'] label > span b{font-weight:400;}.amw div[tab='paypal'] [step='confirm'] label a{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);position:relative;top:-20px;border-radius:3px;}.amw div[tab='paypal'] [step='confirm'] label a:hover{background:#fff;}.amw div[tab='paypal'] [step='confirm'] label a i{margin-left:5px;color:#dd1982;}.amw div[tab='paypal'] [step='confirm'] > div{text-align:center;}.amw div[tab='paypal'] [step='confirm'] > div .icon{display:block;font-size:60px;line-height:100px;color:#dd1982;}.amw div[tab='paypal'] [step='add-card'] .free-notice{display:none;margin:0px 10px;color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);padding:5px;border-radius:4px;}.amw div[tab='paypal'] [step='add-card'] > div{text-align:center;}.amw div[tab='paypal'] [step='add-card'] .loading{font-size:30px;line-height:50px;}.amw div[tab='paypal'] [step='add-card'] .iframe{height:600px;width:calc(100% + 29px);position:relative;left:-15px;}.amw div[tab='paypal'] [step='add-card'] .iframe iframe{width:100%;height:100%;}.amw div[tab='paypal'] [step='process']{text-align:center;margin:-15px 0;}.amw div[tab='paypal'] [step='process'] i{color:#dd1982;margin-right:5px;}.amw div[tab='paypal'] [step='add-card'] .loading i{color:#dd1982;font-size:24px;}.nightmode .amw div[tab='paypal'] [step='amount'] button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='paypal'] [step='amount'] button:hover{background:#111;}.nightmode .amw div[tab='paypal'] [step='amount'] button[amount-value='custom']{color:#eee;background:rgba(0,0,0,0.25);}.nightmode .amw div[tab='paypal'] [step='amount'] button[amount-value='custom']:hover{color:#dd1982;}.nightmode .amw div[tab='paypal'] [step='amount'] > div a{border-color:#666;background:rgba(0,0,0,0.25);color:#aaa;}.nightmode .amw div[tab='paypal'] [step='amount'] > div a:hover{background:rgba(0,0,0,0.75);}.nightmode .amw div[tab='paypal'] [step='amount'] > small{color:#ccc;}.nightmode .amw div[tab='paypal'] [step='amount'] > small a{color:#dd1982;}.nightmode .amw div[tab='paypal'] .go-back{border-color:#555;background:#222;color:#aaa;}.nightmode .amw div[tab='paypal'] .go-back:hover{color:#dd1982;}.nightmode .amw div[tab='paypal'] [step='card'] .cards > li{border-color:#555;}.nightmode .amw div[tab='paypal'] [step='card'] .cards > li a{color:#aaa;}.nightmode .amw div[tab='paypal'] [step='card'] .cards > li button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='paypal'] [step='card'] .cards > li button:hover{background:#111;color:#dd1982;}.nightmode .amw div[tab='paypal'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.amw div[tab='paypal'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.nightmode .amw div[tab='paypal'] [step='add-card'] #rg_Fname,.nightmode .amw div[tab='paypal'] [step='add-card'] #rg_Cardno{width:98% !important;}.amw div[tab='paypalsegpay'] [step='amount'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='paypalsegpay'] [step='amount'] button:hover{background:#fafafa;}.amw div[tab='paypalsegpay'] [step='amount'] button.free,.amw div[tab='paypalsegpay'] [step='amount'] button.free:hover{color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);}.amw div[tab='paypalsegpay'] [step='amount'] button[amount-value='custom']{background:none;font-size:12px;line-height:26px;color:#aaa;box-shadow:none;text-transform:uppercase;}.amw div[tab='paypalsegpay'] [step='amount'] button[amount-value='custom']:hover{color:#09d;}.amw div[tab='paypalsegpay'] [step='amount'] button small{color:#dd1982;font-size:12px;line-height:14px;display:inline-block;vertical-align:text-top;position:relative;top:2px;margin-left:5px;}.amw div[tab='paypalsegpay'] [step='amount'] button small i{color:#09d;}.amw div[tab='paypalsegpay'] [step='amount'] button.thirds{display:inline-block;width:calc(33.33% - 5px);}.amw div[tab='paypalsegpay'] [step='amount'] button.half{display:inline-block;width:calc(50% - 2px);}.amw div[tab='paypalsegpay'] [step='amount'] button.centralMargin{margin:0px 3.5px;}.amw div[tab='paypalsegpay'] [step='amount'] > div{text-align:center;padding:15px 0px;}.amw div[tab='paypalsegpay'] [step='amount'] > div a{display:inline-block;border:1px solid #ddd;font-size:11px;line-height:28px;padding:0px 8px;color:#444;border-radius:2px;}.amw div[tab='paypalsegpay'] [step='amount'] > div a.center{margin:0px 3px;}.amw div[tab='paypalsegpay'] [step='amount'] > div a:hover{background:#fafafa;}.amw div[tab='paypalsegpay'] [step='amount'] > div a i{margin-right:6px;}.amw div[tab='paypalsegpay'] [step='amount'] > small{font-size:12px;text-align:center;color:#666;display:block;padding-top:20px;padding-bottom:10px;}.amw div[tab='paypalsegpay'] [step='amount'] > small a{color:#444;text-decoration:underline;}.amw div[tab='paypalsegpay'] [step='amount'] > small a:hover{color:#09d;text-decoration:none;}.amw div[tab='paypalsegpay'] [step='card'] > div{text-align:center;}.amw div[tab='paypalsegpay'] span.amount-holder{display:inline-block;font-size:28px;padding:0px 20px;cursor:pointer;border:1px solid transparent;border-radius:3px;}.amw div[tab='paypalsegpay'] span.amount-holder .amount_bonus{display:block;color:#dd1982;font-size:12px;}.amw div[tab='paypalsegpay'] .go-back{display:inline-block;border:1px solid #ddd;padding:0px 6px;border-radius:3px;color:#555;font-size:12px;line-height:24px;margin-bottom:5px;}.amw div[tab='paypalsegpay'] .go-back:hover{color:#09d;}.amw div[tab='paypalsegpay'] .go-back i{margin-right:3px;}.amw div[tab='paypalsegpay'] [step='card'] .cards{margin:0px;padding:0px;list-style:none;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li{border-top:1px solid #ddd;padding:5px;font-size:13px;line-height:30px;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li:last-of-type{border-top:none;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li a{color:#777;margin-left:5px;font-size:10px;text-decoration:underline;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li > i{margin-right:5px;color:#dd1982;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li a:hover{color:#a00;text-decoration:none;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li button{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);border-radius:3px;position:relative;top:3px;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li button:hover{background:#fff;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li button i{margin-left:5px;color:#dd1982;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li button.add-card{float:none;font-size:14px;line-height:34px;padding:0px;width:100%;}.amw div[tab='paypalsegpay'] [step='card'] .cards > li button.add-card i{margin-right:5px;color:#09d;}.amw div[tab='paypalsegpay'] [step='card'] .auto-refill{padding-top:20px;}.amw div[tab='paypalsegpay'] [step='card'] .auto-refill .auto-refill-settings{display:none;background:#fafafa;border:1px solid #ddd;border-radius:3px;padding:10px;}.amw div[tab='paypalsegpay'] [step='card'] .auto-refill .auto-refill-settings[active]{display:block;}.amw div[tab='paypalsegpay'] [step='card'] .auto-refill .auto-refill-settings label{text-align:left;}.amw div[tab='paypalsegpay'] [step='card'] .auto-refill .auto-refill-settings label select{margin:5px auto 10px auto;}.amw div[tab='paypalsegpay'] [step='confirm'] label{color:#dd1982;border-top:1px solid #ddd;padding:5px 5px 10px 5px;font-size:14px;}.amw div[tab='paypalsegpay'] [step='confirm'] label > span{color:#333;display:block;font-size:18px;line-height:14px;}.amw div[tab='paypalsegpay'] [step='confirm'] label > span b{font-weight:400;}.amw div[tab='paypalsegpay'] [step='confirm'] label a{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);position:relative;top:-20px;border-radius:3px;}.amw div[tab='paypalsegpay'] [step='confirm'] label a:hover{background:#fff;}.amw div[tab='paypalsegpay'] [step='confirm'] label a i{margin-left:5px;color:#dd1982;}.amw div[tab='paypalsegpay'] [step='confirm'] > div{text-align:center;}.amw div[tab='paypalsegpay'] [step='confirm'] > div .icon{display:block;font-size:60px;line-height:100px;color:#dd1982;}.amw div[tab='paypalsegpay'] [step='add-card'] .free-notice{display:none;margin:0px 10px;color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);padding:5px;border-radius:4px;}.amw div[tab='paypalsegpay'] [step='add-card'] > div{text-align:center;}.amw div[tab='paypalsegpay'] [step='add-card'] .loading{font-size:30px;line-height:50px;}.amw div[tab='paypalsegpay'] [step='add-card'] .iframe{height:600px;width:calc(100% + 29px);position:relative;left:-15px;}.amw div[tab='paypalsegpay'] [step='add-card'] .iframe iframe{width:100%;height:100%;}.amw div[tab='paypalsegpay'] [step='process']{text-align:center;margin:-15px 0;}.amw div[tab='paypalsegpay'] [step='process'] i{color:#dd1982;margin-right:5px;}.amw div[tab='paypalsegpay'] [step='add-card'] .loading i{color:#dd1982;font-size:24px;}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] button:hover{background:#111;}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] button[amount-value='custom']{color:#eee;background:rgba(0,0,0,0.25);}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] button[amount-value='custom']:hover{color:#dd1982;}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] > div a{border-color:#666;background:rgba(0,0,0,0.25);color:#aaa;}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] > div a:hover{background:rgba(0,0,0,0.75);}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] > small{color:#ccc;}.nightmode .amw div[tab='paypalsegpay'] [step='amount'] > small a{color:#dd1982;}.nightmode .amw div[tab='paypalsegpay'] .go-back{border-color:#555;background:#222;color:#aaa;}.nightmode .amw div[tab='paypalsegpay'] .go-back:hover{color:#dd1982;}.nightmode .amw div[tab='paypalsegpay'] [step='card'] .cards > li{border-color:#555;}.nightmode .amw div[tab='paypalsegpay'] [step='card'] .cards > li a{color:#aaa;}.nightmode .amw div[tab='paypalsegpay'] [step='card'] .cards > li button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='paypalsegpay'] [step='card'] .cards > li button:hover{background:#111;color:#dd1982;}.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.amw div[tab='paypal'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] #rg_Fname,.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] #rg_Cardno{width:98% !important;}.amw div[tab='paypal'] [step='add-card'] #rg_Fname,.amw div[tab='paypal'] [step='add-card'] #rg_Cardno{width:98% !important;}.amw div[tab='paypalsegpay'] [step='add-card'] #rg_Fname,.amw div[tab='paypalsegpay'] [step='add-card'] #rg_Cardno{width:98% !important;}.nightmode .amw div[tab='paypal'] [step='add-card'] label[for='rg_State'],.nightmode .amw div[tab='paypal'] [step='add-card'] label[for='rg_Country'],.nightmode .amw div[tab='paypal'] [step='add-card'] label[for='rg_Expire_month'],.nightmode .amw div[tab='paypal'] [step='add-card'] label strong,.nightmode .amw div[tab='paypal'] [step='card'] .auto-refill,.nightmode .amw div[tab='paypal'] [step='card'] .auto-refill label{color:#eee;}.nightmode .amw div[tab='paypal'] [step='card'] .auto-refill .auto-refill-settings{background:#222;border-color:#555;}.nightmode .amw div[tab='paypal'] [step='add-card'] label strong a{color:#dd1982;}.nightmode .amw div[tab='paypal'] [step='confirm'] label > span{color:#fff;}.nightmode .amw div[tab='paypal'] [step='confirm'] label a{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='paypal'] [step='confirm'] label a:hover{background:#111;color:#dd1982;}.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] label[for='rg_State'],.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] label[for='rg_Country'],.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] label[for='rg_Expire_month'],.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] label strong,.nightmode .amw div[tab='paypalsegpay'] [step='card'] .auto-refill,.nightmode .amw div[tab='paypalsegpay'] [step='card'] .auto-refill label{color:#eee;}.nightmode .amw div[tab='paypalsegpay'] [step='card'] .auto-refill .auto-refill-settings{background:#222;border-color:#555;}.nightmode .amw div[tab='paypalsegpay'] [step='add-card'] label strong a{color:#dd1982;}.nightmode .amw div[tab='paypalsegpay'] [step='confirm'] label > span{color:#fff;}.nightmode .amw div[tab='paypalsegpay'] [step='confirm'] label a{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='paypalsegpay'] [step='confirm'] label a:hover{background:#111;color:#dd1982;}.amw div[tab='paypal'] [step='amount'] > div.amw-memberships-insert a,.amw div[tab='paypal'] [step='amount'] > div.amw-extra-links a{border:none;font-size:inherit;line-height:inherit;padding:inherit;color:#dd1982;}.amw div[tab='paypalsegpay'] [step='amount'] > div.amw-memberships-insert a,.amw div[tab='paypal'] [step='amount'] > div.amw-extra-links a{border:none;font-size:inherit;line-height:inherit;padding:inherit;color:#dd1982;}.amw div[tab='cc'] [step='amount'] > div.first_purchase_offer{padding-top:0;margin-top:-1.5em;}.amw div[tab='paypal'] [step='amount'] > div.first_purchase_offer{padding-top:0;margin-top:-1.5em;}.amw div[tab='paypalsegpay'] [step='amount'] > div.first_purchase_offer{padding-top:0;margin-top:-1.5em;}.amw div[tab='cc'] [step='amount'] > div.discount_explainer{padding-top:0;margin-top:-1.5em;color:green;}.amw div[tab='paypal'] [step='amount'] > div.discount_explainer{padding-top:0;margin-top:-1.5em;color:green;}.amw div[tab='paypalsegpay'] [step='amount'] > div.discount_explainer{padding-top:0;margin-top:-1.5em;color:green;}.amw div[tab='crypto'] [step='amount'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='crypto'] [step='amount'] button:hover{background:#fafafa;}.amw div[tab='crypto'] [step='amount'] button.free,.amw div[tab='crypto'] [step='amount'] button.free:hover{color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);}.amw div[tab='crypto'] [step='amount'] button[amount-value='custom']{background:none;font-size:12px;line-height:26px;color:#aaa;box-shadow:none;text-transform:uppercase;}.amw div[tab='crypto'] [step='amount'] button[amount-value='custom']:hover{color:#09d;}.amw div[tab='crypto'] [step='amount'] button small{color:#dd1982;font-size:12px;line-height:14px;display:inline-block;vertical-align:text-top;position:relative;top:2px;margin-left:5px;}.amw div[tab='crypto'] [step='amount'] button small i{color:#09d;}.amw div[tab='crypto'] [step='amount'] button.thirds{display:inline-block;width:calc(33.33% - 5px);}.amw div[tab='crypto'] [step='amount'] button.half{display:inline-block;width:calc(50% - 2px);}.amw div[tab='crypto'] [step='amount'] button.centralMargin{margin:0px 3.5px;}.amw div[tab='crypto'] [step='amount'] > div{text-align:center;padding:15px 0px;}.amw div[tab='crypto'] [step='amount'] > div a{display:inline-block;border:1px solid #ddd;font-size:11px;line-height:28px;padding:0px 8px;color:#444;border-radius:2px;}.amw div[tab='crypto'] [step='amount'] > div a.center{margin:0px 3px;}.amw div[tab='crypto'] [step='amount'] > div a:hover{background:#fafafa;}.amw div[tab='crypto'] [step='amount'] > div a i{margin-right:6px;}.amw div[tab='crypto'] [step='amount'] > small{font-size:12px;text-align:center;color:#666;display:block;padding-top:20px;padding-bottom:10px;}.amw div[tab='crypto'] [step='amount'] > small a{color:#444;text-decoration:underline;}.amw div[tab='crypto'] [step='amount'] > small a:hover{color:#09d;text-decoration:none;}.amw div[tab='crypto'] [step='card'] > div{text-align:center;}.amw div[tab='crypto'] span.amount-holder{display:inline-block;font-size:28px;padding:0px 20px;cursor:pointer;border:1px solid transparent;border-radius:3px;}.amw div[tab='crypto'] span.amount-holder .amount_bonus{display:block;color:#dd1982;font-size:12px;}.amw div[tab='crypto'] .go-back{display:inline-block;border:1px solid #ddd;padding:0px 6px;border-radius:3px;color:#555;font-size:12px;line-height:24px;margin-bottom:5px;}.amw div[tab='crypto'] .go-back:hover{color:#09d;}.amw div[tab='crypto'] .go-back i{margin-right:3px;}.amw div[tab='crypto'] [step='card'] .cards{margin:0px;padding:0px;list-style:none;}.amw div[tab='crypto'] [step='card'] .cards > li{border-top:1px solid #ddd;padding:5px;font-size:13px;line-height:30px;}.amw div[tab='crypto'] [step='card'] .cards > li:last-of-type{border-top:none;}.amw div[tab='crypto'] [step='card'] .cards > li a{color:#777;margin-left:5px;font-size:10px;text-decoration:underline;}.amw div[tab='crypto'] [step='card'] .cards > li > i{margin-right:5px;color:#dd1982;}.amw div[tab='crypto'] [step='card'] .cards > li a:hover{color:#a00;text-decoration:none;}.amw div[tab='crypto'] [step='card'] .cards > li button{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);border-radius:3px;position:relative;top:3px;}.amw div[tab='crypto'] [step='card'] .cards > li button:hover{background:#fff;}.amw div[tab='crypto'] [step='card'] .cards > li button i{margin-left:5px;color:#dd1982;}.amw div[tab='crypto'] [step='card'] .cards > li button.add-card{float:none;font-size:14px;line-height:34px;padding:0px;width:100%;}.amw div[tab='crypto'] [step='card'] .cards > li button.add-card i{margin-right:5px;color:#09d;}.amw div[tab='crypto'] [step='card'] .auto-refill{padding-top:20px;}.amw div[tab='crypto'] [step='card'] .auto-refill .auto-refill-settings{display:none;background:#fafafa;border:1px solid #ddd;border-radius:3px;padding:10px;}.amw div[tab='crypto'] [step='card'] .auto-refill .auto-refill-settings[active]{display:block;}.amw div[tab='crypto'] [step='card'] .auto-refill .auto-refill-settings label{text-align:left;}.amw div[tab='crypto'] [step='card'] .auto-refill .auto-refill-settings label select{margin:5px auto 10px auto;}.amw div[tab='crypto'] [step='confirm'] label{color:#dd1982;border-top:1px solid #ddd;padding:5px 5px 10px 5px;font-size:14px;}.amw div[tab='crypto'] [step='confirm'] label > span{color:#333;display:block;font-size:18px;line-height:14px;}.amw div[tab='crypto'] [step='confirm'] label > span b{font-weight:400;}.amw div[tab='crypto'] [step='confirm'] label a{color:#333;float:right;cursor:pointer;font-size:12px;line-height:24px;border:1px solid #ccc;background:#fafafa;padding:0px 10px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);position:relative;top:-20px;border-radius:3px;}.amw div[tab='crypto'] [step='confirm'] label a:hover{background:#fff;}.amw div[tab='crypto'] [step='confirm'] label a i{margin-left:5px;color:#dd1982;}.amw div[tab='crypto'] [step='confirm'] > div{text-align:center;}.amw div[tab='crypto'] [step='confirm'] > div .icon{display:block;font-size:60px;line-height:100px;color:#dd1982;}.amw div[tab='crypto'] [step='add-card'] .free-notice{display:none;margin:0px 10px;color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);padding:5px;border-radius:4px;}.amw div[tab='crypto'] [step='add-card'] > div{text-align:center;}.amw div[tab='crypto'] [step='add-card'] .loading{font-size:30px;line-height:50px;}.amw div[tab='crypto'] [step='add-card'] .iframe{height:600px;width:calc(100% + 29px);position:relative;left:-15px;}.amw div[tab='crypto'] [step='add-card'] .iframe iframe{width:100%;height:100%;}.amw div[tab='crypto'] [step='process']{text-align:center;margin:-15px 0;}.amw div[tab='crypto'] [step='process'] i{color:#dd1982;margin-right:5px;}.amw div[tab='crypto'] [step='add-card'] .loading i{color:#dd1982;font-size:24px;}.nightmode .amw div[tab='crypto'] [step='amount'] button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='crypto'] [step='amount'] button:hover{background:#111;}.nightmode .amw div[tab='crypto'] [step='amount'] button[amount-value='custom']{color:#eee;background:rgba(0,0,0,0.25);}.nightmode .amw div[tab='crypto'] [step='amount'] button[amount-value='custom']:hover{color:#dd1982;}.nightmode .amw div[tab='crypto'] [step='amount'] > div a{border-color:#666;background:rgba(0,0,0,0.25);color:#aaa;}.nightmode .amw div[tab='crypto'] [step='amount'] > div a:hover{background:rgba(0,0,0,0.75);}.nightmode .amw div[tab='crypto'] [step='amount'] > small{color:#ccc;}.nightmode .amw div[tab='crypto'] [step='amount'] > small a{color:#dd1982;}.nightmode .amw div[tab='crypto'] .go-back{border-color:#555;background:#222;color:#aaa;}.nightmode .amw div[tab='crypto'] .go-back:hover{color:#dd1982;}.nightmode .amw div[tab='crypto'] [step='card'] .cards > li{border-color:#555;}.nightmode .amw div[tab='crypto'] [step='card'] .cards > li a{color:#aaa;}.nightmode .amw div[tab='crypto'] [step='card'] .cards > li button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='crypto'] [step='card'] .cards > li button:hover{background:#111;color:#dd1982;}.nightmode .amw div[tab='crypto'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.amw div[tab='crypto'] [step='add-card'] .grid-x > .small-6:first-of-type select{width:98%;}.nightmode .amw div[tab='crypto'] [step='add-card'] #rg_Fname,.nightmode .amw div[tab='crypto'] [step='add-card'] #rg_Cardno{width:98% !important;}.amw div[tab='crypto'] [step='add-card'] #rg_Fname,.amw div[tab='crypto'] [step='add-card'] #rg_Cardno{width:98% !important;}.nightmode .amw div[tab='crypto'] [step='add-card'] label[for='rg_State'],.nightmode .amw div[tab='crypto'] [step='add-card'] label[for='rg_Country'],.nightmode .amw div[tab='crypto'] [step='add-card'] label[for='rg_Expire_month'],.nightmode .amw div[tab='crypto'] [step='add-card'] label strong,.nightmode .amw div[tab='crypto'] [step='card'] .auto-refill,.nightmode .amw div[tab='crypto'] [step='card'] .auto-refill label{color:#eee;}.nightmode .amw div[tab='crypto'] [step='card'] .auto-refill .auto-refill-settings{background:#222;border-color:#555;}.nightmode .amw div[tab='crypto'] [step='add-card'] label strong a{color:#dd1982;}.nightmode .amw div[tab='crypto'] [step='confirm'] label > span{color:#fff;}.nightmode .amw div[tab='crypto'] [step='confirm'] label a{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='crypto'] [step='confirm'] label a:hover{background:#111;color:#dd1982;}.amw div[tab='crypto'] [step='amount'] > div.amw-memberships-insert a,.amw div[tab='crypto'] [step='amount'] > div.amw-extra-links a{border:none;font-size:inherit;line-height:inherit;padding:inherit;color:#dd1982;}.amw div[tab='crypto'] [step='amount'] > div.first_purchase_offer{padding-top:0;margin-top:-1.5em;}.amw div[tab='crypto'] [step='amount'] > div.discount_explainer{padding-top:0;margin-top:-1.5em;color:green;}.amw div[tab='my_phone_wallet'] [step='amount'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='my_phone_wallet'] [step='amount'] button:hover{background:#fafafa;}.amw div[tab='my_phone_wallet'] [step='amount'] button.free,.amw div[tab='my_phone_wallet'] [step='amount'] button.free:hover{color:#fff;font-weight:700;border-color:#dd1982;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.25);animation:breathing 3.5s ease-in-out infinite;background:#891077;background:-moz-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:-webkit-linear-gradient(-45deg,#891077 0%,#b51369 62%,#dd1982 100%);background:linear-gradient(135deg,#891077 0%,#b51369 62%,#dd1982 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#891077',endColorstr='#ff0084',GradientType=1);}.amw div[tab='my_phone_wallet'] [step='amount'] button[amount-value='custom']{background:none;font-size:12px;line-height:26px;color:#aaa;box-shadow:none;text-transform:uppercase;}.amw div[tab='my_phone_wallet'] [step='amount'] button[amount-value='custom']:hover{color:#09d;}.amw div[tab='my_phone_wallet'] [step='amount'] button small{color:#dd1982;font-size:12px;line-height:14px;display:inline-block;vertical-align:text-top;position:relative;top:2px;margin-left:5px;}.amw div[tab='my_phone_wallet'] [step='amount'] button small i{color:#09d;}.amw div[tab='my_phone_wallet'] [step='amount'] button.thirds{display:inline-block;width:calc(33.33% - 5px);}.amw div[tab='my_phone_wallet'] [step='amount'] button.half{display:inline-block;width:calc(50% - 2px);}.amw div[tab='my_phone_wallet'] [step='amount'] button.centralMargin{margin:0px 3.5px;}.amw div[tab='my_phone_wallet'] [step='amount'] > p{text-align:center;}.amw div[tab='my_phone_wallet'] [step='amount'] > div{text-align:center;padding:15px 0px;}.amw div[tab='my_phone_wallet'] [step='amount'] > div a{display:inline-block;border:1px solid #ddd;font-size:11px;line-height:28px;padding:0px 8px;color:#444;border-radius:2px;}.amw div[tab='my_phone_wallet'] [step='amount'] > div a.center{margin:0px 3px;}.amw div[tab='my_phone_wallet'] [step='amount'] > div a:hover{background:#fafafa;}.amw div[tab='my_phone_wallet'] [step='amount'] > div a i{margin-right:6px;}.amw div[tab='my_phone_wallet'] [step='amount'] > small{font-size:12px;text-align:center;color:#666;display:block;padding-top:20px;padding-bottom:10px;}.amw div[tab='my_phone_wallet'] [step='amount'] > small a{color:#444;text-decoration:underline;}.amw div[tab='my_phone_wallet'] [step='amount'] > small a:hover{color:#09d;text-decoration:none;}.amw div[tab='my_phone_wallet'] [step='amount'] > div.amw-memberships-insert a,.amw div[tab='crypto'] [step='amount'] > div.amw-extra-links a{border:none;font-size:inherit;line-height:inherit;padding:inherit;color:#dd1982;}.amw div[tab='my_phone_wallet'] [step='amount'] > div.first_purchase_offer{padding-top:0;margin-top:-1.5em;}.amw div[tab='my_phone_wallet'] [step='amount'] > div.discount_explainer{padding-top:0;margin-top:-1.5em;color:green;}.amw div[tab='my_phone_wallet'] [step='mpw_phone'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='my_phone_wallet'] [step='mpw_phone'] button.half{display:inline-block;width:calc(50% - 2px);}.amw div[tab='my_phone_wallet'] [step='mpw_phone'] button:hover{background:#fafafa;}.amw div[tab='my_phone_wallet'] [step='mpw_verify'] button{display:block;border:1px solid #ccc;border-radius:2px;width:100%;margin:0px auto;padding:0px;text-align:center;font-size:16px;line-height:38px;margin-bottom:5px;border-radius:4px;box-shadow:inset 1px 1px 0px rgba(255,255,255,0.75);background:#fff;background:-moz-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 0%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 0%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);}.amw div[tab='my_phone_wallet'] [step='mpw_verify'] button:hover{background:#fafafa;}.amw div[tab='my_phone_wallet'] div.mpw-error{color:firebrick;font-weight:bold;text-align:center;border:1px solid firebrick;background:MistyRose;margin-bottom:4px;border-radius:4px;}.amw div[tab='my_phone_wallet'] li.waiting{opacity:0.5;}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] button{background:#222;color:#fff;border-color:#666;box-shadow:none;}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] button:hover{background:#111;}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] button[amount-value='custom']{color:#eee;background:rgba(0,0,0,0.25);}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] button[amount-value='custom']:hover{color:#dd1982;}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] > div a{border-color:#666;background:rgba(0,0,0,0.25);color:#aaa;}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] > div a:hover{background:rgba(0,0,0,0.75);}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] > small{color:#ccc;}.nightmode .amw div[tab='my_phone_wallet'] [step='amount'] > small a{color:#dd1982;}#footer-mobile,#footer-mobile-caller{position:fixed;bottom:0;width:100%;z-index:98;background:black;height:32px;}#footer-mobile a,#footer-mobile button{width:20%;padding:0;margin-right:0;}#footer-mobile-caller a,#footer-mobile-caller button{width:25%;padding:0;margin-right:0;}[data-sticky-container].overflow{display:flex;justify-content:space-around;align-items:flex-start;}[data-sticky-container].overflow [data-is_sticky]{position:sticky;bottom:1rem;align-self:flex-end;}.call-discount-banner{background:#b51369;color:#fafafa;width:100%;font-weight:bold;}.chatwrap{font-family:helvetica;display:flex;flex-direction:column;align-items:center;}#chat-view-scroll{width:100%;height:100%;overflow-y:scroll;border:solid 1px #eee;display:flex;flex-direction:column;padding:10px;}.messages{margin-top:15px;display:flex;flex-direction:column;}.message{border-radius:20px;padding:8px 15px;margin-top:5px;margin-bottom:5px;display:inline-block;}.yours{align-items:flex-start;}.yours .message{margin-right:25%;background-color:#eee;color:black;position:relative;}.yours .message.last:before{content:"";position:absolute;z-index:0;bottom:0;left:-7px;height:20px;width:20px;background:#eee;border-bottom-right-radius:15px;}.yours .message.last:after{content:"";position:absolute;z-index:1;bottom:0;left:-10px;width:10px;height:20px;background:white;border-bottom-right-radius:10px;}.nightmode .yours .message.last:after{background:#333;}.mine{align-items:flex-end;}.mine .message{color:white;margin-left:25%;background:#0078fe;position:relative;}.mine .message.last:before{content:"";position:absolute;z-index:0;bottom:0;right:-8px;height:20px;width:20px;background:#0078fe;border-bottom-left-radius:15px;}.mine .message.last:after{content:"";position:absolute;z-index:1;bottom:0;right:-10px;width:10px;height:20px;background:white;border-bottom-left-radius:10px;}.nightmode .mine .message.last:after{background:#333;}.textchat_profile_title{text-overflow:ellipsis;white-space:nowrap;}.mobile-menu li span .textchat_count{float:unset;}#chat-view-modal-main{height:100%;min-height:100%;max-height:100%;}#chat-view-modal-reply{bottom:0;}#chat-view-modal-container{height:100%;}#chat-view-modal{position:fixed;padding:2px;width:100%;height:100%;min-height:100%;max-height:100%;max-width:600px;}.textchat-close{padding:5px 10px;cursor:pointer;display:inline-block;font-size:14px;}#textchat-back-show-list{padding:5px 10px;cursor:pointer;display:inline-block;font-size:14px;}.chat-open-detail{cursor:pointer;}.chat-open-list{cursor:pointer;}#chat-view-list-modal-listing{overflow-y:auto;}#chat-view-profile-list-modal-listing{overflow-y:auto;}.nightmode table tbody{background-color:unset;}.nightmode table.hover tbody tr:hover{background-color:black;}.nightmode table tbody tr:nth-child(even){background-color:grey;}.nightmode table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:black;}.service-window [step] nav > a .fa-dollar-sign,.service-window .plan a .fa-dollar-sign{margin-right:0px !important;}@media screen and (max-width: 800px){.service-window [step] nav a,.service-window [step] nav button,.service-window .plan a{display:block;margin:5px auto;width:100%;background:#fff;background:-moz-linear-gradient(top,#fff 50%,#e5e5e5 100%);background:-webkit-linear-gradient(top,#fff 50%,#e5e5e5 100%);background:linear-gradient(to bottom,#fff 50%,#e5e5e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#e5e5e5',GradientType=0);color:#444;font-size:14px;line-height:34px;border:1px solid #ccc;cursor:pointer;}.service-window [step] nav label{width:100%;}}.add-funds-reveal #window-add-funds{padding:0;height:100vh;}.add-funds-reveal #window-add-funds{overflow-y:auto;}.add-funds-reveal #window-add-funds::-webkit-scrollbar{width:12px;}.add-funds-reveal #window-add-funds::-webkit-scrollbar-track{background:#f0f0f0;}.add-funds-reveal #window-add-funds::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px;border:3px solid #f0f0f0;}.add-funds-reveal #window-add-funds::-webkit-scrollbar-thumb:hover{background-color:#555;}#add-funds-heading{border-bottom:1px solid #d6d6d6;margin-bottom:1rem;padding-left:.5rem;padding-top:.5rem;font-size:1.75rem;font-weight:bold;box-shadow:rgba(0,0,0,0.04) 0px 2px 4px, rgba(0,0,0,0.04) 0px 2px 8px, rgba(0,0,0,0.06) 0px 4px 10px, rgba(0,0,0,0.04) 0px 6px;}@media (min-width: 640px){.add-funds-box{border-radius:8px;margin:.5rem;}}.add-funds-box{box-shadow:rgba(0,0,0,0.04) 0px 2px 4px, rgba(0,0,0,0.04) 0px 2px 8px, rgba(0,0,0,0.06) 0px 4px 10px, rgba(0,0,0,0.04) 0px 6px;}#add-funds-amount-heading{border-bottom:1px solid #d6d6d6;font-size:1.25rem;margin-bottom:1rem;}#add-funds-amount-heading i{margin-right:1rem;}.add-funds-amount-button{cursor:pointer;}#add-funds-amount-pre{font-size:1rem;padding-right:5px;}#add-funds-amount-post{font-size:1rem;padding-left:5px;}#add-funds-amount-buttons  .pink-button{margin-bottom:1rem;position:relative;border:1px solid #dd1982 !important;background:#fff !important;color:#0a0a0a !important;display:inline-block;font-weight:500;margin-right:3px;float:left;line-height:32px;font-size:14px;white-space:nowrap;border-radius:20px;padding-left:5px;padding-right:5px;}#add-funds-amount-button2vs .pink-button{padding:.5rem 1rem;margin:.5rem;border-radius:20px;white-space:nowrap;}#add-funds-amount-input-field{margin:0;}#add-funds-methods-heading{border-bottom:1px solid #d6d6d6;font-size:1.25rem;margin-bottom:1rem;}#add-funds-methods-heading i{margin-right:1rem;}#add-funds-methods .accordion-title{padding:0;padding-top:1rem;padding-bottom:1rem;color:black;border:unset;font-size:1rem;}#add-funds-methods .accordion-title i{margin-right:.5rem;}#add-funds-methods .accordion-content{padding:0;color:black;border:unset;}#add-funds-methods [type='radio']{margin:unset;margin-right:.5rem;width:17px;height:17px;accent-color:#dd1982;}#add-funds-methods .pink-button{padding:.5rem 1rem;margin:.5rem;border-radius:20px;white-space:nowrap;}#add-funds-complete-purchase{background-color:white;border-top:1px solid rgba(10,10,10,0.25);position:fixed;bottom:env(safe-area-inset-bottom,0);z-index:9999;padding-top:1em;width:600px;}#add-funds-div{padding-bottom:140px;}@media only screen and (max-width: 64em){#add-funds-complete-purchase{width:100%;}.add-funds-reveal #window-add-funds{width:100%;}}#add-funds-complete-button,#add-funds-complete-button-giftcard,#add-funds-complete-button-coinbase,#add-funds-complete-button-nomethod{padding-top:.5rem;padding-bottom:.5rem;}#add-funds-complete-button.disabled{background:#ccc !important;color:#666 !important;cursor:not-allowed !important;opacity:0.6;}#add-funds-topup-heading{border-bottom:1px solid #d6d6d6;font-size:1.25rem;margin-bottom:1rem;}#add-funds-topup-heading i{margin-right:1rem;}.add-funds-strike-through2{text-decoration:line-through;}.add-funds-strike-through{position:relative;}.add-funds-strike-through::after{content:"";position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#dd1982;transform:translateY(-50%);}.nightmode table tbody th,.nightmode table tbody td{color:white;}.add_funds_discount_explainer{font-weight:bold;font-size:1rem;text-align:center;color:green;padding-bottom:1rem;}#add-funds-amount-discount,#add-funds-tax{font-weight:bold;font-size:1rem;text-align:center;color:green;padding-top:1rem;}#add-funds-complete-button,#add-funds-complete-button-coinbase,#add-funds-complete-button-giftcard{cursor:pointer;font-size:1.5rem;}#add-funds-complete-button.disabled{opacity:0.6;cursor:not-allowed;pointer-events:none;}#rocketgate_ajax_formAddFunds .errorMSG{color:red;font-size:large;font-weight:bold;}#add-funds-thank-you-header{font-size:24px;margin-bottom:1rem;}#add-funds-thank-you{margin-top:2rem;}#add-funds-thank-you-button{padding-top:.75rem;padding-bottom:.75rem;font-size:1.25rem;cursor:pointer;}#segpaylinkholderaddfunds{cursor:pointer;}.cc_remove,.cc_remove:hover{color:#777;margin-left:2rem;font-size:.75rem;text-decoration:underline;}.add-funds-topup-text{padding-bottom:.5rem;}.add-funds-topup-ad-text{color:green;font-weight:bold;font-size:1rem;padding-bottom:.5rem;}.nightmode .add-funds-topup-ad-text{color:#0aff0a;}input:checked ~ .switch-paddle{background-color:#dd1982;}.nightmode .add-funds-box{background-color:#444;}.nightmode #add-funds-accordion{background-color:#444;}.nightmode .accordion-title:hover,.nightmode .accordion-title:focus{background-color:#666;}.nightmode .accordion-content{background-color:unset;}.nightmode #add-funds-amount-buttons .pink-button{background-color:#333 !important;color:#fff !important;}.nightmode .callout{color:#fff;}.nightmode #add-funds-complete-purchase{color:#fff;background-color:#444;}#add-funds-complete-purchase a{color:#dd1982;}#add-funds-div select{cursor:pointer;}.nightmode #add-funds-div input,.nightmode #add-funds-div select{color:#fff;background-color:#777;}#add-funds-complete-button-segpay,#add-funds-complete-button-paypal{padding-bottom:1em;}.nightmode #add-funds-div select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#777;color:white;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D'white'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20width%3D'24'%20xmlns%3D'http%3A//www.w3.org/2000/svg'%3E%3Cpath%20d%3D'M7%2010l5%205%205-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 0.75rem center;background-size:1rem;padding-right:2rem;}.nightmode .close-button:hover,.close-button:focus{color:#fff;}.nightmode #add-funds-methods .accordion-content{color:#fff;}.nightmode #add-funds-methods .accordion-title{color:#fff;}.nightmode .cc_remove,.nightmode .cc_remove:hover{color:white;}.nightmode input:checked ~ .switch-paddle{color:#fff;}.nightmode .switch-inactive{color:#444;}.nightmode #add-funds-amount-discount{color:#0aff0a;}.nightmode .add_funds_discount_explainer{color:#0aff0a;}