/*
Theme Name: Spear2017
Theme URI: http://tnbw.com/
Author: tnbw.com
Author URI: tnbw.com/
*/
.ReviewTile-review-lower-logo {
  float: left;
  margin-right: 25px;
}

.ReviewTile-review-lower-logo img {
  max-height: 40px;
}

.ReviewTile-review-info {
  float: left;
  margin-top: 12px;
  width: 265px;
  text-align: right;
}

.ReviewStars {
  margin-right: 12px;
  float: left;
  height: 20px;
  margin-top: 12px;
  position: relative;
}

.ReviewStars-display-bar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  opacity: 0.6;
}

.ReviewStars .star-icon {
  display: block;
  float: left;
  width: 18px;
}

.ReviewStars-icon-faint {
  opacity: 0.3;
}

.ReviewTile-review-date {
  padding-right: 15px;
}

.ReviewTile-review-name {
  padding-right: 5px;
}

/* xs sizes */
@media (max-width: 767px) {
  .ReviewTile .font-xl {
    font-size: 18px;
    line-height: 28px;
  }

  .ReviewTile .SideScrollTile-inner {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    min-height: 240px;
  }

  .ReviewTile-review-lower-logo {
    margin-right: 10px;
  }

  .ReviewTile .ReviewStars {
    margin-top: 8px;
  }

  .ReviewStars .star-icon {
    width: 15px;
  }

  .ReviewTile-review-info {
    float: left;
    margin-top: 0;
    width: 100%;
    padding-top: 0;
  }

  .ReviewTile-lower-wrap {
    padding-top: 12px;
  }
}
.ReviewSummary {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}

.ReviewSummary-number {
  margin: 0 auto;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  padding-top: 11px;
}

.ReviewSummary-source {
  float: left;
}

.ReviewSummary-source img {
  max-height: 30px;
  padding-right: 5px;
}

.ReviewSummary-lower-wrap {
  margin-top: 20px;
}

.ReviewSummary-stars .ReviewStars {
  margin-top: 8px;
  margin-left: 5px;
  margin-right: 0;
}

.ReviewSummary-stars .ReviewStars .star-icon {
  width: 15px;
}

.ReviewSummary-stars {
  float: left;
}

/* xs sizes */
@media (max-width: 991px) {
  .ReviewSummary-source img {
    max-height: 20px;
    padding-right: 5px;
  }

  .ReviewSummary-stars .ReviewStars .star-icon {
    width: 12px;
  }

  .ReviewSummary-stars .ReviewStars {
    margin-top: 4px;
  }
}
.SlideshowWithThumbs-slide {
  width: 100%;
  height: 100%;
}

.SlideshowWithThumbs-thumb {
  float: left;
  width: 90px;
  margin-right: 8px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 400ms;
  cursor: pointer;
}

.SlideshowWithThumbs-thumb-active,
.SlideshowWithThumb-thumb:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.SlideshowWithThumbs-thumbnails {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-left: 40px;
  position: relative;
}

.SlideshowWithThumbs-thumbnails-rail-train {
  width: 48000px;
}

.SlideshowWithThumbs-blocker {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  opacity: 0.7;
}

.SlideshowWithThumbs-blocker-left {
  left: 0;
}

.SlideshowWithThumbs-next-button,
.SlideshowWithThumbs-prev-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: 400ms all;
  z-index: 600;
}

.SlideshowWithThumbs-next-button {
  right: 0px;
  left: auto;
}

.card-shape .SlideshowWithThumbs-caption,
.SlideshowWithThumbs-caption {
  background: rgba(255, 255, 255, 0.7);
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 8px;
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.GridOfCards .SideScrollTile {
  margin-right: 0;
}

.GridOfCards-cards-container > div {
  padding-bottom: 40px;
}

.GridOfCards-cards-container > div .SideScrollTile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.GridOfCards-cards-container > div.TherapistTile-width-bio .SideScrollTile-inner {
  height: auto;
  position: relative;
}

.GridOfCards-cards-container > div.TherapistTile-width-bio .SideScrollTile-lower-wrap {
  min-height: 160px;
}

.GridOfCards .card-shape > div.SideScrollTile-outer-under {
  border: none;
  border-radius: 0;
  margin-top: 25px;
  overflow: auto;
}

.GoogleMapInterface #GoogleMapInterface-map-container {
  width: 100%;
  min-height: 420px;
}

/* xs sizes */
@media (max-width: 767px) {
  .GoogleMapInterface #GoogleMapInterface-map-container {
    width: 100%;
    min-height: 320px;
  }
}
.SideScrollTile.SideScrollTile-fixed-w {
  width: 350px;
  margin-right: 25px;
}

.SideScrollTile.SideScrollTile-fixed-w-2 {
  width: 280px;
  margin-right: 25px;
}

.SideScrollTile.SideScrollTile-fixed-w-3 {
  width: 540px;
  margin-right: 25px;
}

.SideScrollTile {
  position: relative;
  float: left;
}

.SideScrollTiles-rail-container {
  overflow: hidden;
}

.SideScrollTile a:focus, .SideScrollTile a:hover {
  text-decoration: none;
}

.SideScrollTiles .SideScrollTiles-allLink {
  position: absolute;
  top: 0;
  right: 12px;
  width: 100px;
  text-align: right;
}

/* parent that creates the box */
.SideScrollTiles-scroll-rail-train {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}

/* sets the > div inner to 100% height  */
.SideScrollTiles-scroll-rail-train > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* sets the inner to 100% height  */
.SideScrollTiles .SideScrollTile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.SideScrollTile-flex-blocker {
  width: 100%;
  position: relative;
}

.SideScrollTiles-next-button,
.SideScrollTiles-prev-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -29px;
  transition: 400ms all;
}

.SideScrollTiles-next-button {
  right: -29px;
  left: auto;
}

.SideScrollTiles-blocker {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 9px;
}

.SideScrollTile-lower-wrap {
  padding: 12px;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 190px;
  padding-bottom: 18px;
}

.SideScrollTiles-tile-inactive {
  opacity: 0.4;
}

.SideScrollTile-label-button .LabelButton {
  float: right;
  /*position: absolute;
  bottom: 3px;
  right: -26px;
  */
}

.LocationTile-sub-head {
  min-height: 60px;
}

.SideScrollTiles-label-button.LabelButton-full {
  position: relative;
  bottom: auto;
  right: auto;
}

.PressnewsTile {
  min-height: 404px;
}

/*
.PressnewsTile-label-button.LabelButton-full  {
    position: absolute;
    bottom: 10px;
    right: 2px;}
*/
.TherapistTile-label-button {
  position: absolute;
  bottom: 17px;
  right: 15px;
}

.SideScrollTile-bottom-align-label-button {
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.SideScrollTile-label-button.LabelButton-full > div {
  float: right;
}

.TherapistTile .SideScrollTile-inner {
  background: #e5e5e5;
  transition: all 400ms;
  border: 3px solid #e5e5e5;
  width: 100%;
}

.TherapistTile .SideScrollTile-lower-wrap {
  min-height: 100px;
  padding-bottom: 44px;
}

.TherapistTile:hover .SideScrollTile-inner {
  background: #fff;
}

.TherapistTile {
  margin-right: 15px;
}

.TherapistTile-width-bio {
  flex-direction: column;
}

.TherapistTile .SideScrollTile-outer-under {
  background: none;
}

.ReviewTile {
  min-height: 0;
}

.ReviewTile .SideScrollTile-inner {
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0;
  min-height: 300px;
}

.ReviewTile-review-text {
  text-decoration: underline;
  color: #666;
}

.ReviewTile-lower-wrap {
  min-height: 45px;
  padding: 0;
}

.BlogpostTile-inner {
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
  position: relative;
}

.BlogpostTile .SideScrollTile-lower-wrap {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  min-height: 0;
}

.BlogpostTile-label-button {
  right: 0;
  bottom: 0;
}

.PhotoTile {
  width: 400px;
  float: left;
  margin-right: 15px;
  min-height: 0;
}

.PhotoTile-inner {
  border: none;
  border-radius: 0;
}

.SocialmediaTile-brand-logo,
.SocialmediaTile-mini-logo {
  width: 25px;
  height: 25px;
}

.SocialmediaTile-top-bar {
  position: relative;
}

.SocialmediaTile-brand-logo {
  position: absolute;
  right: 0;
  top: 0;
}

.SocialmediaTile-brand-logo svg,
.SocialmediaTile-mini-logo svg {
  width: 100%;
}

.SocialmediaTile-inner {
  background: #fff;
  padding: 20px;
  padding-bottom: 15px;
  position: relative;
}

.SocialmediaTile-handle {
  position: absolute;
  left: 35px;
  top: 4px;
  font-weight: bold;
}

.SocialmediaTile-instagram a:visited,
.SocialmediaTile-instagram a:hover,
.SocialmediaTile-instagram a:link {
  color: #003569;
}

.SocialmediaTile-facebook a:visited,
.SocialmediaTile-facebook a:hover,
.SocialmediaTile-facebook a:link {
  color: #4267b2;
}

.SocialmediaTile-twitter a:visited,
.SocialmediaTile-twitter a:hover,
.SocialmediaTile-twitter a:link {
  color: #993333;
}

.SocialmediaTile-handle a:visited,
.SocialmediaTile-handle a:hover,
.SocialmediaTile-handle a:link {
  color: #333;
}

.SocialmediaTile a:hover {
  text-decoration: underline;
}

.SocialmediaTile a:hover {
  text-decoration: underline;
}

.SocialmediaTile-video {
  max-height: 308px;
}

.SocialmediaTile-video video {
  width: 100%;
  max-height: 175px;
}

.SocialmediaTile-twitter .SocialmediaTile-title-wrapper {
  height: 80%;
}

.SideScrollTiles-top-headline a:hover {
  text-decoration: none;
}

/* xs sizes */
@media (max-width: 767px) {
  .SideScrollTile.SideScrollTile-fixed-w {
    width: 280px;
    margin-right: 15px;
  }

  .SideScrollTile.SideScrollTile-fixed-w-2 {
    width: 230px;
    margin-right: 15px;
  }

  .SideScrollTile.SideScrollTile-fixed-w-3 {
    width: 280px;
    margin-right: 15px;
  }

  .BlogpostTile-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 16px;
  }

  .SocialmediaTile-inner {
    padding: 10px;
    padding-bottom: 15px;
  }

  .SocialmediaTile-handle {
    left: 30px;
  }
}
/* xxs sizes */
@media (max-width: 470px) {
  .SideScrollTile-label-button .LabelButton {
    float: left;
  }

  .SideScrollTiles-next-button {
    right: 0;
  }

  .SideScrollTiles-prev-button {
    left: 0;
  }

  .arrow-round-stroke {
    /* fill: #003aff !important; */
  }

  .TherapistTile .SideScrollTile-lower-wrap {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.LabelButton a {
  display: block;
}

.LabelButton-label {
  float: left;
  margin-top: 7px;
  margin-right: 7px;
}

.LabelButton-label-xs {
  margin-top: 1px;
}

.LabelButton-arrow {
  float: left;
  width: 26px;
  height: 26px;
}

.LabelButton-icon-arrow {
  width: 13px;
  height: 13px;
}

.FindYourPT {
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 240px;
  padding-right: 24px;
}

.FindYourPT.FindYourPT-inside {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.FindYourPT .FindYourPT-service-selector li {
  border-radius: 10px;
  border: 2px solid #99cae6;
  cursor: pointer;
  transition: all 400ms;
  background: #fff;
  padding: 7px;
  padding-left: 13px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.FindYourPT #menu-item-241 {
  display: none;
}

.FindYourPT .FindYourPT-service-selector li.active,
.FindYourPT .FindYourPT-service-selector li:hover {
  background: #99cae6;
  cursor: pointer;
  color: #fff;
}

.FindYourPT .FindYourPT-service-menu {
  display: none;
  webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-gap: 30px;
}

.FindYourPT .FindYourPT-service-menu.FindYourPT-active {
  display: block;
}

.FindYourPT .FindYourPT-service-menu a:link {
  padding: 5px;
  padding-right: 10px;
}

.FindYourPT .FindYourPT-service-menu li {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.FindYourPT .FindYourPT-service-menu li:hover {
  background: #ebf4fa;
  color: #666 !important;
}

.FindYourPT .FindYourPT-service-menu li:hover a {
  color: #666 !important;
}

.SocialNav li {
  width: 25px;
  margin-right: 0;
  display: none;
  margin-bottom: 1px;
}

.SocialNav li.SocialNav-toggle {
  display: block;
}

.SocialNav a {
  display: block;
}

.SocialNav-nav-out li {
  display: block;
}

.SocialNav li img,
.SocialNav li svg {
  width: 25px;
  height: 25px;
}

.no-touch .SocialNav li a:hover path {
  fill: #666666 !important;
  transition: 400ms all;
}

.SocialNav {
  border-radius: 16px;
  background: #fff;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
}

.HamburgerMenuViewelement {
  position: relative;
  position: relative;
  width: 20px;
  height: 20px;
}

.HamburgerMenuViewelement a {
  position: relative;
  transition: all 500ms;
  display: block;
}

.HamburgerMenuViewelement span {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.HamburgerMenuViewelement .menu-in-icon {
  display: block;
}

.HamburgerMenuViewelement .menu-out-icon {
  display: none;
}

.HamburgerMenuViewelement.hamburger-menu-out .menu-out-icon {
  display: block;
}

.HamburgerMenuViewelement.hamburger-menu-out .menu-in-icon {
  display: none;
}

.HamburgerMenuViewelement-target {
  display: none;
}

.hamburger-menu-out .HamburgerMenuViewelement-target {
  display: block;
}

#small-menu-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
}

.MagicSlideshowViewelement {
  width: 100%;
  position: relative;
}

.MagicSlideshowViewelement .magic-slideshow-slide {
  width: 100%;
  height: 100%;
}

.MagicSlideshowViewelement.cycle-auto-height .magic-slideshow-slide {
  width: auto;
  height: auto;
}

.MagicSlideshowViewelement .magic-slideshow-slide img {
  width: 100%;
}

.MagicSlideshowViewelement .magic-slideshow-slide a {
  display: block;
}

.MagicSlideshowViewelement .magic-slideshow-control-wrapper {
  position: relative;
  z-index: 60;
}

.MagicSlideshowViewelement .magic-slideshow-pager-wrapper {
  text-align: center;
}

/* overlay buttons */
.MagicSlideshowViewelement .magic-slideshow-control-wrapper .magic-slideshow-button {
  cursor: pointer;
}

.MagicSlideshowViewelement .magic-slideshow-control-wrapper .magic-slideshow-prev-button {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
}

.MagicSlideshowViewelement .magic-slideshow-control-wrapper .magic-slideshow-next-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 50;
}

/* overlay buttons */
.MagicSlideshowViewelement .magic-slideshow-overlay-button {
  position: absolute;
  z-index: 500;
  background: rgba(250, 253, 118, 0.7);
  top: 0;
  height: 100%;
  width: 15px;
  cursor: pointer;
}

.MagicSlideshowViewelement .magic-slideshow-overlay-button .overlay-button-inner {
  position: relative;
  height: 100%;
}

.MagicSlideshowViewelement .magic-slideshow-overlay-button .overlay-button-inner img {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.MagicSlideshowViewelement .magic-slideshow-overlay-button.magic-slideshow-prev-button {
  left: 0;
}

.MagicSlideshowViewelement .magic-slideshow-overlay-button.magic-slideshow-next-button {
  right: 0;
}

.VideoHero {
  position: relative;
  overflow: hidden;
}

.VideoHero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  transition: 1s opacity;
}

.VideoHero.VideoHero-fit video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -100;
  transform: none;
  transition: 1s opacity;
}

/* xs sizes */
@media (max-width: 767px) {
  .VideoHero.VideoHero-fit video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
  }
}
.VideoHero-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 400;
}

.VideoHero-headline,
.VideoHero-sub-headline {
  text-shadow: 1px 4px 12px #000;
}

.VideoHero-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  z-index: 300;
  background: none;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(180deg, rgba(153, 202, 230, 0), rgba(153, 202, 230, 0.8));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, rgba(153, 202, 230, 0), rgba(153, 202, 230, 0.8));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, rgba(153, 202, 230, 0), rgba(153, 202, 230, 0.8));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, rgba(153, 202, 230, 0), rgba(153, 202, 230, 0.8));
  /* Standard syntax */
}

.VideoHero-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30%;
  width: 100%;
  z-index: 300;
  background: none;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  /* Standard syntax */
}

.VideoHero-branding {
  position: absolute;
  top: 0;
  left: -15%;
  height: 65%;
  width: 65%;
  opacity: 0.4;
}

.FullscreenSlideshow {
  width: 100%;
  height: 100%;
}

.FullscreenSlideshowLayer {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
}

.FullscreenSlideshowSlide {
  width: 100%;
  height: 100%;
  padding: 100px;
  padding-bottom: 120px;
}

.FullscreenSlideshowSlide-img {
  height: 100%;
}

.FullscreenSlideshowSlide-info {
  display: none;
}

.FullscreenSlideshow-close-button {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 600;
}

.FullscreenSlideshow-close-button svg {
  width: 30px;
  height: 30px;
}

.FullscreenSlideshow-next-button,
.FullscreenSlideshow-prev-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 32px;
  font-size: 80px;
  line-height: 80px;
  z-index: 6000;
  margin-top: -60px;
}

.FullscreenSlideshow-next-button {
  right: 32px;
  left: auto;
}

.FullscreenSlideshow-arrows svg {
  width: 40px;
  height: 40px;
}

.SlideshowHero {
  position: relative;
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

.SlideshowHero-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 400;
}

.SlideshowHero-for-breadcrumb .SlideshowHero-content-overlay {
  top: 20%;
  height: 80%;
}

.SlideshowHero-content-overlay .SlideshowHero-label-button {
  float: right;
}

.SlideshowHero-hero-overlay {
  background: rgba(255, 255, 255, 0.85);
  max-width: 400px;
  padding: 20px;
}

.SlideshowHero-content-overlay-inner {
  width: 100%;
}

.SocialShare li {
  float: left;
  width: 20px;
  margin-right: 6px;
}

.SocialShare li svg {
  width: 100%;
}

.no-touch .SocialShare li a:hover {
  opacity: 0.9;
}

.wireframe {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.WireframeBlockViewelement {
  min-height: 325px;
}

.WireframeBlockViewelement.auto-height {
  min-height: 0;
}

.WireframeTileGridViewelement .tile-grid-tile {
  margin-bottom: 20px;
}

.DropdownNav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.DropdownNav button {
  width: 100%;
}

.DropdownNav ul {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  top: 34px;
  z-index: 500;
  display: none;
}

.DropdownNav li {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.DropdownNav-state-icon {
  position: absolute;
  top: 6px;
  right: 20px;
}

.DropdownNav-arrow-up {
  top: 5px;
}

.DropdownNav-state-icon svg path {
  fill: #ffffff !important;
}

.DropdownNav-state-icon svg {
  width: 8px;
}

.DropdownNav-dropdown-out .DropdownNav-arrow-down {
  display: none;
}

.DropdownNav-dropdown-out .DropdownNav-arrow-up {
  display: block;
}

.DropdownNav .DropdownNav-arrow-up {
  display: none;
}

.FauxCheckboxViewelement .faux-checkbox-symbol {
  float: left;
  border: 1px solid #ccc;
  width: 22px;
  height: 22px;
  margin-right: 9px;
}

.FauxCheckboxViewelement .faux-checkbox-symbol {
  cursor: pointer;
}

.FauxCheckboxViewelement .glyphicon-ok {
  display: none;
}

.FauxCheckboxViewelement li.selected .glyphicon-ok {
  color: #666;
  font-size: 14px;
  padding-left: 2px;
  display: block;
  padding-top: 2px;
}

.FauxDropdownViewelement {
  position: relative;
  border: 1px solid #ccc;
}

.FauxDropdownViewelement .faux-dropdown-top-part {
  position: relative;
  cursor: pointer;
}

.FauxDropdownViewelement .faux-dropdown-symbol {
  position: absolute;
  right: 6px;
  top: 8px;
}

.FauxDropdownViewelement .faux-dropdown-symbol .glyphicon-menu-up {
  display: none;
}

.FauxDropdownViewelement.dropwdown-out .faux-dropdown-symbol .glyphicon-menu-up {
  display: block;
}

.FauxDropdownViewelement.dropwdown-out .faux-dropdown-symbol .glyphicon-menu-down {
  display: none;
}

.FauxDropdownViewelement ul {
  display: none;
}

.FauxDropdownViewelement li {
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  transition: background 400ms;
}

.FauxDropdownViewelement li:first-of-type {
  border-top: 1px solid #ccc;
}

.FauxDropdownViewelement li:last-of-type {
  border-bottom: none;
}

.no-touch .FauxDropdownViewelement li:hover {
  background: #ccc;
}

.FauxDropdownViewelement li,
.FauxDropdownViewelement .faux-dropdown-label-box {
  padding-top: 7px;
  padding-left: 12px;
  padding-bottom: 5px;
}

/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    width: 24px;
    height: 24px;
  }
}
.full-width {
  width: 100%;
}

.ratio-frame,
.img-frame {
  width: 100%;
  position: relative;
}

.responsive-video {
  width: 100%;
}

.row {
  position: relative;
}

/* remove webkit rounded corners */
input[type=date],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=password],
input[type=tel],
input[type=email],
input[type=text] {
  border: 1px solid #ccc;
}

select.form-control {
  border-radius: 0;
  box-shadow: 0;
}

textarea {
  resize: none;
}

/* remove user agent styles */
h1, h2, h3, h4, h5, p, ul, li {
  margin: 0;
  padding: 0;
}

a, a:focus {
  outline: 0;
}

p a:link.btn,
a:link.btn {
  text-decoration: none;
}

/* no list styles */
ol, ul {
  list-style: none;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.display-flex {
  display: flex;
}

.margin-0-auto {
  margin: 0 auto;
}

img {
  vertical-align: top;
}

.flexbox-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

#scroll-to-top {
  position: fixed;
  right: 25px;
  z-index: 2500;
  bottom: 25px;
  cursor: pointer;
  opacity: 0;
  transition: all 400ms;
}

body.tugged #scroll-to-top {
  opacity: 1;
}

.fullscreen-background {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}

.even-space-grid .even-space-grid-cell {
  float: left;
  margin: 0;
}

.breakpoint-lg .even-space-lg-8 .even-space-grid-cell,
.breakpoint-md .even-space-md-8 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-8 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-8 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-8 .even-space-grid-cell {
  width: 12.5%;
}

.breakpoint-lg .even-space-lg-8 .even-space-grid-cell:nth-of-type(8n+1),
.breakpoint-md .even-space-md-8 .even-space-grid-cell:nth-of-type(8n+1),
.breakpoint-sm .even-space-sm-8 .even-space-grid-cell:nth-of-type(8n+1),
.breakpoint-xs .even-space-xs-8 .even-space-grid-cell:nth-of-type(8n+1) {
  clear: both;
}

.breakpoint-xxs .even-space-xxs-8 .even-space-grid-cell:nth-of-type(8n+1) {
  clear: both !important;
}

.breakpoint-lg .even-space-lg-7 .even-space-grid-cell,
.breakpoint-md .even-space-md-7 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-7 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-7 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-7 .even-space-grid-cell {
  width: 14.2857142857%;
}

.breakpoint-lg .even-space-lg-6 .even-space-grid-cell,
.breakpoint-md .even-space-md-6 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-6 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-6 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-6 .even-space-grid-cell {
  width: 16.666666667%;
}

.breakpoint-lg .even-space-lg-6 .even-space-grid-cell:nth-of-type(6n+1),
.breakpoint-md .even-space-md-6 .even-space-grid-cell:nth-of-type(6n+1),
.breakpoint-sm .even-space-sm-6 .even-space-grid-cell:nth-of-type(6n+1),
.breakpoint-xs .even-space-xs-6 .even-space-grid-cell:nth-of-type(6n+1) {
  clear: both;
}

.breakpoint-xxs .even-space-xxs-6 .even-space-grid-cell:nth-of-type(6n+1) {
  clear: both !important;
}

.breakpoint-lg .even-space-lg-5 .even-space-grid-cell,
.breakpoint-md .even-space-md-5 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-5 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-5 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-5 .even-space-grid-cell {
  width: 20%;
}

.breakpoint-lg .even-space-lg-5 .even-space-grid-cell:nth-of-type(5n+1),
.breakpoint-md .even-space-md-5 .even-space-grid-cell:nth-of-type(5n+1),
.breakpoint-sm .even-space-sm-5 .even-space-grid-cell:nth-of-type(5n+1),
.breakpoint-xs .even-space-xs-5 .even-space-grid-cell:nth-of-type(5n+1) {
  clear: both;
}

.breakpoint-xxs .even-space-xxs-5 .even-space-grid-cell:nth-of-type(5n+1) {
  clear: both !important;
}

.breakpoint-lg .even-space-lg-4 .even-space-grid-cell,
.breakpoint-md .even-space-md-4 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-4 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-4 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-4 .even-space-grid-cell {
  width: 25%;
}

.breakpoint-lg .even-space-lg-4 .even-space-grid-cell:nth-of-type(4n+1),
.breakpoint-md .even-space-md-4 .even-space-grid-cell:nth-of-type(4n+1),
.breakpoint-sm .even-space-sm-4 .even-space-grid-cell:nth-of-type(4n+1),
.breakpoint-xs .even-space-xs-4 .even-space-grid-cell:nth-of-type(4n+1) {
  clear: both;
}

.breakpoint-xxs .even-space-xxs-4 .even-space-grid-cell:nth-of-type(4n+1) {
  clear: both !important;
}

.breakpoint-lg .even-space-lg-3 .even-space-grid-cell,
.breakpoint-md .even-space-md-3 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-3 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-3 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-3 .even-space-grid-cell {
  width: 33.3333333%;
}

.breakpoint-lg .even-space-lg-3 .even-space-grid-cell:nth-of-type(3n+1),
.breakpoint-md .even-space-md-3 .even-space-grid-cell:nth-of-type(3n+1),
.breakpoint-sm .even-space-sm-3 .even-space-grid-cell:nth-of-type(3n+1),
.breakpoint-xs .even-space-xs-3 .even-space-grid-cell:nth-of-type(3n+1) {
  clear: both;
}

.breakpoint-xxs .even-space-xxs-3 .even-space-grid-cell:nth-of-type(3n+1) {
  clear: both !important;
}

.breakpoint-lg .even-space-lg-2 .even-space-grid-cell,
.breakpoint-md .even-space-md-2 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-2 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-2 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-2 .even-space-grid-cell {
  width: 50%;
}

.breakpoint-lg .even-space-lg-2 .even-space-grid-cell:nth-of-type(2n+1),
.breakpoint-md .even-space-md-2 .even-space-grid-cell:nth-of-type(2n+1),
.breakpoint-sm .even-space-sm-2 .even-space-grid-cell:nth-of-type(2n+1),
.breakpoint-xs .even-space-xs-2 .even-space-grid-cell:nth-of-type(2n+1) {
  clear: both;
}

.breakpoint-xxs .even-space-xxs-2 .even-space-grid-cell:nth-of-type(2n+1) {
  clear: both !important;
}

.breakpoint-lg .even-space-lg-1 .even-space-grid-cell,
.breakpoint-md .even-space-md-1 .even-space-grid-cell,
.breakpoint-sm .even-space-sm-1 .even-space-grid-cell,
.breakpoint-xs .even-space-xs-1 .even-space-grid-cell,
.breakpoint-xxs .even-space-xxs-1 .even-space-grid-cell {
  width: 100%;
}

.even-space-grid .even-space-grid-cell img {
  width: 100%;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  font-family: URWDIN-Medium, Arial;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

a:focus {
  text-decoration: none;
}

a:visited,
a:link {
  color: #333;
}

p a:link {
  display: inline-block;
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.texteditor-content ul a:link {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b,
h1, h2, h3, h4, h5, h6, strong a, b a {
  font-style: normal;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 17px;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.texteditor-content h1 {
  font-size: 180%;
  line-height: 1.4;
  font-weight: 700;
}

.texteditor-content h2 {
  font-size: 160%;
  line-height: 1.4;
  font-weight: 700;
}

.texteditor-content h3 {
  font-size: 150%;
  line-height: 1.2;
  font-weight: 700;
}

.texteditor-content h4 {
  font-size: 130%;
  line-height: 1.1;
  font-weight: 700;
}

.texteditor-content h5 {
  font-size: 110%;
}

.texteditor-content h6 {
  font-size: 100%;
}

.texteditor-content h5,
.texteditor-content b,
.texteditor-content strong {
  font-weight: normal;
  font-family: URWDIN-Bold, Arial;
}

.resumator-job-title {
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-family: URWDIN-Medium, Arial !important;
  line-height: 22px !important;
  font-size: 17px !important;
}

i, em {
  font-style: italic;
  font-weight: 400;
}

.font-xxs {
  font-size: 10px;
  line-height: 12px;
}

.font-xs {
  font-size: 11px;
  line-height: 13px;
}

.font-sm {
  font-size: 13px;
  line-height: 17px;
}

.font-md {
  font-size: 17px;
  line-height: 22px;
}

.font-lg {
  font-size: 18px;
  line-height: 24px;
}

.font-xl {
  font-size: 28px;
  line-height: 40px;
}

h3.font-xl {
  line-height: 30px;
}

.texteditor-content.font-xs p,
.texteditor-content .font-xs p,
.texteditor-content.font-xs ul,
.texteditor-content .font-xs ul {
  padding-bottom: 13px;
}

.texteditor-content.font-sm p,
.texteditor-content .font-sm p,
.texteditor-content.font-sm ul,
.texteditor-content .font-sm ul {
  padding-bottom: 17px;
}

.texteditor-content.font-sm .large-red-button,
.texteditor-content .font-sm .large-red-button {
  margin-bottom: 17px;
}

.texteditor-content.font-md p,
.texteditor-content .font-md p,
.texteditor-content.font-md ul,
.texteditor-content .font-md ul {
  padding-bottom: 22px;
}

.texteditor-content.font-lg p,
.texteditor-content .font-lg p,
.texteditor-content.font-lg ul,
.texteditor-content .font-lg ul {
  padding-bottom: 17px;
}

.texteditor-content.font-xl p,
.texteditor-content .font-xl p,
.texteditor-content.font-xl ul,
.texteditor-content .font-xl ul {
  padding-bottom: 17px;
}

.page-title {
  font-weight: bold;
}

.main-page-title {
  text-transform: uppercase;
  color: #3399cc;
  font-size: 28px;
  line-height: 40px;
  padding-bottom: 15px;
}

.headline-xxl {
  font-size: 60px;
  line-height: 60px;
}

.MailChimpSignupViewelement label,
.headline-xxl.round-type {
  font-family: "FFDINRoundWebRegular", sans-serif;
  font-weight: normal;
}

.font-class-round,
.texteditor-content {
  font-family: "FFDINRoundWebRegular", sans-serif;
}

.texteditor-content.font-sm {
  font-size: 14px;
  line-height: 18px;
}

.texteditor-content.font-sm h5 {
  padding-bottom: 6px;
}

.headline-xl {
  font-size: 28px;
  text-transform: uppercase;
  font-family: URWDIN-Medium, Arial;
  font-weight: normal;
}

.headline-lg {
  font-size: 20px;
  text-transform: uppercase;
  font-family: URWDIN-Medium, Arial;
  font-weight: normal;
}

.headline-md {
  font-size: 16px;
  text-transform: uppercase;
  font-family: URWDIN-Medium, Arial;
  font-weight: normal;
  letter-spacing: 1px;
}

.is-dark {
  color: #fff;
}

.off-grey-dark {
  color: #666666;
}

.menu.off-grey-dark a:link,
.menu.off-grey-dark a:visited {
  color: #666666;
  text-decoration: none;
  transition: color 400ms;
}

.menu.off-grey-dark a:hover,
.menu.off-grey-dark a:focus {
  color: #ccc;
  text-decoration: none;
}

.form-group label,
.font-class-bold,
.LabelButton-label {
  font-family: URWDIN-Bold, Arial;
  font-weight: normal;
}

.text-underline {
  text-decoration: underline;
}

.VideoHero-sub-headline {
  font-size: 14px;
  line-height: 17px;
}

/* sm sizes */
@media (max-width: 991px) {
  .headline-xxl {
    font-size: 45px;
    line-height: 45px;
  }
}
/* xs sizes */
@media (max-width: 767px) {
  .headline-xxl {
    font-size: 35px;
    line-height: 35px;
  }

  .headline-lg {
    font-size: 19px;
  }
}
/* xs sizes */
@media (max-width: 470px) {
  #breadcrumb .breadcrumb-text {
    font-size: 12px;
  }

  .font-xl {
    font-size: 26px;
    line-height: 38px;
  }

  .headline-lg {
    font-size: 18px;
  }

  .font-lg {
    font-size: 16px;
    line-height: 22px;
  }

  .texteditor-content h1 {
    font-size: 180%;
    line-height: 1.2;
  }
}
.padded-grid .even-space-grid-cell {
  padding-left: 9px;
  padding-right: 9px;
}

.padded-grid {
  margin-left: -9px;
  margin-right: -9px;
  overflow: hidden;
}

.padded {
  padding-left: 9px;
  padding-right: 9px;
}

.padded-grid-lg .even-space-grid-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.padded-grid-lg {
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
}

.padded-grid-md .even-space-grid-cell {
  padding-left: 10px;
  padding-right: 10px;
}

.padded-grid-md {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}

.primary-color-bg {
  background: #99cae6;
}

.background-primary-color-light,
.primary-color-light-bg {
  background: #ebf4fa;
}

.blue-body-color-bg {
  background: #e3f2f9;
}

.primary-color-dark-bg {
  background: #3399cc;
}

.secondary-color-bg {
  background: #e5e5e5;
}

.secondary-color-light-bg {
  background: #f0f0f0;
}

.secondary-color-medium-bg {
  background: #999999;
}

.secondary-color-medium {
  color: #999999;
}

.background-medium-gray {
  background: #555555;
}

.color-medium-gray {
  color: #555555;
}

.secondary-color-dark {
  color: #333333;
}

.secondary-color-dark-bg {
  background: #333333;
}

.dark-color-bg {
  background: #333333;
}

.dark-color {
  color: #333333;
}

.accent-color-bg {
  background: #993333;
}

.primary-color {
  color: #99cae6;
}

.primary-color-dark {
  color: #3399cc;
}

.secondary-color {
  color: #e5e5e5;
}

.secondary-color-medium {
  color: #999999;
}

.accent-color {
  color: #993333;
}

.primary-border {
  border: 1px #99cae6 solid;
}

.color-white {
  color: #fff;
}

.wrap-in-row-as-col-xs-16 {
  /* does nothing just for type hinting and auto complete */
}

.divider {
  background: #000;
  clear: both;
  height: 1px;
}

.divider.padded-xxs {
  margin-top: 2px;
  margin-bottom: 2px;
}

.divider.padded-xs {
  margin-top: 5px;
  margin-bottom: 5px;
}

.divider.padded-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider.padded-md {
  margin-top: 15px;
  margin-bottom: 15px;
}

.divider.padded-lg {
  margin-top: 25px;
  margin-bottom: 25px;
}

.divider.fat {
  height: 2px;
}

.divider.divider-accent {
  background: #993333;
}

.divider.primary-color-bg {
  background: #99cae6;
}

.divider.secondary-color-bg {
  background: #e5e5e5;
}

.padding-top-xxs {
  padding-top: 2px;
}

.padding-bottom-xxs {
  padding-bottom: 2px;
}

.margin-top-xxs {
  margin-top: 2px;
}

.margin-bottom-xxs {
  margin-bottom: 2px;
}

.spacer-xxs {
  height: 2px;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-xs,
.padding-top-xs {
  padding-top: 5px;
}

.pb-xs,
.padding-bottom-xs {
  padding-bottom: 5px;
}

.padding-top-bottom-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.mt-xs,
.margin-top-xs {
  margin-top: 5px;
}

.mb-xs,
.margin-bottom-xs {
  margin-bottom: 5px;
}

.pt-sm,
.padding-top-sm {
  padding-top: 10px;
}

.pb-sm,
.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-top-bottom-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-md {
  padding: 15px;
}

.mt-sm,
.margin-top-sm {
  margin-top: 10px;
}

.mb-sm,
.margin-bottom-sm {
  margin-bottom: 10px;
}

.margin-top-bottom-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.spacer-small {
  height: 10px;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.mt-md,
.margin-top-md {
  margin-top: 15px;
}

.mb-md,
.margin-bottom-md {
  margin-bottom: 15px;
}

.mb-0 {
  margin-bottom: 0;
}

.margin-top-bottom-md {
  margin-top: 15px;
  margin-bottom: 15px;
}

.pt-md,
.padding-top-md {
  padding-top: 15px;
}

.pb-md,
.padding-bottom-md {
  padding-bottom: 15px;
}

.padding-top-bottom-md {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pr-md {
  padding-right: 15px;
}

.pl-md {
  padding-left: 15px;
}

.spacer-md {
  height: 15px;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.pt-lg,
.padding-top-lg {
  padding-top: 25px;
}

.padding-lg {
  padding: 25px;
}

.pb-lg,
.padding-bottom-lg {
  padding-bottom: 25px;
}

.pr-lg {
  padding-right: 25px;
}

.pl-lg {
  padding-left: 25px;
}

.mt-lg,
.margin-top-lg {
  margin-top: 25px;
}

.mb-lg,
.margin-bottom-lg {
  margin-bottom: 25px;
}

.margin-top-bottom-lg {
  margin-top: 25px;
  margin-bottom: 25px;
}

.spacer-lg {
  height: 25px;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.padding-xl {
  padding: 45px;
}

.pt-xl,
.padding-top-xl {
  padding-top: 45px;
}

.pb-xl,
.padding-bottom-xl {
  padding-bottom: 45px;
}

.mt-xl,
.margin-top-xl {
  margin-top: 45px;
}

.mb-xl,
.margin-bottom-xl {
  margin-bottom: 45px;
}

.spacer-xl {
  height: 45px;
  clear: both;
  width: 100%;
  line-height: 1px;
}

.texteditor-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.dev-cell-inner {
  background: #e1e1e1;
  min-height: 45px;
}

.dev-cell:nth-of-type(odd) .dev-cell-inner {
  background: #1c94c4;
  min-height: 45px;
}

.dev-big-headline {
  font-size: 24px;
  border-bottom: 1px solid #000000;
  margin-bottom: 16px;
  padding-top: 70px;
}

.dev-bg {
  background: #e1e1e1;
}

.dev-title-headline h1,
.dev-title-headline {
  display: inline-block;
  background: sandybrown;
  font-size: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.dev-color-viz {
  border: 1px solid #ccc;
  width: 170px;
  height: 135px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

.dev-color-label {
  display: block;
  width: 100%;
  background: white;
  padding: 4px;
}

.dev-paddings-block > div {
  background-color: #fff;
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee), linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
}

.dev-paddings-block > div:nth-of-type(odd) {
  background: #e1e1e1;
}

.btn {
  border-radius: 16px;
  text-transform: uppercase;
}

.btn-lg {
  border-radius: 22px;
}

.btn-sm {
  border-radius: 16px;
  letter-spacing: 1px;
}

.btn-xs {
  border-radius: 16px;
}

a:link.btn-default,
a:visited.btn-default,
a.btn-default,
.btn-default {
  font-family: URWDIN-Bold, Arial;
  background: #080c2d;
  background: #77777a;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.btn-default:hover,
.btn-default:active:focus,
a:hover.btn-default,
a:active.btn-default,
a:focus.btn-default {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

a.btn-primary:link,
a.btn-primary:visited,
a.btn-primary,
.btn-primary,
.btn-primary,
.btn-primary:focus:active,
.btn-primary:focus,
.btn-primary:active {
  background: #99cae6;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  font-family: URWDIN-Bold, Arial;
  border: 2px solid #fff;
  letter-spacing: 1px;
  transition: background 500ms;
}

input[type=submit].btn-primary:focus,
a.btn-primary:hover,
.btn-primary:hover {
  background: #993333;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

.large-red-button,
a.btn-contrast:visited,
a.btn-contrast,
.btn-contrast {
  background: #993333;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  transition: all 500ms;
  font-family: URWDIN-Bold, Arial;
  font-weight: normal;
}

.large-red-button {
  padding: 12px;
  display: inline-block;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  transition: all 500ms;
}

.large-red-button span {
  padding-bottom: 0 !important;
  font-family: URWDIN-Medium, Arial;
}

a.large-red-button:visited,
a.large-red-button:active,
a.large-red-button:focus,
a.large-red-button:link {
  color: #fff;
  text-decoration: none;
}

a.large-red-button:hover {
  background: #99cae6;
}

a.btn-contrast:hover,
a.btn-contrast:focus,
a.btn-contrast:active,
.btn-contrast:hover,
.btn-contrast:focus,
.btn-contrast:active {
  background: #99cae6;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

a.btn-dark:visited,
a.btn-dark,
.btn-dark {
  background: #333333;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #333333;
  transition: all 500ms;
  font-family: URWDIN-Bold, Arial;
}

a.btn-dark:hover,
a.btn-dark:focus,
a.btn-dark:active,
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #993333;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #993333;
}

.is-dark a:link.btn-default,
.is-dark a:visited.btn-default,
.is-dark a.btn-default,
.is-dark .btn-default {
  background: #fff;
  color: #000;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.is-dark .btn-default:hover,
.is-dark .btn-default:active:focus,
.is-dark a:hover.btn-default,
.is-dark a:active.btn-default,
.is-dark a:focus.btn-default {
  background: #99cae6;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

.is-dark a:link.btn-primary,
.is-dark a:visited.btn-primary,
.is-dark a.btn-primary,
.is-dark .btn-primary {
  background: #99cae6;
  color: #fff;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  transition: all 500ms;
  letter-spacing: 1px;
}

.is-dark .btn-primary:hover,
.is-dark .btn-primary:active:focus,
.is-dark a:hover.btn-primary,
.is-dark a:active.btn-primary,
.is-dark a:focus.btn-primary {
  background: #993333;
  text-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: -2px;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background: #000;
  opacity: 1;
}

.btn, .btn-group-sm > .btn {
  padding: 5px 32px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 20px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 10px;
}

#header-menu {
  background: #99cae6;
  /*
  padding-top: 10px;
  padding-bottom: 10px;
  */
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  bottom: -38px;
  opacity: 0.9;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 6;
}

#header-sub-menu {
  display: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 39px;
}

.menu-type-1 {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

.menu-type-1 a:link,
.menu-type-1 a:visited,
.menu-type-1 a:hover,
.menu-type-1 a:focus {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.menu-type-1 .current-menu-item a:link,
.menu-type-1 .current-menu-item a:visited {
  color: #333333;
}

a.primary-color-dark:link,
a.primary-color-dark:visited,
.breadcrumb-text a.primary-color-dark:link,
.breadcrumb-text a.primary-color-dark:visited {
  color: #3399cc;
}

.menu-type-2 {
  text-transform: uppercase;
  text-decoration: none;
  color: #99cae6;
}

.breadcrumb-text a.primary-color:link,
.breadcrumb-text a.primary-color:visited,
.menu-type-2 a:link,
.menu-type-2 a:visited {
  color: #99cae6;
}

.menu-type-2 a:hover,
.menu-type-2 a:focus {
  color: #333333;
  text-decoration: none;
}

.menu-type-2 a.no-hover:hover,
.menu-type-2 a.no-hover:focus {
  color: #99cae6;
  text-decoration: none;
}

.menu-type-3 {
  color: #3399cc;
}

.menu-type-3 a:link,
.menu-type-3 a:visited {
  color: #3399cc;
  text-decoration: underline;
  transition: color 400ms;
}

.menu-type-3 .selected-menu-item a,
.menu-type-3 a.selected-menu-item {
  color: #993333;
}

.menu-type-3 a:hover,
.menu-type-3 a:focus {
  color: #3399cc;
  text-decoration: none;
}

.sidebar-menu li {
  position: relative;
}

.sidebar-menu {
  color: #3399cc;
  text-transform: uppercase;
}

.sidebar-menu a:link,
.sidebar-menu a:visited {
  color: #3399cc;
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 3px;
  background: #fff;
  display: block;
  padding-left: 8px;
  margin-bottom: 2px;
}

.sidebar-menu .current-menu-parent > a,
.sidebar-menu .current-menu-item a,
.sidebar-menu a:hover,
.sidebar-menu a:focus {
  background: #3399cc;
  color: #fff;
  text-decoration: none;
}

.sidebar-menu .sub-menu {
  display: none;
}

.sidebar-menu .sub-menu a {
  padding-left: 9px;
  text-transform: none;
}

.sidebar-menu .current-menu-item .sub-menu {
  display: block;
}

.sidebar-menu .current-menu-parent .sub-menu {
  display: block;
}

.sidebar-menu .sub-menu a:link,
.sidebar-menu .sub-menu a:visited {
  background: none;
  color: #333333;
}

.sidebar-menu .sub-menu a:hover,
.sidebar-menu .sub-menu a:focus {
  background: #3399cc;
  color: #fff;
}

.sidebar-menu .sub-menu .current-menu-item a {
  text-decoration: underline;
}

.sidebar-menu-invert {
  color: #3399cc;
}

.sidebar-menu-invert a:link,
.sidebar-menu-invert a:visited {
  color: #3399cc;
  background: none;
}

.sidebar-menu-invert .current-menu-item a,
.sidebar-menu-invert a:hover,
.sidebar-menu-invert a:focus {
  color: #fff;
  background: #99cae6;
}

.accent-color a:visited,
.accent-color a:link,
.accent-color a:hover {
  color: #993333;
}

.FullscreenSlideshowLayer .SideScrollTiles-next-button:hover .arrow-round-right-red .arrow-round-circle,
.FullscreenSlideshowLayer .SideScrollTiles-prev-button:hover .arrow-round-left-red .arrow-round-circle,
.SideScrollTiles .SideScrollTiles-prev-button:hover .arrow-round-left-red .arrow-round-circle,
.SideScrollTiles .SideScrollTiles-next-button:hover .arrow-round-right-red .arrow-round-circle {
  fill: #99cae6 !important;
  transition: all 500ms;
}

.SideScrollTiles .SideScrollTiles-prev-button:hover .arrow-round-left .arrow-round-circle,
.SideScrollTiles .SideScrollTiles-next-button:hover .arrow-round-right .arrow-round-circle {
  fill: #993333 !important;
  transition: all 500ms;
}

.LabelButton .accent-color svg path {
  fill: #993333 !important;
}

.TherapistTile:hover .SideScrollTile-inner {
  border: 3px solid #993333;
}

.SocialNav.for-footer svg ellipse,
.SocialNav.for-footer svg path {
  fill: #333333;
}

.SocialNav.for-footer li:hover svg ellipse,
.SocialNav.for-footer li:hover svg path {
  fill: #999999 !important;
}

#breadcrumb.primary-color-light-bg {
  background: #ebf4fa;
}

.BlogpostTile .SideScrollTile-inner {
  border: 1px solid #99cae6;
}

.container-with-extra-padding-lg .ServiceTeaser,
.container-with-extra-padding-lg .SideScrollTile {
  padding-left: 25px;
  padding-right: 25px;
}

.container-with-extra-padding-sm .ReviewSummary {
  padding-left: 10px;
  padding-right: 10px;
}

.ServiceTeaser.card-shape > div {
  background: #e5e5e5;
  border: 3px solid #e5e5e5;
  transition: all 400ms;
}

.ServiceTeaser-lower-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.ServiceTeaser.card-shape:hover > div {
  background: #fff;
  border: 3px solid #993333;
}

.container-with-extra-padding-sm,
.container-with-extra-padding-lg {
  overflow: hidden;
}

.container-with-extra-padding-sm > .row {
  margin-left: -10px;
  margin-right: -10px;
}

.container-with-extra-padding-lg > .row {
  margin-left: -25px;
  margin-right: -25px;
}

.blue-body-color-bg .texteditor-content h1,
.blue-body-color-bg .texteditor-content h2,
.blue-body-color-bg .texteditor-content h3,
.blue-body-color-bg .texteditor-content h4,
.blue-body-color-bg .texteditor-content h5,
.blue-body-color-bg .texteditor-content strong,
.blue-body-color-bg .texteditor-content b {
  color: #3399cc;
}

.arrow-round-outline-right path {
  fill: #99cae6;
}

.dark-color .arrow-round-outline-right path {
  fill: #333333;
}

#menu-header-menu .sub-menu {
  display: none;
  position: absolute;
  top: 39px;
  z-index: 250;
  left: -50%;
  background: #fff;
  padding-bottom: 10px;
  border: 1px solid #ccc;
  /* margin-left: -45px; */
  text-transform: none;
  padding-top: 20px;
}

#menu-header-menu .sub-menu a:link,
#menu-header-menu .sub-menu a:visited,
#menu-header-menu .sub-menu a:hover,
#menu-header-menu .sub-menu a:focus {
  color: #666666;
  text-decoration: none;
  text-transform: none;
}

#menu-header-menu .sub-menu li {
  display: block;
  width: 100%;
  text-align: left;
}

#menu-header-menu li {
  position: relative;
  white-space: nowrap;
  text-align: center;
}

#menu-header-menu > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.no-touch #menu-header-menu .menu-item.hover .sub-menu {
  display: block;
}

.no-touch #menu-header-menu .menu-item .sub-menu li {
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 30px;
  padding-right: 30px;
}

.no-touch #menu-header-menu .menu-item .sub-menu li:hover {
  background: #ebf4fa;
}

.no-touch #menu-header-menu .menu-item .sub-menu li.section-divider:hover {
  background: #ccc;
}

.no-touch #menu-header-menu li.hover .menu-pointer {
  opacity: 1;
}

#menu-header-menu .menu-pointer {
  position: absolute;
  width: 15px;
  height: 23px;
  bottom: -32px;
  left: 42%;
  opacity: 0;
  transition: opacity 400ms;
  z-index: 4000;
}

#small-menu-target-container .menu-pointer {
  display: none;
}

#menu-header-menu .menu-pointer svg {
  width: 15px;
  height: 15px;
}

#menu-header-menu .menu-pointer svg path {
  fill: #99cae6;
}

.no-touch #menu-header-menu .sub-menu li.section-divider:first-of-type {
  margin-top: 0;
}

.no-touch #menu-header-menu .sub-menu li.section-divider {
  color: #000;
  background: #ccc;
  margin-top: 8px;
}

.HamburgerMenuViewelement-target .section-divider {
  display: none;
}

.texteditor-content .alignright {
  float: right;
  clear: right;
}

.wp-caption-text {
  padding-top: 4px;
  color: #999999;
}

.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

.texteditor-content .alignright {
  margin: 5px 0 5px 20px;
}

.texteditor-content .alignleft {
  float: left;
  clear: left;
}

.texteditor-content .alignleft {
  margin: 5px 20px 5px 0;
}

.texteditor-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.texteditor-content a:visited,
.texteditor-content a:link {
  text-decoration: underline;
}

.texteditor-content p a:link {
  display: inline;
}

.texteditor-content .text-float-video {
  width: 420px;
}

/* sm sizes */
@media (max-width: 991px) {
  .texteditor-content .text-float-video {
    width: 100%;
  }
}
/* xxs sizes */
@media (max-width: 470px) {
  /*
  .texteditor-content .text-float-video {
      width: 280px;
  }*/
}
.full-height {
  height: 100%;
}

.margin-0-auto {
  margin: 0 auto;
}

.width-100 {
  width: 100%;
}

.height-100 {
  height: 100%;
}

.max-width {
  max-width: 1280px;
  margin: 0 auto;
}

.container-fluid.max-width {
  padding-left: 40px;
  padding-right: 40px;
}

.ratio-wrapper {
  position: relative;
  width: 100%;
}

.ratio-wrapper.ratio-100 {
  padding-top: 100%;
}

.ratio-wrapper.ratio-16-9 {
  padding-top: 56.25%;
}

.ratio-wrapper.ratio-4-3 {
  padding-top: 75%;
}

.ratio-wrapper.ratio-3-2 {
  padding-top: 66.66%;
}

.object-fit-cover {
  object-fit: cover;
  width: 100%;
}

.ratio-wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

#top-logo {
  max-width: 250px;
  margin: 0 auto;
  transition: all 400ms;
}

/* .tugged */
#top-logo {
  width: 200px;
  max-width: 200px;
  height: 50px;
  overflow: hidden;
  transition: all 400ms;
  margin-top: -8px;
}

#top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 900;
  /* border-bottom: 1px solid #ccc;*/
}

#top-bar {
  position: relative;
  height: 135px;
  padding-top: 38px;
  transition: all 400ms;
}

/* .tugged */
#top-bar {
  padding-top: 18px;
  height: 68px;
}

/* .tugged */
#top-bar .top-bar-appointments {
  display: none;
}

.top-bar-left {
  float: left;
  width: 50%;
}

.top-bar-left-2 {
  float: left;
  padding-left: 70px;
  width: 50%;
  display: none;
  margin-top: 5px;
  text-align: center;
}

.top-bar-left-2 .phone-icon {
  font-size: 22px;
}

/* .tugged */
.top-bar-left-2 {
  display: block;
}

#main {
  padding-top: 106px;
}

.current_page_item > a {
  text-decoration: underline;
}

.inline-menu li {
  display: inline-block;
  margin-right: 25px;
}

.inline-menu {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#small-menu-toggle {
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 21px;
  color: #3399cc;
}

.header-social-nav {
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 450;
}

.sitemap-container ul ul {
  padding-left: 25px;
}

.multicol-3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}

.menu-header-menu-container {
  margin: 0 auto;
  max-width: 1024px;
}

#WireframeBlockViewelement-Slideshow {
  min-height: 480px;
}

#WireframeBlockViewelement-Locations {
  min-height: 470px;
}

#DropdownNav-header-dropdown-nav,
#header-dropdown-nav {
  max-width: 180px;
  min-width: 180px;
}

.card-shape > div {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.card-shape .card-frame-border {
  border: 1px solid #ccc;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 10px;
  pointer-events: none;
}

.card-shape.card-shape-secondary-color-bg > div {
  background: #e5e5e5;
  transition: all 400ms;
}

.card-shape.card-shape-secondary-color-bg:hover > div {
  background: #f0f0f0;
}

.round-corners {
  border: 1px solid #ccc;
  border-radius: 10px;
}

.content-block {
  border: none;
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}

.icon-xs {
  width: 13px;
  height: 13px;
}

.icon-xs svg {
  width: 100%;
}

.icon-sm {
  width: 20px;
  height: 20px;
}

.icon-sm svg {
  width: 100%;
}

.icon-md {
  width: 30px;
  height: 30px;
}

.icon-md svg {
  width: 100%;
}

.icon-list li {
  height: 18px;
  width: 18px;
  float: left;
  margin-right: 3px;
  margin-bottom: 4px;
}

.icon-list li svg {
  width: 100%;
}

.black-and-white-image {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 400ms;
}

a:hover .black-and-white-image {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  opacity: 1;
}

.black-and-white-image-fade {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  opacity: 1;
}

a:hover .black-and-white-image-fade {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 400ms;
}

#scroll-to-top {
  display: none;
}

.FooterContentTop {
  background: #fff;
}

.padded-menu li {
  padding-bottom: 10px;
}

.SocialNav.for-footer {
  background: none;
  float: left;
}

.SocialNav.for-footer li {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 1px;
  height: 25px;
}

.SocialNav.for-footer .SocialNav-toggle {
  display: none;
}

.icon-text-lock-up {
  float: left;
  margin-top: 4px;
  margin-left: 5px;
}

.MailChimpSignupViewelement label, .MailChimpSignupViewelement input, .MailChimpSignupViewelement a {
  float: right;
  margin-right: 12px;
}

.MailChimpSignupViewelement label {
  padding-top: 7px;
  color: #fff;
}

.MailChimpSignupViewelement input {
  width: 320px;
}

.white-bg {
  background: #fff;
}

.map-wrapper {
  width: 100%;
  min-height: 150px;
}

#breadcrumb {
  background: rgba(255, 255, 255, 0.95);
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  width: 100%;
  bottom: -78px;
  opacity: 0.9;
  margin-top: 0;
  margin-bottom: 0;
}

#breadcrumb .breadcrumb-text {
  line-height: 20px;
}

.page-top-spacer {
  padding-top: 90px;
  padding-top: 38px;
}

.page-top-spacer.top-spacer-for-colored-main {
  border-bottom: 4px solid #fff;
  margin-bottom: 40px;
  background: #fff;
}

.colored-main {
  margin-bottom: 4px;
}

.page-top-spacer.no-breadcrumb {
  padding-top: 45px;
}

.trains-large .icon-list li {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

.UnderTug .UnderTug-button-set {
  position: absolute;
  top: -33px;
  right: 0;
}

.UnderTug .UnderTug-button-set .LabelButton {
  display: inline-block;
  padding-right: 15px;
}

.LocationOverviewMapButton {
  position: absolute;
  z-index: 600;
  bottom: 24px;
  right: 60px;
}

.divider-headline {
  border-top: 1px dotted #000;
  padding-top: 20px;
}

.divider-dotted {
  border-top: 1px dotted #666;
  height: 1px;
}

.divider-dotted.primary-color {
  border-top: 1px dotted #99cae6;
  height: 1px;
}

#ReferAfriend {
  display: none;
}

.ReferAFriend-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
}

.ReferAFriend-close-button svg {
  width: 30px;
  height: 30px;
}

.LabelButton .arrow_ {
  color: red;
}

#FindYourPTSearch {
  display: none;
}

.directors-grid .TherapistTile .SideScrollTile-lower-wrap {
  min-height: 165px;
}

.texteditor-content .sidebar-list,
.sidebar-list {
  padding-left: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-list li {
  list-style: none;
}

.sidebar-list.sidebar-list-inline li {
  display: inline-block;
  padding-right: 4px;
}

.sidebar-list.sidebar-list-inline li a:after {
  content: ", ";
}

.sidebar-list.sidebar-list-inline li:last-of-type a:after {
  content: "";
}

.sidebar-list a {
  text-transform: capitalize;
}

.pillow-box {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

.pillow-box ul {
  list-style-type: disc;
  padding-left: 20px;
}

.texteditor-content hr {
  border-top: 1px solid #666;
}

blockquote {
  border: none;
}

.display-block {
  display: block;
}

.bottom-badge {
  padding-top: 25px;
  padding-right: 130px;
}

.label-style {
  font-family: URWDIN-Bold, Arial;
  font-weight: normal;
}

.hamburger-menu-out #small-menu-target-container {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
}

.small-menu li {
  padding-top: 2px;
  padding-bottom: 2px;
}

.small-menu .current-menu-item > a {
  font-family: URWDIN-Bold, Arial;
}

/*  USE THIS FOR ROWS THAT HAVE THE SAME HEIGHT */
.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: row;
}

.row.is-flex > [class*=col-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.inpage-standard-headline {
  margin-top: -2px;
}

.side-bar-menu-head {
  background: #ccc;
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.menu-expander {
  position: absolute;
  z-index: 50;
  font-family: URWDIN-Medium, Arial;
  right: 7px;
  top: 5px;
  cursor: pointer;
  font-size: 25px;
}

.menu-expander-closed {
  display: block;
}

.menu-expander-open {
  display: none;
}

.current-menu-parent .menu-expander-closed,
.current-menu-item .menu-expander-closed {
  display: none;
}

.current-menu-parent .menu-expander-open {
  display: none;
}

.current-menu-item .menu-expander-open {
  display: block;
}

.current-menu-item .menu-expander,
.current-menu-item .menu-expander:hover {
  color: #fff !important;
}

.sidebar-menu .menu-expander:hover {
  color: #3399cc;
}

#facility-photos .PhotoTile-title {
  display: none;
}

.HamburgerMenuViewelement-target a:link,
.HamburgerMenuViewelement-target a:visited {
  color: #3399cc;
}

.HamburgerMenuViewelement-target a:hover {
  color: #333333;
}

.HamburgerMenuViewelement-target .sub-menu {
  margin-left: 15px;
  text-transform: none;
}

.HamburgerMenuViewelement-target .sub-menu ul {
  margin-left: 10px;
}

.HamburgerMenuViewelement-target .menu-head {
  padding-top: 4px;
  padding-bottom: 4px;
  color: #3399cc;
}

.inquiry-form-wrap .show-on-success {
  display: none;
}

.inquiry-form-wrap .show-on-error {
  display: none;
}

.inquiry-form-wrap .validate-error {
  border-color: #993333;
}

.inquiry-form-wrap {
  position: relative;
}

.inquiry-form-wrap .spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.inquiry-form-wrap .spinner svg {
  margin: 0 auto;
}

.pl-0 {
  padding-left: 0;
}

.SocialNav {
  padding-left: 0;
  padding-right: 0;
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

.menu-type-2 a[href^="tel:"]:hover {
  color: #99cae6;
}

.full-divider-headline-wrapper {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.score-number {
  font-size: 100px;
  color: #3399cc;
  margin: 0 auto;
  line-height: 100px;
  letter-spacing: -6px;
}

.score-number-small {
  font-size: 45px;
  line-height: 60px;
  letter-spacing: -3px;
}

.score-number span {
  display: inline-block;
  vertical-align: top;
}

/* xs sizes */
@media (max-width: 470px) {
  .score-number {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
  }

  .score-number-small {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0;
  }
}
#menu-header-menu {
  font-size: 14px;
}

.middle-divider {
  position: absolute;
  height: 100%;
  width: 6px;
  background: #fff;
  top: 0;
  left: 50%;
}

.HamburgerMenu-button {
  cursor: pointer;
}

.header-phone-for-small {
  top: 3px;
  left: 42px;
  position: absolute;
  z-index: 46;
  font-size: 21px;
}

.request-appointment-for-small {
  top: 3px;
  left: 9px;
  position: absolute;
  z-index: 42;
}

.request-appointment-for-small svg {
  width: 25px;
  height: 25px;
}

.row-of-links a {
  display: inline-block;
}

.text-max-width {
  max-width: 800px;
}

.two-col-menu {
  webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  -moz-column-gap: 30px;
}

.two-col-menu li {
  padding-left: 0;
  list-style: disc;
  list-style-position: inside;
}

.cursor-pointer {
  cursor: pointer;
}

.FindYourPT-all-link a {
  width: 100%;
  display: block;
}

.FindYourPT-all-link a:hover {
  text-decoration: none;
}

.page-template-page-timeline #main {
  background: #ebf4fa;
}

a:hover.no-underline,
a.no-underline {
  text-decoration: none;
}

.right-12 {
  right: 12px;
}

.bottom-12 {
  bottom: 12px;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.play-button {
  max-width: 80px;
  opacity: 0.8;
}

.line-height-1_2 {
  line-height: 1.2;
}

.line-height-1_3 {
  line-height: 1.3;
}

.PageBuilder-show-page-meta-button {
  display: none;
}

.modal-wide .modal-dialog {
  max-width: 824px;
  width: 100%;
}

.fade-in {
  opacity: 0;
}

.slide-in {
  margin-top: 40px;
}

.scroll-event {
  transition: opacity 1000ms ease-in, margin-top 1200ms ease-out;
}

.scroll-event-fast {
  transition: all 1000ms;
  transition-timing-function: ease-out;
}

.staging-hidden {
  display: none;
}

.MailChimpSignupViewelement.footer-signup .btn {
  margin-right: 0;
}

#menu-item-35 .sub-menu {
  width: 620px;
}

#menu-item-37 .sub-menu {
  width: 575px;
}

#menu-item-37 .sub-menu li,
#menu-item-35 .sub-menu li {
  width: 50%;
  float: left;
  margin-right: 0;
}

.visible-xxs {
  display: none !important;
}

/* md sizes */
@media (max-width: 1199px) {
  .top-bar-left {
    float: left;
    width: 60%;
  }

  .top-bar-left-2 {
    width: 40%;
    padding-left: 12px;
    text-align: left;
  }

  .FindYourPT {
    padding-left: 40px;
  }
}
/* sm sizes */
@media (max-width: 991px) {
  #header-social-nav,
#header-dropdown-nav {
    display: none;
  }

  #breadcrumb {
    bottom: -40px;
  }

  .top-bar-left {
    float: left;
    width: 200px;
  }

  .top-bar-left-2 {
    width: 45px;
  }

  #main {
    padding-top: 57px;
  }

  .bottom-badge {
    padding-top: 0;
    padding-right: 51px;
  }

  #top-bar {
    padding-top: 14px;
    height: 56px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hamburger-menu-out #small-menu-target-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #menu-item-35 .sub-menu li {
    width: 100%;
    float: none;
  }

  #menu-item-37 .sub-menu li {
    width: 100%;
    float: none;
  }

  #top-logo {
    max-width: 166px;
    margin-top: -2px;
  }
}
/* xs sizes */
@media (max-width: 767px) {
  .page-top-spacer.top-spacer-for-colored-main {
    margin-bottom: 20px;
  }

  .MailChimpSignupViewelement input {
    width: 68%;
    margin-right: 2%;
  }

  .MailChimpSignupViewelement a {
    width: 28%;
    margin-right: 2%;
  }

  .FindYourPT .FindYourPT-service-selector-inline-xs li {
    float: left;
    margin-right: 8px;
    padding-right: 13px;
  }

  .text-left-xs {
    text-align: left;
  }

  .two-col-menu {
    webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1;
    column-gap: 1;
    -moz-column-gap: 1;
  }

  .two-col-menu li {
    width: 100%;
  }
}
/* xxs sizes */
@media (max-width: 470px) {
  .col-xxs-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: auto;
  }

  .container-fluid.max-width {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-badge {
    padding-top: 0;
    padding-right: 0;
  }

  .bottom-badge img {
    float: right;
    max-width: 100px;
  }

  .visible-xxs-inline-block {
    display: inline-block !important;
    visibility: visible;
  }

  .visible-xxs {
    display: block !important;
    visibility: visible;
  }

  .col-xxs-16 {
    width: 100%;
    left: auto;
  }

  .col-xxs-8 {
    width: 50%;
    left: auto;
  }

  .hidden-xxs {
    display: none !important;
  }

  .LocationOverviewMapButton {
    max-width: 130px;
    left: 10px;
  }

  .trains-large .icon-list li {
    margin-right: 3px;
    width: 18px;
    height: 18px;
  }

  .FindYourPT .FindYourPT-service-selector-inline-xs li {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .FindYourPT .FindYourPT-service-menu {
    webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    -moz-column-gap: 0;
  }

  .pr-xxs-0 {
    padding-right: 0;
  }

  #top-bar {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/*# sourceMappingURL=style.css.map */
