/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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
   ========================================================================== */
/**
 * 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 */ }

/**
 * 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 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */ }

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

* {
  box-sizing: border-box; }

body, html {
  height: 100%;
  overflow: hidden; }

.ph-tooltip-wrap {
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  position: relative; }

.ph-tooltip-wrap .ph-tooltip {
  background: #51595F;
  bottom: 100%;
  font-size: 11px !important;
  color: #fff !important;
  line-height: 14px !important;
  display: block;
  left: 50%;
  margin-bottom: 15px;
  opacity: 0;
  padding: 4px 6px;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  position: absolute;
  width: auto !important;
  height: auto !important;
  border-radius: 3px !important;
  transform: translateY(10px) translateX(-50%);
  transition: all .25s ease-out;
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28); }
  .ph-tooltip-wrap .ph-tooltip i {
    padding: 0 3px !important; }
  .ph-tooltip-wrap .ph-tooltip .ph-subtle {
    opacity: 0.65; }

.ph-tooltip-wrap.bottom .ph-tooltip {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 15px;
  transform: translateY(-10px) translateX(-50%); }
  .ph-tooltip-wrap.bottom .ph-tooltip:before {
    bottom: -20px; }
  .ph-tooltip-wrap.bottom .ph-tooltip:after {
    border-left: solid transparent 5px;
    border-right: solid transparent 5px;
    border-top: none;
    border-bottom: solid #51595F 5px;
    bottom: auto;
    top: -5px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0; }

.ph-tooltip-wrap.bottom:hover .ph-tooltip {
  transform: translateY(0) translateX(-50%); }

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.ph-tooltip-wrap .ph-tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS Triangles - see Trevor's post */
.ph-tooltip-wrap .ph-tooltip:after {
  border-left: solid transparent 5px;
  border-right: solid transparent 5px;
  border-top: solid #51595F 5px;
  bottom: -5px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0; }

.ph-tooltip-wrap:hover .ph-tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) translateX(-50%); }

@keyframes medium-editor-image-loading {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes medium-editor-pop-upwards {
  0% {
    opacity: 0;
    transform: matrix(0.97, 0, 0, 1, 0, 12); }
  20% {
    opacity: .7;
    transform: matrix(0.99, 0, 0, 1, 0, 2); }
  40% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, -1); }
  100% {
    transform: matrix(1, 0, 0, 1, 0, 0); } }

.medium-editor-anchor-preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  line-height: 1.4;
  max-width: 280px;
  position: absolute;
  text-align: center;
  top: 0;
  word-break: break-all;
  word-wrap: break-word;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-anchor-preview a {
    color: #fff;
    display: inline-block;
    margin: 5px 5px 10px; }

.medium-editor-anchor-preview-active {
  visibility: visible; }

.medium-editor-dragover {
  background: #ddd; }

.medium-editor-image-loading {
  animation: medium-editor-image-loading 1s infinite ease-in-out;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  width: 40px; }

.medium-editor-placeholder {
  position: relative; }
  .medium-editor-placeholder:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: absolute;
    left: 0;
    top: 0;
    white-space: pre;
    padding: inherit;
    margin: inherit; }

.medium-editor-placeholder-relative {
  position: relative; }
  .medium-editor-placeholder-relative:after {
    content: attr(data-placeholder) !important;
    font-style: italic;
    position: relative;
    white-space: pre;
    margin: inherit;
    padding: 0;
    font-style: normal; }

.medium-toolbar-arrow-under:after, .medium-toolbar-arrow-over:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  width: 0; }

.medium-toolbar-arrow-under:after {
  border-width: 8px 8px 0 8px; }

.medium-toolbar-arrow-over:before {
  border-width: 0 8px 8px 8px;
  top: -8px; }

.medium-editor-toolbar {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 2000; }
  .medium-editor-toolbar ul {
    margin: 0;
    padding: 0; }
  .medium-editor-toolbar li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0; }
    .medium-editor-toolbar li button {
      box-sizing: border-box;
      cursor: pointer;
      display: block;
      font-size: 14px;
      line-height: 1.33;
      margin: 0;
      padding: 15px;
      text-decoration: none; }
      .medium-editor-toolbar li button:focus {
        outline: none; }
    .medium-editor-toolbar li .medium-editor-action-underline {
      text-decoration: underline; }
    .medium-editor-toolbar li .medium-editor-action-pre {
      font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
      font-size: 12px;
      font-weight: 100;
      padding: 15px 0; }

.medium-editor-toolbar-active {
  visibility: visible; }

.medium-editor-sticky-toolbar {
  position: fixed;
  top: 1px; }

.medium-editor-relative-toolbar {
  position: relative; }

.medium-editor-toolbar-active.medium-editor-stalker-toolbar {
  animation: medium-editor-pop-upwards 160ms forwards linear; }

.medium-editor-action-bold {
  font-weight: bolder; }

.medium-editor-action-italic {
  font-style: italic; }

.medium-editor-toolbar-form {
  display: none; }
  .medium-editor-toolbar-form input,
  .medium-editor-toolbar-form a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .medium-editor-toolbar-form .medium-editor-toolbar-form-row {
    line-height: 14px;
    margin-left: 5px;
    padding-bottom: 5px; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input,
  .medium-editor-toolbar-form label {
    border: none;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0;
    padding: 6px;
    width: 316px;
    display: inline-block; }
    .medium-editor-toolbar-form .medium-editor-toolbar-input:focus,
    .medium-editor-toolbar-form label:focus {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      box-shadow: none;
      outline: 0; }
  .medium-editor-toolbar-form a {
    display: inline-block;
    font-size: 24px;
    font-weight: bolder;
    margin: 0 10px;
    text-decoration: none; }

.medium-editor-toolbar-form-active {
  display: block; }

.medium-editor-toolbar-actions:after {
  clear: both;
  content: "";
  display: table; }

.medium-editor-element {
  word-wrap: break-word;
  min-height: 30px; }
  .medium-editor-element img {
    max-width: 100%; }
  .medium-editor-element sub {
    vertical-align: sub; }
  .medium-editor-element sup {
    vertical-align: super; }

.medium-editor-hidden {
  display: none; }

.medium-editor-toolbar li button svg {
  width: 18px;
  height: 18px; }

#medium-editor-toolbar-anchor-preview {
  display: none; }

.ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: stroke 0.35s ease; }
  .ql-stroke.ql-thin {
    stroke-width: 1; }

.medium-editor-element {
  font-size: 13px;
  padding: 15px;
  min-height: 46px; }

.medium-editor-placeholder:after {
  font-style: normal;
  font-size: 13px;
  line-height: 13px; }

.medium-toolbar-arrow-under:after {
  top: 35px;
  border-color: #444 transparent transparent transparent; }

.medium-toolbar-arrow-over:before {
  top: -8px;
  border-color: transparent transparent #444 transparent; }

.medium-editor-toolbar {
  border-radius: 9999px;
  padding: 0 8px;
  background-color: #444; }
  .medium-editor-toolbar li {
    padding: 0; }
    .medium-editor-toolbar li button {
      min-width: 28px;
      height: 38px;
      border: none;
      border-right: 0;
      background-color: transparent;
      color: #ccc;
      line-height: 0;
      padding: 0 5px;
      transition: background-color .2s ease-in, color .2s ease-in; }
      .medium-editor-toolbar li button:hover {
        color: #fff; }
        .medium-editor-toolbar li button:hover .ql-stroke {
          stroke: #fff; }
    .medium-editor-toolbar li .medium-editor-button-active {
      color: #fff; }
      .medium-editor-toolbar li .medium-editor-button-active .ql-stroke {
        stroke: #fff; }
    .medium-editor-toolbar li .medium-editor-button-last {
      border-right: none; }

.medium-editor-toolbar-form a {
  font-size: 16px; }

.medium-editor-toolbar-form.medium-editor-toolbar-form-active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.medium-editor-toolbar-form .medium-editor-toolbar-input {
  width: auto;
  font-size: 13px !important;
  height: 38px;
  background: transparent;
  color: #ccc; }
  .medium-editor-toolbar-form .medium-editor-toolbar-input::-webkit-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .medium-editor-toolbar-form .medium-editor-toolbar-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .medium-editor-toolbar-form .medium-editor-toolbar-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }
  .medium-editor-toolbar-form .medium-editor-toolbar-input:-ms-input-placeholder {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }

.medium-editor-toolbar-form a {
  color: #ccc; }

.medium-editor-toolbar-anchor-preview {
  background: #444;
  color: #ccc; }

.medium-editor-placeholder:after {
  color: #777777; }

.medium-editor-toolbar li .medium-editor-action-pre {
  padding: 0 5px; }

.comment-textarea {
  font-size: 13px;
  line-height: 1.4em; }
  .comment-textarea p,
  .comment-textarea ol,
  .comment-textarea ul,
  .comment-textarea pre,
  .comment-textarea blockquote {
    margin: 0;
    font-size: 13px;
    line-height: 1.4em;
    padding: 0; }
  .comment-textarea strong, .comment-textarea b {
    font-weight: bold;
    color: #000; }
  .comment-textarea em, .comment-textarea i {
    font-style: italic; }
  .comment-textarea p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4em;
    font-size: 13px; }
  .comment-textarea a {
    color: #4353ff;
    text-decoration: none; }
  .comment-textarea ol, .comment-textarea ul {
    padding: 0;
    margin-left: 25px;
    margin-bottom: 10px; }
    .comment-textarea ol li, .comment-textarea ul li {
      margin: 0 0 3px 0;
      padding: 0; }
  .comment-textarea ul {
    list-style: disc; }
  .comment-textarea ol {
    list-style: decimal; }
  .comment-textarea code,
  .comment-textarea pre {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px; }
  .comment-textarea pre {
    white-space: pre-wrap;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px 10px; }
  .comment-textarea code {
    font-size: 85%;
    padding-bottom: 2px;
    padding-top: 2px; }
  .comment-textarea code:before,
  .comment-textarea code:after {
    content: "\A0";
    letter-spacing: -2px; }
  .comment-textarea blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 16px; }

.ph-comment-item-content a,
.ph-comment-item-content [data-auto-link] {
  display: inline-block;
  max-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top; }

/* General Styles */
.hidden, .ph-hidden {
  display: none; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

i.ph-icon.fa {
  font-size: 0.85em;
  vertical-align: baseline;
  margin-right: 0.5em; }

p {
  padding: 0;
  margin-bottom: 0; }

strong {
  font-weight: 600; }

button {
  background: none;
  color: inherit;
  border: none;
  cursor: pointer;
  transition: color 0.5s ease, background 0.5s ease, border-color 0.5s ease; }
  button:active, button:focus {
    outline: none !important; }

.ph-button, .ph-secondary-link, .vex-dialog-button, .button-primary, input[type="submit"] {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.5s ease, transform 0.5s ease, color 0.5s ease; }

.ph-button, .vex-dialog-button, .button-primary, input[type="submit"] {
  background: #4353ff;
  color: #fff;
  cursor: pointer;
  border-radius: 2px; }
  .ph-button:disabled, .vex-dialog-button:disabled, .button-primary:disabled, input[type="submit"]:disabled {
    border-color: #23282d;
    background: #23282d;
    color: #999;
    cursor: wait; }
  .ph-button:hover, .vex-dialog-button:hover, .button-primary:hover, input[type="submit"]:hover {
    background: #23282d; }

.ph-secondary-link {
  background: none;
  color: #999; }
  .ph-secondary-link:hover {
    background: none;
    color: #555; }

/* Select Dropdown */
.ph-select-dropdown, .ph-select-text {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  color: #b1b1b1;
  line-height: 10px;
  cursor: pointer; }
  .ph-select-dropdown h2, .ph-select-text h2 {
    font-size: 1.5em;
    text-transform: none;
    letter-spacing: 0;
    font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0.5em; }
  .ph-select-dropdown p, .ph-select-text p {
    margin-bottom: 0;
    font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px; }

.ph-select-text {
  display: inline-block;
  vertical-align: middle; }

.ph-select-dropdown {
  padding-top: 15px;
  position: absolute;
  z-index: 9; }
  .ph-select-dropdown.ph-right-align {
    right: 0; }
  .ph-select-dropdown .ph-select-content {
    display: block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 2px; }
    .ph-select-dropdown .ph-select-content .ph-select-row {
      background: #fff;
      display: block;
      padding: 20px;
      transition: background 0.5s ease, color 0.5s ease;
      white-space: nowrap;
      text-align: left;
      cursor: pointer;
      font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif; }
      .ph-select-dropdown .ph-select-content .ph-select-row a {
        transition: background 0.5s ease, color 0.5s ease;
        padding: 0 !important;
        font-size: 10px !important; }
      .ph-select-dropdown .ph-select-content .ph-select-row:hover {
        background: #f3f3f3; }
        .ph-select-dropdown .ph-select-content .ph-select-row:hover i.ph-icon.ph-share-comment {
          color: #4353ff; }
        .ph-select-dropdown .ph-select-content .ph-select-row:hover i.ph-icon.ph-delete-comment-location {
          color: #a00; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Inputs */
input[type="text"]:not(.medium-editor-toolbar-input), input[type="text"]:focus:not(.medium-editor-toolbar-input), input[type="text"]:active:not(.medium-editor-toolbar-input),
input[type="email"]:not(.medium-editor-toolbar-input), input[type="email"]:focus:not(.medium-editor-toolbar-input), input[type="email"]:active:not(.medium-editor-toolbar-input),
input[type="password"]:not(.medium-editor-toolbar-input), input[type="password"]:focus:not(.medium-editor-toolbar-input), input[type="password"]:active:not(.medium-editor-toolbar-input),
textarea:not(.medium-editor-toolbar-input), textarea:focus:not(.medium-editor-toolbar-input), textarea:active:not(.medium-editor-toolbar-input) {
  outline: none !important;
  font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 1em;
  width: 100%;
  background: #f3f3f3;
  color: #777;
  border: none;
  display: block;
  padding: 15px;
  margin-bottom: 10px; }

input[type="checkbox"] {
  vertical-align: middle; }

/* Honeypot */
input[type="text"]#ph-website {
  display: none; }

/* Labels */
label {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 10px; }

/* Text Areas */
textarea, textarea:focus, textarea:active {
  line-height: 1.4em;
  resize: none;
  overflow: auto;
  max-height: 300px; }

div#ph-wave .dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #999;
  animation: wave 1.3s linear infinite; }
  div#ph-wave .dot:nth-child(2) {
    animation-delay: -1.1s; }
  div#ph-wave .dot:nth-child(3) {
    animation-delay: -0.9s; }

@keyframes wave {
  0%, 60%, 100% {
    transform: initial; }
  30% {
    transform: translateY(-8px); } }

.ph-loading-image {
  text-align: center; }
  .ph-loading-image .ph-loading-image-dots {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    animation: typing 1s linear infinite normal;
    position: relative;
    display: inline-block;
    margin-left: -32px;
    background-color: white;
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  .ph-loading-image.light .ph-loading-image-dots {
    background-color: black;
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px rgba(0, 0, 0, 0.2);
    animation: typing-light 1s linear infinite normal; }

@keyframes typing {
  0% {
    background-color: white;
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  45% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px white, 32px 0px 0px 0px rgba(255, 255, 255, 0.2); }
  75% {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(255, 255, 255, 0.2), 32px 0px 0px 0px white; } }

@keyframes typing-light {
  0% {
    background-color: black;
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px rgba(0, 0, 0, 0.2); }
  45% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px black, 32px 0px 0px 0px rgba(0, 0, 0, 0.2); }
  75% {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 16px 0px 0px 0px rgba(0, 0, 0, 0.2), 32px 0px 0px 0px black; } }

/* Comment Annotations */
.hide-comments .ph-comment {
  display: none; }

*[contenteditable] {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loading {
  margin-top: 1px;
  margin-bottom: 1px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 2px solid #ccc;
  border-top-color: #999;
  animation: spin 1s infinite linear; }
  .loading--double {
    border-style: double;
    border-width: .5rem; }

.comment-textarea, .ph-edit-content {
  background: #f3f3f3;
  font-size: 16px;
  padding: 15px; }

@media screen and (min-device-width: 480px) {
  .comment-textarea, .ph-edit-content {
    font-size: 13px; } }

[contenteditable]:focus, [contenteditable]:active {
  outline: none !important; }

.ph-edit-content {
  margin-bottom: 10px; }

.ph-comment-form {
  position: relative; }

.ph-comment-form-controls {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45px;
  padding: 10px;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #c2c2c2;
  pointer-events: none; }
  .ph-comment-form-controls .ph-form-controls-left,
  .ph-comment-form-controls .ph-form-controls-right {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    pointer-events: all; }
  .ph-comment-form-controls .ph-form-controls-right {
    -ms-flex-pack: end;
        justify-content: flex-end; }

.comment-textarea:not(.medium-editor-placeholder), .comment-textarea[data-medium-focused=true] {
  min-height: 70px; }

.ph-comment-wrapper {
  overflow: visible;
  text-align: left;
  color: #51595F;
  display: block;
  opacity: 1;
  animation-duration: 0s;
  animation-fill-mode: none; }

.ph-comment-wrapper {
  overflow: visible;
  text-align: left;
  color: #51595F;
  width: 100%;
  display: block;
  padding-top: 3px;
  font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
  animation-duration: 0s;
  animation-fill-mode: none; }
  .ph-comment-wrapper.ph-has-more .ph-comment-item:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-image: linear-gradient(white, rgba(255, 255, 255, 0)); }
  .ph-comment-wrapper .ph-loading-image.ph-more-loading {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-top: -20px;
    opacity: 0;
    transition: opacity 0.35s ease; }
    .ph-comment-wrapper .ph-loading-image.ph-more-loading .ph-loading-image-dots {
      width: 6px;
      height: 6px; }
  .ph-comment-wrapper.ph-comments-loading .ph-loading-image {
    opacity: 1; }
  .ph-comment-wrapper .ph-tech-details {
    display: -ms-flexbox;
    display: flex; }
    .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner {
      min-width: 150px;
      font-size: 11px; }
      .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail {
        padding: 5px 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail i {
          margin-right: 12px;
          opacity: 0.5; }
        .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail:first-child {
          padding-top: 0; }
        .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail:last-child {
          padding-bottom: 0; }
        .ph-comment-wrapper .ph-tech-details .ph-dropdown-inner .ph-tech-detail.ph-delete-tech-detail {
          color: #a00;
          border-top: 1px solid #f3f3f3;
          margin-top: 8px;
          padding-top: 10px; }
    .ph-comment-wrapper .ph-tech-details .ph-dropdown input {
      min-width: 150px;
      font-size: 13px;
      margin-bottom: 0;
      padding: 10px; }
    .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon {
      padding: 0 16px 8px;
      margin-bottom: -8px;
      margin-right: -16px; }
      .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon:first-child {
        margin-left: -16px; }
      .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon .ph-dropdown {
        right: -2px; }
      .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon i {
        opacity: 0.5;
        font-size: 12px; }
        .ph-comment-wrapper .ph-tech-details .ph-tech-detail-icon i.ion-link {
          font-size: 14px; }
  .ph-comment-wrapper .ph-comment-header {
    margin-bottom: 30px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    z-index: 99; }
    .ph-comment-wrapper .ph-comment-header .ph-header-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .ph-comment-wrapper .ph-comment-header .ph-header-inner .ph-comment-header-right,
      .ph-comment-wrapper .ph-comment-header .ph-header-inner .ph-comment-header-left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
    .ph-comment-wrapper .ph-comment-header .ph-resolve {
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-decoration: none;
      color: #51595F;
      line-height: 10px;
      cursor: pointer;
      font-family: Montserrat, sans-serif;
      font-size: 10px;
      font-weight: bold;
      letter-spacing: 0.1em;
      text-transform: uppercase; }
      .ph-comment-wrapper .ph-comment-header .ph-resolve .loading {
        display: none;
        color: #999; }
      .ph-comment-wrapper .ph-comment-header .ph-resolve.pending .loading {
        display: inline-block; }
      .ph-comment-wrapper .ph-comment-header .ph-resolve.pending .checkbox {
        display: none; }
      .ph-comment-wrapper .ph-comment-header .ph-resolve i {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        margin-right: 5px;
        color: #4353ff; }
        .ph-comment-wrapper .ph-comment-header .ph-resolve i.ph-approved {
          color: #5cb85c; }
    .ph-comment-wrapper .ph-comment-header .ph-comment-assigned {
      margin-left: 16px; }
    .ph-comment-wrapper .ph-comment-header .ph-category-select {
      text-decoration: none;
      float: left;
      cursor: pointer; }
      .ph-comment-wrapper .ph-comment-header .ph-category-select i {
        display: inline-block;
        vertical-align: middle;
        color: #b1b1b1;
        font-size: 10px; }
    .ph-comment-wrapper .ph-comment-header .ph-header-controls {
      color: #b1b1b1;
      cursor: pointer;
      line-height: 10px;
      text-align: right; }
      .ph-comment-wrapper .ph-comment-header .ph-header-controls i {
        margin-left: 7px;
        transition: color 0.5s ease;
        cursor: pointer;
        text-align: center;
        display: inline-block; }
      .ph-comment-wrapper .ph-comment-header .ph-header-controls i.ph-hide-bubble {
        padding: 10px;
        margin-top: -10px;
        margin-bottom: -10px;
        margin-right: -8px; }
    .ph-comment-wrapper .ph-comment-header .ph-category-color-indicator {
      background: #4353ff;
      width: 6px;
      height: 6px;
      border-radius: 6px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
  .ph-comment-wrapper .ph-comment-text {
    max-height: 300px;
    overflow: auto;
    margin-bottom: 30px; }
    .ph-comment-wrapper .ph-comment-text::-webkit-scrollbar {
      background-color: #F5F5F5;
      border-radius: 4px;
      width: 8px; }
    .ph-comment-wrapper .ph-comment-text::-webkit-scrollbar-thumb {
      background-color: #e1e2e6;
      border-radius: 4px;
      box-shadow: 0 4px 0 #fff, 0 -4px 0 #fff; }
    .ph-comment-wrapper .ph-comment-text::-webkit-scrollbar-track {
      background-color: #F5F5F5;
      border-radius: 4px; }
    .ph-comment-wrapper .ph-comment-text:empty {
      margin-bottom: 0; }
    .ph-comment-wrapper .ph-comment-text .ph-comment-item {
      padding: 0 20px 25px 0;
      word-break: break-word;
      position: relative;
      margin-right: 15px;
      font-size: 13px;
      font-size: 13px;
      line-height: 1.4em; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item::after {
        clear: both;
        content: "";
        display: table; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item p,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item ol,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item ul,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item pre,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item blockquote {
        margin: 0;
        font-size: 13px;
        line-height: 1.4em;
        padding: 0; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item strong, .ph-comment-wrapper .ph-comment-text .ph-comment-item b {
        font-weight: bold;
        color: #000; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item em, .ph-comment-wrapper .ph-comment-text .ph-comment-item i {
        font-style: italic; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item p {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.4em;
        font-size: 13px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item a {
        color: #4353ff;
        text-decoration: none; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item ol, .ph-comment-wrapper .ph-comment-text .ph-comment-item ul {
        padding: 0;
        margin-left: 25px;
        margin-bottom: 10px; }
        .ph-comment-wrapper .ph-comment-text .ph-comment-item ol li, .ph-comment-wrapper .ph-comment-text .ph-comment-item ul li {
          margin: 0 0 3px 0;
          padding: 0; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item ul {
        list-style: disc; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item ol {
        list-style: decimal; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item code,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item pre {
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 3px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item pre {
        white-space: pre-wrap;
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 5px 10px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item code {
        font-size: 85%;
        padding-bottom: 2px;
        padding-top: 2px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item code:before,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item code:after {
        content: "\A0";
        letter-spacing: -2px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item blockquote {
        border-left: 4px solid #ccc;
        margin-bottom: 10px;
        margin-top: 5px;
        padding-left: 16px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item:last-child {
        padding-bottom: 0; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item:last-child {
        padding-bottom: 0; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-avatar {
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        z-index: 2; }
        .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-avatar img {
          border-radius: 100%;
          max-width: 100%;
          height: auto !important; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-comment-wrap {
        padding-left: 55px;
        float: left;
        z-index: 2;
        position: relative;
        width: 100%; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea {
        margin-top: 5px; }
        .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea textarea {
          margin-bottom: 10px;
          max-height: 300px; }
        .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea .ph-button, .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-edit-textarea .ph-secondary-link {
          font-size: 0.7em;
          line-height: 0.7em;
          padding: 12px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item .comment-item-content {
        margin-bottom: 5px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-item-controls {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        height: 25px;
        z-index: 4;
        transition: opacity 0.5s ease;
        opacity: 0; }
        .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-item-controls:hover {
          opacity: 1; }
        .ph-comment-wrapper .ph-comment-text .ph-comment-item .ph-item-controls .ph-icon {
          color: #51595F;
          display: inline-block;
          width: 18px;
          height: 25px;
          line-height: 25px;
          text-align: center;
          cursor: pointer;
          opacity: 0.4;
          font-size: 13px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item:hover .ph-item-controls {
        opacity: 1; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment + .ph-comment-item:not(.minimal-comment) {
        margin-top: 20px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment {
        padding: 0 0 10px 0; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment .ph-comment-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment .ph-comment-item-content,
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment .ph-comment-item-content p {
        color: #9c9c9c;
        line-height: 1.2em;
        font-size: 11px;
        text-align: left; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment .ph-comment-item-date {
        -ms-flex: 1 0 30px;
            flex: 1 0 30px;
        white-space: nowrap;
        line-height: 1.2em;
        font-size: 11px;
        margin-right: 5px; }
      .ph-comment-wrapper .ph-comment-text .ph-comment-item.minimal-comment .ph-comment-item-text {
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .ph-comment-wrapper .ph-comment-content {
    position: relative;
    width: 99%;
    margin: 0 2px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 0 1px rgba(35, 40, 45, 0.12), 0 0 3px rgba(0, 0, 0, 0.2);
    cursor: auto;
    -webkit-user-select: 'text';
       -moz-user-select: 'text';
        -ms-user-select: 'text';
            user-select: 'text';
    padding: 30px;
    border-radius: 2px; }
  .ph-comment-wrapper .ph-comment-item-author {
    font-weight: bold;
    font-size: 13px;
    color: #51595F;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px; }
  .ph-comment-wrapper .ph-comment-item-content {
    color: #51595F;
    font-size: 1em; }
  .ph-comment-wrapper .ph-comment-item-date {
    color: #B1B1B1;
    font-size: 12px;
    line-height: 20px;
    display: inline-block; }
  .ph-comment-wrapper .ph-comment-submit {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: -1px;
    margin-right: -1px; }
    .ph-comment-wrapper .ph-comment-submit .ph-button.submit-comment {
      display: inline-block;
      margin-top: 10px;
      font-size: 10px;
      padding: 16px 22px; }
    .ph-comment-wrapper .ph-comment-submit .ph-cancel {
      margin-left: 20px;
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #999;
      cursor: pointer; }

.ph-assign-options {
  max-width: 200px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  right: -15px;
  top: 30px;
  background: #fff;
  padding: 15px;
  z-index: 99;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -10px);
  transition: 0.35s ease; }
  .ph-assign-options .ph-assign-options-select {
    max-height: 100px;
    min-width: 125px;
    overflow: auto; }
    .ph-assign-options .ph-assign-options-select::-webkit-scrollbar {
      background-color: transparent;
      width: 5px; }
    .ph-assign-options .ph-assign-options-select::-webkit-scrollbar-thumb {
      background-color: #e1e2e6; }
    .ph-assign-options .ph-assign-options-select::-webkit-scrollbar-track {
      background-color: transparent; }
  .ph-assign-options:before, .ph-assign-options:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ph-assign-options:before {
    border-color: rgba(35, 40, 45, 0);
    border-bottom-color: rgba(35, 40, 45, 0.06);
    border-width: 9px;
    right: 14px;
    z-index: 71;
    top: -18px; }
  .ph-assign-options:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    right: 15px;
    z-index: 72;
    top: -16px; }
  .ph-assign-options input,
  .ph-assign-options input:focus,
  .ph-assign-options input:active {
    font-size: 13px;
    padding: 6px 9px !important;
    background: #f3f3f3 !important;
    border: none !important;
    margin: 0 !important;
    min-width: 100% !important;
    width: 100% !important; }
    .ph-assign-options input:before, .ph-assign-options input:after,
    .ph-assign-options input:focus:before,
    .ph-assign-options input:focus:after,
    .ph-assign-options input:active:before,
    .ph-assign-options input:active:after {
      display: none; }
  .ph-assign-options .ph-single-user-option-wrap {
    margin-bottom: 1px;
    white-space: nowrap; }
    .ph-assign-options .ph-single-user-option-wrap:last-child {
      margin-bottom: 0; }
  .ph-assign-options .ph-single-user-option {
    padding: 5px;
    transition: background 0.35s ease, color 0.35s ease; }
    .ph-assign-options .ph-single-user-option:hover {
      color: #51595F;
      background: #f3f3f3; }
    .ph-assign-options .ph-single-user-option img, .ph-assign-options .ph-single-user-option .ph-avatar {
      margin-right: 5px; }
    .ph-assign-options .ph-single-user-option .ph-avatar,
    .ph-assign-options .ph-single-user-option .ph-avatar img {
      border-radius: 50%;
      width: 20px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
  .ph-assign-options .ph-search-info {
    font-size: 10px;
    padding: 8px 5px 5px; }
  .ph-assign-options .ph-single-user-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 3px;
    cursor: pointer; }
    .ph-assign-options .ph-single-user-option.ph-assigned-selection, .ph-assign-options .ph-single-user-option.ph-assigned-selection:hover {
      background: #4353ff;
      color: #fff; }
      .ph-assign-options .ph-single-user-option.ph-assigned-selection i, .ph-assign-options .ph-single-user-option.ph-assigned-selection:hover i {
        color: rgba(255, 255, 255, 0.7); }
    .ph-assign-options .ph-single-user-option:hover {
      color: #51595F;
      background: #f3f3f3; }
      .ph-assign-options .ph-single-user-option:hover i {
        color: #51595F;
        opacity: 0.5; }
    .ph-assign-options .ph-single-user-option .ph-display-name {
      overflow: hidden;
      text-overflow: ellipsis;
      max-height: 13px;
      line-height: 13px;
      font-size: 13px; }
    .ph-assign-options .ph-single-user-option i {
      font-size: 8px;
      padding: 5px;
      margin-left: auto;
      margin-right: 5px; }

.ph-comment-assigned {
  position: relative; }
  .ph-comment-assigned.ph-open .ph-assign-options {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible; }
  .ph-comment-assigned i {
    font-size: 8px;
    margin-left: 5px;
    color: #b1b1b1; }
  .ph-comment-assigned img {
    margin-right: 5px; }
  .ph-comment-assigned .ph-assigned {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .ph-comment-assigned .ph-assigned img {
      max-width: 18px;
      height: auto;
      border-radius: 50%; }
  .ph-comment-assigned .ph-assign-user.ph-unassigned {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px dashed #51595F;
    opacity: 0.5;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer; }
    .ph-comment-assigned .ph-assign-user.ph-unassigned i {
      font-size: 10px;
      margin: auto; }

.ph-dropdown-wrap {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .ph-dropdown-wrap a {
    color: inherit;
    text-decoration: none; }
  .ph-dropdown-wrap .ph-dropdown-inner {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative; }
  .ph-dropdown-wrap.ph-right-arrow .ph-dropdown {
    left: 0; }
  .ph-dropdown-wrap .ph-dropdown {
    max-width: 200px;
    position: absolute;
    left: -15px;
    top: 0;
    padding: 30px 0 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -10px);
    transition: 0.35s ease; }
    .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner {
      max-height: 100px;
      width: 100%;
      overflow: auto; }
      .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar {
        background-color: transparent;
        width: 5px; }
      .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar-thumb {
        background-color: #e1e2e6; }
      .ph-dropdown-wrap .ph-dropdown.ph-limit-height.ph-dropdown-inner::-webkit-scrollbar-track {
        background-color: transparent; }
  .ph-dropdown-wrap.ph-right-dropdown .ph-dropdown {
    left: auto;
    right: -15px; }
  .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:before, .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:before {
    border-color: rgba(35, 40, 45, 0);
    border-bottom-color: rgba(35, 40, 45, 0.06);
    border-width: 9px;
    left: 14px;
    z-index: 71;
    top: -18px; }
  .ph-dropdown-wrap.ph-has-arrow .ph-dropdown-inner:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    left: 15px;
    z-index: 72;
    top: -16px; }
  .ph-dropdown-wrap.ph-has-arrow.ph-right-arrow .ph-dropdown-inner:before {
    left: auto;
    right: 14px; }
  .ph-dropdown-wrap.ph-has-arrow.ph-right-arrow .ph-dropdown-inner:after {
    left: auto;
    right: 15px; }
  .ph-dropdown-wrap:hover:not(.ph-click-open) .ph-dropdown,
  .ph-dropdown-wrap.ph-open .ph-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0); }

