@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../Fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../Fonts/roboto-v20-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../Fonts/roboto-v20-latin-300italic.woff2") format("woff2"), url("../Fonts/roboto-v20-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../Fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../Fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../Fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../Fonts/roboto-v20-latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

img {
  border-style: none; }

img, object, embed, video {
  height: auto;
  max-width: 100%; }

@media \0screen {
  img, object, embed, video {
    width: auto;
    /* for ie 8 */ } }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  @media (max-width: 979px) {
    .video {
      margin-bottom: 20px; } }

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.invisible {
  display: none !important; }

.no-margin {
  margin: 0 !important; }

.right-float {
  float: right; }

.vertical-align-sub {
  vertical-align: sub; }

.vertical-align-top {
  vertical-align: top; }

.vertical-align-middle {
  vertical-align: middle; }

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

.text-align-right {
  text-align: right; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slick Slider CSS */
/*** Slick Slider ***/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: #fff url("../Images/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before {
  content: "←"; }

[dir="rtl"] .slick-prev:before {
  content: "→"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before {
  content: "→"; }

[dir="rtl"] .slick-next:before {
  content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 38px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75; }

body {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  line-height: 1.4; }

.page {
  width: 100%;
  overflow-x: hidden;
  position: relative; }

strong,
b {
  font-weight: 500; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1em 0 1em 0; }

h2,
h3 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin: 1.4em 0 1em 0; }

a {
  text-decoration: none;
  color: #b3074c; }

p {
  margin: 0 0 1em 0; }
  p:last-of-type {
    margin: 0; }

.nav-main ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.nav-main a {
  text-decoration: none;
  color: #96959b; }

@media only screen and (max-width: 1140px) {
  .nav-main {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    z-index: 5;
    border-bottom: 2px solid #96959b; }
    .nav-main a {
      color: #000000;
      display: block; }
      .nav-main a:hover {
        color: #b3074c; }
    .nav-main > ul > li {
      border-top: 1px solid #96959b;
      position: relative; }
      .nav-main > ul > li > span {
        display: block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 2;
        width: 23px;
        height: 23px;
        cursor: pointer; }
        .nav-main > ul > li > span::before, .nav-main > ul > li > span::after {
          content: "";
          position: absolute;
          background: #222222;
          transition: transform 0.25s ease-out; }
        .nav-main > ul > li > span::before {
          top: 0;
          left: 11px;
          width: 1px;
          height: 100%; }
        .nav-main > ul > li > span::after {
          top: 11px;
          left: 0;
          width: 100%;
          height: 1px; }
        .nav-main > ul > li > span:hover::before, .nav-main > ul > li > span:hover::after {
          background: #b3074c; }
      .nav-main > ul > li.active > span::before {
        transform: rotate(90deg); }
      .nav-main > ul > li.active span::before,
      .nav-main > ul > li.active span::after {
        background: #b3074c; }
      .nav-main > ul > li > a {
        display: block;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1rem;
        padding: 15px 20px; }
      .nav-main > ul > li > ul {
        display: none;
        padding: 0 20px 10px 20px; }
        .nav-main > ul > li > ul > li a {
          font-size: 12px;
          font-size: 0.75rem; }
        .nav-main > ul > li > ul > li > a {
          text-transform: uppercase;
          padding: 10px 0; }
        .nav-main > ul > li > ul > li ul a {
          padding: 5px 20px; } }

@media only screen and (max-width: 700px) {
  .nav-main {
    top: 51px; } }

@media only screen and (min-width: 1140px) {
  .nav-main {
    float: left;
    margin-left: 30px;
    display: block !important; }
    .nav-main > ul {
      *zoom: 1;
      position: relative; }
      .nav-main > ul:before, .nav-main > ul:after {
        display: table;
        content: "";
        line-height: 0; }
      .nav-main > ul:after {
        clear: both; }
      .nav-main > ul > li {
        float: left;
        margin-left: 30px; }
        .nav-main > ul > li:first-child {
          margin-left: 0; }
        .nav-main > ul > li > a {
          text-transform: uppercase;
          display: block;
          line-height: 77px; }
        .nav-main > ul > li > ul {
          display: none; }
        .nav-main > ul > li:hover > a {
          border-bottom: 3px solid #b3074c; }
        .nav-main > ul > li:hover > ul {
          display: block; }
        .nav-main > ul > li > ul {
          position: absolute;
          top: 80px;
          left: -30px;
          background: rgba(255, 255, 255, 0.9);
          z-index: 4;
          width: 600px;
          padding: 20px 30px;
          *zoom: 1; }
          .nav-main > ul > li > ul:before, .nav-main > ul > li > ul:after {
            display: table;
            content: "";
            line-height: 0; }
          .nav-main > ul > li > ul:after {
            clear: both; }
          .nav-main > ul > li > ul > li {
            float: left;
            width: 42%; }
            .nav-main > ul > li > ul > li:first-child {
              width: 30%; }
            .nav-main > ul > li > ul > li:last-child {
              width: 28%; }
            .nav-main > ul > li > ul > li > a {
              text-transform: uppercase; }
            .nav-main > ul > li > ul > li:hover > a {
              color: #b3074c; }
            .nav-main > ul > li > ul > li ul {
              padding: 5px 0 0 10px; }
              .nav-main > ul > li > ul > li ul li {
                padding: 4px 0; }
                .nav-main > ul > li > ul > li ul li a:hover {
                  color: #b3074c; } }

@media only screen and (min-width: 1250px) {
  .nav-main {
    margin-left: 90px; } }

.nav-footer {
  text-align: center;
  padding: 30px 0; }
  .nav-footer ul {
    display: inline-block;
    padding-left: 0; }
    .nav-footer ul li {
      display: inline-block; }
  .nav-footer a {
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0 15px; }
  @media only screen and (max-width: 920px) {
    .nav-footer {
      padding: 20px 0; }
      .nav-footer a {
        display: block;
        padding-top: 6px;
        padding-bottom: 6px; } }

.page > header .logo {
  float: left;
  padding: 15px 0; }
  .page > header .logo img {
    width: 300px; }
  @media only screen and (max-width: 700px) {
    .page > header .logo {
      padding: 0; } }
  @media only screen and (max-width: 420px) {
    .page > header .logo {
      padding-top: 6px; }
      .page > header .logo img {
        width: 230px; } }

.header-top {
  position: relative;
  height: 80px;
  margin: auto;
  max-width: 1260px;
  padding: 0 20px; }
  @media only screen and (max-width: 700px) {
    .header-top {
      height: 51px; } }

.header-image {
  clear: both;
  background: #eaeaea; }
  .header-image .inner {
    margin: auto;
    max-width: 1260px;
    padding: 15px 0; }

main {
  margin: auto;
  max-width: 1260px;
  padding: 20px 20px 40px 20px;
  *zoom: 1; }
  main:before, main:after {
    display: table;
    content: "";
    line-height: 0; }
  main:after {
    clear: both; }
  main .content-main {
    float: left;
    max-width: calc(100% - 390px);
    padding-right: 50px; }
    @media only screen and (max-width: 920px) {
      main .content-main {
        float: none;
        max-width: none;
        padding-right: 0; } }

.sidebar {
  float: right;
  width: 390px;
  line-height: 1.6;
  padding-top: 15px; }
  .sidebar figure img {
    display: block; }
  .sidebar .google-maps {
    background: #eaeaea;
    height: 220px;
    margin-bottom: 20px; }
  .sidebar .ce-html {
    margin-top: 20px; }
  .sidebar .ce-text-simple {
    margin-bottom: 0;
    padding: 20px 20px 20px 30px;
    border-left: 30px solid #b3074c; }
    .sidebar .ce-text-simple:nth-child(2) {
      background: #eaeaea; }
  @media only screen and (max-width: 920px) {
    .sidebar {
      float: none;
      width: auto;
      margin-top: 30px; } }

.medical-field-3 .ce-text-simple {
  border-color: #93bea1; }

.medical-field-7 .ce-text-simple {
  border-color: #9fb6c8; }

.medical-field-5 .ce-text-simple {
  border-color: #b89888; }

.medical-field-4 .ce-text-simple {
  border-color: #3e878d; }

.medical-field-6 .ce-text-simple {
  border-color: #b99d50; }

.medical-field-8 .ce-text-simple {
  border-color: #a46d7c; }

.sidebar-additional {
  margin-bottom: 20px; }

.map-preview {
  position: relative; }
  .map-preview .openstreetmap-link {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
    font-size: 0.75rem; }
  .map-preview img {
    display: block; }

.page > footer {
  background: #222222; }

.contact-widget {
  position: fixed;
  right: -220px;
  top: 130px;
  width: 220px;
  z-index: 99; }

.contact-widget-inner {
  background: #b3074c;
  padding: 15px 15px 40px 15px;
  color: #FFFFFF; }
  .contact-widget-inner a {
    color: #FFFFFF; }

.contact-widget-icon {
  position: absolute;
  left: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: url("../Images/phone_icon.png") no-repeat center center #b3074c;
  background-size: 38px;
  border: none;
  overflow: hidden;
  text-indent: -9999px; }

.contact-widget-phone {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 45px; }

.contact-widget-btn {
  display: block;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 15px; }

.contact-bar {
  background: #b3074c;
  color: #FFFFFF;
  padding: 10px 20px; }
  .contact-bar-inner {
    max-width: 1260px;
    margin: auto;
    display: flex;
    position: relative; }
  .contact-bar a {
    display: block;
    color: #FFFFFF;
    margin-left: 15px;
    padding-left: 24px;
    background: url("../Images/icon-newsletter.svg") no-repeat left center;
    background-size: 18px;
    line-height: 18px; }
    .contact-bar a.contact-phone {
      background-image: url("../Images/icon-phone.svg"); }
    .contact-bar a.contact-email {
      background-image: url("../Images/icon-email.svg"); }
    .contact-bar a.contact-date {
      background-image: url("../Images/icon-calendar.svg"); }
    .contact-bar a:first-child {
      margin-left: 0; }
  @media only screen and (max-width: 700px) {
    .contact-bar a.contact-newsletter {
      display: none; } }
  @media only screen and (max-width: 600px) {
    .contact-bar a.contact-email {
      display: none; } }

.burger-icon-area {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #b3074c;
  width: 70px;
  height: 51px;
  padding: 23px 20px 20px 20px;
  cursor: pointer; }
  @media only screen and (min-width: 1140px) {
    .burger-icon-area {
      position: absolute;
      clip: rect(0, 0, 0, 0); } }
  @media only screen and (max-width: 700px) {
    .burger-icon-area {
      top: 0;
      right: 0; } }

.burger-icon {
  position: relative;
  background: none;
  border: none;
  z-index: 9;
  padding: 0;
  width: 100%; }
  .burger-icon span {
    text-indent: -99999px;
    display: block;
    position: relative;
    height: 4px;
    background-color: #FFFFFF;
    transition: background 0s 0.3s; }
    .burger-icon span::before, .burger-icon span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #FFFFFF;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .burger-icon span::before {
      top: -8px;
      transition-property: top, transform; }
    .burger-icon span::after {
      bottom: -8px;
      transition-property: bottom, transform; }
  .burger-icon.active span {
    background: none; }
    .burger-icon.active span::before {
      top: 0;
      transform: rotate(45deg);
      transition-delay: 0s, 0.3s; }
    .burger-icon.active span::after {
      bottom: 0;
      transform: rotate(-45deg);
      transition-delay: 0s, 0.3s; }

/*** PV Cookie Consent ***/
/* colors */
.pv-cookie-consent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-content: center;
  justify-content: center;
  color: #444444; }
  .pv-cookie-consent h3 {
    margin: 0 0 25px 0;
    font-size: 18px; }
    @media only screen and (min-width: 500px) {
      .pv-cookie-consent h3 {
        font-size: 24px; } }
  .pv-cookie-consent p {
    color: #666666; }

.pv-cookie-consent-inner {
  position: relative;
  width: 90%;
  max-height: 80vh;
  margin: auto 0;
  max-width: 650px;
  background: white;
  padding: 40px 20px 10px 20px;
  overflow-y: auto; }
  @media only screen and (min-width: 500px) {
    .pv-cookie-consent-inner {
      padding: 40px 40px 10px 40px; } }

.pv-cookie-settings {
  margin: 30px 0; }

.pv-cookie-settings-options label {
  display: block;
  position: relative;
  margin: 15px 0;
  padding-left: 30px;
  cursor: pointer; }
  .pv-cookie-settings-options label span {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #666666;
    width: 20px;
    height: 20px; }
  .pv-cookie-settings-options label input {
    visibility: hidden; }
  .pv-cookie-settings-options label input:checked + span::before {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    background-color: #999999; }
  .pv-cookie-settings-options label:first-child {
    cursor: default; }
  .pv-cookie-settings-options label input[disabled] + span {
    opacity: .6; }

@media only screen and (min-width: 650px) {
  .pv-cookie-settings-options {
    display: flex; }
    .pv-cookie-settings-options label {
      margin: 0; }
    .pv-cookie-settings-options label:not(:first-child) {
      margin-left: 30px; } }

.pv-cookie-settings-btn-group {
  margin-top: 30px;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .pv-cookie-settings-btn-group button {
    border: none;
    color: #FFFFFF;
    background: #808080;
    margin-bottom: 15px;
    padding: 10px 30px;
    border-radius: 4px;
    width: 230px;
    transition: background-color 400ms ease-in-out; }
    .pv-cookie-settings-btn-group button:hover {
      background: #676767; }
    .pv-cookie-settings-btn-group button.pv-cookie-consent-allow-all {
      background: #808080; }
      .pv-cookie-settings-btn-group button.pv-cookie-consent-allow-all:hover {
        background: #676767; }
  @media only screen and (min-width: 650px) {
    .pv-cookie-settings-btn-group {
      flex-flow: row;
      justify-content: space-between; }
      .pv-cookie-settings-btn-group button {
        margin-bottom: 0; } }

.pv-cookie-consent-details {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #999999; }

.pv-cookie-consent-show-group-info {
  background: none;
  border: none; }
  .pv-cookie-consent-show-group-info.active span {
    display: inline-block;
    transform: rotate(90deg); }

.pv-cookie-consent-legal-links {
  padding: 30px 0 30px 0;
  text-align: center; }
  .pv-cookie-consent-legal-links a {
    color: #444444; }

.pv-cookie-consent-group-info-wrap {
  margin-top: 30px;
  display: none; }
  .pv-cookie-consent-group-info-wrap.pvcc-show-group-info {
    display: block; }

.pv-cookie-consent-group-info {
  border: 1px solid grey;
  padding: 15px 20px;
  margin-top: 15px; }

.pv-cookie-consent-group-info-title {
  font-weight: 700; }

.pv-cookie-consent-group-info-details {
  max-height: 0;
  transition: max-height 400ms;
  overflow: hidden; }
  .pv-cookie-consent-group-info-details ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .pv-cookie-consent-group-info-details > ul > li {
    border-top: 1px solid grey;
    margin-top: 15px;
    padding-top: 15px; }
  .pv-cookie-consent-group-info-details a {
    color: #444444; }
  .pv-cookie-consent-group-info-details.pvcc-show-cookie-details {
    max-height: 1000px; }

.pv-cookie-consent-group-info-details-item {
  margin-top: 5px; }
  @media only screen and (min-width: 500px) {
    .pv-cookie-consent-group-info-details-item {
      display: flex; } }

.pv-cookie-consent-cookie-detail-label {
  font-weight: 700; }
  @media only screen and (min-width: 500px) {
    .pv-cookie-consent-cookie-detail-label {
      width: 120px;
      flex-shrink: 0;
      font-weight: 400; } }

.pv-cookie-consent-group-info-show-cookie-details {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  color: #444444; }
  .pv-cookie-consent-group-info-show-cookie-details.active span {
    display: inline-block;
    transform: rotate(90deg); }

.booking-widget {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none; }
  .booking-widget.show {
    display: block; }
  .booking-widget iframe {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    visibility: hidden; }
    .booking-widget iframe.show {
      visibility: visible; }

.booking-select {
  display: none;
  position: absolute;
  top: 28px;
  left: 132px;
  border-left: 2px solid #b3074c;
  border-right: 2px solid #b3074c;
  border-bottom: 2px solid #b3074c;
  background: #FFFFFF;
  padding: 10px;
  z-index: 10;
  gap: 8px; }
  .booking-select .btn {
    border: none;
    background: #b3074c;
    color: #FFFFFF;
    padding: 6px 10px;
    display: inline-block;
    height: 32px; }
    .booking-select .btn:hover {
      background: rgba(179, 7, 76, 0.9); }
  .booking-select.show {
    display: flex; }
  @media only screen and (max-width: 440px) {
    .booking-select {
      left: auto;
      right: 60px; } }

.booking-auth {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFFFF;
  color: #000000;
  padding: 15px 10px;
  display: none; }
  .booking-auth.show {
    display: block; }
  .booking-auth label {
    display: none; }
  .booking-auth input {
    width: 160px;
    border: 1px solid #b3074c; }
  .booking-auth button {
    border: none;
    background: #b3074c;
    color: #FFFFFF;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    width: 22px; }
    .booking-auth button::before {
      position: absolute;
      left: 5px;
      top: 2px;
      content: '';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 14px solid #FFFFFF; }
  .booking-auth-form {
    display: flex; }

.ce-hero-image {
  position: relative; }
  .ce-hero-image figure {
    position: relative; }
  .ce-hero-image img {
    display: block; }
  .ce-hero-image figcaption {
    position: absolute;
    top: 210px;
    left: 20px;
    width: 100%;
    max-width: 650px; }
  .ce-hero-image .description {
    background: #b3074c;
    color: #FFFFFF;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase;
    padding: 5px 15px;
    line-height: 1.2; }
  .ce-hero-image .description-extended {
    background: #FFFFFF;
    padding: 8px 15px 10px 15px;
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.125rem; }
  .ce-hero-image .more-link {
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    border: 2px solid #444444;
    background: #FFFFFF;
    padding: 2px 15px;
    color: #96959b; }
  .ce-hero-image.ce-layout-2 figcaption {
    left: auto;
    right: 20px; }
  @media only screen and (max-width: 1140px) {
    .ce-hero-image figcaption {
      top: auto;
      bottom: 30px; } }
  @media only screen and (max-width: 940px) {
    .ce-hero-image .description-extended {
      display: none; } }
  @media only screen and (max-width: 700px) {
    .ce-hero-image figcaption {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto !important;
      max-width: none; }
    .ce-hero-image .description-extended {
      display: block; }
    .ce-hero-image .link-group {
      padding-left: 15px; } }
  @media only screen and (max-width: 420px) {
    .ce-hero-image .description {
      font-size: 20px;
      font-size: 1.25rem; }
    .ce-hero-image .description-extended {
      font-size: 16px;
      font-size: 1rem; } }

.ce-doctor-overview {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin-top: 40px; }

.ce-doctor-item {
  text-align: center;
  padding-top: 30px;
  display: none; }
  .ce-doctor-item:first-child {
    display: block; }
  .ce-doctor-item h3 {
    display: none; }
  .ce-doctor-item h4 {
    color: #b3074c;
    margin: 0 0 3px 0; }
  .ce-doctor-item img {
    display: inline-block;
    margin-bottom: 15px;
    max-width: 140px; }
  .ce-doctor-item blockquote {
    font-style: italic;
    line-height: 1.5;
    margin: 0; }
  .ce-doctor-item .ce-doctor-item-main {
    max-width: 400px;
    padding: 0 20px 20px 20px;
    margin: auto; }
  .ce-doctor-item .more-link {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid #444444;
    background: #FFFFFF;
    padding: 2px 15px;
    color: #96959b; }

.ce-doctor-overview-tab-menu {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 260px; }
  .ce-doctor-overview-tab-menu a {
    display: block;
    line-height: 100px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0 15px 0 30px;
    border-left: 2px solid #FFFFFF; }
    .ce-doctor-overview-tab-menu a.active, .ce-doctor-overview-tab-menu a:hover {
      background: #f0f0f0;
      color: #b3074c;
      border-left: 2px solid #b3074c; }
  @media only screen and (max-width: 500px) {
    .ce-doctor-overview-tab-menu {
      float: none;
      width: auto; }
      .ce-doctor-overview-tab-menu a {
        line-height: 50px; } }

.ce-doctor-group {
  margin-left: 280px; }
  @media only screen and (max-width: 500px) {
    .ce-doctor-group {
      margin-left: 0; } }

.ce-medical-field-overview img {
  display: block; }

.ce-medical-field-overview ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: 0 -5px; }
  .ce-medical-field-overview ul li {
    float: left;
    width: 33.333333333%;
    padding: 5px; }
    .ce-medical-field-overview ul li a {
      display: block; }

.ce-medical-field-overview figure {
  position: relative; }

.ce-medical-field-overview figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  color: #96959b;
  padding: 0 0 15px 0; }
  .ce-medical-field-overview figcaption h3 {
    color: #b3074c;
    margin-bottom: 4px;
    text-transform: uppercase; }
  .ce-medical-field-overview figcaption button {
    border: 2px solid #444444;
    text-transform: uppercase;
    background: #FFFFFF;
    padding: 2px 15px;
    margin-top: 10px; }

.ce-medical-field-overview a:hover figcaption {
  display: block; }

@media only screen and (max-width: 800px) {
  .ce-medical-field-overview ul li {
    width: 50%; } }

@media only screen and (max-width: 420px) {
  .ce-medical-field-overview ul li {
    width: 100%; } }

.ce-media-custom figure {
  display: block; }

.ce-media-custom figcaption {
  padding: 5px 10px 0 0;
  text-align: right; }

.ce-text-simple .bodytext h2 {
  font-size: 16px;
  font-size: 1rem; }

.ce-pro-tip {
  color: #FFFFFF;
  background: #b3074c;
  padding: 10px 15px 15px 15px;
  margin-top: 20px; }
  .ce-pro-tip a {
    color: #FFFFFF; }
  .ce-pro-tip h3 {
    border-bottom: 1px solid #FFFFFF;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0 5px 5px 5px;
    margin: 0 0 15px; }
  .ce-pro-tip .bodytext {
    padding: 0 5px; }
  .ce-pro-tip.ce-layout-2 {
    background: #72a5ab; }

.medical-field-3 .ce-pro-tip.ce-layout-2 {
  background: #93bea1; }

.medical-field-7 .ce-pro-tip.ce-layout-2 {
  background: #9fb6c8; }

.medical-field-5 .ce-pro-tip.ce-layout-2 {
  background: #b89888; }

.medical-field-4 .ce-pro-tip.ce-layout-2 {
  background: #3e878d; }

.medical-field-6 .ce-pro-tip.ce-layout-2 {
  background: #b99d50; }

.medical-field-8 .ce-pro-tip.ce-layout-2 {
  background: #a46d7c; }

.ce-accordions {
  margin-bottom: 40px; }

.ce-accordions-group {
  overflow: hidden; }
  .ce-accordions-group .ce-text-simple {
    margin-bottom: 10px; }
    .ce-accordions-group .ce-text-simple h1,
    .ce-accordions-group .ce-text-simple h2,
    .ce-accordions-group .ce-text-simple h3 {
      margin: 0; }
    .ce-accordions-group .ce-text-simple header {
      position: relative;
      margin: 0 0 5px 0;
      padding: 5px 0;
      border-bottom: 1px solid #222222;
      cursor: pointer; }
      .ce-accordions-group .ce-text-simple header span {
        display: block;
        position: absolute;
        top: 4px;
        right: 0;
        z-index: 2;
        width: 19px;
        height: 19px; }
        .ce-accordions-group .ce-text-simple header span::before, .ce-accordions-group .ce-text-simple header span::after {
          content: "";
          position: absolute;
          background: #222222;
          transition: transform 0.25s ease-out; }
        .ce-accordions-group .ce-text-simple header span::before {
          top: 0;
          left: 9px;
          width: 1px;
          height: 100%; }
        .ce-accordions-group .ce-text-simple header span::after {
          top: 9px;
          left: 0;
          width: 100%;
          height: 1px; }
      .ce-accordions-group .ce-text-simple header.active span::before {
        transform: rotate(90deg); }
    .ce-accordions-group .ce-text-simple .bodytext {
      display: none; }
      .ce-accordions-group .ce-text-simple .bodytext a::before {
        content: "➜";
        padding-right: 4px; }

.ce-accordions.ce-layout-0 .ce-accordions-group-col {
  float: left;
  width: 50%; }
  .ce-accordions.ce-layout-0 .ce-accordions-group-col:first-child {
    padding-right: 10px; }
  .ce-accordions.ce-layout-0 .ce-accordions-group-col:last-child {
    padding-left: 10px; }
  @media only screen and (max-width: 1200px) {
    .ce-accordions.ce-layout-0 .ce-accordions-group-col {
      float: none;
      width: auto; }
      .ce-accordions.ce-layout-0 .ce-accordions-group-col:first-child {
        padding-right: 0; }
      .ce-accordions.ce-layout-0 .ce-accordions-group-col:last-child {
        padding-left: 0; } }

.frame-type-form_formframework h2 {
  display: none; }

.frame-type-form_formframework fieldset {
  border: none;
  margin-top: 30px;
  padding: 0; }

.frame-type-form_formframework legend {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-bottom: 5px; }

.frame-type-form_formframework .form-group {
  overflow: hidden;
  margin-bottom: 10px; }

.frame-type-form_formframework .input input,
.frame-type-form_formframework .input select {
  border: 1px solid #f0f0f0;
  padding: 3px 5px; }

.frame-type-form_formframework .input input {
  width: 100%;
  max-width: 363px; }
  .frame-type-form_formframework .input input:focus-visible {
    border: 1px solid #d0d0d0;
    padding: 3px 5px;
    outline: none; }
  .frame-type-form_formframework .input input.checkbox {
    width: auto; }

.frame-type-form_formframework label.form-check-label {
  overflow: hidden; }
  .frame-type-form_formframework label.form-check-label input {
    float: left;
    width: auto;
    margin-right: 10px; }

.frame-type-form_formframework .inputs-list {
  overflow: hidden; }
  .frame-type-form_formframework .inputs-list .form-check {
    float: left;
    width: 50%;
    margin-top: 10px; }

.frame-type-form_formframework .submit button {
  border: 1px solid #b3074c;
  background: #b3074c;
  color: #FFFFFF;
  padding: 8px 15px; }

.frame-type-form_formframework #terminService-fieldset-2 .form-inline .form-group:nth-child(2),
.frame-type-form_formframework #terminService-260-fieldset-2 .form-inline .form-group:nth-child(2) {
  float: left;
  margin-right: 10px; }

.frame-type-form_formframework #terminService-fieldset-3,
.frame-type-form_formframework #terminService-260-fieldset-3 {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px; }
  .frame-type-form_formframework #terminService-fieldset-3 legend,
  .frame-type-form_formframework #terminService-260-fieldset-3 legend {
    padding-left: 15px; }
  .frame-type-form_formframework #terminService-fieldset-3 .form-group,
  .frame-type-form_formframework #terminService-260-fieldset-3 .form-group {
    float: left;
    width: 50%;
    padding: 0 15px; }

.news-list-view .news-list-date {
  margin: 10px 0; }

.news-list-view article {
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  margin-top: 30px; }
  .news-list-view article:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }
  .news-list-view article h3 {
    margin: 0;
    font-size: 16px;
    font-size: 1rem; }
  .news-list-view article .teaser-text > div,
  .news-list-view article .teaser-text p {
    display: inline; }

.sidebar .news-list-view {
  padding-bottom: 10px; }
  .sidebar .news-list-view h2 {
    margin-top: 0; }
  .sidebar .news-list-view ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar .news-list-view li a {
    display: block; }
    .sidebar .news-list-view li a::before {
      content: "➜";
      padding-right: 3px; }

.news-detail h1 {
  margin-bottom: 0; }

.news-detail .news-detail-date {
  margin: 10px 0; }

.news-detail .news-backlink-wrap {
  margin-top: 30px; }

.page-navigation {
  margin-top: 30px; }

.f3-widget-paginator {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 10px; }
  .f3-widget-paginator li {
    margin-left: 5px;
    border: 1px solid #b3074c;
    min-width: 20px;
    padding: 0 2px;
    text-align: center; }
    .f3-widget-paginator li:first-child {
      margin-left: 0; }
    .f3-widget-paginator li.current {
      border-color: #96959b; }
  .f3-widget-paginator a {
    display: block; }

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