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

i {
  font-style: normal; }

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

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; } }

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

.ph-loading .ph-popup > :not(.ph-loading-image) {
  visibility: hidden;
  opacity: 0; }

.ph-loading .ph-popup .ph-loading-image {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  visibility: visible;
  opacity: 1; }

.ph-success .ph-popup > :not(.ph-success-message),
.ph-success .ph-popup > :not(.ph-close-icon) {
  visibility: hidden;
  opacity: 0; }

.ph-success .ph-popup .ph-success-message {
  visibility: visible;
  opacity: 1; }

.ph-popup .ph-loading-image, .ph-popup .ph-success-message {
  visibility: hidden;
  opacity: 0; }

.ph-popup > * {
  transition: opacity 0.35s ease, visibility 0.35s ease; }

.ph-popup .ph-success-message {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0 40px;
  color: #7bae54;
  font-size: 18px; }

.ph-popup-container {
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .ph-popup-container .ph-popup {
    font-family: segoe ui, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 13px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    line-height: 1.5em;
    padding: 45px;
    box-shadow: 0 0 0 1px rgba(35, 40, 45, 0.12), 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    border-radius: 2px; }
    .ph-popup-container .ph-popup .ph-dialog-message {
      font-size: 26px;
      line-height: 1.2em;
      font-weight: 300;
      margin-bottom: 30px; }
    .ph-popup-container .ph-popup p {
      font-size: 14px;
      line-height: 1.4em;
      margin-bottom: 20px; }
    .ph-popup-container .ph-popup .ph-text-muted {
      opacity: 0.5; }
    .ph-popup-container .ph-popup .ph-tertiary-link {
      font-size: 10px;
      opacity: 0.5;
      cursor: pointer;
      position: relative;
      float: right;
      top: -34px;
      margin-bottom: -34px; }
    .ph-popup-container .ph-popup .ph-dialog-input {
      margin-bottom: 30px; }
    .ph-popup-container .ph-popup p.login-submit {
      margin-bottom: 0; }
    .ph-popup-container .ph-popup .ph-dialog-buttons {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center; }
      .ph-popup-container .ph-popup .ph-dialog-buttons :last-child {
        margin-left: auto; }
    .ph-popup-container .ph-popup .ph-close-icon {
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .ph-popup-container .ph-popup .ph-close-icon svg {
        fill: #bbb; }

pre {
  display: block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 20px;
  max-height: 200px;
  overflow: auto; }

h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

