/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent on one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Typography */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent on one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
.bg-gradient {
  background: -moz-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFF), color-stop(100%, #F6F6F8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* IE10+ */ }

/* Shadows */
/* Animations */
/* Dialog */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent on one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
/*Usage*/
.parent, .parent-center {
  position: relative; }

.child.both {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.child.horizontal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); }

.child.vertical {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%); }

.flex-parent {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-item-align: center;
  -webkit-align-items: center;
  align-items: center; }

.bg-white {
  background-color: #ffffff; }

.bg-grey {
  background-color: #ecebf1; }

.bg-light-grey {
  background-color: #fcfcfe; }

.bg-blue {
  background-color: #e6f1fa; }

.bg-purple {
  background-color: #613589; }

.bg-pink {
  background-color: #e20886; }

.bg-gradient-pink-blue {
  background: radial-gradient(ellipse at top left, #8D1975 10%, transparent), radial-gradient(ellipse at center, #17325E 50%, transparent), radial-gradient(ellipse at bottom right, #007ACC 100%, transparent); }

.bg-gradient-blue-pink {
  background: radial-gradient(40.51% 40.51% at 22.21% 16.45%, #075488E0 0%, #007ACB00 100%), radial-gradient(61.93% 148.61% at 85.33% 90.45%, #E10885B3 1.02%, #E1088500 100%), #17325E; }

.bg-purple-tint {
  background-color: #6135890D; }

.border-top {
  border-top: 1px solid #ccc; }
  @media screen and (max-width: 991px) {
    .border-top.hide-border-on-mobile {
      border-top: none; } }

.border-bottom {
  border-bottom: 1px solid #ccc; }
  @media screen and (max-width: 991px) {
    .border-bottom.hide-border-on-mobile {
      border-bottom: none; } }

.no-padding-top {
  padding-top: 0; }

.description ul {
  padding-left: 15px; }
  .description ul li {
    padding-left: 20px;
    background: url(/resources/images/icons/hospital/pink-circle.svg);
    background-position: left 8px;
    background-repeat: no-repeat;
    background-size: 5px 5px;
    list-style: none;
    margin-bottom: 5px; }

.description a {
  color: #e20886;
  text-decoration: underline;
  font-weight: bold; }
  .description a:hover, .description a:active {
    color: #e20886; }
  .description a:not(.button):hover, .description a:not(.button):active, .description a:not(.button):visited {
    color: #e20886; }

.description h1, .description h2, .description h3, .description h4 {
  color: #613589;
  text-align: left; }

/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Typography */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Typography
 * -----Colors
 * -----Textfield
 * -----Switch
 * -----Spinner
 * -----Radio
 * -----Menu
 * -----List
 * -----Layout
 * -----Icon toggles
 * -----Footer
 * -----Column
 * -----Checkbox
 * -----Card
 * -----Button
 * -----Animation
 * -----Progress
 * -----Badge
 * -----Shadows
 * -----Grid
 * -----Data table
 * -----Dialog
 * -----Snackbar
 * -----Tooltip
 * -----Chip
 *
 * Even though all variables have the `!default` directive, most of them
 * should not be changed as they are dependent on one another. This can cause
 * visual distortions (like alignment issues) that are hard to track down
 * and fix.
 */
/* ==========  TYPOGRAPHY  ========== */
/* We're splitting fonts into "preferred" and "performance" in order to optimize
   page loading. For important text, such as the body, we want it to load
   immediately and not wait for the web font load, whereas for other sections,
   such as headers and titles, we're OK with things taking a bit longer to load.
   We do have some optional classes and parameters in the mixins, in case you
   definitely want to make sure you're using the preferred font and don't mind
   the performance hit.
   We should be able to improve on this once CSS Font Loading L3 becomes more
   widely available.
*/
/* ==========  COLORS  ========== */
/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  Color Palettes  ========== */
/* colors.scss */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* ==========  IMAGES  ========== */
/* ==========  Color & Themes  ========== */
/* ==========  Typography  ========== */
/* ==========  Components  ========== */
/* ==========  Standard Buttons  ========== */
/* ==========  Icon Toggles  ========== */
/* ==========  Radio Buttons  ========== */
/* ==========  Ripple effect  ========== */
/* ==========  Layout  ========== */
/* ==========  Content Tabs  ========== */
/* ==========  Checkboxes  ========== */
/* ==========  Switches  ========== */
/* ==========  Spinner  ========== */
/* ==========  Text fields  ========== */
/* ==========  Card  ========== */
/* ==========  Sliders ========== */
/* ========== Progress ========== */
/* ==========  List ========== */
/* ==========  Item ========== */
/* ==========  Dropdown menu ========== */
/* ==========  Tooltips  ========== */
/* ==========  Footer  ========== */
/* TEXTFIELD */
/* SWITCH */
/* SPINNER */
/* RADIO */
/* MENU */
/* LIST */
/* LAYOUT */
/* ICON TOGGLE */
/* FOOTER */
/*mega-footer*/
/*mini-footer*/
/* CHECKBOX */
/* CARD */
/* Card dimensions */
/* Cover image */
/* BUTTON */
/**
 *
 * Dimensions
 *
 */
/* ANIMATION */
/* PROGRESS */
/* BADGE */
/* SHADOWS */
/* GRID */
/* DATA TABLE */
/* DIALOG */
/* SNACKBAR */
/* TOOLTIP */
/* CHIP */
.bg-gradient {
  background: -moz-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFF), color-stop(100%, #F6F6F8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #FDFDFF 0%, #F6F6F8 100%);
  /* IE10+ */ }

/* Shadows */
/* Animations */
/* Dialog */
.treatment-carousel-section {
  width: 100%; }
  .treatment-carousel-section:not(.bg-image-right) {
    margin: 55px auto 0 auto; }
  .treatment-carousel-section .treatment-carousel-section-header {
    float: left;
    width: 32%;
    padding-left: 85px;
    padding-right: 85px; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.top {
      margin-bottom: 60px;
      margin-top: -10px;
      display: block; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.top .swiper-icon-purple-prev {
        left: 300px;
        top: auto;
        margin-top: 0; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.top .swiper-icon-purple-next {
        margin-top: 0;
        top: auto;
        left: 335px; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icon-purple-prev {
      background-image: url("../../../resources/images/icons/hospital/new-left-arrow.svg");
      background-size: auto; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icon-purple-next {
      background-image: url("../../../resources/images/icons/hospital/new-right-arrow.svg");
      background-size: auto; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom {
      display: none; }
    .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-title h2 {
      font-family: "FFMarkStdBold", sans-serif;
      color: #613589;
      margin-bottom: 16px; }
    .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-body .treatment-carousel-body-description {
      color: #333333;
      font-family: "FFMarkStdLight", sans-serif;
      font-size: 15px; }
    .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-body + .swiper-icons.bottom {
      margin-top: 35px; }
    .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-button {
      margin-top: 43px; }
      .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-button .button.small.treatment-carousel-btn {
        background: #e20886;
        border-color: #e20886;
        font-size: 14px;
        border-radius: 20px;
        color: #ffffff; }
      .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-button .button.small.button.treatment-carousel-btn:hover {
        background-color: #613589;
        border-color: #613589; }
  .treatment-carousel-section .treatment-carousel.swiper-container {
    width: 68%;
    float: right;
    margin-right: -1px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    height: 100%; }
    .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod {
      background-color: #ffffff;
      position: relative;
      flex-direction: column;
      height: 100%;
      display: flex; }
      .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-image {
        display: flex;
        height: 100%;
        width: 100%; }
        .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-image img {
          width: 100%;
          object-fit: cover; }
        .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-image iframe {
          width: 100%;
          object-fit: cover; }
      .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-image {
        min-height: 225px; }
      .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-content {
        padding-left: 19px;
        padding-right: 19px;
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 100%; }
        .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-content .treatment-carousel-pod-heading h3 {
          color: #613589;
          font-family: "FFMarkStdBold", sans-serif;
          font-size: 16px; }
        .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-content .treatment-carousel-pod-description {
          flex: 1 0 auto;
          height: 100%;
          display: flex; }
          .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-content .treatment-carousel-pod-description p {
            color: #333333;
            font-family: "FFMarkStdLight", sans-serif;
            font-size: 14px;
            line-height: 1.6; }
      .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-link {
        font-family: "FFMarkStdBold", sans-serif;
        font-size: 14px; }
        .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-link a {
          font-family: "FFMarkStdBold", sans-serif;
          width: 100%;
          display: block;
          height: 68px;
          line-height: 2;
          color: #ffffff;
          background-color: #e20886;
          font-size: 14px;
          padding: 22px 15px; }
        .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-link .b-icon-action-sub {
          font-size: 20px;
          margin-left: 10px; }
    .treatment-carousel-section .treatment-carousel.swiper-container .cta-blue .treatment-carousel-pod .treatment-carousel-pod-link a span {
      color: #007cb5; }
    .treatment-carousel-section .treatment-carousel.swiper-container .cta-pink .treatment-carousel-pod .treatment-carousel-pod-link a {
      background-color: #e20886; }
      .treatment-carousel-section .treatment-carousel.swiper-container .cta-pink .treatment-carousel-pod .treatment-carousel-pod-link a span {
        color: #ffffff; }
      .treatment-carousel-section .treatment-carousel.swiper-container .cta-pink .treatment-carousel-pod .treatment-carousel-pod-link a:hover {
        background-color: #613589;
        border-color: #613589; }

.treatment-carousel-section.bg-image-right {
  margin: 0 auto -700px auto;
  padding: 55px 0 700px 0;
  position: relative;
  background-position: 100% 0;
  background-repeat: no-repeat; }

@media screen and (max-width: 1422px) {
  .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod {
    width: auto; }
  .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod-image {
    min-height: 210px; } }

@media screen and (max-width: 1241px) {
  .treatment-carousel-section:not(.bg-image-right) {
    margin: auto;
    margin-bottom: 40px;
    padding-bottom: 500px; }
  .treatment-carousel-section .treatment-carousel-section-header {
    width: 95%;
    padding-left: 58px;
    padding-right: 0; }
    .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-button {
      margin-bottom: 25px;
      margin-top: 30px; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.top {
      display: none; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom {
      display: block;
      margin-bottom: 60px;
      margin-top: -10px; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-prev {
        left: auto;
        right: 9%;
        top: auto; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-next {
        left: auto;
        right: 6%;
        top: auto; }
  .treatment-carousel-section .treatment-carousel.swiper-container {
    width: 95%; }
  .treatment-carousel-pod-image {
    min-height: 265px; }
  .treatment-carousel-section.bg-image-right {
    background-position: 100% 170px;
    margin: 0 auto -1050px auto;
    padding: 0 0 1050px 0; } }

@media screen and (max-width: 1165px) {
  .treatment-carousel-pod-image {
    min-height: 255px; } }

@media screen and (max-width: 1100px) {
  .treatment-carousel-section {
    padding-left: 13px; }
    .treatment-carousel-section .treatment-carousel-section-header {
      width: 95%;
      padding-left: 48px;
      padding-right: 0; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom {
        margin-top: 10px; }
        .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-prev {
          right: auto;
          top: auto;
          left: auto; }
        .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-next {
          right: auto;
          top: auto;
          left: 100px; }
      .treatment-carousel-section .treatment-carousel-section-header .treatment-carousel-button a {
        display: none; }
    .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod {
      margin-bottom: 70px; }
    .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod-image {
      min-height: 235px; }
    .treatment-carousel-section .treatment-carousel.swiper-container.no-swipe .treatment-carousel-pod {
      height: auto;
      margin-bottom: 0px; } }

@media screen and (max-width: 1000px) {
  .treatment-carousel-section {
    padding-left: 13px; }
    .treatment-carousel-section .treatment-carousel-section-header {
      padding-left: 42px;
      padding-right: 0; }
  .treatment-carousel.swiper-container .treatment-carousel-pod {
    margin-bottom: 50px; }
  .treatment-carousel.swiper-container.no-swipe .treatment-carousel-pod .treatment-carousel-pod-link a {
    height: 85px; }
  .treatment-carousel-section.bg-image-right {
    background-position: 100% 180px; } }

@media screen and (max-width: 900px) {
  .treatment-carousel-section {
    padding-left: 13px; }
    .treatment-carousel-section .treatment-carousel-section-header {
      padding-left: 2%;
      padding-right: 0; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-prev {
        right: auto;
        top: auto; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-next {
        right: auto;
        top: auto;
        left: 70px; }
  .treatment-carousel-pod-image {
    min-height: 260px; } }

@media screen and (max-width: 700px) {
  .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-prev {
    right: auto;
    top: auto; }
  .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-next {
    right: 6%;
    top: auto; }
  .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod {
    height: auto;
    margin-bottom: 0px; }
  .treatment-carousel-section .treatment-carousel.swiper-container.no-swipe .treatment-carousel-pod {
    height: auto;
    margin-bottom: 40px; }
    .treatment-carousel-section .treatment-carousel.swiper-container.no-swipe .treatment-carousel-pod .treatment-carousel-pod-link a {
      height: 68px; }
  .treatment-carousel-section .treatment-carousel.swiper-container.no-swipe .swiper-slide-no-swipe:last-of-type .treatment-carousel-pod {
    margin-bottom: 0px; }
  .swiper-wrapper-no-swipe {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 572px) {
  .treatment-carousel-section:not(.bg-image-right) {
    margin-top: 10px; }
  .treatment-carousel-section .treatment-carousel-section-header {
    width: 85%;
    padding-left: 38px;
    padding-right: 0; }
    .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom {
      margin-top: 40px;
      margin-bottom: 70px; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-prev {
        right: auto;
        top: auto;
        left: 39px; }
      .treatment-carousel-section .treatment-carousel-section-header .swiper-icons.bottom .swiper-icon-purple-next {
        right: auto;
        top: auto;
        left: 74px; }
  .treatment-carousel-section .treatment-carousel.swiper-container {
    width: 95%; }
    .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod-image {
      min-height: 320px; }
  .treatment-carousel-section.bg-image-right {
    background-image: none !important; } }

@media screen and (max-width: 541px) {
  .treatment-carousel-pod-image {
    min-height: 305px; } }

@media screen and (max-width: 456px) {
  .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod {
    height: 460px; }
    .treatment-carousel-section .treatment-carousel.swiper-container .treatment-carousel-pod .treatment-carousel-pod-image {
      min-height: 220px; } }

@media only screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40 / 71) and (orientation: portrait) {
  .swiper-icons.bottom .swiper-icon-purple-prev {
    right: auto;
    top: 355px;
    left: 52px; }
  .swiper-icons.bottom .swiper-icon-purple-next {
    right: auto;
    top: 355px;
    left: 87px; } }

@media screen and (max-width: 420px) {
  .treatment-carousel-pod-image {
    min-height: 235px; } }

@media screen and (max-width: 375px) {
  .treatment-carousel-pod-image {
    min-height: 215px; } }

@media screen and (max-width: 281px) {
  .treatment-carousel-pod-image {
    min-height: 195px; } }

/* IE fix*/
.swiper-wrapper {
  display: flex; }

.swiper-slide {
  display: flex;
  flex-wrap: wrap; }

.swiper-wrapper-no-swipe {
  display: flex; }

.swiper-slide-no-swipe {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 25px; }

@media screen and (max-width: 700px) {
  .swiper-slide-no-swipe {
    width: 100%;
    padding-right: 40px;
    margin-right: 0px; } }
