.fc-icon {
  font-family: 'Courier New', Courier, monospace !important; }

.fc-not-allowed {
  cursor: default !important; }

/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

.calendly-ptx, .calendly-pvx, .calendly-pax {
  padding-top: 5px; }

.calendly-pts, .calendly-pvs, .calendly-pas {
  padding-top: 10px; }

.calendly-ptm, .calendly-pvm, .calendly-pam {
  padding-top: 20px; }

.calendly-ptl, .calendly-pvl, .calendly-pal {
  padding-top: 30px; }

.calendly-prx, .calendly-phx, .calendly-pax {
  padding-right: 5px; }

.calendly-prs, .calendly-phs, .calendly-pas {
  padding-right: 10px; }

.calendly-prm, .calendly-phm, .calendly-pam {
  padding-right: 20px; }

.calendly-prl, .calendly-phl, .calendly-pal {
  padding-right: 30px; }

.calendly-pbx, .calendly-pvx, .calendly-pax {
  padding-bottom: 5px; }

.calendly-pbs, .calendly-pvs, .calendly-pas {
  padding-bottom: 10px; }

.calendly-pbm, .calendly-pvm, .calendly-pam {
  padding-bottom: 20px; }

.calendly-pbl, .calendly-pvl, .calendly-pal {
  padding-bottom: 30px; }

.calendly-plx, .calendly-phx, .calendly-pax {
  padding-left: 5px; }

.calendly-pls, .calendly-phs, .calendly-pas {
  padding-left: 10px; }

.calendly-plm, .calendly-phm, .calendly-pam {
  padding-left: 20px; }

.calendly-pll, .calendly-phl, .calendly-pal {
  padding-left: 30px; }

.calendly-mts, .calendly-mvs, .calendly-mas {
  margin-top: 10px; }

.calendly-mtm, .calendly-mvm, .calendly-mam {
  margin-top: 20px; }

.calendly-mtl, .calendly-mvl, .calendly-mal {
  margin-top: 30px; }

.calendly-mrs, .calendly-mhs, .calendly-mas {
  margin-right: 10px; }

.calendly-mrm, .calendly-mhm, .calendly-mam {
  margin-right: 20px; }

.calendly-mrl, .calendly-mhl, .calendly-mal {
  margin-right: 30px; }

.calendly-mbx, .calendly-mvx, .calendly-max {
  margin-bottom: 5px; }

.calendly-mbs, .calendly-mvs, .calendly-mas {
  margin-bottom: 10px; }

.calendly-mbm, .calendly-mvm, .calendly-mam {
  margin-bottom: 20px; }

.calendly-mbl, .calendly-mvl, .calendly-mal {
  margin-bottom: 30px; }

.calendly-mls, .calendly-mhs, .calendly-mas {
  margin-left: 10px; }

.calendly-mlm, .calendly-mhm, .calendly-mam {
  margin-left: 20px; }

.calendly-mll, .calendly-mhl, .calendly-mal {
  margin-left: 30px; }

.calendly-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.calendly-grid-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }
  .calendly-grid-column.no-overflow-grow {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 100;
        -ms-flex-positive: 100;
            flex-grow: 100; }

.block {
  display: block; }

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

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

.calendly-left {
  float: left; }

.calendly-right {
  float: right; }

div.calendly-hidden {
  display: none; }

.calendly-hidden {
  display: none; }

.hover-reveal-handle .hover-reveal {
  visibility: hidden; }

.hover-reveal-handle:hover .hover-reveal {
  visibility: visible; }

.pointer {
  cursor: pointer; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis; }

.nowrap {
  white-space: nowrap; }

.calendly-text-xs {
  font-size: 10px; }

.calendly-text-s {
  font-size: 12px; }

.calendly-text-m {
  font-size: 14px; }

.calendly-text-l {
  font-size: 18px; }

.calendly-text-error {
  color: red; }

/*!
 * FullCalendar v3.4.0 Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2017 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

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

body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em; }

/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd; }

.fc-unthemed .fc-popover {
  background-color: #fff; }

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666; }

.fc-unthemed td.fc-today {
  background: #fcf8e3; }

.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3; }

.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3; }

.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7; }

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3; }

.ui-widget .fc-disabled-day {
  /* themed */
  background-image: none; }

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
.fc-icon:after {
  position: relative; }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%; }

.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%; }

.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%; }

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%; }

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%; }

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%; }

.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%; }

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  /* force height to include the border and padding */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer; }

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle; }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-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); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block; }

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px; }

.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0; }

/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }

.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px; }

.fc-popover .fc-header .fc-title {
  margin: 0 2px; }

.fc-popover .fc-header .fc-close {
  cursor: pointer; }

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left; }

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right; }

/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid; }

.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px; }

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */ }

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc-divider {
  border-style: solid;
  border-width: 1px; }

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0; }

.fc-clear {
  clear: both; }

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */ }

.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */ }

/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */ }

.fc th {
  text-align: center; }

.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top; }

.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */ }

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
a[data-goto] {
  cursor: pointer; }

a[data-goto]:hover {
  text-decoration: underline; }

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0; }

.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent; }

.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */ }

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative; }

.fc-row .fc-bg {
  z-index: 1; }

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */ }

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent; }

.fc-row .fc-bgevent-skeleton {
  z-index: 2; }

.fc-row .fc-highlight-skeleton {
  z-index: 3; }

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */ }

.fc-row .fc-helper-skeleton {
  z-index: 5; }

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0; }

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0; }

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  -webkit-overflow-scrolling: touch; }

/* TODO: move to agenda/basic */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */ }

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */ }

.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */ }

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */ }

.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */ }

.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed; }

.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25; }

.fc-event .fc-content {
  position: relative;
  z-index: 2; }

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4; }

/* resizer (touch devices) */
.fc-event .fc-resizer {
  display: none; }

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block; }

/* hit area */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px; }

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.fc-event.fc-selected.fc-dragging {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3); }

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0; }

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* resizer (cursor AND touch devices) */
/* left resizer  */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */ }

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */ }

/* resizer (mouse devices) */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */ }

/* resizer (touch devices) */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px; }

/* left resizer  */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */ }

/* right resizer */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */ }

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px; }

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */ }

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25; }

.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden; }

.fc-day-grid-event .fc-time {
  font-weight: bold; }

/* resizer (cursor devices) */
/* left resizer  */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */ }

/* right resizer */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */ }

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none; }

a.fc-more:hover {
  text-decoration: underline; }

.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none; }

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */ }

.fc-more-popover {
  z-index: 2;
  width: 220px; }

.fc-more-popover .fc-event-container {
  padding: 10px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-now-indicator {
  position: absolute;
  border: 0 solid red; }

/* Utilities
--------------------------------------------------------------------------------------------------*/
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center; }

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em; }

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em; }

.fc-toolbar .fc-left {
  float: left; }

.fc-toolbar .fc-right {
  float: right; }

.fc-toolbar .fc-center {
  display: inline-block; }

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em; }

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0; }

/* title text */
.fc-toolbar h2 {
  margin: 0; }

/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative; }

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2; }

.fc-toolbar .fc-state-down {
  z-index: 3; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4; }

.fc-toolbar button:focus {
  z-index: 5; }

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1; }

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */ }

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */ }

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden; }

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/* week and day number styling */
.fc-day-top.fc-other-month {
  opacity: 0.3; }

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px; }

.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */ }

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right; }

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left; }

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0; }

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px; }

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080; }

/* when week/day number have own column */
.fc-basic-view td.fc-week-number {
  text-align: center; }

.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em; }

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */ }

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */ }

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */ }

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap; }

.fc-ltr .fc-axis {
  text-align: right; }

.fc-rtl .fc-axis {
  text-align: left; }

.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */ }

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1; }

.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */ }

.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent; }

.fc-time-grid > .fc-bg {
  z-index: 1; }

.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */ }

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0; }

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1; }

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2; }

.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3; }

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4; }

.fc-time-grid .fc-now-indicator-line {
  z-index: 5; }

.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6; }

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */ }

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted; }

.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */ }

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */ }

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */ }

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px; }

.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%; }

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */ }

.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0; }

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */ }

.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible; }

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */ }

.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */ }

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px; }

.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap; }

/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap; }

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top; }

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */ }

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */ }

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */ }

.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */ }

/* resizer (cursor device) */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "="; }

/* resizer (touch device) */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px; }

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0; }

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */ }

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

/* view wrapper */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */ }

.fc-list-view {
  border-width: 1px;
  border-style: solid; }

/* table resets */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */ }

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px; }

.fc-list-table tr:first-child td {
  border-top-width: 0; }

/* day headings with the list */
.fc-list-heading {
  border-bottom-width: 1px; }

.fc-list-heading td {
  font-weight: bold; }

.fc-ltr .fc-list-heading-main {
  float: left; }

.fc-ltr .fc-list-heading-alt {
  float: right; }

.fc-rtl .fc-list-heading-main {
  float: right; }

.fc-rtl .fc-list-heading-alt {
  float: left; }

/* event list items */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */ }

.fc-list-item:hover td {
  background-color: #f5f5f5; }

.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px; }

/* make the dot closer to the event title */
.fc-ltr .fc-list-item-marker {
  padding-right: 0; }

.fc-rtl .fc-list-item-marker {
  padding-left: 0; }

.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit; }

.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline; }

/* message when no events */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table; }

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%); }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
i {
  display: inline-block;
  height: .85em;
  width: .85em;
  position: relative;
  top: .05em;
  background-repeat: no-repeat;
  background-size: 100%; }
  i.icon-tab-star {
    background-image: url("../../images/tab_star.svg"); }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  visibility: inherit;
  cursor: inherit; }

body {
  min-height: 340px;
  height: 100vh;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.25s, -webkit-filter 0.25s;
  transition: background 0.25s, -webkit-filter 0.25s;
  transition: filter 0.25s, background 0.25s;
  transition: filter 0.25s, background 0.25s, -webkit-filter 0.25s; }
  body.overlay {
    -webkit-filter: brightness(40%);
            filter: brightness(40%);
    background: rgba(0, 0, 0, 0.6); }

img {
  max-width: 100%; }

p,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-align: inherit; }

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.calendly-layout {
  height: 100%; }

.calendly-platform-outlook #calendly-layout-root {
  height: 100%; }

#calendly-layout-root {
  position: relative; }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/388980_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/388980_4_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/388980_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/388980_3_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/388980_5_0.ttf") format("truetype"); }

@font-face {
  font-family: 'Proxima Nova';
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/388980_1_0.ttf") format("truetype"); }

body {
  font-family: "Proxima Nova", Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #4d5055; }

*, *::before, *::after {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  pointer-events: inherit;
  white-space: inherit;
  color: inherit; }

a {
  text-decoration: none;
  color: #00a2ff;
  outline: none;
  cursor: pointer; }
  a.muted {
    color: #a8a8a8; }
    a.muted:hover {
      color: #00a2ff;
      text-decoration: underline; }

p {
  margin-bottom: 1.5em; }

h1 {
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 1em; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

.cui-loader-dots {
  min-width: 90px;
  text-align: center;
  color: #9d9d9d; }
  .cui-loader-dots > div {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
            animation: bouncedelay 1.2s infinite ease-in-out; }
    .cui-loader-dots > div:nth-child(2) {
      -webkit-animation-delay: 0.16s;
              animation-delay: 0.16s; }
    .cui-loader-dots > div:nth-child(3) {
      -webkit-animation-delay: 0.32s;
              animation-delay: 0.32s; }
  .cui-loader-dots.cui-is-small {
    min-width: 36px; }
    .cui-loader-dots.cui-is-small > div {
      margin-right: 4px;
      margin-left: 4px;
      width: 4px;
      height: 4px; }
  .cui-loader-dots.cui-has-inline-mode {
    display: inline-block; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75); } }

.cui-popover, .cui-dropdown-menu {
  position: absolute;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C8D6E7;
  -webkit-box-shadow: 0 1px 5px rgba(0, 74, 116, 0.15);
          box-shadow: 0 1px 5px rgba(0, 74, 116, 0.15);
  border-radius: 6px;
  font-size: 14px;
  line-height: 22px; }
  .cui-popover .cui-popover-title, .cui-dropdown-menu .cui-dropdown-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px; }
  .cui-popover .cui-popover-body, .cui-dropdown-menu .cui-dropdown-body {
    font-size: 12px;
    line-height: 16px;
    opacity: .65; }

[cui-tooltip]::after {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  padding: 6px 10px;
  max-width: 550px;
  background-color: #3b4858;
  font-size: 11px;
  line-height: 1.36;
  border-radius: 4px;
  color: #fff;
  cursor: default;
  content: attr(cui-tooltip);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

[cui-tooltip]:hover::after {
  display: block; }

.cui-popover {
  width: 280px;
  padding: 20px 25px; }
  .cui-popover::before, .cui-popover::after {
    position: absolute;
    content: " ";
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none; }
  .cui-popover::before {
    z-index: 2;
    border-color: transparent;
    border-width: 7px; }
  .cui-popover::after {
    border-color: transparent;
    border-width: 8px; }
  .cui-popover.cui-has-arrow-up::before, .cui-popover.cui-has-arrow-up::after {
    bottom: 100%;
    left: 50%; }
  .cui-popover.cui-has-arrow-up::before {
    border-bottom-color: #fff;
    margin-left: -7px; }
  .cui-popover.cui-has-arrow-up::after {
    border-bottom-color: #b6c9df;
    margin-left: -8px; }
  .cui-popover.cui-has-arrow-down::before, .cui-popover.cui-has-arrow-down::after {
    top: 100%;
    left: 50%; }
  .cui-popover.cui-has-arrow-down::before {
    border-top-color: #fff;
    margin-left: -7px; }
  .cui-popover.cui-has-arrow-down::after {
    border-top-color: #b6c9df;
    margin-left: -8px; }
  .cui-popover.cui-has-arrow-left::before, .cui-popover.cui-has-arrow-left::after {
    top: 50%;
    right: 100%; }
  .cui-popover.cui-has-arrow-left::before {
    border-right-color: #fff;
    margin-top: -7px; }
  .cui-popover.cui-has-arrow-left::after {
    border-right-color: #b6c9df;
    margin-top: -8px; }
  .cui-popover.cui-has-arrow-right::before, .cui-popover.cui-has-arrow-right::after {
    top: 50%;
    left: 100%; }
  .cui-popover.cui-has-arrow-right::before {
    border-left-color: #fff;
    margin-top: -7px; }
  .cui-popover.cui-has-arrow-right::after {
    border-left-color: #b6c9df;
    margin-top: -8px; }

.cui-dropdown-menu {
  margin: 0;
  list-style: none;
  padding: 6px 0;
  min-width: 170px; }
  .cui-dropdown-menu .cui-dropdown-content {
    padding: 14px 25px; }
  .cui-dropdown-menu .cui-dropdown-menu-item .cui-dropdown-menu-action {
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 14px;
    cursor: pointer;
    text-decoration: none;
    color: #657486; }
    .cui-dropdown-menu .cui-dropdown-menu-item .cui-dropdown-menu-action:hover {
      background: #f3f6fa; }

.cui-checkbox {
  display: inline-block; }
  .cui-checkbox input[type="checkbox"] {
    display: none; }
  .cui-checkbox .cui-checkbox-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 13px; }
    .cui-checkbox .cui-checkbox-label::before {
      position: relative;
      top: -1px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      margin-right: 5px;
      width: 15px;
      height: 15px;
      border: 1px solid #c8d6e7;
      border-radius: 2px;
      vertical-align: middle;
      content: ''; }
    .cui-checkbox .cui-checkbox-label::before {
      border: 1px solid #d0d0d0; }
  .cui-checkbox input[type=checkbox]:checked + .cui-checkbox-label::before {
    border: none;
    background: url("../img/check.svg") no-repeat center/15px; }
  .cui-checkbox.cui-is-small .cui-checkbox-label::before {
    width: 12px;
    height: 12px; }
  .cui-checkbox.cui-is-small input[type=checkbox]:checked + .cui-checkbox-label::before {
    background-size: 12px; }

.little-calendar .header {
  line-height: 3em;
  padding: 0 0 0 0.5em; }
  .little-calendar .header .buttons {
    margin-left: 0.5em; }
    .little-calendar .header .buttons button {
      height: 1em;
      width: 2em;
      border: none;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 1em 1em;
      cursor: pointer; }
      .little-calendar .header .buttons button.prev {
        background-image: url("../../images/angle_left.svg");
        background-color: white; }
      .little-calendar .header .buttons button.next {
        background-image: url("../../images/angle_right.svg");
        background-color: white; }
      .little-calendar .header .buttons button:focus {
        outline: none; }
      .little-calendar .header .buttons button:disabled {
        cursor: auto;
        -webkit-filter: saturate(0) brightness(1.6);
                filter: saturate(0) brightness(1.6); }

.little-calendar table.loading td {
  color: #a8a8a8;
  opacity: 0.4; }

.little-calendar table tr td, .little-calendar table tr th {
  text-align: center; }

.little-calendar table tr th {
  color: #666a73;
  font-weight: 600;
  font-size: 16px;
  font-variant: small-caps; }

.little-calendar table tr td {
  width: 2.4em;
  height: 2.4em;
  padding-top: 2px;
  border-radius: 50%; }
  .little-calendar table tr td.available {
    font-weight: 600;
    color: #00a2ff;
    cursor: pointer; }
    .little-calendar table tr td.available:hover:not(.selected) {
      background-color: #f1f1f1; }
  .little-calendar table tr td.unavailable {
    color: #a8a8a8;
    opacity: 0.4; }
  .little-calendar table tr td.today {
    position: relative; }
    .little-calendar table tr td.today::after {
      content: '';
      background-color: #00a2ff;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: 45%;
      bottom: 0.35em; }
    .little-calendar table tr td.today.selected::after {
      background-color: white; }
  .little-calendar table tr td.selected {
    background-color: #00a2ff;
    color: white; }

.calendly-sidebar-root-chrome {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background-color: white;
  border-left: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  outline: none;
  line-height: 1.4; }
  .calendly-sidebar-root-chrome:empty {
    display: none; }

.calendly-sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
  .calendly-sidebar-layout .sidebar-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2; }
  .calendly-sidebar-layout .calendly-sidebar-header {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 60px; }
  .calendly-sidebar-layout > .calendly-tab-bar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .calendly-sidebar-layout > .sidebar-event-types-loader {
    margin-top: 170px; }
  .calendly-sidebar-layout > .calendly-sidebar-list {
    padding-top: 30px;
    overflow-y: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .calendly-sidebar-layout .calendly-sidebar-title {
    font-weight: bold;
    line-height: 26px; }
  .calendly-sidebar-layout .calendly-body-copy {
    color: #666a73; }
    .calendly-sidebar-layout .calendly-body-copy.text-left {
      text-align: left; }
  .calendly-sidebar-layout .calendly-sidebar-logo {
    width: 35px; }

.calendly-sidebar-section {
  padding-left: 20px;
  padding-right: 20px; }

.calendly-sidebar-section-small {
  padding-left: 25px;
  padding-right: 25px; }

.calendly-sidebar-welcome {
  padding-top: 30px; }

.calendly-sidebar-empty-state {
  text-align: center;
  margin: 30px 20px 0 20px; }

.calendly-starrable .calendly-star.calendly-star-on {
  background-image: url("../../images/star_full.svg"); }

.calendly-starrable .calendly-star.calendly-star-off {
  background-image: url("../../images/star_empty.svg"); }

.js-star-region {
  cursor: pointer; }

.calendly-switchable:not(.calendly-is-switched) .calendly-switched-state {
  display: none; }

.calendly-switchable.calendly-is-switched .calendly-default-state {
  display: none; }

.calendly-copyable .calendly-copy-icon {
  background-image: url("../../images/copy.svg"); }

.calendly-copyable .calendly-single-use-copy-icon {
  background-image: url("../../images/single_use_copy.svg"); }

.calendly-copyable .calendly-copied-icon {
  background-image: url("../../images/copy_done.svg"); }

.calendly-embed-times .calendly-embed-times-icon {
  background-image: url("../../images/embed_times.svg"); }

.modal-container {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  max-width: 320px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  z-index: 2; }
  .modal-container.chrome-sidebar-modal-container {
    width: 320px; }

.embed-times-modal {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
  margin-right: 10px; }
  .embed-times-modal.modal {
    padding: 0px; }
  .embed-times-modal .calendar-image {
    height: 78px;
    margin-top: 11px;
    margin-bottom: 38px; }
  .embed-times-modal .embed-padded {
    padding: 24px 20px 16px; }

.js-timezone-selector {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600; }
  .js-timezone-selector.js-timezone-locked {
    color: #657486; }
    .js-timezone-selector.js-timezone-locked button.calendly-embed-timezone {
      cursor: not-allowed;
      border-bottom: none; }
  .js-timezone-selector .calendly-embed-timezone {
    border: none;
    border-bottom: 1px solid currentColor;
    padding: 0;
    font: inherit;
    font-weight: normal;
    cursor: pointer;
    outline: inherit;
    line-height: 18px;
    background: none;
    color: #4d5055;
    text-decoration: none; }

input[type="text"],
input[type="search"],
input[type="email"],
textarea {
  border: 1px solid #d0d0d0;
  background-color: #FFFFFF;
  padding: 11px 14px;
  min-height: 46px;
  width: 100%;
  line-height: 1.15;
  outline: none;
  font-family: "Proxima Nova", Arial, sans-serif;
  vertical-align: top;
  text-align: left; }
  input[type="text"][readonly],
  input[type="search"][readonly],
  input[type="email"][readonly],
  textarea[readonly] {
    cursor: text; }
  input[type="text"].calendly-input-sm,
  input[type="search"].calendly-input-sm,
  input[type="email"].calendly-input-sm,
  textarea.calendly-input-sm {
    padding: 10px;
    min-height: unset; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #d0d0d0; }
  input[type="text"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #d0d0d0; }
  input[type="text"]::-ms-input-placeholder,
  input[type="search"]::-ms-input-placeholder,
  input[type="email"]::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    color: #d0d0d0; }
  input[type="text"]::placeholder,
  input[type="search"]::placeholder,
  input[type="email"]::placeholder,
  textarea::placeholder {
    color: #d0d0d0; }

textarea {
  min-height: 70px;
  resize: vertical; }

.calendly-input {
  display: inline-block;
  position: relative; }

.cui-is-small .cui-checkbox-label {
  color: #666a73; }

.calendly-button {
  display: inline-block;
  padding: 12px 12px 12px;
  text-align: center;
  border: 1px solid #00a2ff;
  background-color: #00a2ff;
  font-family: "Proxima Nova", Arial, sans-serif;
  vertical-align: top;
  color: #FFFFFF;
  cursor: pointer; }
  .calendly-button.calendly-is-secondary {
    background-color: transparent;
    border: 1px solid #00a2ff;
    color: #00a2ff; }
  .calendly-button.calendly-is-hollow {
    background-color: transparent;
    border: 1px solid #b8b298;
    color: #b8b298; }
  .calendly-button.centered-button {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .calendly-button.full-button {
    width: 100%; }

.beta {
  display: inline;
  height: 22px;
  width: 25px;
  padding: 3px 5px;
  margin-left: 3px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 10px;
  color: #8F939B;
  background-color: #e8e8e8; }

.chosen-container {
  min-width: 110px;
  font-size: 14px; }
  .chosen-container .chosen-single {
    padding: 10px 15px;
    height: auto;
    border: 1px solid #d0d0d0 !important;
    background: #ffffff !important;
    line-height: 1.15;
    border-radius: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: inherit; }
    .chosen-container .chosen-single div b {
      background: url("../../images/angle_up.svg") no-repeat center left/10px 6px !important; }
    .chosen-container .chosen-single > span {
      margin-right: 10px; }
  .chosen-container .chosen-drop {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    border: 1px solid #d0d0d0; }
  .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    max-height: none; }
    .chosen-container .chosen-results li {
      padding: 10px 15px;
      color: #666a73; }
      .chosen-container .chosen-results li.highlighted {
        background: #f8f8f8;
        color: #00a2ff; }

.calendly-account {
  display: inline-block;
  position: relative;
  max-width: 350px;
  padding-left: 42px;
  text-align: left; }
  .calendly-account .calendly-avatar {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0; }
  .calendly-account .calendly-username {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-top: 10px;
    max-width: 100%;
    height: 32px;
    font-size: 14px;
    line-height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .calendly-account .cui-dropdown-menu {
    z-index: 1;
    top: 35px;
    left: 35px;
    min-width: 200px;
    display: none; }
  .calendly-account.calendly-has-menu {
    width: 65px;
    height: 100%;
    cursor: pointer; }
    .calendly-account.calendly-has-menu .calendly-avatar::after {
      position: absolute;
      top: 50%;
      right: -18px;
      margin-top: -8px;
      width: 16px;
      height: 16px;
      background: url("../../images/tick.svg") no-repeat center;
      content: ''; }
  .calendly-account.calendly-has-shown-menu .cui-dropdown-menu {
    display: block; }

.calendly-team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .calendly-team-members .calendly-add-member {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    border: 1px dashed #00a2ff;
    border-radius: 50%;
    vertical-align: top;
    color: #00a2ff;
    cursor: pointer; }
  .calendly-team-members .calendly-add-member-icon {
    height: 16px;
    margin-top: 6px;
    margin-left: 8px;
    background: url("../../images/new_team.svg") no-repeat;
    background-size: 14px; }
  .calendly-team-members .calendly-add-users {
    text-align: right; }
    .calendly-team-members .calendly-add-users a {
      cursor: pointer;
      font-weight: bold; }
  .calendly-team-members .cui-dropdown-menu {
    display: none;
    z-index: 10;
    overflow: auto;
    min-width: 200px;
    max-width: 275px;
    max-height: calc(95vh - 87px);
    margin-left: 0px;
    margin-top: 35px; }
    .calendly-team-members .cui-dropdown-menu .cui-dropdown-menu-header {
      height: 36px;
      padding: 6px 14px;
      line-height: 22px;
      font-size: 12px;
      font-weight: 600;
      color: #657486; }
  .calendly-team-members .cui-dropdown-body {
    margin-bottom: 16px; }
  .calendly-team-members .cui-dropdown-menu-item .cui-dropdown-menu-action {
    position: relative;
    padding: 8px 45px;
    line-height: 18px;
    color: #666a73; }
    .calendly-team-members .cui-dropdown-menu-item .cui-dropdown-menu-action .truncated {
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 338px;
      overflow: hidden; }
    .calendly-team-members .cui-dropdown-menu-item .cui-dropdown-menu-action .calendly-avatar {
      position: absolute;
      left: 14px;
      top: 7px;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 14px; }
    .calendly-team-members .cui-dropdown-menu-item .cui-dropdown-menu-action .cui-checkbox {
      position: absolute;
      top: 8px;
      right: 8px; }
  .calendly-team-members .calendly-selected-team-members {
    vertical-align: top; }
    .calendly-team-members .calendly-selected-team-members > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .calendly-team-members .calendly-selected-team-members .calendly-selected-user {
      margin-right: 5px;
      vertical-align: top; }
      .calendly-team-members .calendly-selected-team-members .calendly-selected-user .calendly-avatar {
        margin-right: 0; }
    .calendly-team-members .calendly-selected-team-members .calendly-avatar .calendly-remove-action {
      display: none;
      position: absolute;
      cursor: pointer;
      background-image: url("../../images/remove.svg");
      background-size: 17px 17px;
      height: 17px;
      width: 17px;
      right: -3px;
      top: -3px; }
    .calendly-team-members .calendly-selected-team-members .calendly-avatar::after {
      z-index: 10;
      white-space: nowrap;
      text-transform: initial; }
    .calendly-team-members .calendly-selected-team-members .calendly-avatar:hover .calendly-remove-action {
      display: block; }

@-webkit-keyframes circle-scaling-animation {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes circle-scaling-animation {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.calendly-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7); }
  .calendly-loading.calendly-is-shown {
    display: block; }
  .calendly-loading .calendly-loading-inner {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center; }

.calendly-loading-item {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-color: #ccc;
  border-radius: 100%;
  -webkit-animation: circle-scaling-animation 1.4s infinite ease-in-out both;
          animation: circle-scaling-animation 1.4s infinite ease-in-out both; }
  .calendly-loading-item:nth-child(1) {
    -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s; }
  .calendly-loading-item:nth-child(2) {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s; }

.calendly-loading-item-sm {
  width: 20px;
  height: 20px;
  line-height: 0;
  margin: 0;
  background-color: white; }

.calendly-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 31, 31, 0.1); }

.calendly-popup {
  position: relative;
  z-index: 1001;
  overflow: auto;
  width: 95vw;
  height: 95vh;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  margin: 2.5vh auto; }

.modal {
  z-index: 1001;
  overflow: auto;
  padding: 24px 20px 16px;
  color: #666a73;
  background-color: #fff;
  border: 1px solid #c8e6e8;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 74, 116, 0.15);
          box-shadow: 0 1px 5px 0 rgba(0, 74, 116, 0.15); }

.modal-overlay {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(31, 31, 31, 0.1); }
  .modal-overlay.chrome-sidebar-modal-overlay {
    left: auto;
    width: 320px; }

.modal-header {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 6px; }

.calendly-tab-bar {
  border-bottom: 1px solid #E3E9F2; }
  .calendly-tab-bar .calendly-tab {
    display: inline-block;
    padding-bottom: 8px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    bottom: -1px; }
    .calendly-tab-bar .calendly-tab.active {
      -webkit-box-shadow: inset #108DFF 0 -2px;
              box-shadow: inset #108DFF 0 -2px;
      cursor: default;
      font-weight: bold; }
    .calendly-tab-bar .calendly-tab:not(.active) {
      opacity: 0.6; }

.calendly-booking {
  min-width: 1024px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  z-index: 1; }
  .calendly-booking .calendly-booking-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .calendly-booking .calendly-booking-flex-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .calendly-booking .calendly-booking-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding: 20px 20px 13px;
    font-size: 20px;
    line-height: 24px;
    color: #666a73;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .calendly-booking .calendly-booking-header .people {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      text-align: left; }
    .calendly-booking .calendly-booking-header .title {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      text-align: center;
      font-weight: 600; }
    .calendly-booking .calendly-booking-header .switches {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0;
      font-weight: normal;
      text-align: right; }
      .calendly-booking .calendly-booking-header .switches > :last-child {
        margin-right: 90px; }
    .calendly-booking .calendly-booking-header .calendly-booking-cancel {
      position: absolute;
      top: 0;
      right: 0;
      padding: 12px 15px;
      line-height: 16px;
      font-size: 36px;
      color: #666a73;
      cursor: pointer; }
      .calendly-booking .calendly-booking-header .calendly-booking-cancel > span {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-weight: normal;
        line-height: 16px;
        position: relative;
        left: 0px;
        top: 2px; }
  .calendly-booking .calendly-booking-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .calendly-booking .calendly-booking-footer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 24px 11px;
    background-color: #f6f6f6; }
    .calendly-booking .calendly-booking-footer .calendly-avatar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .calendly-booking .calendly-booking-footer label {
      display: block;
      font-size: 12px;
      font-weight: bold;
      color: #666a73; }
    .calendly-booking .calendly-booking-footer .chosen-container .chosen-drop {
      top: auto;
      bottom: 100%;
      clip: auto;
      display: none; }
      .calendly-booking .calendly-booking-footer .chosen-container .chosen-drop .chosen-search {
        display: none; }
    .calendly-booking .calendly-booking-footer .chosen-container.chosen-with-drop .chosen-drop {
      display: block; }
  .calendly-booking .calendly-booking-submit,
  .calendly-booking .calendly-booking-button {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    vertical-align: top;
    cursor: pointer; }
    .calendly-booking .calendly-booking-submit.calendly-is-disabled,
    .calendly-booking .calendly-booking-button.calendly-is-disabled {
      cursor: default;
      color: #a2a2a2; }
  .calendly-booking .calendly-booking-submit {
    margin-left: auto;
    color: #00a2ff; }
    .calendly-booking .calendly-booking-submit.calendly-booking-submit-2:not(.calendly-is-disabled) {
      color: #666a73; }
  .calendly-booking .calendly-booking-button {
    color: #fff;
    background-color: #00a2ff; }
    .calendly-booking .calendly-booking-button.calendly-is-disabled {
      background-color: #e5e4e5; }
    .calendly-booking .calendly-booking-button.calendly-booking-button_short-text {
      padding-left: 20px;
      padding-right: 20px; }
    .calendly-booking .calendly-booking-button > .calendly-loading.calendly-is-shown {
      background: #00a2ff; }
    .calendly-booking .calendly-booking-button .calendly-booking-button-confirmation {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: url("../../images/picker_done.svg");
      background-repeat: no-repeat;
      background-position: center center; }
  .calendly-booking .calendly-booking-timezones-popup {
    position: fixed;
    top: 25%;
    left: 0;
    right: 0;
    width: 390px;
    z-index: 100;
    margin: 0 auto;
    border: 1px solid #C4D3DE;
    border-radius: 6px;
    background-color: #F8F9FB;
    -webkit-box-shadow: 0 1px 10px 0 rgba(98, 128, 134, 0.3);
            box-shadow: 0 1px 10px 0 rgba(98, 128, 134, 0.3); }
    .calendly-booking .calendly-booking-timezones-popup.hidden {
      display: none; }
  .calendly-booking .calendly-booking-timezones-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99; }
    .calendly-booking .calendly-booking-timezones-overlay.hidden {
      display: none; }

@-webkit-keyframes copy-times-confirm-popover-enter {
  0% {
    opacity: 0;
    bottom: 55px; } }

@keyframes copy-times-confirm-popover-enter {
  0% {
    opacity: 0;
    bottom: 55px; } }

.copy-times-confirm-popover {
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 0;
  width: 300px;
  font-size: 14px;
  line-height: 1.5;
  color: #657486;
  background-image: url("../../images/copy_confirmation.svg");
  background-position: 30px center;
  background-size: 58px;
  background-repeat: no-repeat;
  padding: 25px 30px 25px 110px;
  cursor: initial;
  -webkit-animation: 0.3s ease-in copy-times-confirm-popover-enter;
          animation: 0.3s ease-in copy-times-confirm-popover-enter; }

.calendly-confirmation-message {
  padding: 30px 24px;
  text-align: center;
  max-width: 410px;
  margin: 0 auto; }
  .calendly-confirmation-message h1 {
    font-size: 20px;
    color: #4D5055; }
  .calendly-confirmation-message p {
    margin-bottom: 25px;
    color: #666a73; }
  .calendly-confirmation-message .calendly-copy-link {
    margin-bottom: 50px; }

.calendly-general-error-message {
  padding: 10vh 24px;
  text-align: center;
  height: 100%;
  max-width: 600px;
  margin: 0 auto; }
  .calendly-general-error-message p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px; }

.errors {
  margin-bottom: 30px;
  text-align: center;
  color: #e41600; }

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

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

.calendly-avatar {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  border-radius: 50%;
  background: #eee;
  font-weight: initial;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .calendly-avatar img {
    background: #fff;
    border-radius: 50%; }
  .calendly-avatar.calendly-is-loading::before, .calendly-avatar.calendly-is-loading .calendly-avatar-loader {
    display: block; }
  .calendly-avatar.calendly-avatar-small {
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 14px; }
  .calendly-avatar.calendly-avatar-large {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px; }
  .calendly-avatar.calendly-avatar-adhoc {
    margin-right: 10px; }
  .calendly-avatar::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    content: ''; }
  .calendly-avatar .calendly-avatar-loader {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    display: none;
    border: 2px solid #00a2ff;
    border-radius: 50%;
    clip: rect(0, auto, 26.25px, 17.5px);
    -webkit-animation: 0.9s linear rotate infinite;
            animation: 0.9s linear rotate infinite; }
    @supports ((-webkit-clip-path: none) or (clip-path: none)) {
      .calendly-avatar .calendly-avatar-loader {
        -webkit-clip-path: circle(50px at center);
                clip-path: circle(50px at center); } }

.calendly-hint {
  display: inline-block;
  width: .75em;
  height: .75em;
  line-height: .6em;
  position: relative;
  text-align: center;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  cursor: pointer; }
  .calendly-hint:before {
    content: '?';
    color: #d0d0d0;
    font-size: 50%;
    position: relative;
    bottom: .1em; }
  .calendly-hint .cui-popover {
    display: none;
    top: 26px;
    left: -131px; }
  .calendly-hint:hover .cui-popover {
    display: block; }

.calendly-event-type .action-icons, .calendly-profile .action-icons {
  text-align: right; }
  .calendly-event-type .action-icons .action-icon, .calendly-profile .action-icons .action-icon {
    display: inline-block;
    margin-left: 8px;
    cursor: pointer; }

.calendly-event-type .sm-icon, .calendly-profile .sm-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px; }

.calendly-event-type .calendly-copy-icon, .calendly-profile .calendly-copy-icon,
.calendly-event-type .calendly-single-use-copy-icon,
.calendly-profile .calendly-single-use-copy-icon,
.calendly-event-type .calendly-copied-icon,
.calendly-profile .calendly-copied-icon,
.calendly-event-type .calendly-embed-times-icon,
.calendly-profile .calendly-embed-times-icon,
.calendly-event-type .calendly-star-off,
.calendly-profile .calendly-star-off {
  visibility: hidden; }

.calendly-event-type:hover .calendly-copy-icon, .calendly-profile:hover .calendly-copy-icon,
.calendly-event-type:hover .calendly-single-use-copy-icon,
.calendly-profile:hover .calendly-single-use-copy-icon,
.calendly-event-type:hover .calendly-copied-icon,
.calendly-profile:hover .calendly-copied-icon,
.calendly-event-type:hover .calendly-embed-times-icon,
.calendly-profile:hover .calendly-embed-times-icon,
.calendly-event-type:hover .calendly-star-off,
.calendly-profile:hover .calendly-star-off {
  visibility: visible; }

.calendly-event-type {
  padding: 0;
  margin-bottom: 25px; }
  .calendly-event-type .calendly-event-type-name {
    color: #666a73;
    overflow-wrap: break-word; }
  .calendly-event-type .calendly-event-type-marker {
    height: 11px;
    width: 11px;
    margin: 3px 8px 0 8px;
    border-radius: 50%; }
  .calendly-event-type .calendly-event-type-meta {
    line-height: 1.4;
    color: #a8a8a8; }
  .calendly-event-type.calendly-event-type-inactive .calendly-event-type-name,
  .calendly-event-type.calendly-event-type-inactive .calendly-event-type-meta {
    color: #d0d0d0;
    cursor: default; }
  .calendly-event-type.calendly-event-type-inactive .calendly-event-type-marker {
    background: #d9d9d9 !important; }
  .calendly-event-type.calendly-event-type-inactive a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #d0d0d0; }
  .calendly-event-type .notes-wrapper {
    position: relative;
    margin-left: 45px; }
  .calendly-event-type .note-prompt {
    margin-top: 3px;
    margin-bottom: -19px; }
  .calendly-event-type .note-text {
    color: rgba(0, 0, 0, 0.44);
    font-style: italic;
    font-size: 12px; }
  .calendly-event-type .note-popover.cui-popover {
    left: -26px;
    max-width: 259px;
    padding: 16px 20px;
    z-index: 10;
    line-height: 1.4; }
  .calendly-event-type .note-input {
    cursor: text;
    min-height: 64px;
    outline: none;
    resize: none; }
  .calendly-event-type .note-frame {
    white-space: pre-wrap;
    word-break: break-word;
    border-left: 2px solid #D0D0D0;
    margin-top: 3px;
    padding: 3px 0 3px 12px; }

.calendly-profile {
  margin-bottom: 25px; }
  .calendly-profile .calendly-profile-name {
    overflow-wrap: break-word; }

.calendly-section-title {
  font-size: 18px;
  margin-bottom: 15px; }

.calendly-avatar-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "main";
  margin-right: 8px;
  cursor: pointer; }

.calendly-avatar-grid-main {
  -ms-grid-column: 2;
  -ms-grid-row: 2;
  grid-area: main; }

.calendly-avatar-star {
  position: relative;
  z-index: 1; }
  .calendly-avatar-star .calendly-star {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -11px;
    margin-top: -11px;
    border-radius: 50%;
    border: 3px solid white;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white; }

.calendly-empty-state {
  margin-top: 20vh;
  text-align: center;
  color: #666a73; }
  .calendly-empty-state .calendly-empty-state-text {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 12px; }

.calendly-location {
  display: inline-block;
  width: 245px;
  vertical-align: middle; }

.calendly-calendar {
  position: relative;
  z-index: 1; }
  .calendly-calendar .fc-header-toolbar {
    position: absolute;
    width: 100%;
    height: 0;
    line-height: 0;
    margin: 0;
    top: 31px;
    right: 10px;
    z-index: 2; }
    .calendly-calendar .fc-header-toolbar .fc-right {
      padding: 10px; }
  .calendly-calendar .fc-head-container {
    border: 1px solid #e8e8e8;
    color: #666a73; }
  .calendly-calendar .fc-row.fc-widget-header {
    border-right: none !important; }
  .calendly-calendar .fc-body > tr > .fc-widget-content {
    border-width: 1px 0 0;
    border-top-color: #a8a8a8; }
  .calendly-calendar .fc-unthemed {
    background: #fff; }
    .calendly-calendar .fc-unthemed .fc-disabled-day {
      background: #fff;
      opacity: 1; }
    .calendly-calendar .fc-unthemed td.fc-today {
      background: none; }
  .calendly-calendar .fc td {
    border-color: #e8e8e8; }
  .calendly-calendar .fc th {
    font-weight: 400;
    font-size: 12px;
    padding: 6px 0;
    border-width: 0; }
  .calendly-calendar .fc .fc-minor td {
    border-style: none !important; }
  .calendly-calendar .fc-button {
    outline: none;
    border: 1px solid #DADADA;
    background: #fff;
    color: #a8a8a8;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .calendly-calendar .fc-button.fc-today-button {
      height: auto;
      min-width: 64px;
      padding: 12px 10px 8px;
      font-size: 12px;
      text-transform: uppercase;
      border-radius: 5px;
      color: #00a2ff; }
    .calendly-calendar .fc-button.fc-state-disabled {
      cursor: default;
      color: #cdcdcd;
      opacity: 1; }
  .calendly-calendar .fc-button-group {
    margin-left: .375em;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2); }
    .calendly-calendar .fc-button-group .fc-prev-button, .calendly-calendar .fc-button-group .fc-next-button {
      height: auto;
      padding: 9px 13px 8px;
      min-width: 40px; }
      .calendly-calendar .fc-button-group .fc-prev-button .fc-icon-left-single-arrow, .calendly-calendar .fc-button-group .fc-prev-button .fc-icon-right-single-arrow, .calendly-calendar .fc-button-group .fc-next-button .fc-icon-left-single-arrow, .calendly-calendar .fc-button-group .fc-next-button .fc-icon-right-single-arrow {
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent; }
    .calendly-calendar .fc-button-group .fc-prev-button {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .calendly-calendar .fc-button-group .fc-prev-button .fc-icon {
        border-right: 6px solid #00a2ff; }
      .calendly-calendar .fc-button-group .fc-prev-button.fc-state-disabled .fc-icon {
        border-right-color: #ddd; }
    .calendly-calendar .fc-button-group .fc-next-button {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .calendly-calendar .fc-button-group .fc-next-button .fc-icon {
        border-left: 6px solid #00a2ff; }
      .calendly-calendar .fc-button-group .fc-next-button.fc-state-disabled .fc-icon {
        border-left-color: #ddd; }
  .calendly-calendar .fc-time-grid .fc-event-container {
    margin: 0; }
    .calendly-calendar .fc-time-grid .fc-event-container.fc-helper-container .fc-time-grid-event {
      opacity: 0; }
  .calendly-calendar .fc-time-grid .fc-bgevent-container {
    z-index: 4; }
    .calendly-calendar .fc-time-grid .fc-bgevent-container .fc-bgevent.calendly-past-events-overlap {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.5);
      border-bottom: 2px solid #ec5b4c; }
  .calendly-calendar .fc-time-grid .fc-axis.fc-time {
    position: relative;
    top: -7.5px;
    height: 15px;
    border-top: none;
    font-size: 11px;
    color: #a8a8a8; }
  .calendly-calendar .fc-time-grid tr[data-time]:not(:nth-child(4n+1)) .fc-axis.fc-time::after {
    visibility: hidden;
    content: '.'; }
  .calendly-calendar .fc-time-grid .fc-slats td, .calendly-calendar .fc-time-grid .fc-slats tr {
    height: 15px;
    line-height: 1.4; }
  .calendly-calendar .fc-time-grid-event {
    overflow: hidden;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 0; }
    .calendly-calendar .fc-time-grid-event.fc-short {
      padding-top: 1px; }
      .calendly-calendar .fc-time-grid-event.fc-short .fc-title {
        line-height: 1.3; }
    .calendly-calendar .fc-time-grid-event:not(.calendly-spot) {
      pointer-events: none; }
    .calendly-calendar .fc-time-grid-event.fc-short .fc-title, .calendly-calendar .fc-time-grid-event .fc-time {
      font-size: 10px; }
  .calendly-calendar .fc-title {
    line-height: 14px; }
  .calendly-calendar .fc-day-grid.fc-unselectable,
  .calendly-calendar .fc-divider {
    display: none; }
  .calendly-calendar .fc-head td {
    border: none; }
  .calendly-calendar .calendly-overlaps-event > .fc-content > .fc-time::after {
    position: absolute;
    content: '';
    background: url("../../images/indicate_overlap.svg") no-repeat center;
    height: 1.1em;
    width: 40px; }
  .calendly-calendar tr[data-time]:first-child > .fc-axis.fc-time {
    visibility: hidden; }
  .calendly-calendar.calendly-is-loading .calendly-loading {
    display: block; }

.calendly-calendar-options {
  position: absolute;
  z-index: 10;
  left: 13.33px;
  top: 68.33px; }
  .calendly-calendar-options .timezone-switch {
    height: 15px;
    width: 15px;
    background: url("../../images/globe.svg") no-repeat center; }

.calendly-timezone-header {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #657486; }
  .calendly-timezone-header.hidden {
    display: none; }

.calendly-timezone-back {
  display: inline-block;
  position: absolute;
  left: 0;
  padding-left: 20px;
  color: #00a2ff;
  cursor: pointer; }
  .calendly-timezone-back button {
    height: 1em;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1em 1em;
    cursor: pointer; }
    .calendly-timezone-back button.prev {
      background-image: url("../../images/angle_left.svg");
      background-color: white; }
    .calendly-timezone-back button:focus {
      outline: none; }
    .calendly-timezone-back button:disabled {
      cursor: auto;
      -webkit-filter: saturate(0) brightness(1.6);
              filter: saturate(0) brightness(1.6); }

.calendly-timezone-title {
  display: inline-block; }

.calendly-timezone-picker {
  text-decoration: underline;
  cursor: pointer; }
  .calendly-timezone-picker:hover {
    text-decoration: none; }

.calendly-timezones {
  min-width: 297px; }
  .calendly-timezones .calendly-timezones-buttons {
    padding: 30px 28px 25px; }
  .calendly-timezones .calendly-button {
    width: 100%; }
  .calendly-timezones .calendly-timezones-search {
    padding: 18px 20px 8px;
    font-weight: 16px; }
    .calendly-timezones .calendly-timezones-search ::-webkit-input-placeholder {
      font-style: italic; }
  .calendly-timezones .calendly-timezone-label {
    padding: 0px 20px 5px;
    font-weight: bold;
    font-size: 12px;
    color: #919599; }
  .calendly-timezones .calendly-timezones-list-wrapper {
    height: 310px; }
    .calendly-timezones .calendly-timezones-list-wrapper ::-webkit-scrollbar {
      display: none; }
  .calendly-timezones .calendly-timezones-list {
    overflow-y: scroll;
    height: 100%; }
    .calendly-timezones .calendly-timezones-list h6 {
      margin: 0 0 5px;
      padding: 5px 75px 5px 20px;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase; }
    .calendly-timezones .calendly-timezones-list ul {
      margin-bottom: 15px; }
    .calendly-timezones .calendly-timezones-list .calendly-timezones-list-item {
      position: relative;
      padding: 10px 75px 10px 20px;
      cursor: pointer;
      color: #393034; }
      .calendly-timezones .calendly-timezones-list .calendly-timezones-list-item:hover {
        background-color: #e5eaed; }
      .calendly-timezones .calendly-timezones-list .calendly-timezones-list-item.calendly-is-current {
        background-color: #00a2ff;
        color: white; }
        .calendly-timezones .calendly-timezones-list .calendly-timezones-list-item.calendly-is-current::after {
          color: #ffffff; }
      .calendly-timezones .calendly-timezones-list .calendly-timezones-list-item::after {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 14px;
        color: #919599;
        content: attr(data-time); }

.calendly-booking-option-high-priority {
  margin-right: 30px;
  margin-left: auto;
  cursor: pointer; }

.calendly-external-event.fc-time-grid-event {
  border: 1px solid white;
  background-color: #e8e8e8;
  color: #8a8a8a;
  z-index: 1 !important; }
  .calendly-external-event.fc-time-grid-event .fc-title {
    font-weight: bold; }

.calendly-internal-event.fc-time-grid-event {
  border-radius: 3px;
  background-color: #f6f6f6;
  border: 1px solid #d0d0d0;
  color: #8a8a8a;
  z-index: 2 !important; }
  .calendly-internal-event.fc-time-grid-event.fc-short .fc-title .calendly-event-color {
    top: 1px; }
  .calendly-internal-event.fc-time-grid-event .fc-title {
    position: relative;
    padding-left: 12px;
    font-weight: bold; }
    .calendly-internal-event.fc-time-grid-event .fc-title .calendly-event-color {
      top: 0.1em; }

.calendly-buffered-event.fc-time-grid-event {
  padding: 0;
  border: none;
  background-color: transparent; }
  .calendly-buffered-event.fc-time-grid-event .calendly-buffered-event-buffer-before, .calendly-buffered-event.fc-time-grid-event .calendly-buffered-event-buffer-after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    background-size: 1px 7px;
    background-repeat: repeat-y; }
  .calendly-buffered-event.fc-time-grid-event .calendly-buffered-event-buffer-before {
    top: 0;
    background-image: linear-gradient(to bottom, #a8a8a8 3px, transparent 3px);
    background-position: top center; }
  .calendly-buffered-event.fc-time-grid-event .calendly-buffered-event-buffer-after {
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to top, #a8a8a8 3px, transparent 3px);
    background-position: bottom center; }
  .calendly-buffered-event.fc-time-grid-event .calendly-buffered-event-inner {
    position: absolute;
    overflow: hidden;
    padding: 2px 5px;
    min-height: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    background-color: #f6f6f6;
    border: 1px solid #d0d0d0; }
  .calendly-buffered-event.fc-time-grid-event.fc-short .calendly-buffered-event-inner {
    padding-top: 1px;
    min-height: 15px; }

.calendly-member-event.fc-time-grid-event .fc-content {
  display: none; }

.calendly-event-color {
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%; }

.calendly-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  padding: 5px;
  width: 100%;
  height: auto;
  font-size: 10px;
  line-height: 1.3;
  background: #eef6fa;
  border: 1px solid #4dbeff;
  border-radius: 3px;
  pointer-events: none;
  z-index: 2; }

.calendly-cell.hover-overlapping-event > span {
  color: #00a2ff; }

.calendly-cell.hover-overlapping-event .hover-overlapping-event-img {
  float: left;
  height: 14px;
  margin-right: 5px; }

.calendly-cell.hover-overlapping-event.small {
  padding: 1px 5px 0 5px; }
  .calendly-cell.hover-overlapping-event.small .hover-overlapping-event-img {
    height: 11px; }

.calendly-spot.fc-time-grid-event, .calendly-calendar .fc-helper {
  background-color: #eef6fa;
  border: 0.86px solid #4dbeff;
  opacity: 1;
  border-radius: 3px;
  color: #00a2ff;
  cursor: default;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  z-index: 3 !important;
  left: 0 !important;
  right: 0 !important;
  margin-right: 0 !important; }
  .calendly-spot.fc-time-grid-event:hover, .calendly-calendar .fc-helper:hover {
    color: #00a2ff;
    background: #d6e9f3; }

[cui-tooltip]::after {
  white-space: nowrap;
  pointer-events: none;
  z-index: 11; }

[cui-tooltip][cui-tooltip-down] {
  position: relative; }
  [cui-tooltip][cui-tooltip-down]::after {
    top: 100%;
    margin-top: 6px; }

[cui-tooltip][cui-tooltip-right]::after {
  -webkit-transform: none;
          transform: none;
  right: 0;
  left: auto; }

[cui-tooltip][cui-tooltip-left]::after {
  -webkit-transform: none;
          transform: none;
  left: 0;
  right: auto; }

[cui-tooltip][cui-tooltip-far-right]::after {
  -webkit-transform: none;
          transform: none;
  left: 25px;
  right: auto; }

.flash {
  position: absolute;
  left: 50%;
  bottom: 84px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  min-height: 28px;
  min-width: 300px;
  max-width: 500px;
  z-index: 1;
  border-radius: 4px;
  padding: 5px 30px;
  font-size: 12px; }
  .flash.error {
    color: #FFF;
    background-color: #E41600; }

.calendly-welcome-grid {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: 1fr minmax(100px, 240px) minmax(100px, 240px) minmax(100px, 240px) 1fr;
  grid-template-rows: auto;
  grid-template-areas: ". header header header ." ". col1   col2   col3 .";
  padding-top: 60px;
  padding-left: 10%;
  padding-right: 10%; }

.calendly-welcome-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: header; }
  .calendly-welcome-header p {
    text-align: center; }
  .calendly-welcome-header .calendly-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .calendly-welcome-header .calendly-welcome-header-title {
    margin-bottom: 13px;
    font-weight: bold;
    font-size: 32px;
    line-height: 26px;
    color: #4d5055; }
  .calendly-welcome-header .calendly-welcome-header-text {
    margin-bottom: 30px;
    color: #666a73; }

.calendly-column-1 {
  grid-area: col1; }

.calendly-column-2 {
  grid-area: col2; }

.calendly-column-3 {
  grid-area: col3; }

.calendly-welcome-column-title {
  font-weight: bold;
  font-size: 20px;
  color: #666a73; }

.calendly-welcome-column-text {
  color: #666a73; }

.calendly-welcome-logo {
  max-width: 36px;
  max-height: 36px;
  height: auto;
  width: auto; }

.calendly-extension-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  height: 75px;
  color: #666a73; }
  .calendly-extension-hint .calendly-hint-arrow {
    max-height: 8px;
    max-width: 10px;
    width: auto;
    height: auto; }
  .calendly-extension-hint .calendly-hint-arrow-container {
    text-align: center; }
  .calendly-extension-hint .calendly-extension-hint-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    text-align: center;
    width: 100px;
    margin-right: 50px;
    -webkit-animation: bounce .7s infinite alternate;
            animation: bounce .7s infinite alternate;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
    @media screen and (max-width: 615px) {
      .calendly-extension-hint .calendly-extension-hint-inner {
        display: none; } }
    .calendly-extension-hint .calendly-extension-hint-inner .calendly-hint-logo {
      width: 32px; }

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); } }

.calendly-platform-outlook .calendly-booking-cancel {
  display: none; }

.calendly-platform-OfficeOnline .calendly-booking {
  padding-right: 1px; }
  .calendly-platform-OfficeOnline .calendly-booking .calendly-booking-body {
    padding: 0; }
