@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; }

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/* Social media related colours */
.sass-col-sm-12 .grid-row, .left-sidebar-layout .grid-row {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px); }

.sass-container::after {
  clear: both;
  content: "";
  display: block; }

.grid-row::after {
  clear: both;
  content: "";
  display: block; }

.sass-col-sm-1 {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-1 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-1 {
  left: calc(8.3333333333% - 21.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-1 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-2 {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-2 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-2 {
  left: calc(16.6666666667% - 23.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-2 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-3 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-3 {
  left: calc(25% - 25px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-3 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-4 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-4 {
  left: calc(33.3333333333% - 26.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-4 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-5 {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-5 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-5 {
  left: calc(41.6666666667% - 28.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-5 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-6 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-6 {
  left: calc(50% - 30px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-6 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-7 {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-7 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-7 {
  left: calc(58.3333333333% - 31.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-7 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-8 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-8 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-8 {
  left: calc(66.6666666667% - 33.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-8 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-9 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-9 {
  left: calc(75% - 35px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-9 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-10 {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-10 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-10 {
  left: calc(83.3333333333% - 36.6666666667px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-10 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-11 {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-11 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-11 {
  left: calc(91.6666666667% - 38.3333333333px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-11 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

.sass-col-sm-12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  min-height: 1px; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-12 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.sass-col-sm-offset-12 {
  left: calc(100% - 40px + 20px);
  position: relative; }
  @media only screen and (max-width: 780px) {
    .sass-col-sm-offset-12 {
      left: calc(0% - 20px + 20px);
      position: relative; } }

#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-1 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-2 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-3 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-4 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-5 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-6 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-7 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-8 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-9 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-10 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-11 {
  min-height: 100px; }
#ccm-theme-grid-edit-mode-row-wrapper .sass-col-sm-12 {
  min-height: 100px; }

.wrapper > .main::after, .wrapper > div > .main::after, .fullwidth .ccm-area-block-list > div > .main::after {
  clear: both;
  content: "";
  display: block; }

.main-container > .physician-extra > iframe, .main-container > .physician-extra > p, .main-container > .physician-extra > .fluid-width-video-wrapper {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

/* #Hidden element styles
================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.ccm-page {
  /* Social media related colours */ }
  .ccm-page a {
    color: #9B2338;
    text-decoration: none; }
    .ccm-page a:hover {
      color: #000000; }
  .ccm-page h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    text-transform: uppercase; }
    @media only screen and (max-width: 1060px) {
      .ccm-page h1 {
        font-size: 50px; } }
    @media only screen and (max-width: 780px) {
      .ccm-page h1 {
        font-size: 40px; } }
  .ccm-page h2 {
    margin-bottom: 20px;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    background-color: #e7e7e7;
    padding: 20px; }
    @media only screen and (max-width: 1060px) {
      .ccm-page h2 {
        font-size: 50px; } }
    @media only screen and (max-width: 780px) {
      .ccm-page h2 {
        font-size: 40px; } }
  .ccm-page h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    color: #000000; }
    @media only screen and (max-width: 780px) {
      .ccm-page h3 {
        font-size: 30px; } }
  .ccm-page h4, .ccm-page h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    color: #000000; }
    @media only screen and (max-width: 780px) {
      .ccm-page h4, .ccm-page h5 {
        font-size: 24px; } }
  .ccm-page h5 {
    font-weight: 700; }
  .ccm-page p, .ccm-page li {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 200;
    color: #000000;
    font-family: 'Arial', sans-serif; }
    @media only screen and (max-width: 780px) {
      .ccm-page p, .ccm-page li {
        font-size: 20px; } }
  .ccm-page li {
    margin-bottom: 10px; }
  .ccm-page ul, .ccm-page ol {
    margin: 0;
    padding: 0;
    margin-left: 15px; }
  .ccm-page strong, .ccm-page b {
    font-weight: 700; }
  .ccm-page .btn-primary a {
    color: white !important;
    background-color: #9B2338;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 235px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px; }
    .ccm-page .btn-primary a:hover {
      background-color: #861e30;
      color: white !important; }
  .ccm-page .btn-red a {
    color: white !important;
    background-color: #9B2338;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 250px;
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px; }
    .ccm-page .btn-red a:hover {
      background-color: #861e30;
      color: white !important; }
  .ccm-page .btn-black a {
    color: black !important;
    background-color: transparent;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 250px;
    text-align: center;
    clear: both;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    display: block;
    border: solid 1px black;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .ccm-page .btn-black a:hover {
      background-color: #f2f2f2; }
  .ccm-page hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d3d3d3;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px; }
  .ccm-page img[style*="left"] {
    margin-right: 10px;
    margin-bottom: 10px; }
  .ccm-page img[style*="right"] {
    margin-left: 10px;
    margin-bottom: 10px; }
  .ccm-page img, .ccm-page video {
    max-width: 100%;
    height: auto !important; }
  .ccm-page .googleMapCanvas img {
    max-width: none; }

.mfp-container figure {
  margin: 0; }

.page-template-physician .banner-wrapper, .page-template-category .banner-wrapper {
  display: none; }

.header-wrapper {
  min-height: 100px;
  background-color: white; }

.header-wrapper {
  min-height: 50px;
  background-color: white; }

.header-container, .sass-container, .footer-container, .sidebar-container, .header-container, .main-container {
  max-width: 1200px;
  margin: 0 auto; }
  .header-container::after, .sass-container::after, .footer-container::after, .sidebar-container::after, .header-container::after, .main-container::after {
    clear: both;
    content: "";
    display: block; }

.sitelogo {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  margin-top: 20px; }
  .sitelogo a {
    background-image: url("../images/HPI2020.svg");
    width: 723px;
    height: 230px;
    display: block;
    margin: 0 auto;
    outline: none;
    background-size: auto 230px;
    background-repeat: no-repeat;
    font-size: 0;
    margin-bottom: 30px;
    margin-top: 10px; }
    @media only screen and (max-width: 1000px) {
      .sitelogo a {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative;
        margin-top: 0;
        background-size: auto 60px;
        height: 60px; } }

.navigation {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.nav-wrapper {
  min-height: 40px;
  border-bottom: solid 3px black; }
  @media only screen and (max-width: 1000px) {
    .nav-wrapper {
      min-height: 1px; } }

.banner-wrapper img {
  background-position: center top;
  display: block;
  margin: 0 auto; }

.page-template-full-slide .banner-text {
  display: none; }

.title-wrapper {
  background-color: #e7e7e7;
  min-height: 10px;
  padding-top: 15px;
  padding-bottom: 15px; }
  .title-wrapper p {
    margin-bottom: 0; }
  .title-wrapper .icon-list-image img {
    margin: 0 auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }

.banner-wrapper {
  background-color: #e7e7e7; }

.banner-text {
  padding-top: 15px;
  background-color: #e7e7e7;
  min-height: 10px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 1060px) {
    .banner-text {
      padding: 10px;
      margin-top: -200px; } }
  @media only screen and (max-width: 1000px) {
    .banner-text {
      display: none; } }
  .banner-text a, .banner-text p {
    color: white;
    font-weight: 300;
    font-size: 15px; }

.ccm-image-slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.ccm-image-slider .rslides li {
  margin-bottom: 0; }

.rslides_tabs {
  text-align: center !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .rslides_tabs li a {
    background-color: transparent !important;
    border: solid 1px white; }
  .rslides_tabs li.rslides_here a {
    background-color: white !important; }

.page-template-left-sidebar .sidebar-main {
  left: calc(33.3333333333% - 26.6666666667px + 20px);
  position: relative; }
.page-template-left-sidebar .sidebar {
  left: calc(-66.6666666667% - 6.6666666667px + 20px);
  position: relative; }

.sidebar-main {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }

.sidebar {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.main-wrapper {
  padding-top: 40px;
  padding-bottom: 40px; }
  .main-wrapper img {
    margin-bottom: 20px; }

.footer-wrapper {
  min-height: 10px;
  background-color: black;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-wrapper p, .footer-wrapper h3, .footer-wrapper a {
    color: white; }
  .footer-wrapper a:hover {
    color: #9B2338; }
  .footer-wrapper p {
    font-size: 15px;
    line-height: 20px; }

.footer-content {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .footer-content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.footer-content-right {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  .footer-content-right p, .footer-content-right h3, .footer-content-right a {
    text-align: right; }
    @media only screen and (max-width: 780px) {
      .footer-content-right p, .footer-content-right h3, .footer-content-right a {
        text-align: left; } }
  @media only screen and (max-width: 780px) {
    .footer-content-right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.speciality-block-list-pages::after {
  clear: both;
  content: "";
  display: block; }

.speciality-page-entry {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  .speciality-page-entry:nth-child(4n + 1) {
    clear: left; }
  .speciality-page-entry h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px; }
  .speciality-page-entry img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }
  @media only screen and (max-width: 1060px) {
    .speciality-page-entry {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; }
      .speciality-page-entry:nth-child(2n + 1) {
        clear: left; } }
  @media only screen and (max-width: 780px) {
    .speciality-page-entry {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      .speciality-page-entry:nth-child(1n + 1) {
        clear: left; } }

.ccm-block-topic-list-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 0 !important; }
  .ccm-block-topic-list-list a {
    font-size: 28px;
    color: black;
    background-color: #e7e7e7;
    display: block;
    padding: 10px;
    font-weight: 200; }
    .ccm-block-topic-list-list a:hover {
      color: white;
      background-color: #9B2338; }
  .ccm-block-topic-list-list a.ccm-block-topic-list-topic-selected {
    color: white;
    background-color: #9B2338; }

.main-content-left {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .main-content-left {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.main-content-right {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .main-content-right {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.main-content-physician {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.content-left-lower {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .content-left-lower {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.content-right-lower {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .content-right-lower {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.content-left-bottom {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .content-left-bottom {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.content-right-bottom {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media only screen and (max-width: 780px) {
    .content-right-bottom {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.physician-extra-wrapper, .main-wrapper-bottom, .main-wrapper-lower {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: white; }

.page-template-home h4 {
  text-decoration: none; }

.page-template-physician h1 {
  text-align: center; }
.page-template-physician h3 {
  color: black;
  font-size: 28px;
  background-color: #e7e7e7;
  padding: 10px;
  box-sizing: border-box; }

.physician-page-entry p {
  font-size: 20px;
  line-height: 28px; }
.physician-page-entry h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 200;
  margin-bottom: 15px;
  font-family: 'Arial', sans-serif; }
  .physician-page-entry h3 a {
    color: black; }
    .physician-page-entry h3 a:hover {
      color: #9B2338; }

.physician-columns-list-wrapper {
  columns: 2;
  column-gap: 60px; }
  @media only screen and (max-width: 780px) {
    .physician-columns-list-wrapper {
      columns: 1; } }

.home-wrapper-lower {
  background-color: white;
  padding-top: 20px;
  padding-bottom: 20px; }

.home-content-lower {
  position: relative;
  left: 0;
  right: 0; }

.home-content-lower-text {
  position: absolute;
  margin-top: -500px;
  left: 25%;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  max-width: 400px;
  padding: 20px; }
  .home-content-lower-text h2 {
    background-color: transparent;
    margin-top: 0; }
  @media only screen and (max-width: 1060px) {
    .home-content-lower-text {
      margin-top: -450px; } }
  @media only screen and (max-width: 780px) {
    .home-content-lower-text {
      margin-top: -310px;
      left: 0;
      max-width: 100%; } }
  .home-content-lower-text p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 200;
    font-family: 'Raleway', sans-serif;
    color: black; }

@media only screen and (max-width: 780px) {
  .icon-wrapper {
    display: none; } }

.icon-content p, .icon-content a {
  color: white; }
.icon-content img {
  max-width: 150px; }

.ccm-custom-style-icons .sass-col-sm-3 {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px; }
  .ccm-custom-style-icons .sass-col-sm-3 p {
    min-height: 62px; }

.related-physician-list {
  columns: 2; }
  @media only screen and (max-width: 780px) {
    .related-physician-list {
      columns: 1;
      padding-right: 0; } }

.body-physicians-list-wrapper {
  columns: 2;
  column-gap: 60px; }
  @media only screen and (max-width: 780px) {
    .body-physicians-list-wrapper {
      columns: 1; } }
  .body-physicians-list-wrapper .part-grouping {
    break-inside: avoid;
    margin-bottom: 30px; }
  .body-physicians-list-wrapper .ccm-block-page-list-title {
    border-bottom: solid 1px #e7e7e7; }
  .body-physicians-list-wrapper p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 200;
    margin-bottom: 15px; }
    .body-physicians-list-wrapper p a {
      color: black; }
      .body-physicians-list-wrapper p a:hover {
        color: #9B2338; }

.speciality-physicians-list-wrapper img {
  float: left;
  margin-right: 20px; }
  @media only screen and (max-width: 780px) {
    .speciality-physicians-list-wrapper img {
      float: none;
      margin-right: 0; } }
.speciality-physicians-list-wrapper .ccm-block-page-list-title {
  float: left;
  padding-top: 50px; }
  @media only screen and (max-width: 780px) {
    .speciality-physicians-list-wrapper .ccm-block-page-list-title {
      float: none;
      padding-top: 10px; } }
.speciality-physicians-list-wrapper .related-physician-list {
  clear: both;
  border-bottom: solid 1px #e7e7e7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px; }
.speciality-physicians-list-wrapper p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 200;
  margin-bottom: 15px; }
  .speciality-physicians-list-wrapper p a {
    color: black; }
    .speciality-physicians-list-wrapper p a:hover {
      color: #9B2338; }

.sitenavigation .sub-trigger {
  display: none !important; }
.sitenavigation .nav > .nav-first {
  display: none; }
  @media only screen and (max-width: 780px) {
    .sitenavigation .nav > .nav-first {
      display: block; } }
.sitenavigation ul {
  margin: 0;
  padding: 0;
  position: relative;
  float: left; }
.sitenavigation li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  margin-right: 40px;
  font-size: 20px;
  line-height: 20px; }
  .sitenavigation li.nav-dropdown:hover > a {
    background-color: white !important;
    color: black; }
  .sitenavigation li.nav-last {
    margin-right: 0; }
  @media only screen and (max-width: 1060px) {
    .sitenavigation li {
      margin-right: 30px;
      font-size: 18px; } }
  .sitenavigation li > a {
    box-sizing: border-box;
    color: black;
    font-family: "Raleway", sans-serif;
    text-decoration: none;
    display: block;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    text-transform: uppercase; }
    .sitenavigation li > a.nav-path-selected, .sitenavigation li > a.linkclicked {
      background-color: white; }
    .sitenavigation li > a.nav-selected {
      background-color: white;
      color: #9B2338; }
    .sitenavigation li > a:hover {
      background-color: white;
      color: #9B2338; }
  .sitenavigation li.clicked > ul {
    display: block; }
  .sitenavigation li ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #F2F2F2;
    min-width: 200px;
    max-width: 700px;
    margin: 0; }
    .sitenavigation li ul a:hover {
      background-color: #F2F2F2;
      color: #000; }
    .sitenavigation li ul a.nav-last {
      border-bottom: none; }
    .sitenavigation li ul a.nav-path-selected, .sitenavigation li ul a.linkclicked {
      background-color: #F2F2F2;
      color: #000; }
    .sitenavigation li ul a.nav-selected {
      background-color: #F2F2F2;
      color: #000; }
    .sitenavigation li ul li {
      float: none;
      margin: 0;
      display: block;
      padding-top: 0;
      padding-bottom: 0; }
    .sitenavigation li ul ul {
      margin-top: 0; }
      .sitenavigation li ul ul a {
        background-color: #e6e6e6; }
.sitenavigation .nav-dropdown:hover > a, .sitenavigation .nav-dropdown.clicked > a {
  background-color: white; }

.no-js .sitenavigation li:hover > ul {
  display: block !important; }

.menu-icon {
  display: none; }

@media only screen and (max-width: 1000px) {
  body {
    overflow-x: hidden; }

  .menu-icon {
    position: absolute;
    z-index: 10000;
    display: block;
    top: 20px;
    right: 20px;
    -webkit-tap-highlight-color: transparent !important;
    outline: none; }
    .menu-icon:hover, .menu-icon:active {
      -webkit-tap-highlight-color: transparent !important; }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #9B2338; }

  .ccm-toolbar-visible .menu-icon {
    top: 68px; }

  .sitenavigation.is-tapped .menu-icon {
    -webkit-tap-highlight-color: transparent; }

  .sitenavigation.is-tapped ul.nav {
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.3); }

  .sitenavigation ul {
    display: none;
    max-width: none !important;
    margin-top: 0; }

  .sitenavigation li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border-right: none; }

  .sitenavigation > ul {
    display: block;
    position: absolute;
    margin: 0;
    background-color: white;
    left: 0;
    top: 75px;
    z-index: 10000;
    padding: 0;
    height: 100vh;
    overflow-y: auto; }
    .sitenavigation > ul a {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      background-color: white;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 20px;
      padding-right: 20px;
      height: auto;
      color: #9B2338;
      float: none;
      font-size: 20px;
      line-height: 20px;
      font-family: "Raleway", sans-serif;
      min-height: 40px;
      border-bottom: solid 1px #e7e7e7;
      -webkit-font-smoothing: antialiased;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul a:hover {
        color: black; }
    .sitenavigation > ul li {
      clear: both;
      width: 100%;
      background-color: #333;
      border-bottom: solid 1px white;
      -webkit-tap-highlight-color: transparent; }
      .sitenavigation > ul li li {
        background-color: black; }
        .sitenavigation > ul li li li {
          background-color: black; }
    .sitenavigation > ul ul {
      display: none;
      width: 100%;
      z-index: 200;
      border: none;
      margin-left: 0;
      padding: 0;
      position: relative !important;
      margin-top: 0;
      left: 0;
      text-align: left; }
      .sitenavigation > ul ul ul {
        clear: both;
        left: 0;
        margin-top: 0; }
      .sitenavigation > ul ul li {
        border-bottom: solid 1px white;
        padding-top: 0;
        padding-bottom: 0; }
        .sitenavigation > ul ul li li a {
          background-color: gray;
          padding-left: 30px; }
        .sitenavigation > ul ul li li li a {
          background-color: #999999;
          padding-left: 40px; }
      .sitenavigation > ul ul a {
        background-color: #737373;
        font-size: 70%;
        padding-left: 20px; }
        .sitenavigation > ul ul a:before {
          content: '↳';
          display: inline-block;
          margin-right: 4px;
          color: #AAA;
          font-family: Arial; }
    .sitenavigation > ul li.nav-dropdown {
      cursor: pointer; }
      .sitenavigation > ul li.nav-dropdown > a {
        width: 80%; }
    .sitenavigation > ul .sub-trigger {
      width: 20% !important;
      display: block !important;
      background-color: transparent !important;
      float: right;
      position: absolute;
      opacity: 0.001;
      right: 0;
      z-index: 10000; }
      .sitenavigation > ul .sub-trigger:hover {
        background-color: transparent !important; }
    .sitenavigation > ul li.nav-dropdown:after {
      content: '▼';
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: -28px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }
    .sitenavigation > ul li.expanded:after {
      display: none; }
    .sitenavigation > ul li.expanded:before {
      content: '▲' !important;
      position: absolute;
      color: #666666;
      padding: 0;
      display: block;
      width: 20%;
      right: 0;
      margin-top: 12px;
      text-align: center;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      box-sizing: border-box; }

  #nav .nav {
    display: none; }

  .menu-shroud {
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    opacity: 0; }

  .csstransforms3d #nav .nav {
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    top: 0 !important;
    display: block; }
  .csstransforms3d .sitenavigation.is-tapped .nav {
    display: block !important; }
  .csstransforms3d.off-canvas-triggered .page {
    height: 100vh;
    overflow: hidden; }
  .csstransforms3d.off-canvas-triggered .menu-shroud {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    opacity: 1;
    height: 100%;
    height: 100vh;
    z-index: 10; }
    .csstransforms3d.off-canvas-triggered .menu-shroud:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5 !important;
      content: '';
      z-index: 1;
      height: 100%;
      height: 100vh;
      background-color: white;
      display: block; }
  .csstransforms3d.off-canvas-triggered #nav .nav {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    top: 0 !important; }

  .csstransforms3d.ccm-toolbar-visible #nav .nav {
    top: 48px !important; } }
