@charset "UTF-8";
/* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_reset.scss */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-display: swap;
  vertical-align: baseline;
  white-space: normal;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: subpixel-antialiased;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  background-clip: padding-box;
}

/* line 28, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_reset.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 32, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 35, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_reset.scss */
html {
  height: 100%;
  min-height: 100%;
  font-size: 100%;
  font-display: swap;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_reset.scss */
body {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  font-weight: normal;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: #ffff9e;
}

/* line 3, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 11, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
.clear {
  display: inline-block;
}

/* line 14, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
html[xmlns] .clear {
  display: block;
}

/* line 17, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
* html .clear {
  height: 1%;
  overflow: visible;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
a img {
  border: 0;
}

/* line 25, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
img.img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 38, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
a, a img {
  text-decoration: none;
  transition: color 250ms ease-in;
}

/* line 46, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
img::selection {
  background: transparent;
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
img::-moz-selection {
  background: transparent;
}

/* line 50, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
.alignleft {
  float: left !important;
}

/* line 53, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
.alignright {
  float: right !important;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: white;
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: white;
  opacity: 1;
}

/* line 64, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: white;
  opacity: 1;
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

/* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/basic/_helpers.scss */
input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

/* line 4, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-right {
  justify-content: flex-end;
}

/* line 4, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-center {
  justify-content: center;
}

/* line 4, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-justify {
  justify-content: space-between;
}

/* line 4, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-spaced {
  justify-content: space-around;
}

/* line 11, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-top {
  align-items: flex-start;
}

/* line 15, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-self-top {
  align-self: flex-start;
}

/* line 11, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-bottom {
  align-items: flex-end;
}

/* line 15, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-self-bottom {
  align-self: flex-end;
}

/* line 11, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-middle {
  align-items: center;
}

/* line 15, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-self-middle {
  align-self: center;
}

/* line 11, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-stretch {
  align-items: stretch;
}

/* line 15, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.align-self-stretch {
  align-self: stretch;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.small-order-1 {
  order: 1;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.small-order-2 {
  order: 2;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.small-order-3 {
  order: 3;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.small-order-4 {
  order: 4;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.small-order-5 {
  order: 5;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .medium-order-1 {
    order: 1;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .medium-order-2 {
    order: 2;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .medium-order-3 {
    order: 3;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .medium-order-4 {
    order: 4;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .medium-order-5 {
    order: 5;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .medium-order-6 {
    order: 6;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .large-order-1 {
    order: 1;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .large-order-2 {
    order: 2;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .large-order-3 {
    order: 3;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .large-order-4 {
    order: 4;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .large-order-5 {
    order: 5;
  }
  /* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_flex.scss */
  .large-order-6 {
    order: 6;
  }
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}

/* line 135, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 135, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 135, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 138, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 145, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row.expanded {
  max-width: none;
}

/* line 149, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 161, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row.is-collapse-child,
.row.collapse > .column > .row,
.row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 169, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial;
}

@media print, screen and (min-width: 40em) {
  /* line 169, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 175, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

/* line 181, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 189, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-container {
  display: flex;
}

/* line 193, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-child-auto {
  flex: 1 1 auto;
}

/* line 197, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-child-grow {
  flex: 1 0 auto;
}

/* line 201, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-child-shrink {
  flex: 0 1 auto;
}

/* line 206, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-dir-row {
  flex-direction: row;
}

/* line 206, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

/* line 206, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-dir-column {
  flex-direction: column;
}

/* line 206, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-1 {
  margin-left: 8.33333%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-2 {
  margin-left: 16.66667%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-4 {
  margin-left: 33.33333%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-5 {
  margin-left: 41.66667%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-7 {
  margin-left: 58.33333%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-8 {
  margin-left: 66.66667%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-10 {
  margin-left: 83.33333%;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-offset-11 {
  margin-left: 91.66667%;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-order-1 {
  order: 1;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-order-2 {
  order: 2;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-order-3 {
  order: 3;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-order-4 {
  order: 4;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-order-5 {
  order: 5;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-order-6 {
  order: 6;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-1 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-2 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-3 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-4 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-5 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-6 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-7 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.28571%;
  max-width: 14.28571%;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-8 {
  flex-wrap: wrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

/* line 284, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 288, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-order-1 {
    order: 1;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-order-2 {
    order: 2;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-order-3 {
    order: 3;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-order-4 {
    order: 4;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-order-5 {
    order: 5;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-order-6 {
    order: 6;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-1 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-2 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-3 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-4 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-5 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-6 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-7 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-8 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  /* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-expand {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-dir-row {
    flex-direction: row;
  }
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-dir-column {
    flex-direction: column;
  }
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
  /* line 256, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 260, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 264, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
}

/* line 271, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 271, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 284, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 288, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-order-1 {
    order: 1;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-order-2 {
    order: 2;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-order-3 {
    order: 3;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-order-4 {
    order: 4;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-order-5 {
    order: 5;
  }
  /* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-order-6 {
    order: 6;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-1 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-2 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-3 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-4 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-5 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-6 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-7 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  /* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-8 {
    flex-wrap: wrap;
  }
  /* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  /* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-expand {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-dir-row {
    flex-direction: row;
  }
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-dir-column {
    flex-direction: column;
  }
  /* line 251, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
  /* line 256, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  /* line 260, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  /* line 264, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
}

/* line 271, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
  /* line 271, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 284, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 288, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 293, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

/* line 299, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
.column-block {
  margin-bottom: 1.25rem;
}

/* line 78, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 299, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_flex-grid.scss */
  .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 78, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 116, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}

/* line 102, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 123, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 126, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 134, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

/* line 139, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 147, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_text.scss */
input[type='search'] {
  box-sizing: border-box;
}

/* line 10, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 36, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group > :first-child {
  border-radius: 0 0 0 0;
}

/* line 41, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

/* line 78, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 82, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 88, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

/* line 102, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

/* line 116, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_input-group.scss */
.input-group .input-group-button {
  display: table-cell;
}

/* line 40, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 46, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 51, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_fieldset.scss */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

/* line 82, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_select.scss */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

@media screen and (min-width: 0\0) {
  /* line 82, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 53, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_select.scss */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

/* line 65, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_select.scss */
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

/* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 75, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 45, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_error.scss */
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

/* line 75, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_error.scss */
.is-invalid-label {
  color: #cc4b37;
}

/* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

/* line 84, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #003057;
  color: #fefefe;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button:hover, .button:focus {
  background-color: #00294a;
  color: #fefefe;
}

/* line 234, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 234, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 234, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 239, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.primary {
  background-color: #003057;
  color: #fefefe;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #002646;
  color: #fefefe;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.success {
  background-color: #EED00C;
  color: #0a0a0a;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #bea60a;
  color: #0a0a0a;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 261, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow {
  border: 1px solid #003057;
  color: #003057;
}

/* line 139, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #00182c;
  color: #00182c;
}

/* line 266, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.primary {
  border: 1px solid #003057;
  color: #003057;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #00182c;
  color: #00182c;
}

/* line 266, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 266, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.success {
  border: 1px solid #EED00C;
  color: #EED00C;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #776806;
  color: #776806;
}

/* line 266, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 266, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 274, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #003057;
  color: #fefefe;
}

/* line 279, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #003057;
  color: #fefefe;
}

/* line 279, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #fefefe;
}

/* line 279, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #EED00C;
  color: #0a0a0a;
}

/* line 279, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 279, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 189, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 297, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 135, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

/* line 64, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

/* line 143, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #003057;
}

/* line 88, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 99, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: '\2013';
}

/* line 147, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 129, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 19, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a {
  position: relative;
}

/* line 22, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion-menu.scss */
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #003057 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 31, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_accordion-menu.scss */
.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* line 50, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_badge.scss */
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #003057;
  color: #fefefe;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_badge.scss */
.badge.primary {
  background: #003057;
  color: #fefefe;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_badge.scss */
.badge.secondary {
  background: #767676;
  color: #fefefe;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_badge.scss */
.badge.success {
  background: #EED00C;
  color: #0a0a0a;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_badge.scss */
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

/* line 63, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

/* line 79, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #003057;
}

/* line 82, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 92, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 192, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 46, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

/* line 56, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 197, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 197, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 197, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 203, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}

/* line 86, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

/* line 98, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

/* line 208, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.primary .button {
  background-color: #003057;
  color: #fefefe;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #002646;
  color: #fefefe;
}

/* line 208, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 208, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.success .button {
  background-color: #EED00C;
  color: #0a0a0a;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #bea60a;
  color: #0a0a0a;
}

/* line 208, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 208, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 129, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

/* line 137, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 165, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 165, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 238, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 242, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

/* line 55, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 59, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.primary {
  background-color: #c0e3ff;
  color: #0a0a0a;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.success {
  background-color: #fdf8da;
  color: #0a0a0a;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

/* line 98, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 102, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_card.scss */
.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 72, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_card.scss */
.card > :last-child {
  margin-bottom: 0;
}

/* line 114, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_card.scss */
.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_card.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 118, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_card.scss */
.card-section {
  padding: 1rem;
}

/* line 104, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_card.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 96, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_close-button.scss */
.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 99, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_close-button.scss */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 100, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_close-button.scss */
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 257, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu {
  margin: 0;
  list-style-type: none;
}

/* line 54, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .menu > li {
  outline: 0;
}

/* line 67, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

/* line 74, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 190, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}

/* line 195, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}

/* line 209, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

/* line 112, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu > li, .menu.horizontal > li {
  display: table-cell;
}

/* line 267, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

/* line 95, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.expanded > li:first-child:last-child {
  width: 100%;
}

/* line 132, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.vertical > li {
  display: block;
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  /* line 281, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.medium-vertical > li {
    display: block;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 112, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.large-horizontal > li {
    display: table-cell;
  }
  /* line 281, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  /* line 95, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  /* line 132, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
  .menu.large-vertical > li {
    display: block;
  }
}

/* line 145, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

/* line 151, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

/* line 166, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}

/* line 166, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.menu.align-right::after {
  clear: both;
}

/* line 307, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.align-right > li {
  float: right;
}

/* line 221, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.icon-top > li > a {
  text-align: center;
}

/* line 229, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 318, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.icon-top.vertical a > span {
  margin: auto;
}

/* line 325, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.nested {
  margin-left: 1rem;
}

/* line 330, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu .active > a {
  background: #003057;
  color: #fefefe;
}

/* line 337, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}

/* line 339, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

/* line 347, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu.menu-hover li:hover {
  background-color: #e6e6e6;
}

/* line 353, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 358, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu-centered {
  text-align: center;
}

/* line 361, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

/* line 368, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

/* line 113, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

/* line 113, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 31, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 35, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown.animate-height {
  transition: height 0.5s;
}

/* line 45, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}

/* line 55, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 61, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 66, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 74, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #003057;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 83, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_drilldown.scss */
.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #003057 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

/* line 63, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

/* line 57, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown.scss */
.dropdown-pane.is-open {
  visibility: visible;
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 55, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 63, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 76, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #003057 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 121, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 85, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 97, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #003057 transparent transparent;
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #003057;
}

@media print, screen and (min-width: 40em) {
  /* line 55, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003057 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #003057 transparent transparent;
  }
  /* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #003057;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 55, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 63, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 76, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003057 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  /* line 85, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  /* line 97, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #003057 transparent transparent;
  }
  /* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #003057;
  }
}

/* line 144, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 152, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 155, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 160, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 163, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

/* line 170, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 181, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 186, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 192, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #003057 transparent transparent;
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #003057;
}

/* line 211, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 216, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 222, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 45, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_responsive-embed.scss */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 32, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_responsive-embed.scss */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_responsive-embed.scss */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #003057;
  color: #fefefe;
}

/* line 58, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_label.scss */
.label.primary {
  background: #003057;
  color: #fefefe;
}

/* line 58, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_label.scss */
.label.secondary {
  background: #767676;
  color: #fefefe;
}

/* line 58, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_label.scss */
.label.success {
  background: #EED00C;
  color: #0a0a0a;
}

/* line 58, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 58, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_label.scss */
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 74, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object {
  display: block;
  margin-bottom: 1rem;
}

/* line 77, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  /* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  /* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 96, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 42, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 46, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 50, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}

/* line 109, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 59, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 64, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 86, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 94, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 282, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 287, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 129, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 10;
}

/* line 132, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 138, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 292, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 129, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

/* line 132, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 138, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

/* line 297, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}

/* line 159, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}

/* line 211, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

/* line 249, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 298, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}

/* line 173, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}

/* line 211, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

/* line 249, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 299, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}

/* line 188, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}

/* line 211, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

/* line 249, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 300, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}

/* line 203, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}

/* line 211, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

/* line 249, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

/* line 302, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  /* line 310, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 314, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 318, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 322, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 310, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 314, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 318, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 322, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_off-canvas.scss */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

/* line 155, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 159, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 163, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-slide {
  width: 100%;
}

/* line 72, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 167, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 171, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 175, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

/* line 179, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 188, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 193, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 136, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

/* line 144, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 148, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 162, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 83, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

/* line 94, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 83, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 112, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

/* line 119, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 165, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #003057;
  color: #fefefe;
  cursor: default;
}

/* line 169, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 173, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 179, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

/* line 186, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

/* line 43, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #003057;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #767676;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #EED00C;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

/* line 56, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #003057;
}

/* line 61, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

/* line 112, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}

/* line 46, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 117, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #003057;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider-handle:hover {
  background-color: #00294a;
}

/* line 72, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 122, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 128, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 95, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

/* line 6, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

/* line 20, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 24, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 29, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 34, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 118, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
body.is-reveal-open {
  overflow: hidden;
}

/* line 123, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll;
}

/* line 136, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 136, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 75, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}

/* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 136, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 87.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 148, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* line 156, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 161, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 87.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 162, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 87.5rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 163, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 87.5rem;
  }
}

/* line 166, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  /* line 136, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 203, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

/* line 209, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 214, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

/* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #003057;
}

/* line 130, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 219, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 224, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 152, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 230, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 161, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.tiny {
  height: 1.5rem;
}

/* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 189, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/* line 196, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 240, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.small {
  height: 1.75rem;
}

/* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 189, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 196, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.large {
  height: 2.5rem;
}

/* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 189, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

/* line 196, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 304, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 115, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

/* line 121, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

/* line 136, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 141, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 151, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 83, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

/* line 164, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.unstriped tbody {
  background-color: #fefefe;
}

/* line 99, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.9375em) {
  /* line 283, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 288, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 292, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 298, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 314, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 216, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.hover thead tr:hover {
  background-color: #f3f3f3;
}

/* line 223, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.hover tfoot tr:hover {
  background-color: #ececec;
}

/* line 230, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

/* line 238, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

/* line 322, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 325, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_table.scss */
.table-scroll table {
  width: auto;
}

/* line 147, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 75, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 158, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 161, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 168, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs.primary {
  background: #003057;
}

/* line 171, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #003c6c;
}

/* line 181, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #003057;
}

/* line 100, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
  color: #00294b;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #003057;
}

/* line 185, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

/* line 189, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 193, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 141, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tabs.scss */
.tabs-panel[aria-hidden="false"] {
  display: block;
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_thumbnail.scss */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

/* line 64, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_thumbnail.scss */
a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

/* line 49, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_thumbnail.scss */
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 48, 87, 0.5);
}

/* line 54, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_thumbnail.scss */
a.thumbnail image {
  box-shadow: none;
}

/* line 38, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_title-bar.scss */
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 52, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 69, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 73, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 79, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 100, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 104, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

/* line 67, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tooltip.scss */
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* line 75, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 120, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 111, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

/* line 155, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

/* line 160, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 165, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 169, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

/* line 62, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 66, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.visible {
  visibility: visible;
}

/* line 70, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  /* line 86, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 77, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  /* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /* line 86, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 77, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /* line 86, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  /* line 90, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 97, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* line 104, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

/* line 111, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 111, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 111, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/components/_float.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-slideshow {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

/* line 9, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* line 20, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 26, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-slide .slide-content {
  color: white;
  text-align: center;
  max-width: 800px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

/* line 35, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-slideshow img {
  z-index: 7777;
}

/* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-prev, .cycle-next {
  position: absolute;
  top: 0;
  width: 15%;
  opacity: .7;
  filter: alpha(opacity=700);
  z-index: 8888;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s ease;
}

@media screen and (max-width: 39.9375em) {
  /* line 39, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  .cycle-prev, .cycle-next {
    display: none;
  }
}

/* line 55, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-prev {
  left: 10px;
  background: url(../images/slider-default/left.png) 50% 50% no-repeat;
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-next {
  right: 10px;
  background: url(../images/slider-default/right.png) 50% 50% no-repeat;
}

/* line 64, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-prev:hover, .cycle-next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 70, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-slideshow img:first-child {
  position: static;
  z-index: 100;
}

/* line 74, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.custom-pager {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 999999;
}

/* line 80, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.custom-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  color: #ddd;
  cursor: pointer;
}

/* line 88, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.custom-pager span.cycle-pager-active {
  color: #04cdbe;
}

/* line 89, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.custom-pager > * {
  cursor: pointer;
}

/* line 91, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.disabled {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 101, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.composite-example > div .cycle-overlay {
  color: white;
  position: absolute;
  top: 31%;
  right: 11%;
  width: 30%;
  padding: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: 700;
  color: #FFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), -2px -2px 4px rgba(0, 0, 0, 0.1), 2px -2px 4px rgba(0, 0, 0, 0.1), -2px 2px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 39.9375em) {
  /* line 101, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  .composite-example > div .cycle-overlay {
    display: none;
  }
}

/* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.composite-example > div .cycle-overlay p {
  font-size: 3vw;
  line-height: 1.2;
  margin: 0;
  text-align: right;
}

@media screen and (max-width: 1200px) {
  /* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  .composite-example > div .cycle-overlay p {
    font-size: 3vw;
  }
}

@media screen and (max-width: 992px) {
  /* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  .composite-example > div .cycle-overlay p {
    font-size: 2.7vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  .composite-example > div .cycle-overlay p {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 576px) {
  /* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  .composite-example > div .cycle-overlay p {
    font-size: 2vw;
  }
}

/* line 149, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.scroll-down-arrow {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  animation: moveUpDown 0.6s infinite alternate;
  z-index: 9999999;
  color: #FFF;
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
.scroll-down-arrow:hover {
  color: #04cdbe;
}

@keyframes moveUpDown {
  0% {
    transform: translateX(-50%) translateY(0);
  }
  100% {
    transform: translateX(-50%) translateY(10px);
  }
}

/* line 171, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
#testi.cycle-slideshow, #testi.cycle-slide {
  position: relative;
  width: 100%;
  z-index: 7777;
  height: auto;
}

/* line 178, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
#testi.cycle-slideshow p, #testi.cycle-slide p {
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 10px;
}

/* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
#testi.cycle-slideshow h5, #testi.cycle-slide h5 {
  margin-top: 10px;
}

@media screen and (max-width: 39.9375em) {
  /* line 171, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_cycle2.scss */
  #testi.cycle-slideshow, #testi.cycle-slide {
    height: auto;
  }
}

/*** ESSENTIAL STYLES ***/
/* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 7, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu li {
  position: relative;
}

/* line 10, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

/* line 17, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu > li {
  float: left;
}

/* line 20, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}

/* line 25, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu a {
  display: block;
  position: relative;
}

/* line 29, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu ul ul {
  top: 0;
  left: 100%;
}

/*** DEMO SKIN ***/
/* line 36, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu {
  float: left;
  margin-bottom: 1em;
}

/* line 40, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu ul {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 16em;
  /* allow long menu items to determine submenu width */
  *width: 16em;
  /* no auto sub width for IE7, see white-space comment below */
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu ul li a {
  line-height: 40px !important;
}

/* line 56, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu ul:before {
  content: "";
  position: absolute;
  top: -10px;
  /* Ajustar la posición vertical según sea necesario */
  left: 20px;
  /* Ajustar la posición horizontal según sea necesario */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.65);
  /* Mismo color que el fondo del submenú */
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu a {
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

/* line 78, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s;
}

/* line 91, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-menu li:hover,
.sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none;
}

/*** arrows (for all except IE7) **/
/* line 100, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1px;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: #333;
}

/* line 118, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #36c0c3;
  /* IE8 fallback colour */
}

/* styling for right-facing arrows */
/* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5);
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_superfish.scss */
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
}

/* line 1, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30;
}

/* line 8, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

/* line 14, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

/* line 20, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 26, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  transition-duration: 0.5s;
}

/* line 29, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label, .twentytwenty-after-label {
  transition-property: opacity;
}

/* line 32, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
}

/* line 37, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

/* line 44, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

/* line 54, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

/* line 64, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-container {
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* line 75, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

/* line 80, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: transparent;
}

/* line 83, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

/* line 88, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-container * {
  box-sizing: content-box;
}

/* line 91, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label {
  opacity: 0;
}

/* line 93, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before-label:before {
  content: attr(data-content);
}

/* line 96, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-after-label {
  opacity: 0;
}

/* line 98, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-after-label:before {
  content: attr(data-content);
}

/* line 101, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

/* line 104, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

/* line 107, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

/* line 110, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

/* line 113, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-overlay {
  transition-property: background;
  background: transparent;
  z-index: 25;
}

/* line 117, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* line 119, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

/* line 121, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

/* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-before {
  z-index: 20;
}

/* line 127, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-after {
  z-index: 10;
}

/* line 130, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

/* line 144, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 149, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 154, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 159, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

/* line 164, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}

/* line 169, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}

/* line 174, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px;
}

/* line 179, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/libs/_twentytwenty.scss */
.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px;
}

/* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.title-bar {
  background: linear-gradient(to right, #36c0c3 0%, #36c0c3 50%, #555c66 50%, #555c66 100%) !important;
}

@media screen and (min-width: 1222px) {
  /* line 13, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
  .title-bar {
    display: none;
  }
}

/* line 18, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#offCanvas {
  background: #FFF;
  margin-top: 104px;
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.7);
}

/* line 26, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#offCanvas #menu-mobile a {
  color: #36c0c3;
  padding: 10px;
  line-height: 21px;
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #FFF;
}

/* line 33, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#offCanvas #menu-mobile a:hover {
  background: #36c0c3;
  color: #FFF;
}

/* line 41, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#selectnav1.selectnav {
  display: none;
}

/* line 45, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.mobile-menu {
  position: absolute;
  display: none;
  background: #ECEFF1;
}

@media screen and (max-width: 1080px) {
  /* line 45, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
  .mobile-menu {
    background: #ECEFF1;
    display: block;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 45, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
  .mobile-menu {
    background: #ECEFF1;
    display: block;
    min-height: 36px;
  }
}

/* line 60, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.mobile-menu li {
  border-bottom: 1px solid #999;
}

/* line 62, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.mobile-menu li a {
  padding: 10px;
  display: block;
}

/* line 65, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.mobile-menu li a:hover {
  background: #003057;
  color: #FFF;
}

/* line 74, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#menu__toggle {
  opacity: 0;
}

/* line 77, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}

/* line 80, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}

/* line 84, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

/* line 88, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
  transition: all 950ms ease-out;
  z-index: 999999;
}

/* line 94, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__btn {
  position: fixed;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 999999;
  top: 57px;
  right: 5px;
}

/* line 105, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #616161;
  transition-duration: .25s;
}

/* line 115, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__btn > span::before {
  content: '';
  top: 10px;
}

/* line 119, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__btn > span::after {
  content: '';
  top: 20px;
}

/* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__box {
  display: block;
  position: fixed;
  top: 0px;
  left: -100%;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  transition: all 550ms ease-out;
  z-index: 99999;
}

/* line 139, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__box ul.mobile-menu {
  width: 100%;
}

/* line 143, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

/* line 153, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
.menu__item:hover {
  background-color: #CFD8DC;
}

/* line 161, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_menu.scss */
ul.menu__box > li:first-child {
  padding: 2px 10px;
  background: #D8DCE8;
  text-transform: uppercase;
  font-size: 21px;
}

@keyframes tilt-n-move-shaking {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(5px, 5px) rotate(5deg);
  }
  50% {
    transform: translate(0, 0) rotate(0eg);
  }
  75% {
    transform: translate(-5px, 5px) rotate(-5deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}

/* line 20, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.title-bar-right .menu-icon {
  width: 32px;
  height: 25px;
}

/* line 24, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.menu-icon::after {
  height: 4px;
  box-shadow: 0 10px 0 #fefefe, 0 20px 0 #fefefe;
}

/* line 29, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.button.slider-button {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  float: right;
  margin-right: 0px;
  margin-top: 30px;
}

/* line 38, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.button {
  color: #000;
  background-color: #36c0c3;
}

/* line 41, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.button:hover {
  color: #FFF;
  background-color: #4d4e56;
}

/* line 47, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.full {
  width: 100%;
  text-align: left;
}

/* line 52, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.col5-unit {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 52, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  .col5-unit {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 68, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/foundation/grid/_column.scss */
.col5-unit:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  /* line 52, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  .col5-unit {
    width: 100%;
  }
}

/* line 65, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
body.page-id-852 form select {
  width: 100%;
}

/* line 69, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-display: swap;
  font-size: 17px;
  background: #FFF;
}

/* line 77, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
body a {
  color: #333;
}

/* line 81, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default {
  font-family: 'Open Sans', sans-serif;
}

/* line 84, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default form * {
  font-family: 'Open Sans', sans-serif;
}

/* line 88, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default input[type=submit] {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  background: #2e3193;
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* line 103, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default input[type=submit]:hover {
  background: #f15b39;
}

/* line 109, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default h3 {
  font-family: Oswald, sans-serif;
  font-size: 27px;
  line-height: 30px;
  color: #2e3193;
  margin-bottom: 10px;
}

/* line 116, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default h4 {
  font-size: 24px;
  line-height: 37px;
  color: #2e3193;
  margin-bottom: 10px;
}

/* line 122, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default p {
  padding-bottom: 10px;
}

/* line 124, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default p a {
  color: #2e3193;
}

/* line 126, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default p a:hover {
  color: #333;
}

/* line 131, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default a {
  color: #2e3193;
}

/* line 133, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default a:hover {
  color: #333;
}

/* line 137, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 140, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.container-default ul li {
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 20px;
  background: url(../icons/icon.png) left 10px no-repeat;
}

/* line 149, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
a {
  text-decoration: none !important;
}

/* line 153, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.wp-block-column {
  margin: 0 auto !important;
}

/* line 156, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.wp-block-columns {
  padding: 0 15px;
}

/* line 160, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.alignwide {
  max-width: 1400px;
  margin: 0 auto;
}

/* line 165, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
.alignfull {
  max-width: none;
}

/* line 171, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full {
  font-family: 'Open Sans', sans-serif;
  position: fixed;
  z-index: 99999;
  text-align: center;
  width: 100%;
  margin: auto;
  background: url(../images/backgrounds/menu-bg.png) repeat;
}

@media screen and (max-width: 39.9375em) {
  /* line 171, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #header-full {
    background-color: #D6DCE8 url(../images/backgrounds/menu-bg.png) repeat;
  }
}

/* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content {
  position: relative;
  min-height: 120px;
  z-index: 9999;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  /* line 183, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #header-full #header-content {
    min-height: 100px;
  }
}

/* line 191, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content #logo {
  position: relative;
  text-align: center;
}

/* line 194, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content #logo a.logo {
  position: relative;
  height: 120px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 63.9375em) {
  /* line 194, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #header-full #header-content #logo a.logo {
    position: relative;
  }
}

/* line 206, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content #logo a.logo span {
  display: none;
}

/* line 211, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu {
  font-family: 'Open Sans', sans-serif;
}

/* line 213, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul > {
  width: 100%;
}

/* line 217, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul {
  display: flex;
  width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 1080px) {
  /* line 217, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #header-full #header-content .main-menu ul {
    display: none;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 217, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #header-full #header-content .main-menu ul {
    display: none;
  }
}

/* line 230, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li {
  display: grid;
  align-items: center;
  width: 100%;
}

/* line 235, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  padding: 10px;
  color: #2e3193;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s ease;
}

/* line 244, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li a:hover {
  color: #f15b39;
}

/* line 249, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li.current-menu-item a {
  color: #444;
}

/* line 253, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li ul {
  background: rgba(255, 255, 255, 0.5);
}

/* line 256, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li ul li {
  overflow: hidden;
}

/* line 258, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#header-full #header-content .main-menu ul li ul li a {
  font-size: 16px;
  padding: 0 10px;
  display: block;
  color: #333;
}

/* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full {
  position: relative;
  background: #FFFFF;
}

@media screen and (max-width: 39.9375em) {
  /* line 273, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services-full {
    padding-top: 0px;
  }
}

/* line 280, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content {
  position: relative;
}

/* line 282, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services {
  position: relative;
}

/* line 284, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services {
  position: relative;
  margin-top: -120px;
  z-index: 9999;
}

@media screen and (max-width: 63.9375em) {
  /* line 284, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services-full #home-services-content #home-services ul#services {
    margin-top: 15px;
  }
}

/* line 293, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  /* line 293, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services-full #home-services-content #home-services ul#services li {
    margin-bottom: 15px;
  }
}

/* line 298, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li a {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  text-align: center;
  padding: 30px;
  transition: all 0.5s ease;
}

/* line 308, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li a span {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 20px auto;
  background-size: contain !important;
  color: #FFF !important;
}

/* line 316, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li a h4 {
  font-size: 28px;
}

/* line 319, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li a p {
  font-size: 17px;
}

/* line 322, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li a:hover {
  transform: translate(0px, -45px);
  background: #616c70;
}

@media screen and (max-width: 63.9375em) {
  /* line 322, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services-full #home-services-content #home-services ul#services li a:hover {
    transform: translate(0px, 0px);
  }
}

/* line 333, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li:nth-child(1) {
  background-color: #36c0c3;
}

/* line 336, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li:nth-child(2) {
  background-color: #9c9c9c;
}

/* line 339, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li:nth-child(3) {
  background-color: #555c66;
}

/* line 344, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li:nth-child(1) a span {
  background-size: contain;
  background: url(../images/icons/SVG/smile-circle.svg) no-repeat;
}

/* line 348, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li:nth-child(2) a span {
  background-size: contain;
  background: url(../images/icons/SVG/check-circle-broken.svg) no-repeat;
}

/* line 352, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services ul#services li:nth-child(3) a span {
  background-size: contain;
  background: url(../images/icons/SVG/dentist-2.svg) no-repeat;
}

/* line 358, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content {
  margin-top: 70px;
}

/* line 362, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #quote h5 {
  font-size: 24px;
  color: #FFF;
  text-align: center;
  font-family: open sans;
  text-transform: none;
  line-height: 32px;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}

/* line 373, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social {
  margin-top: 30px;
  text-align: center;
}

/* line 376, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul {
  overflow: hidden;
}

/* line 378, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li {
  margin-left: 15px;
  display: inline-block;
}

/* line 381, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li a {
  width: 34px;
  height: 34px;
  display: block;
  transition: all 0.5s ease;
}

/* line 386, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li a:hover {
  transform: rotate(360deg);
}

/* line 389, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li a span {
  display: none;
}

/* line 392, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li a.facebook {
  background: url(../images/social/facebook.png) no-repeat;
  background-size: contain;
}

/* line 396, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li a.twitter {
  background: url(../images/social/twitter.png) no-repeat;
  background-size: contain;
}

/* line 400, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services-full #home-services-content #home-services #quote-content #social ul li a.instagram {
  background: url(../images/social/instagram.png) no-repeat;
  background-size: contain;
}

/* line 414, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full {
  position: relative;
  background: #FFFFF;
  margin-top: 80px;
  padding-bottom: 110px;
}

@media screen and (max-width: 39.9375em) {
  /* line 414, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-team-full {
    padding-top: 20px;
  }
}

/* line 422, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content {
  position: relative;
}

/* line 424, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team {
  position: relative;
}

/* line 426, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team h3 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555c66;
  margin-bottom: 30px;
  text-align: center;
}

/* line 435, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team h3 span {
  color: #555c66;
}

/* line 439, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  /* line 439, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-team-full #home-team-content #home-team ul#team {
    margin-top: 15px;
  }
}

/* line 448, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li {
  display: flex;
  transition: all 0.5s ease;
  overflow: hidden;
  flex: 1;
}

@media screen and (max-width: 39.9375em) {
  /* line 448, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-team-full #home-team-content #home-team ul#team li {
    flex: none;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 448, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-team-full #home-team-content #home-team ul#team li {
    margin-bottom: 15px;
  }
}

/* line 465, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a {
  font-family: 'Roboto', sans-serif;
  color: #FFF;
  text-align: center;
  padding: 20px 8px;
  transition: all 0.5s ease;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

/* line 479, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a img {
  transition: all 0.5s ease;
  display: block;
  filter: grayscale(1);
}

/* line 485, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a span.button {
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  margin-top: auto;
  align-self: flex-end;
  justify-content: flex-end;
}

/* line 494, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a h4 {
  font-size: 28px;
  margin-top: 28px;
}

/* line 498, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a p {
  font-size: 17px;
  padding-bottom: 28px;
}

/* line 503, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a:hover {
  color: #FFF;
  overflow: hidden;
}

/* line 506, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li a:hover img {
  filter: grayscale(0);
}

/* line 514, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1) {
  border-top-left-radius: 50px;
  background-color: #555c66;
  border-right: 0.5px solid #FFF;
}

/* line 518, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1):hover {
  background: #36c0c3;
}

/* line 522, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1):hover span.button {
  color: #FFF;
  background: #555c66;
}

/* line 525, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1):hover span.button:hover {
  color: #FFF;
  background: #3e434a;
}

/* line 533, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1) img {
  border-top-left-radius: 30px;
}

/* line 537, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1) span.button {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #36c0c3;
}

/* line 542, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1) span.button:hover {
  color: #FFF;
  background: #2b999b;
}

/* line 548, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2) {
  border-bottom-right-radius: 50px;
  background-color: #555c66;
  border-left: 0.5px solid #FFF;
}

/* line 553, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2):hover {
  color: #FFF;
  background: #36c0c3;
}

/* line 557, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2):hover span.button {
  background: #555c66;
}

/* line 560, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2):hover span.button:hover {
  color: #FFF;
  background: #3e434a;
}

/* line 568, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2) img {
  border-bottom-right-radius: 30px;
}

/* line 571, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2) span.button {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #36c0c3;
}

/* line 576, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2) span.button:hover {
  color: #FFF;
  background: #2b999b;
}

/* line 583, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1) a span {
  background-size: contain;
}

/* line 587, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2) a span {
  background-size: contain;
}

/* line 592, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1):hover {
  overflow: hidden;
}

/* line 594, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(1):hover span.button {
  color: #FFF;
}

/* line 598, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2):hover {
  overflow: hidden;
}

/* line 600, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-team-full #home-team-content #home-team ul#team li:nth-child(2):hover span.button {
  color: #FFF;
}

/* line 624, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-h3-full #home-h3-content #home-h3 {
  padding-bottom: 80px;
}

@media screen and (max-width: 39.9375em) {
  /* line 624, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-h3-full #home-h3-content #home-h3 {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}

/* line 630, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-h3-full #home-h3-content #home-h3 h3 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555c66;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
  /* line 630, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-h3-full #home-h3-content #home-h3 h3 {
    font-size: 45px;
  }
}

/* line 642, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-h3-full #home-h3-content #home-h3 h3 span {
  color: #555c66;
}

/* line 647, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-h3-full #home-h3-content #home-h3 p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #555c66;
}

@media screen and (max-width: 39.9375em) {
  /* line 647, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-h3-full #home-h3-content #home-h3 p {
    font-size: 23px;
    line-height: 33px;
  }
}

/* line 661, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  background: #555c66 url(../images/samples/pexels-4269362.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 39.9375em) {
  /* line 661, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services2-full {
    padding-top: 15px;
    padding-bottom: 45px;
  }
}

/* line 673, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content {
  position: relative;
}

/* line 675, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 {
  position: relative;
}

/* line 678, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 {
  position: relative;
}

@media screen and (max-width: 63.9375em) {
  /* line 678, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services2-full #home-services2-content #home-services2 ul#services2 {
    margin-top: 15px;
  }
}

/* line 687, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li {
  display: block;
}

@media screen and (max-width: 63.9375em) {
  /* line 687, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services2-full #home-services2-content #home-services2 ul#services2 li {
    margin-bottom: 15px;
  }
}

/* line 692, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(odd) a {
  background-color: #555c66;
}

/* line 695, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(even) a {
  background-color: #555c66;
}

/* line 698, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li a {
  font-family: Oswald, sans-serif;
  color: #FFF;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  text-align: center;
  padding: 30px;
  transition: all 0.5s ease;
}

/* line 708, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li a span {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 20px auto;
  background-size: contain !important;
  transition: all 0.5s ease;
}

/* line 717, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li a h4 {
  font-size: 23px;
  line-height: 28px;
}

/* line 721, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li a:hover {
  transition: all 0.5s ease;
  transform: translate(0px, -20px);
  background: #36c0c3;
}

/* line 725, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li a:hover span {
  transform: rotate(360deg);
}

@media screen and (max-width: 63.9375em) {
  /* line 721, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-services2-full #home-services2-content #home-services2 ul#services2 li a:hover {
    transform: translate(0px, 0px);
  }
}

/* line 737, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(1) a span {
  background-size: contain;
  background: url(../images/icons/11.png) no-repeat;
}

/* line 741, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(2) a span {
  background-size: contain;
  background: url(../images/icons/22.png) no-repeat;
}

/* line 745, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(3) a span {
  background-size: contain;
  background: url(../images/icons/33.png) no-repeat;
}

/* line 749, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(4) a span {
  background-size: contain;
  background: url(../images/icons/44.png) no-repeat;
}

/* line 753, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-services2-full #home-services2-content #home-services2 ul#services2 li:nth-child(5) a span {
  background-size: contain;
  background: url(../images/icons/55.png) no-repeat;
}

/* line 762, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full {
  font-family: 'Roboto', sans-serif;
  padding-top: 90px;
  padding-bottom: 0px;
  overflow: hidden;
}

/* line 769, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience {
  font-family: Oswald, sans-serif;
}

/* line 771, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience h3 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0F1827;
}

/* line 779, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience p {
  font-size: 18px;
}

/* line 782, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience blockquote {
  font-family: 'Roboto', sans-serif;
  color: #616c70;
}

/* line 792, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#title-dentistry-full #title-dentistry-content {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* line 795, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#title-dentistry-full #title-dentistry-content #title-dentistry {
  padding-top: 30px;
}

/* line 797, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#title-dentistry-full #title-dentistry-content #title-dentistry h3 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  color: #555c66;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 63.9375em) {
  /* line 797, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #title-dentistry-full #title-dentistry-content #title-dentistry h3 {
    font-size: 45px;
    line-height: 45px;
  }
}

/* line 809, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#title-dentistry-full #title-dentistry-content #title-dentistry h3 span {
  color: #555c66;
}

/* line 820, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full {
  background: url(../images/samples/bg.png) right center no-repeat;
  background-size: contain;
  background-position-y: bottom;
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 1080px) and (orientation: landscape) {
  /* line 820, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full {
    background-size: 410px;
  }
}

@media screen and (max-width: 63.9375em) {
  /* line 820, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full {
    background: none;
  }
}

/* line 838, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry {
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  /* line 838, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full #home-dentistry-content #home-dentistry {
    text-align: center;
  }
}

/* line 844, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

/* line 851, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 39.9375em) {
  /* line 851, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full #home-dentistry-content #home-dentistry ul li {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
  }
  /* line 862, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full #home-dentistry-content #home-dentistry ul li span {
    margin-top: 10px;
  }
}

/* line 867, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a {
  cursor: default;
  overflow: visible;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 39.9375em) {
  /* line 867, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full #home-dentistry-content #home-dentistry ul li a {
    flex-direction: column;
    text-align: center;
  }
}

/* line 881, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a img.icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 888, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a div {
  flex-grow: 1;
  text-align: left;
}

@media screen and (max-width: 39.9375em) {
  /* line 888, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #home-dentistry-full #home-dentistry-content #home-dentistry ul li a div {
    text-align: center;
  }
}

/* line 896, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a div h3 {
  font-size: 26px;
  color: #000;
  margin-top: 0;
  transition: all 0.5s ease;
}

/* line 908, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a:hover {
  color: #555c66;
}

/* line 913, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a:hover h3 {
  color: #36c0c3;
}

/* line 916, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry ul li a:hover p {
  color: #000;
}

/* line 924, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry a.button {
  font-size: 17px;
  text-transform: uppercase;
  padding: 15px 30px;
  background: #36c0c3;
  color: #000;
}

/* line 930, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-dentistry-full #home-dentistry-content #home-dentistry a.button:hover {
  color: #FFF;
  background: #4d4e56;
}

/* line 940, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#latest-news-full {
  background: #36c0c3;
  min-height: 700px;
  padding: 70px 0px 70px 0px;
}

@media screen and (max-width: 39.9375em) {
  /* line 940, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #latest-news-full {
    min-height: auto;
  }
}

/* line 952, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#latest-news-full #latest-news-content #latest-news h3 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 10px;
  text-align: center;
}

/* line 967, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full {
  font-family: 'Oswald', sans-serif;
  padding-top: 0;
  padding-bottom: 0px;
  overflow: hidden;
}

/* line 974, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience {
  font-family: 'Oswald', sans-serif;
}

/* line 976, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience h3 {
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 400;
}

/* line 982, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-experience-full #home-experience-content #home-experience blockquote {
  font-family: 'Oswald', sans-serif;
}

/* line 989, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full {
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  background: #555c66;
  min-height: 400px;
}

/* line 994, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content {
  overflow: hidden;
}

/* line 998, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects > h3 {
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  color: #FFF;
}

/* line 1006, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects #view-all {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}

/* line 1012, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects #view-all #all-view a.view-all {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  color: #FFF;
  background: #555c66;
  padding: 20px 50px;
  border-radius: 10px;
  transition: all 0.5s ease;
}

/* line 1024, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects #view-all #all-view a.view-all:hover {
  background: #06cbbd;
}

/* line 1033, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li {
  overflow: hidden;
}

/* line 1036, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li img {
  transition: all 0.5s ease;
  display: block;
}

/* line 1042, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li div {
  overflow: hidden;
}

/* line 1055, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li div h3 {
  font-size: 36px;
  color: #36c0c3;
  line-height: 40px;
  font-weight: 400px;
  margin-bottom: 0;
}

/* line 1063, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li div h4 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #FFF;
}

/* line 1075, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li div span a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  background: #f15b39;
  padding: 4px 8px;
  color: #FFF;
  border-radius: 3px;
  transition: all 0.5s ease;
}

/* line 1085, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li div span a:hover {
  background: #2e3193;
}

/* line 1091, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li:nth-child(even) {
  background: #f15b39;
}

/* line 1094, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li:nth-child(even) div.item-right {
  padding: 30px 60px;
  color: #FFF;
  overflow: hidden;
  background: #f15b39;
}

/* line 1102, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li:nth-child(even) div.item-right span a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
  background: #2e3193;
  padding: 4px 8px;
  color: #FFF;
  border-radius: 3px;
  transition: all 0.5s ease;
}

/* line 1112, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li:nth-child(even) div.item-right span a:hover {
  background: #000;
}

/* line 1119, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#home-projects-full #home-projects-content #home-projects ul li:nth-child(odd) div.item-right {
  padding: 30px 60px;
  color: #FFF;
  overflow: hidden;
}

/* line 1135, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#badget-bar-full {
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  padding: 200px 0 200px;
}

@media screen and (max-width: 39.9375em) {
  /* line 1135, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #badget-bar-full {
    padding: 40px 0 40px;
  }
}

/* line 1146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#badget-bar-full #badget-bar-content #badget-bar {
  font-family: 'Oswald', sans-serif;
}

/* line 1148, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#badget-bar-full #badget-bar-content #badget-bar h5 {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #555c66;
}

/* line 1153, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#badget-bar-full #badget-bar-content #badget-bar h5 span {
  color: #36c0c3;
}

@media screen and (max-width: 39.9375em) {
  /* line 1163, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #badget-bar-full #badget-bar-content #badget-bar #badget-right {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

/* line 1175, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full {
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  background: #555c66;
  background-size: cover;
  color: #FFF;
}

/* line 1185, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts {
  margin-top: 70px;
  margin-bottom: 70px;
}

/* line 1188, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li {
  text-align: center;
}

/* line 1197, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center {
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 39.9375em) {
  /* line 1197, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center {
    margin-top: 60px;
  }
}

/* line 1206, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center p {
  font-size: 18px;
  text-align: left;
}

/* line 1209, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center p span {
  float: right;
  text-align: right;
}

/* line 1216, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

/* line 1221, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

/* line 1226, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media ul li {
  padding: 0 10px;
}

/* line 1228, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media ul li a {
  width: 32px;
  height: 32px;
  display: block;
}

/* line 1232, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media ul li a span {
  display: none;
}

/* line 1236, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media ul li a.facebook {
  background: url(../images/social/facebook.png) no-repeat;
  background-size: contain;
}

/* line 1240, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-center .social-media ul li a.instagram {
  background: url(../images/social/instagram.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 39.9375em) {
  /* line 1249, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-right {
    margin-top: 60px;
  }
}

/* line 1256, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-right h4 {
  font-size: 23px;
  font-weight: 600;
  color: #36c0c3;
  margin-top: 30px;
}

/* line 1262, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-right a {
  font-size: 18px;
  color: #FFF;
}

/* line 1265, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li#contacts-right a:hover {
  color: #36c0c3;
}

/* line 1271, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.2px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 50px;
  text-align: center;
}

/* line 1285, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 {
  color: #FFF;
}

/* line 1287, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 input {
  color: #FFF;
  background: #616974;
  border-color: #656e79;
}

/* line 1291, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 input:focus {
  box-shadow: none;
}

/* line 1295, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 textarea {
  color: #FFF;
  height: 120px;
  background: #616974;
  border-color: #656e79;
}

/* line 1300, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 textarea:focus {
  box-shadow: none;
}

/* line 1303, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 textarea::placeholder {
  color: #FFF;
}

/* line 1307, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 input[type=submit] {
  font-size: 17px;
  cursor: pointer;
  background: #36c0c3;
  color: #FFF;
  padding: 10px 30px;
  display: block;
  width: 100%;
  border: 1px solid #454a53;
  transition: all 0.5s ease;
}

/* line 1317, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li .wpcf7 input[type=submit]:hover {
  color: #FFF;
  background: #2ea4a7;
}

/* line 1323, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer ul#contacts li a {
  cursor: pointer;
  color: #333;
}

/* line 1330, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map {
  font-family: 'Oswald', sans-serif;
  padding: 0 15px;
}

/* line 1333, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map h3 {
  font-size: 48px;
}

/* line 1336, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map #form {
  padding: 30px;
  color: #FFF;
  background: #f15b39;
  margin-right: 0;
}

/* line 1341, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map #form label {
  color: #FFF;
}

/* line 1344, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map #form input[type=submit] {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #FFF;
  display: block;
  border-radius: 5px;
  background: #2e3193;
  cursor: pointer;
  transition: all 0.5s ease;
}

/* line 1354, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map #form input[type=submit]:hover {
  background: #000;
}

/* line 1359, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map #map {
  padding: 0;
}

/* line 1361, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#before-footer-full #before-footer-content #before-footer #form-map #map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1372, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#footer-full {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  background: #2e3193;
}

/* line 1376, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#footer-full #footer-content {
  position: relative;
  color: #fff;
  min-height: 65px;
}

/* line 1380, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#footer-full #footer-content #footer-left {
  font-size: 14px;
}

@media screen and (max-width: 39.9375em) {
  /* line 1380, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
  #footer-full #footer-content #footer-left {
    text-align: center;
  }
}

/* line 1385, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_home.scss */
#footer-full #footer-content #footer-left a {
  color: #FFF;
}

/* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single {
  padding-top: 150px;
}

@media screen and (max-width: 1222px) {
  /* line 2, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
  section.single {
    padding-top: 0px;
  }
}

/* line 9, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single p {
  font-size: 18px !important;
  padding-bottom: 10px;
}

/* line 13, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single a {
  font-size: 18px !important;
  color: #36c0c3 !important;
}

/* line 16, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single a:hover {
  color: #2b999b !important;
}

/* line 21, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single strong {
  font-weight: 700;
}

/* line 24, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single em {
  font-style: italic;
}

/* line 27, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single h3 {
  font-size: 27px;
  color: #36c0c3;
  margin-bottom: 10px;
}

/* line 34, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ul {
  padding-left: 15px;
  list-style-type: disc;
  margin-bottom: 30px;
}

/* line 38, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ul li {
  font-size: 18px !important;
  line-height: 32px;
  list-style-type: disc;
}

/* line 44, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ul ol {
  padding-left: 15px;
  list-style-type: decimal;
  margin-bottom: 30px;
}

/* line 48, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ul ol li {
  font-size: 18px !important;
  line-height: 32px;
  list-style-type: decimal;
}

/* line 58, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ol {
  padding-left: 15px;
  list-style-type: decimal;
  margin-bottom: 30px;
}

/* line 62, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ol li {
  line-height: 32px;
  list-style-type: decimal;
}

/* line 67, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ol ul {
  padding-left: 15px;
  list-style-type: disc;
  margin-bottom: 30px;
}

/* line 71, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_pages.scss */
section.single ol ul li {
  line-height: 32px;
  list-style-type: disc;
}

/* line 3, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.pagination {
  padding: 30px 0;
}

/* line 6, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 11, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.pagination a {
  display: inline-block;
  padding: 10px 18px;
  color: #222;
}

/* line 16, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.pagination .is-active {
  background-color: #2ecc71;
  color: #fff;
}

/* line 23, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.float-left {
  float: left;
}

/* line 26, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.float-right {
  float: right;
}

/* line 32, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background: #207173;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: 999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 63.9375em) {
  /* line 32, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
  .back-to-top {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
  }
}

/* line 62, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.back-to-top:focus {
  color: #fff;
}

/* line 65, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.back-to-top.show {
  bottom: 73px !important;
  right: 42px  !important;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 63.9375em) {
  /* line 65, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
  .back-to-top.show {
    bottom: 57px !important;
    right: 42px  !important;
  }
}

/* line 79, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.back-to-top.show:hover {
  color: #fff;
  bottom: 30px;
  opacity: 1;
}

/* line 84, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  position: absolute;
  width: 12px;
  height: 12px;
  background-size: contain;
  transform: rotate(-90deg);
  top: 30%;
  left: 40%;
}

@media screen and (max-width: 63.9375em) {
  /* line 84, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
  .arrow {
    top: 12%;
    left: 31%;
  }
}

/* line 96, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.arrow:nth-child(2) {
  top: 42%;
}

@media screen and (max-width: 63.9375em) {
  /* line 96, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
  .arrow:nth-child(2) {
    top: 31%;
    left: 31%;
  }
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: rotate(-90deg) translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: rotate(-90deg) translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: rotate(-90deg) translateX(0px) scale(1);
  }
}

/* line 111, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.back-to-top:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/* line 117, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.back-to-top:hover .arrow:nth-child(2) {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*
@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }
    .back-to-top.show:hover {
        bottom: 10px;
    }
    .arrow {
        top: 27%;
        left: 37%;
    }
}
*/
/* line 146, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.fancy {
  font-size: 27px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 70px;
  line-height: 0.2;
  text-align: center;
}

/* line 157, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.fancy span {
  display: inline-block;
  position: relative;
}

/* line 161, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 2.5px;
  top: 0;
  width: 480px;
}

/* line 172, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.fancy span:before {
  right: 100%;
  margin-right: 70px;
}

/* line 176, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.fancy span:after {
  left: 100%;
  margin-left: 70px;
}

/* line 182, ../../Laragon/www/spitzerdental/wp-content/themes/impressm/sass/pages/_utils.scss */
.parallax-window {
  min-height: 600px;
  background: transparent;
}

/*# sourceMappingURL=screen.css.map */