@import url(https://fonts.googleapis.com/css?family=Quicksand:400,300,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

h1, .h1 {
  font-size: 3em;
  color: #7F3F98;
  font-weight: bold;
  margin-bottom: 0.5em;
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

h2 {
  font-size: 2em;
  line-height: 2em;
  color: #979797;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #51B6A4;
  font-weight: bold;
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

p {
  font-size: 1em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}

a {
  color: inherit;
  text-decoration: none;
}

#main li {
  list-style: circle;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.purple-title {
  background: #7F3F98;
  line-height: 1;
  color: #FFF;
  width: 100%;
  font-size: 1.5em;
  padding: 30px;
  font-weight: 500;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 20px;
}

.button, .wpcf7-submit {
  text-align: center;
  width: 100%;
  max-width: 200px;
  color: #FFF;
  background: #51B6A4 url("../images/misc/right-arrow.svg") 90% no-repeat;
  background-size: 10px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1em;
  transition: 500ms all;
  border: 0;
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
}
.button:hover, .wpcf7-submit:hover {
  background-color: #7F3F98;
  border-radius: 20px 0 20px 0;
}

.readmore-link, .excerpt-read-more {
  text-align: center;
  width: 100%;
  max-width: 200px;
  color: #FFF;
  background: #51B6A4 url("../images/misc/right-arrow.svg") 90% no-repeat;
  background-size: 10px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1em;
  transition: 500ms all;
  border: 0;
  font-family: "Quicksand", sans-serif;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin-top: 30px;
}
.readmore-link:hover, .excerpt-read-more:hover {
  background-color: #7F3F98;
  border-radius: 20px 0 20px 0;
}

@media only screen and (min-width: 320px) {
  .button, .wpcf7-submit {
    min-width: 200px;
    max-width: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 481px) {
  .button, .wpcf7-submit {
    min-width: 200px;
    max-width: 200px;
    margin: 0;
  }
}
button {
  background: #979797;
}

.about-btn {
  margin-top: 50px;
}

.directions {
  background-color: #979797;
}

.more-link {
  display: block;
  margin-top: 20px;
}

.wpcf7-submit {
  display: block;
  border: none;
  margin-top: 0 !important;
}

.button-row {
  clear: both;
}
.button-row .button, .button-row .wpcf7-submit {
  float: left;
  margin-right: 30px;
  background-image: none;
}

/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  font-size: 1em;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  box-sizing: border-box;
  border: 0;
  width: 100%;
  transition: background-color 0.24s ease-in-out;
  font-family: "Quicksand", sans-serif;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  outline: none;
}
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 150px;
  line-height: 1.5em;
  resize: none;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

form img {
  position: absolute;
}
form p {
  margin: 0;
}

/*********************
GENERAL STYLES
*********************/
.slider-container {
  margin-bottom: 50px;
  position: relative;
}
.slider-container .slider {
  max-height: 400px;
}
.slider-container .slider .item {
  min-height: 400px;
  width: 100%;
  background: red;
  color: #FFF;
}
.slider-container .slider .caption {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 20px;
}
.slider-container .slider .owl-controls {
  top: 50%;
  width: 100%;
  position: absolute;
}
.slider-container .slider .owl-controls div {
  color: #FFF;
  font-weight: bold;
  font-size: 60px;
  opacity: 0.6;
  transition: 500ms all;
}
.slider-container .slider .owl-controls div:hover {
  opacity: 1;
}
.slider-container .slider .owl-controls .owl-prev {
  position: absolute;
  left: 0;
}
.slider-container .slider .owl-controls .owl-next {
  position: absolute;
  right: 0;
}
.slider-container .slider #chris-hoy {
  background: url("../images/slider/chris-hoy.jpg") center 20%/cover no-repeat;
}
.slider-container .slider #chris-hoy .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #chris-hoy .caption h2 {
  font-size: 3em;
  color: #FFF;
  line-height: 1em;
}
.slider-container .slider #chris-hoy .caption h3 {
  text-align: left;
  margin-top: 30px;
  font-size: 2em;
  color: #FFF;
}
.slider-container .slider #statistics {
  background: url("../images/slider/statistics.jpg") top/cover no-repeat;
}
.slider-container .slider #statistics .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #statistics .caption h2 {
  font-size: 2.5em;
  color: #FFF;
  line-height: 1em;
}
.slider-container .slider #sybil {
  background: url("../images/slider/sybil.jpg") center/cover no-repeat;
}
.slider-container .slider #sybil .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #sybil .caption h2 {
  font-size: 2.5em;
  color: #FFF;
  line-height: 1em;
}
.slider-container .slider #lower-back-pain {
  background: url("../images/slider/lower-back.jpg") center/cover no-repeat;
}
.slider-container .slider #lower-back-pain .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #lower-back-pain .caption h2 {
  font-size: 2.5em;
  color: #FFF;
  line-height: 1em;
}
.slider-container .slider #experience {
  background: url("../images/slider/experienced.jpg") center/cover no-repeat;
}
.slider-container .slider #experience .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #experience .caption h2 {
  font-size: 2.5em;
  color: #FFF;
  line-height: 1em;
}
.slider-container .slider #olympic {
  background: url("../images/slider/olympic.jpg") center/cover no-repeat;
}
.slider-container .slider #olympic .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #olympic .caption h2 {
  font-size: 2.5em;
  color: #FFF;
  line-height: 1em;
}
.slider-container .slider #bulley {
  background: url("../images/slider/bulley.jpg") center/cover no-repeat;
}
.slider-container .slider #bulley .caption {
  position: absolute;
  text-shadow: 0 0 2px #000;
}
.slider-container .slider #bulley .caption h2 {
  font-size: 2.5em;
  color: #FFF;
  line-height: 1em;
}

@media only screen and (min-width: 768px) {
  .slider-container .slider {
    overflow: hidden;
    border-radius: 50px 0px 0px 0;
    max-height: 500px;
  }
  .slider-container .slider .item {
    border-radius: 50px 0px 0px 0;
    min-height: 500px;
  }
  .slider-container .slider .caption {
    height: auto;
    width: auto;
    display: block;
    background: none;
  }
  .slider-container .slider #chris-hoy .caption {
    text-align: right;
    position: absolute;
    right: 50px;
    top: 50px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #chris-hoy .caption h2 {
    font-size: 5em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #chris-hoy .caption h3 {
    text-align: right;
    margin-top: 30px;
    font-size: 2em;
    color: #FFF;
  }
  .slider-container .slider #statistics {
    background: url("../images/slider/statistics.jpg") center/cover no-repeat;
  }
  .slider-container .slider #statistics .caption {
    text-align: left;
    position: absolute;
    left: 30px;
    bottom: 30px;
    max-width: 700px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #statistics .caption h2 {
    font-size: 4em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #sybil {
    background: url("../images/slider/sybil.jpg") center/cover no-repeat;
  }
  .slider-container .slider #sybil .caption {
    text-align: left;
    position: absolute;
    left: 50px;
    top: 100px;
    max-width: 650px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #sybil .caption h2 {
    font-size: 3.4em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #lower-back-pain {
    background: url("../images/slider/lower-back.jpg") center right/cover no-repeat;
  }
  .slider-container .slider #lower-back-pain .caption {
    text-align: right;
    position: absolute;
    right: 50px;
    top: 40px;
    max-width: 430px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #lower-back-pain .caption h2 {
    font-size: 3.3em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #experience {
    background-position: top;
  }
  .slider-container .slider #experience .caption {
    text-align: right;
    position: absolute;
    right: 30px;
    top: 80px;
    max-width: 430px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #experience .caption h2 {
    font-size: 3.3em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #olympic .caption {
    text-align: left;
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 500px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #olympic .caption h2 {
    font-size: 3.3em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #bulley {
    background-position: top;
  }
  .slider-container .slider #bulley .caption {
    text-align: left;
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 500px;
    text-shadow: 0 0 2px #000;
  }
  .slider-container .slider #bulley .caption h2 {
    font-size: 3.3em;
    color: #FFF;
    line-height: 1em;
  }
  .slider-container .slider #bulley .caption h2 span {
    background: none;
    font-size: 2rem;
    line-height: 0.1em;
  }
  .slider-container .slider .t {
    display: flex;
  }
}
.callout {
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  height: auto;
  align-items: center;
  width: 100%;
  border-radius: 0px 0 50px 0;
  padding: 15px 0px;
  background: #7F3F98;
}
.callout h3 {
  margin: 0;
  color: #FFF;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.symptom-callout {
  margin-bottom: 50px;
}

#accred-logos {
  display: none;
  margin-top: 50px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#accred-logos div {
  background-size: contain !important;
  height: 60px;
  width: 60px;
}

@media only screen and (min-width: 1030px) {
  #accred-logos {
    display: flex;
  }
}
.hp-container {
  overflow: hidden;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background: #F0F0F0;
}
.row .mod {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row .mod h3 {
  font-size: 1.8em;
  color: #7F3F98;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.row .mod p {
  color: #979797;
  line-height: 1.5em;
}
.row .mod .about-btn {
  margin: 0 auto;
}
.row .curved {
  background: none;
  padding: 30px;
  background: #F8F8F8;
}

@media only screen and (min-width: 1030px) {
  .row {
    flex-wrap: nowrap;
  }
  .row .mod {
    width: 50%;
  }
  .row .mod .about-btn {
    margin: 0;
  }

  .row-1 {
    border-radius: 50px 0px 0px 0px;
  }
  .row-1 .img {
    border-radius: 50px 0px 0px 0px;
  }
  .row-1 .curved {
    text-align: left;
    margin: 30px 30px 30px 0;
    border-radius: 0px 50px 0px 0px;
  }

  .row-2 .curved {
    text-align: right;
    margin: 30px 0px 30px 30px;
    border-radius: 50px 0px 0px 0px;
  }
  .row-2 .curved .button, .row-2 .curved .wpcf7-submit {
    float: right;
  }

  .row-3 .curved {
    text-align: left;
    margin: 30px 30px 30px 0;
    border-radius: 0px 50px 0px 0px;
  }
}
.contact-strip {
  margin-top: 30px;
  margin-bottom: 0;
}
.contact-strip .hp-container {
  width: 100%;
  border-radius: 0;
  background: none;
}
.contact-strip .contact-mod {
  background: #F8F8F8;
  width: 100%;
  padding: 30px;
  max-width: 800px;
  margin: 20px auto 20px auto;
  box-sizing: border-box;
}
.contact-strip .contact-mod h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-strip .contact-mod .address-col {
  text-align: center;
}
.contact-strip .contact-mod .button-row {
  padding: 0;
}
.contact-strip .contact-mod .button-row .button, .contact-strip .contact-mod .button-row .wpcf7-submit {
  float: none;
  margin: 0 auto;
}
.contact-strip .contact-mod .address, .contact-strip .contact-mod .directions {
  display: none;
}
.contact-strip .contact-mod:nth-of-type(2n) {
  margin-bottom: 0;
}
.contact-strip iframe {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1030px) {
  .contact-strip {
    display: flex;
    margin-bottom: 0;
  }
  .contact-strip h2 {
    margin-top: 40px;
  }
  .contact-strip .hp-container {
    display: flex;
    flex-wrap: nowrap;
    width: 50%;
  }
  .contact-strip .contact-mod {
    width: 50%;
    margin: 20px 20px 20px 0;
    border-radius: 50px 0px 50px 0px;
  }
  .contact-strip .contact-mod .clinic-img {
    margin-bottom: 20px;
  }
  .contact-strip .contact-mod .address-col {
    text-align: left;
    column-count: 2;
  }
  .contact-strip .contact-mod .address, .contact-strip .contact-mod .directions {
    display: block;
  }
  .contact-strip .contact-mod .button-row .button, .contact-strip .contact-mod .button-row .wpcf7-submit {
    margin: 0 20px 0 0;
    float: left;
    min-width: 150px;
    max-width: 150px;
  }
  .contact-strip .contact-mod:nth-of-type(2n) {
    margin-bottom: 20px;
  }
}
.hp-introduction {
  display: flex;
  flex-wrap: wrap;
}
.hp-introduction #content {
  padding: 0 15px;
}

.sidebar {
  margin-left: auto;
  max-width: 300px;
  width: 100%;
  display: none;
  flex-direction: column;
}
.sidebar .twitter-widget {
  background: #FFF;
  padding: 20px;
  border: 3px solid #7F3F98;
}

@media only screen and (min-width: 1030px) {
  .sidebar {
    display: flex;
  }

  #content {
    max-width: 1000px;
  }
}
/******************************************
NAV STYLES
******************************************/
/*********************
BASE  NAV STYLES
*********************/
.side-navigation {
  left: 0;
  width: 100%;
  min-width: 200px;
  background: #7F3F98;
  position: fixed;
  height: 0%;
  overflow: hidden;
  color: #FFF;
  z-index: 9999;
  transition: 500ms all;
}
.side-navigation .nav-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  padding: 5px;
}
.side-navigation .nav-logo-container .nav-logo {
  height: 78px;
  max-width: 80px;
  width: 100%;
  background: url("../images/misc/nav-logo.svg") center no-repeat;
  transition: 500ms all;
}
.side-navigation .nav-logo-container .nav-logo a {
  height: 100%;
  width: 100%;
  display: block;
}
.side-navigation .nav-logo-container .nav-logo:hover {
  opacity: 0.6;
}
.side-navigation #menu-main-menu {
  border-top: 3px solid #FFF;
}
.side-navigation li {
  text-align: center;
  display: flex;
  flex-direction: column;
  background-size: 30px !important;
  background-position: center 30% !important;
  transition: 500ms all;
}
.side-navigation li a {
  height: 100%;
  width: 100%;
  padding: 5px 0 10px 0;
  height: 9vh;
  max-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 100;
}
.side-navigation .menu-item-23 {
  background: #7F3F98;
}
.side-navigation .menu-item-21 {
  background: #85489D;
}
.side-navigation .menu-item-206 {
  background: #86509E;
}
.side-navigation .menu-item-20 {
  background: #8E5FA6;
}
.side-navigation .menu-item-19 {
  background: #9D76B2;
}
.side-navigation .menu-item-325 {
  background: #A581B8;
}
.side-navigation .menu-item-22 {
  background: #AE8EC1;
}
.side-navigation .menu-item-18 {
  background: #A681BA;
}

.visible-menu {
  height: 100%;
}
.visible-menu .nav-logo-container {
  display: flex;
  padding: 5px;
}

#nav-icon3.open span {
  background: #FFF;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 200px;
  margin: 40px auto;
  padding: 0 30px;
}
.social-icons img {
  height: 30px;
  width: auto;
  transition: 500ms all;
}
.social-icons img:hover {
  opacity: 0.6;
}

/*********************
1030 WIDTH NAV STYLES
*********************/
@media only screen and (min-width: 1030px) {
  .side-navigation {
    left: 0;
    width: 10vw;
    min-width: 200px;
    background: #7F3F98;
    position: fixed;
    height: 100%;
    overflow: hidden;
    color: #FFF;
  }

  #nav-icon3 {
    display: none;
  }
}
/****************************
760 SCREEN HEIGHT AND ABOVE
*****************************/
@media only screen and (min-height: 760px) {
  .side-navigation .nav-logo-container {
    display: flex;
  }
  .side-navigation li {
    background-position: center 35% !important;
  }
  .side-navigation li a {
    justify-content: flex-end;
    padding-bottom: 10px;
  }
  .side-navigation li:hover, .side-navigation .current_page_item {
    box-shadow: inset -5px -8px 5px 2px rgba(0, 0, 0, 0.1);
  }
  .side-navigation .menu-item-23 {
    background: #7F3F98 url("../images/nav-icons/home.svg") no-repeat;
  }
  .side-navigation .menu-item-21 {
    background: #85489D url("../images/nav-icons/about-us.svg") no-repeat;
  }
  .side-navigation .menu-item-206 {
    background: #86509E url("../images/nav-icons/why-us.svg") no-repeat;
  }
  .side-navigation .menu-item-20 {
    background: #8E5FA6 url("../images/nav-icons/what-we-treat.svg") no-repeat;
  }
  .side-navigation .menu-item-19 {
    background: #9D76B2 url("../images/nav-icons/prices.svg") no-repeat;
  }
  .side-navigation .menu-item-325 {
    background: #A581B8 url("../images/nav-icons/patient-portal.svg") no-repeat;
  }
  .side-navigation .menu-item-22 {
    background: #AE8EC1 url("../images/nav-icons/blog.svg") no-repeat;
    background-size: 25px !important;
  }
  .side-navigation .menu-item-18 {
    background: #A681BA url("../images/nav-icons/contact.svg") no-repeat;
  }
}
/****************************
1000 SCREEN HEIGHT AND ABOVE
*****************************/
@media only screen and (min-height: 1000px) {
  .side-navigation li {
    background-position: center 35% !important;
  }
  .side-navigation li a {
    justify-content: flex-end;
    padding-bottom: 20px;
  }
}
* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon3 {
  width: 30px;
  height: 22.5px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 999999999;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #FFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

body {
  font-family: "Quicksand", sans-serif;
}

.logo {
  height: 91px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: 500ms all;
}
.logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.logo:hover .st12 {
  fill: #7F3F98;
}
.logo:hover .st10, .logo:hover .st6 {
  fill: #FFF;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

/* IE6 */
*:first-child + html .cf {
  zoom: 1;
}

/* IE7 */
/******************************************
LOADING
******************************************/
.loading {
  position: absolute;
  background: #FFF;
  height: 100%;
  width: 100%;
  z-index: 99999;
}

.sk-fading-circle {
  margin: 100px auto;
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 60px);
  top: calc(50% - 100px);
  z-index: 99999;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #7F3F98;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.wrap {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/******************************************
HEADER STYLES
******************************************/
.mobile-header {
  z-index: 99999;
  background: #7F3F98;
  color: #FFF;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.mobile-header h4 {
  font-size: 1em;
  background: url("../images/misc/telephone.svg") left no-repeat;
  padding-left: 20px;
  margin-right: 50px;
}

header {
  padding: 20px;
  box-sizing: border-box;
}
header h2 {
  color: #7F3F98;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
  display: none;
}
header h2:last-of-type {
  margin-bottom: 0;
}
header h2 span {
  font-weight: normal;
  display: block;
}

.logo {
  height: 91px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: 500ms all;
}
.logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.logo:hover .st12 {
  fill: #7F3F98;
}
.logo:hover .st10, .logo:hover .st6 {
  fill: #FFF;
}

@media only screen and (min-width: 1030px) {
  header {
    padding-left: 0;
  }
  header .logo {
    float: left;
  }
  header h2 {
    float: right;
    clear: right;
    line-height: 1em;
    margin-bottom: 0;
    margin-top: 30px;
    display: block;
  }
  header h2 span {
    display: inline;
    font-size: 1.5rem;
  }

  .mobile-header {
    display: none;
  }
}
footer {
  clear: both;
  background: #DBDBDB;
  border-top: 5px solid #7F3F98;
  text-align: center;
  padding: 20px 15px;
}
footer #inner-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .copyright {
  margin-top: 20px;
  width: 100%;
}

.social-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 150px;
}
.social-container a {
  max-width: 30px;
  width: 100%;
}
.social-container img {
  width: 100%;
  max-width: 50px;
  transition: 200ms all;
}
.social-container img:hover {
  margin-top: 2px;
}
.social-container img:last-of-type {
  border-radius: 6px;
}

@media only screen and (min-width: 1030px) {
  footer #inner-footer {
    align-items: flex-start;
    justify-content: flex-start;
  }
  footer .copyright {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    text-align: right;
  }

  .social-container {
    margin-right: auto;
  }
}
