/*
  Schedule page styles
*/
/* Imports and variable declarations (non-global) */
/* SASS Global Variables */
/* Page Sizes */
/* Fonts */
/* Primary Blue Palette */
/* Light Grey Tones */
/* Dark Grey Tones */
/* Alternate Green Tones */
/* Activities */
/* Statuses */
/* Default Colors */
/* Backgrounds and borders */
/* Text Colors */
/* Text sizes */
/* Headings */
/* Place random variables below */
/*-------------------------------------------------------------------------*\
  AC SASS Mixins - Reference: http://sass-lang.com/guide
\*------------------------------------------------------------------------*/
/* Loader backgrounds */
/* Border */
/* Border Radius - All Sides */
/* Border Radius - Single Side */
/* Border Radius - Corners */
/* Opacity */
/* Alignment */
/* Flexbox Mixins - https://github.com/philipwalton/solved-by-flexbox */
/* Manipulation */
/* Stylize */
/* Animation */
/* Lists */
/* Utilities */
/*-------------------------------------------------------------------------*\
  Schedule Page specific styles
\*------------------------------------------------------------------------*/
::-webkit-scrollbar {
  width: 0;
  background: transparent; }

#schedule {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  #schedule #schedule-widget,
  #schedule #calendly-widget {
    height: 2180px;
    min-height: 2180px; }

/*-------------------------------------------------------------------------*\
  Responsive
\*------------------------------------------------------------------------*/
/* Small Desktop / Tablet */
/* Small Tablet (Portrait) */
/* Phone Landscape */
/* Small Phone Landscape */
/* Portrait / Mobile */
