@font-face {
  font-family: "RedHatDisplay";
  src: url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Light.woff2")
      format("woff2"),
    url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Light.woff")
      format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "RedHatDisplay";
  src: url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Regular.woff2")
      format("woff2"),
    url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Regular.woff")
      format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}


@font-face {
  font-family: "RedHatDisplay";
  src: url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Medium.woff2")
      format("woff2"),
    url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Medium.woff")
      format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "RedHatDisplay";
  src: url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Bold.woff2")
      format("woff2"),
    url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Bold.woff")
      format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}


@font-face {
  font-family: "RedHatDisplay";
  src: url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Black.woff2")
      format("woff2"),
    url("../../fonts/default-fonts/RedHatDisplay/RedHatDisplay-Black.woff")
      format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 900;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.custom-logo {
  width: 250px;
  height: auto !important;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .custom-logo {
    width: 200px ;
    height: auto !important;
  }
}


body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "RedHatDisplay", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #464646;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000000;
  text-decoration: none !important;
}
a:hover,
a:focus {
  color: #ff6b00;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: fixed;
  width: 100%;
  z-index: 998;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
  width: auto;
}
.navbar-header {
  margin-right: 35px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: auto;
    /*  padding: 0 15px; */
  }
  /*  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  } */
}
.navbar-toggle {
  position: relative;
  margin-left: auto;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 30px;
  float: right;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-toggle .icon-bar.first {
  width: 70%;
}
.navbar-toggle .icon-bar.third {
  width: 50%;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-wrapper {
    padding-top: 20px !important;
  }
  .wpem-single-event-page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper {
    padding: 75px 0px;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
html {
  font-size: 16px;
}
body {
  color: #464646;
  letter-spacing: 0.01rem;
}


.blue-button {
  display: inline-block;
  background-color: #557cbf;
  border-radius: 0;
  border: none;
  color: #f4f4f4;
  font-family: "RedHatDisplay";
  padding: 15px 30px;
  line-height: 1;
}
.blue-button:hover,
.blue-button:focus {
  color: #f4f4f4;
  text-decoration: none;
  background-color: #3c63a6;
  outline: none;
}
.updated:not(.published) {
  display: none;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
img {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-wrapper {
  display: flex;
  align-items: center;
}
body.admin-bar #main-menu {
  padding-top: 86px;
}
body.fixed-header.admin-bar .navbar {
  top: 46px;
}
body.fixed-header.admin-bar .navbar.scroll-admin-bar {
  top: 0;
}
body.fixed-header .navbar {
  width: 100%;
  z-index: 999;
}
body.navbar-no-background #header {
  position: relative;
  min-height: 100px;
}

body.navbar-no-background #header .navbar {
  position: absolute;
  width: 100%;
  background-color: transparent;
  z-index: 200;
}
body.navbar-no-background #header .navbar.fixed {
  position: fixed;
}
body.navbar-no-background #header .navbar.fixed.scroll {
  background-color: #fff;
}
body.navbar-no-background #header .navbar .navbar-wrapper {
  background-color: transparent;
}
body.menu-sandwich .navbar-header {
  float: none;
}
body.menu-sandwich .navbar-toggle {
  display: block;
  float: right;
}
body.menu-sandwich #main-menu ul.nav {
  float: none !important;
}
body.menu-sandwich #main-menu ul.nav li {
  float: none;
}
.navbar-brand h1 a {
  font-size: 30px;
  color: #333;
}
.navbar-brand h1 a:hover {
  color: #557cbf;
  text-decoration: none;
}
.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-toggle {
  margin-bottom: 0;
}
.navbar-toggle .icon-bar {
  width: 40px;
  border-radius: 0;
  background-color: #0d2333;
}
.sandwich-color-light #main-menu {
  background-color: #fff;
}
.sandwich-color-light #main-menu > ul > li > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul > li > a:hover,
.sandwich-color-light #main-menu > ul > li > a:focus {
  color: #333;
}
.sandwich-color-light #main-menu > ul > li.current_page_item > a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a:hover,
.sandwich-color-light #main-menu > ul ul li a:focus {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li.current_page_item > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li .dropdown-toggle {
  color: #333;
}
.sandwich-color-light #main-menu .button-close {
  color: #333;
}
.sandwich-color-light #main-menu .dropdown-toggle {
  color: #555;
}
#main-menu {
  overflow-y: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 9999;
  height: 100%;
  background-color: #333;
  padding: 40px 30px 0 30px;
  width: 270px;
  -webkit-transition: margin 0.8s ease;
  -o-transition: margin 0.8s ease;
  transition: margin 0.8s ease;
}
#main-menu .header-widgetised-area {
  margin: 30px 0;
}
#main-menu .header-widgetised-area .widget {
  margin-bottom: 20px;
}
#main-menu .header-widgetised-area .widget-title {
  font-size: 18px;
}
#main-menu .header-widgetised-area .widget_text {
  font-size: 18px;
  line-height: 1em;
}
#main-menu.open {
  margin-left: -270px;
}
#main-menu .button-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-bottom: 25px;
  color: #fff;
}
#main-menu .dropdown-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  line-height: 1.45;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-family: "Visual Composer Starter Font";
  font-size: 0.64em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
}
#main-menu .dropdown-toggle.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main-menu ul li {
  position: relative;
}
#main-menu ul li a {
  color: #ccc;
  line-height: 1.2;
}
#main-menu ul li a:hover,
#main-menu ul li a:focus {
  text-decoration: none;
  color: #fff;
}
#main-menu ul li.current-menu-item > a {
  color: #fff;
}

#main-menu ul li ul {
  display: none;
  padding: 10px 0;
}
#main-menu ul li ul li {
  font-family: "RedHatDisplay";
  font-size: 16px;
  list-style: none;
  line-height: 1.2;
}
#main-menu ul li ul li a {
  display: block;
}
#main-menu ul li ul li .dropdown-toggle {
  padding: 7px 0 3px 0;
  color: #ccc;
}
#main-menu ul li ul li .dropdown-toggle.open {
  padding: 3px 0 7px 0;
}
#main-menu ul li ul li ul {
  padding-left: 10px;
}
#main-menu > ul {
  margin: 0;
  float: none;
}
#main-menu > ul > li {
  font-size: 22px;
  font-weight: 500;
}
#main-menu > ul > li > a {
  padding: 12px 0;
  font-family: "RedHatDisplay";
  color: #fff;
}
#main-menu > ul > li > a:hover,
#main-menu > ul > li > a:focus {
  color: #ccc;
  background: none;
}
#main-menu > ul > li > .dropdown-toggle {
  padding: 17px 0 10px 0;
}
#main-menu > ul > li > .dropdown-toggle.open {
  padding: 10px 0 17px 0;
}
.cover-image {
  position: relative;
}
.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.header-image img {
  width: 100%;
  height: auto;
}
.header-image .fade-in-img.cover-image {
  position: relative;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body.featured-image-custom-height .header-image .fade-in-img {
  position: relative;
}
body.featured-image-custom-height
  .header-image
  .fade-in-img
  .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
body.featured-image-custom-height
  .header-image
  .fade-in-img
  .fade-in-img-inner-wrap
  img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.content-wrapper {
  padding: 55px 15px 0px 15px;
  margin: 0 -15px;
  overflow-wrap: break-word;
  background-color: #fff;
}
.main-content {
  padding-bottom: 40px;
}
.main-content article.post.sticky {
  border: 6px #eeeeee solid;
  padding: 13px;
}
.entry-full-content .entry-author-data {
  text-align: center;
  margin-bottom: 20px;
}
.entry-full-content .entry-author-data .author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
}
.entry-full-content .entry-author-data .author-avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.entry-full-content .entry-author-data .author-name {
  color: #333;
  font-family: "RedHatDisplay";
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.entry-full-content .entry-author-data .author-biography {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #777;
}
.entry-full-content .entry-meta {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-bottom: 5px;
}
.entry-full-content .entry-meta a {
  color: #333;
  border-bottom: 1px solid #333;
}
.entry-full-content .entry-meta a:hover,
.entry-full-content .entry-meta a:focus {
  border-bottom-color: transparent;
  text-decoration: none;
}
.entry-tags {
  margin: 5px 0;
}
.entry-tags a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 9px 13px;
  line-height: 1;
  font-size: 14px;
  font-style: italic;
  color: #777;
  background-color: #eee;
  border-radius: 20px;
}
.entry-tags a:hover,
.entry-tags a:before {
  text-decoration: none;
  color: #fff;
  background-color: #557cbf;
}
.nav-next,
.nav-previous {
  margin-bottom: 1.625rem;
}
.nav-links.post-navigation {
  margin-top: 1.625rem;
  padding-top: 2.25rem;
  border-top: 1px solid #eee;
}
.nav-links.post-navigation a .meta-nav {
  font-size: 14px;
  font-style: italic;
  color: #777;
  line-height: 1;
  display: block;
}
.nav-links.post-navigation a .post-title {
  font-family: "RedHatDisplay";
  font-size: 22px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #333;
}
.nav-links.post-navigation a:hover {
  text-decoration: none;
}
.nav-links.post-navigation a:hover .post-title {
  border-bottom-color: transparent;
}
.pagination {
  margin: 65px 0 0;
  display: block;
  border-radius: 0;
}
.nav-links.post-inner-navigation {
  margin-bottom: 20px;
}
.nav-links.post-inner-navigation a,
.nav-links.post-inner-navigation > span {
  display: inline-block;
  min-width: 30px;
  background-color: #eee;
  border-radius: 15px;
  text-align: center;
  height: 30px;
  margin: 0 10px 10px 0;
  line-height: 32px;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
.nav-links.post-inner-navigation a:hover,
.nav-links.post-inner-navigation a:focus {
  text-decoration: none;
  background-color: #557cbf;
}
.nav-links.post-inner-navigation a:hover span,
.nav-links.post-inner-navigation a:focus span {
  color: #fff;
}
.nav-links.post-inner-navigation a.prev,
.nav-links.post-inner-navigation a.next {
  width: auto;
  padding: 0 15px;
}
.nav-links.post-inner-navigation > span {
  background-color: #557cbf;
  color: #fff;
}
.nav-links.archive-navigation .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  background-color: #eee;
  border-radius: 15px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
.nav-links.archive-navigation .page-numbers.prev,
.nav-links.archive-navigation .page-numbers.next {
  width: auto;
  padding: 0 15px;
}
.nav-links.archive-navigation .page-numbers.dots {
  background: none;
}
.nav-links.archive-navigation a.page-numbers:hover,
.nav-links.archive-navigation a.page-numbers:focus,
.nav-links.archive-navigation .page-numbers.current {
  text-decoration: none;
  background-color: #557cbf;
  color: #fff;
}
.comments-area {
  padding: 40px 0;
  background-color: #f4f4f4;
  overflow-wrap: break-word;
}
.comments-area .comments-title {
  margin-bottom: 5px;
}
.comments-area .comments-subtitle {
  font-size: 14px;
  margin-bottom: 40px;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 55px;
}
.comments-area .comment-list li.comment {
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.comments-area .comment-list li.comment .comment-body {
  margin-bottom: 25px;
}
.comments-area .comment-list li.comment:first-child {
  padding-top: 0;
  border-top: 0;
}
.comments-area .comment-list ol.children {
  list-style: none;
  padding: 25px 0 0;
  margin-left: 30px;
  border-top: 1px solid #ddd;
}
.comments-area .comment-list .author-avatar {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  overflow: hidden;
}
.comments-area .comment-list .author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.comments-area .comment-list .comment-author {
  font-family: "RedHatDisplay";
  font-size: 22px;
  color: #333;
  line-height: 1.4;
}
.comments-area .comment-list .comment-author a {
  color: #333;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .comment-author a:hover,
.comments-area .comment-list .comment-author a:focus {
  border-bottom-color: #333;
  text-decoration: none;
}
.comments-area .comment-list .comment-metadata {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-metadata a {
  color: #777;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .comment-metadata a:hover,
.comments-area .comment-list .comment-metadata a:focus {
  text-decoration: none;
  border-bottom-color: #777;
}
.comments-area .comment-list .reply a {
  font-family: "RedHatDisplay";
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .reply a:hover,
.comments-area .comment-list .reply a:focus {
  text-decoration: none;
  border-bottom-color: #557cbf;
}
.comments-area #reply-title {
  font-size: 30px;
  margin-bottom: 3px;
}
.comments-area .comment-notes {
  font-size: 14px;
  margin-bottom: 25px;
}
.comments-area span.required {
  margin-left: -4px;
}
.comments-area .comment-form-comment {
  margin-bottom: 20px;
}
.comments-area .comment-form-comment label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "RedHatDisplay";
}
.comments-area .comment-form-comment textarea {
  width: 100%;
  height: 170px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area textarea:focus {
  outline: none;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
  margin-bottom: 30px;
}
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: "RedHatDisplay";
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
  height: 40px;
}
.comments-area .form-submit,
.comments-area .comment-subscription-form {
  margin-bottom: 15px;
}
.comments-area .comment-subscription-form {
  line-height: 1rem;
}
.comments-area .comment-subscription-form label {
  font-size: 14px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.comments-area .comment-subscription-form label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dadada;
  font-size: 25px;
  line-height: 19px;
  text-align: center;
}
.comments-area .comment-subscription-form input[type="checkbox"] {
  display: none;
}
.comments-area .comment-subscription-form input:checked + label:before {
  content: "\2022";
}
.comments-area .form-submit input[type="submit"] {
  display: inline-block;
  background-color: #557cbf;
  border-radius: 0;
  border: none;
  color: #f4f4f4;
  font-family: "RedHatDisplay";
  padding: 15px 40px;
  line-height: 1;
}
.comments-area .form-submit input[type="submit"]:hover,
.comments-area .form-submit input[type="submit"]:focus {
  color: #f4f4f4;
  text-decoration: none;
  background-color: #3c63a6;
  outline: none;
}
.comments-area .comment div#respond {
  min-height: 500px;
}
.comments-area .bypostauthor .fade-in-image:before {
  font-family: "Visual Composer Starter Font", Arial, sans-serif;
  content: "\6e";
  background: #557cbf;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  margin: 55px 0 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1px;
  padding-bottom: 1px;
  font-size: 20px;
}
.logged-in .comments-area .comment div#respond {
  min-height: 400px;
}
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  position: absolute !important;
  width: 1px;
}
.search-results-header {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}
.search-results-header h4 {
  color: #777;
  margin-bottom: 0;
}
.search-results-header h4 strong {
  font-weight: 500;
  color: #333;
}
.entry-content.archive {
  margin-bottom: 45px;
}
.entry-content.archive h1 {
  margin-bottom: 1.625rem;
}
.archive .entry-content {
  margin-bottom: 1.875rem;
}
.archive .entry-content:after {
  display: none;
}
.featured-content {
  margin-bottom: 22px;
}
.featured-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-slider {
  position: relative;
}
.gallery-slider > .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-slider > .gallery-item:first-child {
  position: relative;
  z-index: 100;
}
.gallery-slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  text-align: center;
  z-index: 200;
  width: 100%;
}
.gallery-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.gallery-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.gallery-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery-slider .slick-dots li button:hover,
.gallery-slider .slick-dots li button:focus {
  background-color: #fff;
  outline: none;
}
.entry-preview {
  margin-bottom: 50px;
}
.entry-preview .entry-meta {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.entry-preview .entry-meta li {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
.entry-preview .entry-meta li.entry-meta-date a:before {
  content: "\62";
}
.entry-preview .entry-meta li.entry-meta-author a:before {
  content: "\6e";
}
.entry-preview .entry-meta li.entry-meta-category:before {
  content: "\65";
  font-family: "Visual Composer Starter Font";
  font-size: 22px;
  color: #d4d4d4;
  margin-right: 5px;
  display: inline;
  vertical-align: text-bottom;
}
.entry-preview .entry-meta li.entry-meta-category:hover:before {
  color: #557cbf;
}
.entry-preview .entry-meta li.entry-meta-comments a:before {
  content: "\61";
  line-height: 15px;
}
.entry-preview .entry-meta li a {
  color: #777;
  vertical-align: bottom;
}
.entry-preview .entry-meta li a:hover,
.entry-preview .entry-meta li a:focus {
  color: #333;
  text-decoration: none;
}
.entry-preview .entry-meta li a:hover:before,
.entry-preview .entry-meta li a:focus:before {
  color: #557cbf;
}
.entry-preview .entry-meta li a:before {
  font-family: "Visual Composer Starter Font";
  font-size: 22px;
  color: #d4d4d4;
  margin-right: 6px;
  display: inline;
  vertical-align: text-bottom;
}
.fade-in-img {
  position: relative;
}
.fade-in-img noscript img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RedHatDisplay";
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border-bottom: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.625rem 0;
}
h1 {
  margin: 0 0 2.125rem 0;
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.entry-content:after,
.comment-content:after {
  content: " ";
  display: table;
  clear: both;
}
.entry-content article:after,
.comment-content article:after {
  content: " ";
  display: table;
  clear: both;
}
.entry-content article > div,
.comment-content article > div {
  margin: 0 0 1.625rem 0;
}
.entry-content p,
.comment-content p,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.entry-content table,
.comment-content table,
.entry-content datalist,
.comment-content datalist,
.entry-content blockquote,
.comment-content blockquote,
.entry-content dl,
.comment-content dl,
.entry-content address,
.comment-content address {
  margin: 0 0 1.5rem 0;
}
.entry-content p a.image-link,
.comment-content p a.image-link,
.entry-content ol a.image-link,
.comment-content ol a.image-link,
.entry-content ul a.image-link,
.comment-content ul a.image-link,
.entry-content table a.image-link,
.comment-content table a.image-link,
.entry-content datalist a.image-link,
.comment-content datalist a.image-link,
.entry-content blockquote a.image-link,
.comment-content blockquote a.image-link,
.entry-content dl a.image-link,
.comment-content dl a.image-link,
.entry-content address a.image-link,
.comment-content address a.image-link {
  border-bottom: none;
}
.entry-content p a.blue-button,
.comment-content p a.blue-button,
.entry-content ol a.blue-button,
.comment-content ol a.blue-button,
.entry-content ul a.blue-button,
.comment-content ul a.blue-button,
.entry-content table a.blue-button,
.comment-content table a.blue-button,
.entry-content datalist a.blue-button,
.comment-content datalist a.blue-button,
.entry-content blockquote a.blue-button,
.comment-content blockquote a.blue-button,
.entry-content dl a.blue-button,
.comment-content dl a.blue-button,
.entry-content address a.blue-button,
.comment-content address a.blue-button {
  border: none;
}
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ul,
.comment-content ul ul,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content embed,
.comment-content embed,
.entry-content iframe,
.comment-content iframe,
.entry-content object,
.comment-content object,
.entry-content video,
.comment-content video {
  max-width: 100%;
  display: block;
  margin: 0 0 1.625rem 0;
}
.entry-content ul,
.comment-content ul {
  padding: 0;
}
.entry-content ul > li,
.comment-content ul > li {
  list-style: none;
  /* padding-left: 35px; */
  position: relative;
}
/* .entry-content ul > li:before,
.comment-content ul > li:before {
  content: "\2022";
  font-size: 1.5em;
  position: absolute;
  left: 20px;
  line-height: 1.3;
  color: #557cbf;
} */
.entry-content .wp-caption,
.comment-content .wp-caption {
  margin-bottom: 1.625rem;
}
.entry-content .gallery,
.comment-content .gallery {
  font-size: 0;
  margin: 0 -1.16667% 1.625rem -1.16667%;
}
.entry-content .gallery-item,
.comment-content .gallery-item {
  display: inline-block;
  width: 100%;
  max-width: 33.3%;
  vertical-align: top;
  padding: 0 1.14007%;
  margin-bottom: 1rem;
}
.entry-content .gallery-icon,
.comment-content .gallery-icon {
  display: block;
}
.entry-content .gallery-icon img,
.comment-content .gallery-icon img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content .gallery-caption,
.comment-content .gallery-caption {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.entry-content img,
.comment-content img {
  max-width: 100%;
  height: auto;
}
.entry-content blockquote,
.comment-content blockquote {
  border-left: 4px solid #557cbf;
  padding: 10px 0 10px 23px;
  color: #777;
  font-size: 22px;
  font-family: "RedHatDisplay";
  font-style: italic;
}
.entry-content blockquote cite,
.comment-content blockquote cite {
  display: block;
  margin-top: 10px;
}
.entry-content cite,
.comment-content cite {
  font-family: "RedHatDisplay";
  font-size: 14px;
}
.entry-content table,
.comment-content table {
  table-layout: fixed;
  width: 100%;
}
.entry-content table tr th,
.comment-content table tr th,
.entry-content table tr td,
.comment-content table tr td {
  padding: 0.4375rem;
  border: 1px solid #555;
}
.entry-content dl dd,
.comment-content dl dd {
  margin-bottom: 1rem;
}
.entry-content address,
.comment-content address {
  font-style: italic;
}
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #d1d1d1;
}
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content table,
.comment-content datalist,
.comment-content blockquote,
.comment-content dl,
.comment-content address {
  margin: 0 0 10px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
  text-align: left;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}
.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.625rem;
}
.alignleft {
  float: left;
  margin-right: 1.625rem;
}

.widget-title {
  margin: 0 0 1rem 0;
  font-size: 22px;
}
.footer-uni-container .widget-title {
  margin-left: 15px;
}

.widget select {
  width: 100%;
}
.widget img {
  max-width: 100%;
  height: auto;
}
/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tfoot td {
  border: 0;
}
.widget_calendar table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.widget_calendar thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
.widget_calendar th {
  padding: 0.4em;
  text-align: left;
}
.widget_calendar tr {
  border-bottom: 1px solid #eee;
}
.widget_calendar td {
  padding: 0.4em;
}
.widget_calendar th:first-child,
.widget_calendar td:first-child {
  padding-left: 0;
}
.widget_calendar th:last-child,
.widget_calendar td:last-child {
  padding-right: 0;
}
.search-form {
  position: relative;
  max-width: 270px;
}
.search-form:after {
  content: "\70";
  font-family: "Visual Composer Starter Font";
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form label .search-field {
  max-width: 270px;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: none;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.search-form div input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: none;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.search-form input[type="submit"],
.search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 2;
}
.sidebar-widget-area {
  padding-bottom: 40px;
}
.sidebar-widget-area .widget {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 25px;
  font-size: 14px;
}
.sidebar-widget-area .widget_recent_entries ul li,
.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_meta ul li {
  color: #557cbf;
}
.sidebar-widget-area .widget_recent_entries ul li:hover,
.sidebar-widget-area .widget_archive ul li:hover,
.sidebar-widget-area .widget_categories ul li:hover,
.sidebar-widget-area .widget_meta ul li:hover,
.sidebar-widget-area .widget_recent_entries ul li:focus,
.sidebar-widget-area .widget_archive ul li:focus,
.sidebar-widget-area .widget_categories ul li:focus,
.sidebar-widget-area .widget_meta ul li:focus {
  color: #555;
}
.sidebar-widget-area .widget_recent_entries ul li a,
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_meta ul li a {
  display: inline-block;
  vertical-align: top;
}
.sidebar-widget-area .widget_search form {
  margin-top: 5px;
}
.sidebar-widget-area a:hover,
.sidebar-widget-area a:focus {
  text-decoration: none;
  color: #555;
}
.sidebar-widget-area ul {
  padding-left: 16px;
}

.footer-widget-area { background-color: unset !important;}
#footer {
  font-size: 14px;
  line-height: 1.7;
      border-top-left-radius: 55px;
    border-top-right-radius: 55px;
}
#footer a {
  line-height: 1.2;
}
#footer .copyright {
  text-align: center;
}
#footer p {
  font-size: 16px !important;
}
#footer a:hover {
  text-decoration: none;
  color: #ff6b00;
}

#footer .footer-right-block {
  margin-bottom: 10px;
}
#footer .footer-socials ul {
  padding: 0;
  margin: 0;
}
#footer .footer-socials ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px 0 0;
}
#footer .footer-socials ul li a {
  line-height: 1;
  font-size: 32px;
  color: #777;
  border-bottom: none;
}
#footer .footer-socials ul li a:hover,
#footer .footer-socials ul li a:focus {
  text-decoration: none;
}
#footer .footer-socials ul li a span {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#footer .copyright {
  margin-bottom: 10px;
}
.footer-widget-area {
  background-color: #000000;
  padding: 45px 0 15px 0;
}
.footer-widget-area .widget {
  margin-bottom: 25px;
}
.footer-widget-area .widget-title {
  line-height: 1.7;
}
.footer-widget-area p,
.footer-widget-area ul,
.footer-widget-area ol {
  margin-bottom: 0px;
}
.footer-widget-area .instagram-feed {
  padding-top: 5px;
  font-size: 0;
  letter-spacing: normal;
}
.footer-widget-area .instagram-feed .instagram-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 5px 5px 0;
}
.footer-widget-area .instagram-feed .instagram-item img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bottom {
  padding: 25px 0 20px 0;
}
.footer-bottom .copyright > span {
  display: block;
}
#footer p.copyright {
  font-size: 13px !important;
}
.footer-menu {
  margin-bottom: 10px;
}
.footer-menu ul {
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  display: inline-block;
  list-style: none;
  margin-right: 8px;
}
.header-area-disabled .content-wrapper {
  padding-top: 0;
}
.footer-area-disabled .main-content {
  padding-bottom: 0;
}

/* Old CSS */
fieldset,
form {
  margin-bottom: 0;
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="checkbox"] {
  display: inline;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  padding: 10px;
  outline: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  border-width: 0;
  border-style: solid;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
}

#topbar-fd {
  height: 80px;
}
#Top_bar .menu > li > a {
  cursor: pointer;
}
.wpb_wrapper > ul {
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0 0 0 10px;
}
.widget_nav_menu .current-menu-item a {
  font-weight: 600;
  color: #ff6b00 !important;
}
div#Top_bar,
div#Top_bar.sticky {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#footer .btn-pink {
border-radius: 25px;
     -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
#footer .btn-pink:hover {
  background-color: #d65900 !important;
}
.btn-pink {
  background-color: #ff6b00 !important;
  font-weight: 500;
}
.widget-future-doc p {
  text-align: left !important;
}
.div-border-left > div {
  border-left-width: 10px !important;
  padding-top: 0 !important;
  padding-right: 30px !important;
  padding-left: 30px !important;
  border-left-color: #34e5d3 !important;
  border-left-style: solid !important;
}
.div-border-right > div {
  border-right-width: 10px !important;
  padding-top: 25px !important;
  padding-right: 30px !important;
  border-right-color: #34e5d3 !important;
  border-right-style: solid !important;
}

.widget-future-doc > div > div {
  padding-left: 25px;
  padding-right: 25px;
}
.widget-future-doc h2 {
  font-size: 22px;
  font-weight: 600;
}
.widget.widget_nav_menu a {
  color: #4f4f4f;
}
.widget.widget_nav_menu a:hover {
  color: #ff6b00;
}
body {
  line-height: 25px;
}
.wpb_wrapper > ul li {
  line-height: 28px !important;
}
@media only screen and (max-width: 767px) {

  .custom-logo { width: 200px; }

  #Top_bar {
    display: table;
  }
  .layout-full-width #Wrapper {
    max-width: 480px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }
  div#Subheader {
    padding-bottom: 45%;
  }
  .timeline-line:before {
    display: none !important;
  }
  .top_bar_right {
    display: none;
  }
  .vc_btn3.vc_btn3-size-md {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    height:137px;
  }
  div#Subheader {
    height: 340px;
    padding: 0 !important;
  }
  .timeline-line:before {
    display: none !important;
  }
  .vc_grid.vc_row.vc_grid-gutter-5px .vc_grid-item {
    padding-bottom: 0 !important;
  }
}
.selectize-dropdown {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0;
}
a:hover {
  text-decoration: none !important;
}
.upb_video_class,
.vc_row,
.wpb_column,
.wpb_row {
  position: relative;
}
.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.top-box-right {
  padding-right: 0 !important;
}

.white a,
.white div,
.white h1,
.white h2,
.white h3,
.white h4,
.white p,
.white span {
  color: #fff !important;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  margin-left: 0;
  margin-right: 0;
}
#Header a.responsive-menu-toggle {
  right: 0 !important;
}
table {
  display: table;
  margin-bottom: 0;
}
td.icon-td {
  width: 40px;
}
.vc_toggle_title > h4 {
  font-weight: 400;
}
div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  font-weight: 400 !important;
  display: block;
  padding: 1em 1.5em !important;
  margin-bottom: 2em;
  border: 2px solid #ff6b00 !important;
  background-color: rgba(10, 255, 249, 0.21);
}
div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  font-weight: 400 !important;
  padding: 1em 1.5em !important;
  margin-bottom: 2em;
  background-color: rgba(255, 209, 5, 0.21) !important;
}
.contact_details,
.copyright {
  font-size: 13px !important;
}
ul.contact_details b {
  color: #4f4f4f !important;
  font-weight: 400;
}
ul.contact_details li {
  color: #8c8c8c !important;
}
ul.contact_details a:hover {
  color: #ff6b00 !important;
}
ul.contact_details a {
  color: #8c8c8c !important;
}
.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description) {
  cursor: pointer;
}
#Action_bar .social li a {
  color: #8c8c8c !important;
}
#Action_bar .social li a:hover {
  color: #ff6b00 !important;
}
.sub-menu > .current-menu-item a {
  color: #ff6b00 !important;
}
.widget-future-doc .current-menu-item a {
  font-weight: 700;
  color: #4f4f4f !important;
}
.home-slide h4 {
  font-size: 16px !important;
}
@media only screen and (max-width: 440px) {
  #Top_bar .logo #logo {
    margin: 0 55px 0 -5px;
    padding-right: 25px;
    text-align: left;
  }
  .home-box {
    margin-top: 5px !important;
  }
  #Top_bar #menu ul li ul li a {
    padding: 0 20px 0 50px;
  }
  td.icon-td {
    width: 40px;
  }
  p {
    text-align: left;
  }
  .footer_copy {
    padding-top: 30px !important;
  }
  img.footer-herz img {
    bottom: 8px !important;
    right: 8px !important;
    width: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    height: 105px;
  }
  .hide-phone {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  aside#text-5.widget.widget_text {
    padding-left: 50px !important;
  }
  div.home-slide {
    background-image: url(https://www.medizin-martin.at/wp-content/uploads/2018/10/titelbild-final.jpg);
    background-position: bottom !important;
  }
}
@media only screen and (max-width: 991px) {
  #Top_bar #menu > ul {
    background: #fff;
  }
  .vc_general.vc_cta3 {
    border: 4px solid transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .reverse-mobile-uni {
    display: flex;
    flex-direction: column-reverse;
    margin-top: -30px;
  }
  .reverse-mobile-uni > div.widget-future-doc {
    margin-bottom: 0 !important;
  }
  .widget-future-doc {
    margin-top: 35px !important;
  }
  div.widget-future-doc {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 992px) {
  #Top_bar a.responsive-menu-toggle {
    display: none;
    z-index: 202;
  }
  .steps > .vce-row-content > div:not(:last-child)::before {
    content: " ";
    position: absolute;
    display: block;
    background-image: url("https://www.future-doctor.de/wp-content/uploads/2021/09/verbindungslinie.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 5px;
    top: 70px;
    right: -10px;
  }
  .vc_general.vc_cta3 {
    border: 4px solid transparent;
    padding: 40px 40px !important;
  }
  .menuo-right #Top_bar .menu_wrapper {
    width: 70%;
    margin-top: 15px;
  }
  .widget-future-doc {
    padding-right: 35px !important;
  }
  #Top_bar .menu {
    display: flex;
    justify-content: space-between;
  }
  li.menu-item-has-children > ul {
    display: none !important;
  }
  #Top_bar .menu > li:hover > a:after {
    opacity: 1;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .menuo-arrows
    #Top_bar
    .menu
    > li.menu-item-has-children
    > a:hover
    > span:not(.description):after {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  li.menu-item-has-children:hover > ul {
    animation: fadeIn ease 0.2s;
    -webkit-animation: fadeIn ease 0.2s;
    -moz-animation: fadeIn ease 0.2s;
    -o-animation: fadeIn ease 0.2s;
    -ms-animation: fadeIn ease 0.2s;
    display: block !important;
  }
  #Top_bar .menu > li:hover > a {
    color: #ff6b00;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-slide h2 {
    font-size: 27px !important;
  }
  .home-slide h1 {
    font-size: 32px !important;
    line-height: 32px !important;
  }
  div.home-slide {
    padding-top: 0;
    padding-bottom: 260px;
  }
}
@media only screen and (min-width: 992px) {
  div.home-slide {
    padding-top: 0;
    padding-bottom: 280px;
  }
  .home-box > div > div {
    border-radius: 0;
  }
  .menuo-arrows
    #Top_bar
    .menu
    > li.menu-klinik.submenu
    > a
    > span:not(.description):after {
    right: 32px !important;
    border-top-color: #fff;
    opacity: 1;
  }
  .menuo-arrows
    #Top_bar
    .menu
    > li.menu-aerzte.submenu
    > a
    > span:not(.description):after {
    right: 12px !important;
    border-top-color: #fff;
    opacity: 1;
  }
  #Top_bar .menu > li.menu-klinik > a span:not(.description) {
    padding-right: 30px !important;
  }
  #Top_bar .menu > li.menu-aerzte > a span:not(.description) {
    padding-right: 30px !important;
  }
  li.menu-klinik > a > span {
    background-color: #ff6b00;
    border-radius: 5px;
    color: #fff !important;
    margin-right: 20px;
    margin-left: 20px;
  }
  li.menu-klinik > a > span:hover {
    background-color: #59b7b2 !important;
  }
  li.menu-aerzte > a > span {
    background-color: #0d2333;
    border-radius: 5px;
    color: #fff !important;
    margin-left: 30px;
  }
  li.menu-aerzte > a > span:hover {
    background-color: #011727 !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menuo-right #Top_bar .menu_wrapper {
    margin-top: 15px;
  }
  #Top_bar .menu_wrapper {
    float: right;
  }
  #Top_bar .menu > li > a span:not(.description) {
    padding: 0 18px !important;
  }
  .menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description):after {
    right: 0 !important;
  }
  .widget-future-doc > div > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .menuo-right #Top_bar .menu_wrapper {
    width: 75%;
  }
  #Top_bar .menu > li > a span:not(.description) {
    padding: 0 31px !important;
  }
  .menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description):after {
    right: 5px;
  }
  .home-text {
    padding-top: 15px;
  }
  div.image-padding {
    margin-top: -70px;
  }
  div.image-padding-2 {
    margin-top: -40px;
  }
  div.home-slide {
    padding-top: 0;
    padding-bottom: 340px;
  }
}
#Top_bar #menu ul li.submenu .menu-toggle {
  width: 100% !important;
  border-left: 0 !important;
}
#Top_bar #menu ul li.submenu .menu-toggle:after {
  position: absolute;
  font-weight: 400;
  right: 20px;
}
.top-icon .aio-icon-header h3.aio-icon-title {
  margin: 20px 0 15px !important;
  font-size: 26px;
  font-weight: 800 !important;
}
.top-icon .aio-icon-header + .aio-icon-description {
  font-size: 18px;
  line-height: 25px;
}
div.aio-icon-description.ult-responsive {
  color: #4d4d4d;
}
#Content {
  padding-top: 65px;
}
#Subheader ul.breadcrumbs {
  font-size: 0.85em !important;
  display: block !important;
}
#Subheader ul.breadcrumbs li span {
  margin: 0 0 !important;
}
.subheader-both-left #Subheader .breadcrumbs {
  margin-top: 5px !important;
}
.icon-right-open:before {
  content: " » ";
}
.flexslider {
  border: 0 !important;
  -o-box-shadow: none !important;
  margin: 0 0 27px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: 0 0 !important;
}
ol.flex-control-nav.flex-control-paging {
  margin-left: 0 !important;
}
.flex-control-paging li a {
  cursor: pointer !important;
  height: 10px !important;
  width: 10px !important;
  background: rgba(206, 206, 206, 0.5) !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}
.flex-control-paging li a.flex-active {
  background: #cecece !important;
}
.flex-control-paging li a:hover {
  background: #cecece !important;
}
.flex-direction-nav a {
  color: rgba(210, 210, 210, 0.8) !important;
  text-shadow: none !important;
}
.flexslider .slides img {
  max-width: 99.9% !important;
}
div.flex-viewport {
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  li.clone {
    max-height: auto !important;
    max-width: 332px !important;
  }
}
@media only screen and (min-width: 992px) {
  .menu-line-below #Top_bar .menu > li > a:after {
    bottom: -15px !important;
  }
  li.clone {
    max-height: auto !important;
    max-width: 446px !important;
  }
}
@media only screen and (min-width: 1200px) {
  li.clone {
    max-height: auto !important;
    max-width: 539px !important;
  }
}
.home-box table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  width: 100%;
}
li.apply-now {
  background: #ff6b00 !important;
}
li.apply-now:hover {
  background: #058b87 !important;
}
.apply-now a {
  color: #fff !important;
}
.sub-menu > .apply-now.current-menu-item a {
  color: #fff !important;
}
.weight-400 h4 {
  font-weight: 400 !important;
}
.bold-button a {
  font-weight: 400;
}
.center > p {
  text-align: center !important;
}
h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 992px) {
  .info-footer {
    padding-right: 30px;
  }
  .footer-div {
    width: 100%;
  }
  .footer-left-div {
    float: left;
    width: 15%;
    height: 200px;
  }
  .footer-right-div {
    width: 85%;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .info-footer {
    padding-right: 60px;
  }
}


#footer {
  font-size: 15px;
  margin-top: 55px;
}
.zago-title h2 {
  font-size: 1.8em;
  font-weight: 300;
}

.menu-footer-menue-container > ul > li {
  list-style: square !important;
  padding-left: 1em;
  text-indent: -0.7em;
  margin-left: 1.4em;
}
#footer .footer_copy {
  border-top: 0 !important;
}
#footer .footer_copy .one {
  margin-bottom: 0 !important;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
#footer .footer_copy .one {
  padding-top: 15px !important;
}
div.copyright p {
  font-size: 13px !important;
}
p.footer-copy-text {
  text-align: center;
}

.wpb_wrapper > ul li {
    list-style: disc !important;
    margin-left: 30px;
}

.rounded-box div {
  border-radius: 5px;
}
div.photo > img.attachment-thumbnail.size-thumbnail.wp-post-image {
  width: 100%;
  height: 100%;
}
span.wpcf7-list-item {
  text-align: left;
}
.vc_general.vc_cta3 .vc_cta3-actions {
  white-space: normal !important;
}
a.show-toggle-filter-list:hover {
  color: #ff6b00;
  text-decoration: underline !important;
}
#Top_bar .menu > li > a span:not(.description) {
  line-height: 50px !important;
}
.header-stack #Top_bar .logo {
  padding: 0 !important;
}
.header-magazine #Top_bar .banner_wrapper {
  display: block;
  float: right;
  position: relative;
  right: 0;
  top: 0;
  width: 65%;
  height: 140px;
  text-align: right;
}
a.button .button_label {
  padding: 13px 25px !important;
}
#Top_bar a.button.action_button {
  border-radius: 15px;
  background-color: #0d2333 !important;
  font-size: 16px;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -ms-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
#Top_bar a.button.action_button:hover {
  background-color: #ff0e63 !important;
}
#Top_bar .top_bar_right {
  padding: 0 !important;
}
#Top_bar a.button.action_button {
  margin: 0 !important;
}

.footer-copy-text a:hover {
  color: #ff6b00 !important;
}
.tp-bullet {
  border-radius: 15px;
}
.top_bar_right_wrapper {
  font-size: 18px;
}
.aio-icon-description p {
  text-align: center;
}
.aio-icon-description h3 {
  font-size: 21px;
  font-weight: 500 !important;
}
.footer-widget-area ul {
  list-style: none !important;
  margin-left: 0px;
}
.leistungen > .top-icon .aio-icon-header h3.aio-icon-title {
  font-size: 20px;
  font-weight: 600 !important;
}
ul.slick-dots {
  padding: 45px 0 10px 0 !important;
}
@media only screen and (min-width: 768px) {
  #Header {
    height: 80px;
  }
  .header-stack #Top_bar .top_bar_right {
    top: 30px !important;
  }
  #navbar-fd {
    z-index: 100;
  }
  .admin-bar div#Top_bar.sticky {
    top: 32px;
  }
  div#Top_bar.sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
}
#footer .footer-widget-area {
  padding: 55px 0 0px 0 !important;
}
.footer-bottom .copyright > span {
  font-size: 13px !important;
}
.container-menu {
  display: inline-block;
  cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 3px;
  background-color: #ff6b00;
  margin: 8px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-9px, -6px);
  transform: rotate(45deg) translate(-9px, -6px);
}
@media only screen and (max-width: 991px) {
  #navbar-fd {
    background-color: #fff !important;
  }
}
.vc_btn3.vc_btn3-color-juicy-pink,
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #ff0e63 !important;
}
.vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title h4 {
  font-weight: 600 !important;
}
h2.entry-title {
  font-weight: 700 !important;
  font-size: 28px;
  line-height: 28px;
}
@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .termine-div {
    font-size: 13px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .top_bar_right_wrapper.left {
    margin-right: 40px !important;
  }
  .top_bar_right_wrapper.left > h1 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .top_bar_right_wrapper.left > p {
    font-size: 15px !important;
  }
  a.button .button_label {
    padding: 10px 15px !important;
  }
  .header-stack #Top_bar .top_bar_right {
    top: 35px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top_bar_right_wrapper.left {
    display: none !important;
  }
  .header-stack #Top_bar .top_bar_right {
    top: 30px;
    right: 50px;
  }
}
.button-flat input[type="submit"] {
  background-image: none;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 0;
  box-shadow: inset 0 0 0 0;
  -webkit-appearance: none;
}
input[type="submit"] {
  display: inline-block;
  padding: 14px 20px;
  margin-bottom: 15px;
  font-weight: 500;
  cursor: pointer;
  margin-right: 7px;
  border: 0;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #ff6b00;
}

input[type="submit"]:hover {
  background-color: #cb5500;
}

div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right,
div.pp_default .pp_top .pp_middle {
  background: 0 0 !important;
}
.pp_default {
  overflow: hidden;
}
div .pp_gallery li.default a,
div .pp_next,
div a.pp_previous {
  background: 0 0;
}
div .pp_bottom,
div .pp_bottom .pp_left,
div .pp_bottom .pp_middle,
div .pp_bottom .pp_right,
div .pp_top,
div .pp_top .pp_left,
div .pp_top .pp_middle,
div .pp_top .pp_right {
  height: 13px;
  display: none;
}
div .pp_content_container .pp_left {
  padding-left: 13px;
}
div .pp_content_container .pp_right {
  padding-right: 13px;
}
div .pp_content {
  background-color: #fff;
  margin-bottom: -36px;
}
div .pp_next:hover::after,
div .pp_next:hover::before,
div .pp_previous:hover::after,
div .pp_previous:hover::before {
  content: " ";
  background: #fff;
  width: 5px;
  height: 15px;
  display: block;
  position: absolute;
  top: 45%;
}
div .pp_next:hover::after,
div .pp_next:hover::before {
  right: 15px;
}
div .pp_previous:hover::after,
div .pp_previous:hover::before {
  left: 15px;
}
div .pp_next:hover::after,
div .pp_previous:hover::after {
  margin-top: 8px;
}
div a.pp_arrow_next,
div a.pp_arrow_previous {
  height: 20px;
  width: 20px;
  background-color: #fff;
  opacity: 0.8;
}
div a.pp_arrow_next::after,
div a.pp_arrow_next::before,
div a.pp_arrow_previous::after,
div a.pp_arrow_previous::before {
  content: " ";
  background: #fff;
  width: 2px;
  height: 6px;
  display: block;
  position: absolute;
  top: 12px;
}
div a.pp_arrow_next::after,
div a.pp_arrow_next::before {
  right: 8px;
}
div a.pp_arrow_previous::after,
div a.pp_arrow_previous::before {
  left: 8px;
}
div a.pp_arrow_next::after,
div a.pp_arrow_previous::after {
  margin-top: 3px;
}
div #pp_full_res .pp_inline {
  color: #000;
}
div .pp_gallery ul li a {
  border: 1px solid #aaa;
}
div .pp_gallery ul li a:hover,
div .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_contract,
div.pp_default .pp_expand,
div.pp_default .pp_next:hover,
div.pp_default .pp_previous:hover {
  background: 0 0 !important;
}
div .pp_next:hover::after,
div .pp_previous:hover::before,
div a.pp_arrow_next::after,
div a.pp_arrow_previous::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div .pp_next:hover::before,
div .pp_previous:hover::after,
div a.pp_arrow_next::before,
div a.pp_arrow_previous::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div a.pp_arrow_next,
div a.pp_arrow_previous,
div a.pp_close {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
div a.pp_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-decoration: none;
  font: bold 12px/18px Calibri;
  background: #fff;
  margin: 5px;
  z-index: 20000;
}
div a.pp_close::after {
  content: "x";
  position: absolute;
  right: -9987px;
  color: #fff;
}
div a.pp_contract,
div a.pp_expand {
  height: 15px;
}
div a.pp_contract::after,
div a.pp_contract::before,
div a.pp_expand::after,
div a.pp_expand::before {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
  border-color: #fff;
}
div a.pp_contract::before,
div a.pp_expand::before {
  left: 0;
  width: 6px;
  height: 0;
  border-color: transparent #fff;
  margin-top: -6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div a.pp_contract::after,
div a.pp_expand::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -8px;
}
div a.pp_expand::before {
  border-width: 7px 7px 0;
}
div a.pp_contract::before {
  border-width: 0 7px 7px;
}
div a.pp_expand::after {
  border-width: 3px 0 0 3px;
}
div a.pp_contract::after {
  border-width: 0 3px 3px 0;
}
div .pp_loaderIcon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100% !important;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
div .pp_description,
div .pp_nav,
div .pp_social {
  display: none !important;
}
div .pp_details {
  position: absolute;
  top: 0;
  margin: 0;
  display: none;
}
div.pp_default .pp_content {
  background-color: transparent !important;
}
div .pp_arrow_next:hover,
div .pp_arrow_previous:hover,
div .pp_next:hover,
div .pp_previous:hover,
div a.pp_close:hover,
div a.pp_contract:hover,
div a.pp_expand:hover {
  opacity: 0.8;
}
@media screen and (max-width: 648px) {
  div.pp_pic_holder {
    width: 100% !important;
    left: 0 !important;
    overflow: visible;
  }
  div .pp_content,
  div .pp_fade,
  div .pp_hoverContainer {
    height: 100% !important;
    width: 100% !important;
  }
  div .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  div .pp_bottom,
  div .pp_contract,
  div .pp_expand,
  div .pp_gallery,
  div .ppt,
  div.pp_top {
    display: none !important;
  }
  div #pp_full_res img {
    width: 100% !important;
    height: auto !important;
    max-height: 100%;
  }
  div .pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -2px !important;
  }
  div a.pp_close {
    right: 10px !important;
    top: 10px !important;
  }
}
.widget_nav_menu ul li {
  font-size: 16px;
  padding-left: 0;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom-width: 0px;
  list-style: none !important;
margin-left: 0px !important;
}
.widget_nav_menu ul li:before {
  color: #ccc;
  content: " ";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: center;
  left: 0;
  display: inline-block;
  background-image: url(/wp-content/themes/futuredoctor/img/arrow-r-g.svg);
  height: 10px;
  width: 20px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}
.widget-future-doc .widget_nav_menu ul li:last-child:before {
  content: "\f30a" !important;
}
.sidebar-heading {
  margin-bottom: 15px !important;
  border-bottom-width: 4px !important;
  padding-bottom: 10px !important;
  border-bottom-color: #ff6b00 !important;
  border-bottom-style: solid !important;
}
.column .widget_nav_menu ul li {
  font-size: 15px;
  margin-bottom: 5px;
  padding-left: 0;
  line-height: 18px;
  padding-bottom: 0;
  border-bottom-width: 0;
  border-bottom-style: solid;
  border-color: none;
  list-style: none !important;
}
#footer .widget_nav_menu ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.textwidget {
  font-size: 16px !important;
}
.sidebar-nav-fd {
  color: #ff6b00;
  font-size: 22px;
  width: 22px;
}
.breadcrumbs li {
  float: left;
}
.breadcrumbs I {
  margin-right: 5px;
}
div#Subheader {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.breadcrumb-container > div {
  border-bottom: 2px solid #efefef;
  padding: 10px 0 8px 0;
}
.breadcrumbs {
  font-size: 0.85em !important;
}
.breadcrumb-container .title {
  display: none;
}
.breadcrumb-container p {
  margin-bottom: 0 !important;
  font-size: 0.85em !important;
  font-weight: 500;
}
#Subheader ul.breadcrumbs a,
#Subheader ul.breadcrumbs li {
  color: #4f4f4f !important;
}
@media only screen and (max-width: 767px) {
  .custom-map-subheader {
    display: none;
  }
}
.widget h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  border-bottom-width: 4px !important;
  padding-bottom: 10px !important;
}
.widget {
  margin-bottom: 35px;
}
.iwm_map_canvas .google-visualization-tooltip {
  padding: 10px 0 5px 20px !important;
}
.google-visualization-tooltip-item {
  line-height: 20px !important;
}
li.google-visualization-tooltip-item > p,
li.google-visualization-tooltip-item > span {
  color: #0d2333 !important;
}
[id^="map_canvas_"] .google-visualization-tooltip {
  border: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
[id^="map_canvas_"] li.google-visualization-tooltip-item > span {
  display: none;
}
#iwm_map_overlay [id^="map_canvas_"] circle,
#iwm_map_overlay [id^="map_canvas_"] text {
  text-anchor: start !important;
}
[id^="map_canvas_"] text {
  font-family: fontAwesome, "RedHatDisplay" !important;
  font-weight: 600;
}
[id^="map_canvas_"] .google-visualization-tooltip {
  font-family: fontAwesome, "RedHatDisplay" !important;
  font-weight: 600;
}
#map_canvas_2 .google-visualization-tooltip {
  background-color: transparent !important;
  border: 0 !important;
}
#map_canvas_2 li.google-visualization-tooltip-item > span {
  background-color: #fff !important;
  padding: 5px !important;
  width: auto !important;
}
.iwm_map_overlay [id^="map_canvas_"] text {
  text-anchor: start !important;
}
.vc_btn3 {
  border-radius: 15px !important;
}
.vc_toggle_arrow > div > .vc_toggle_icon:after,
.vc_toggle_arrow > div > .vc_toggle_icon:before {
  background-color: transparent !important;
}
.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  border-color: #0d2333;
}
.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon::after {
  border-color: #ff0e63 !important;
}
.ult-banner-block {
  border-radius: 15px;
}
.footer-social > a > i {
  transition: 0.3s;
}
.footer-social > a:hover > i {
  color: #ff6b00 !important;
}
.ult-banner-block .bb-top-title {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.wpcf7-list-item > label {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wpcf7-list-item > label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
}
.wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #eaeaea;
}
label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #fff;
}
.wpcf7-list-item > label input:checked ~ .wpcf7-list-item-label:after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity: 1;
  left: 8px;
  top: 6px;
  width: 4px;
  height: 10px;
  border: solid #ff6b00;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.wpcf7-list-item > label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
#CybotCookiebotDialog label { display: inline-block;}
ol {
  margin-left: 20px;
}
.widget_meks_instagram > h3 {
  display: none;
}
.meks-instagram-widget {
  width: 100%;
}
.meks-instagram-widget > div {
  width: 33.333%;
  float: left;
}
.meks-instagram-widget a {
  padding: 5px !important;
}
.meks-instagram-follow-link,
.meks-instagram-follow-link a {
  display: none;
}
.meks-instagram-widget img {
  border-radius: 15px;
}
.vc_btn3.vc_btn3-style-custom:hover {
  background: #0d2333 !important;
  background-image: transparent !important;
}
.cn-text-container {
  margin: 0 !important;
}
#Top_bar .menu li ul li a:hover {
  background-color: #fff !important;
}
.hs-form-field > label {
  display: none !important;
}
label,
legend {
  margin-bottom: 0;
  font-weight: 300;
}
div.hs-form-field {
  margin-bottom: 10px;
}
.button-flat input[type="submit"] {
  font-size: 18px;
  font-weight: 500;
}
.hs-error-msg {
  font-size: 12px;
  line-height: 16px;
  color: #dc3232 !important;
  font-weight: 300;
  margin-bottom: 0 !important;
}
div.hs_error_rollup {
  padding: 10px 20px;
  background: #fff1cc;
  margin-bottom: 15px;
}
div.hs_error_rollup label {
  margin-bottom: 0;
  font-weight: 300;
}
.content-wrapper input[type="checkbox"] {
  display: none;
}
.content-wrapper [type="checkbox"]:checked + span,
.content-wrapper [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}
.content-wrapper [type="checkbox"]:checked + span:before,
.content-wrapper [type="checkbox"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #eaeaea;
}
.content-wrapper [type="checkbox"]:checked + span:after,
.content-wrapper [type="checkbox"]:not(:checked) + span:after {
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.content-wrapper [type="checkbox"]:not(:checked) + span:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  left: 9px;
  top: 5px;
  width: 8px;
  height: 16px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  border-radius: 0;
}
.content-wrapper [type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  left: 9px;
  top: 5px;
  width: 8px;
  height: 16px;
  border: solid #ff6b00;
  border-width: 0 3px 3px 0;
  background-color: transparent;
  border-radius: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}
.woocommerce .quantity input.qty,
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border-radius: 5px;
}
.hs-fieldtype-select > div {
  position: relative;
}
.hs-fieldtype-select > div:after {
  font-family: "RedHatDisplay"; 
	content: ">"; 
	font-weight: 700; 
	transform: rotate(90deg) !important;
  color: #ff6b00;
  font-size: 20px;
  right: 15px;
  top: 16px;
  height: 20px;
  position: absolute;
  pointer-events: none;
}
select option[value=""],
select:invalid {
  color: #999;
}
.hs-submit,
.legal-consent-container {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .BorlabsCookie .col-2 {
    display: none;
  }
  #BorlabsCookieBox ._brlbs-bar ul.show-cookie-logo {
    margin: 0.5em 0 0 0 !important;
  }
  .BorlabsCookie .col-10,
  .BorlabsCookie .col-sm-3,
  .BorlabsCookie .col-sm-9 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #CookieBoxTextDescription {
    margin-bottom: 10px !important;
  }
}
#BorlabsCookieBox ._brlbs-bar-advanced ul li,
#BorlabsCookieBox ._brlbs-box-advanced ul li {
  margin: 0 1em 0.875em 0 !important;
}
.show-cookie-logo {
  display: none !important;
}
#BorlabsCookieBox ._brlbs-bar,
#BorlabsCookieBox ._brlbs-box {
  padding: 20px 0 !important;
}
#BorlabsCookieBox ._brlbs-bar ._brlbs-h3,
#BorlabsCookieBox ._brlbs-bar h3,
#BorlabsCookieBox ._brlbs-h3,
#BorlabsCookieBox h3 {
  font-weight: 400;
  color: #0d2333;
}
#CookieBoxTextDescription {
  margin-top: 10px !important;
}
#BorlabsCookieBox ._brlbs-btn-accept-all {
  font-weight: 400;
}
#BorlabsCookieBox ._brlbs-accept {
  margin: 5px 0 !important;
}
#BorlabsCookieBox ._brlbs-manage {
  margin-top: 10px !important;
}
.BorlabsCookie ._brlbs-btn-switch ._brlbs-slider:before {
  top: unset;
  border: 0;
}
@media only screen and (max-width: 767px) {
  #BorlabsCookieBox .cookie-preference ._brlbs-accept,
  #BorlabsCookieBox .cookie-preference ._brlbs-refuse {
    text-align: left !important;
  }
  .cookie-box > .container {
    max-width: calc(100% - 20px) !important;
  }
}
._brlbs-manage {
  margin: 0.5em 0 !important;
}

.ult-new-ib .ult-new-ib-desc {
  position: relative !important;
  padding: 23px !important;
}
.ult-new-ib {
  border-radius: 15px;
}
.ult-new-ib {
  background-color: transparent !important;
}
.ult-new-ib:hover .ult-new-ib-title {
  background-color: #ff6b00;
}
.ult-new-ib .ult-new-ib-title {
  background-color: #0d2333;
}
.ult-new-ib .ult-new-ib-title,
.ult-new-ib:hover .ult-new-ib-title {
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
.ult-ib-effect-style2 .ult-new-ib-title {
  top: 0 !important;
  -ms-transform: translateY(0) !important;
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  padding: 10px 15px 12px 15px !important;
}
h2.ult-new-ib-title {
  font-size: 18px !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav,
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px
    .vc_grid-owl-nav
    .vc_grid-owl-next,
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-5px
    .vc_grid-owl-nav
    .vc_grid-owl-prev {
    opacity: 1 !important;
  }
}

.vc_btn3.vc_btn3-style-custom {
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0)
  ) !important;
  background-image: -o-linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0)
  ) !important;
  background-image: linear-gradient(
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0)
  ) !important;
}
.hbspt-form > .submitted-message {
  background: #c6ffd0;
  padding: 20px 20px 20px;
  text-align: center;
  border-radius: 15px;
  font-weight: 500 !important;
}
input[type="date"] {
  font-family: "RedHatDisplay", Arial, Tahoma, sans-serif;
  font-weight: 300;
  color: #626262;
}
input[type="date"]:before {
  content: attr(placeholder);
  font-weight: 300;
  color: #a6a6a6;
}
input[type="date"]:focus::before,
input[type="date"]:valid::before {
  content: "" !important;
}
.termine-div-container {
  font-size: 17px !important;
}
.vc_gitem-post-data h3 {
  font-weight: 600 !important;
}
.post-wrapper-content img {
  border-radius: 15px;
}
iframe {
  border-radius: 15px;
}
.owl-stage .vc_gitem-zone {
  border-radius: 15px;
}
.lb-data .lb-caption {
  display: none !important;
}
.lightbox .lb-image {
  border: 0 !important;
  border-radius: 25px !important;
}
.lb-outerContainer {
  background: 0 0 !important;
}

#BorlabsCookieBox ._brlbs-bar .cookie-logo {
  height: auto;
}
.aligncenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}
#footer .footer-widget-area li.menu-item-has-children > ul {
  animation: none;
  -webkit-animation: none;
  -webkit-animation: none;
  -webkit-animation: none;
  -webkit-animation: none;
  display: block !important;
}
.widget_nav_menu ul li.unis-footer:before {
  display: none !important;
}
.widget_nav_menu ul li.unis-footer > a {
  font-weight: 600;
  font-size: 18px;
}
.widget_nav_menu ul li.unis-footer > ul {
  margin-top: 15px;
}
.widget_nav_menu ul li.unis-footer {
  margin-bottom: 15px;
}
.widget_nav_menu ul li.unis-footer:last-child {
  margin-bottom: 0 !important;
}
.widget_nav_menu li.unis-footer.current-menu-item a {
  color: #32302f !important;
}
.widget_nav_menu .current-menu-item ul a {
  font-weight: 300 !important;
}
.widget_nav_menu li.unis-footer.current-menu-item a:hover {
  color: #ff6b00 !important;
}
.widget_nav_menu li.unis-footer.current-menu-item > a {
  color: #ff6b00 !important;
}

.footer-uni-container h2,
.footer-uni-container h4 {
  margin-bottom: 40px;
}

.unis-footer > a {
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 30px !important;
}
.unis-footer.slowakei > a {
  background-image: url(/wp-content/uploads/2022/09/flag-sk.svg);
}
.unis-footer.polen > a {
  background-image: url(/wp-content/uploads/2024/03/flag-poland.svg);
}
.unis-footer.ungarn > a {
  background-image: url(/wp-content/uploads/2022/09/flag-ungarn.svg);
}
.unis-footer.tschechien > a {
  background-image: url(/wp-content/uploads/2022/09/flag-tschechien.svg);
}
.unis-footer.rumaenien > a {
  background-image: url(/wp-content/uploads/2022/09/flag-rumanien.svg);
}
.unis-footer.lettland > a {
  background-image: url(/wp-content/uploads/2022/09/flag-lettland.svg);
}
.unis-footer.litauen > a {
  background-image: url(/wp-content/uploads/2022/09/flag-litauen.svg);
}
.unis-footer.zypern > a {
  background-image: url(/wp-content/uploads/2022/09/flag-zypern.svg);
}
.unis-footer.kroatien > a {
  background-image: url(/wp-content/uploads/2023/06/flag-kroatien.svg);
}
@media only screen and (max-width: 767px) {
  #navbar-fd {
    z-index: 100;
  }
  .admin-bar div#Top_bar.sticky {
    top: 46px;
  }
  #Header .top_bar_left,
  #Header_creative,
  #Top_bar #menu,
  .header-below #Top_bar,
  .header-classic #Top_bar,
  .header-fixed #Top_bar,
  .header-plain #Top_bar,
  .header-split #Top_bar,
  .header-stack #Top_bar {
    background-color: #fff !important;
  }
  div#Top_bar {
    position: fixed !important;
    width: 100%;
    max-width: 480px;
    transform: translateX(-50%);
    left: 50%;
  }
}
div.rll-youtube-player {
  border-radius: 15px;
  z-index: 1;
}
.rll-youtube-player .play {
  background: url(/wp-content/themes/future-doctor/images/youtube.png) no-repeat
    center !important;
  background-size: 64px 45px !important;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.rll-youtube-player:hover .play {
  background: url(/wp-content/themes/future-doctor/images/youtube-hover.png)
    no-repeat center !important;
  background-size: 64px 45px !important;
}
.h3 h2 {
  font-size: 1.8em !important;
  font-weight: 300 !important;
}
.wpem-single-event-page .wpem-single-event-wrapper {
  border: 0 !important;
}
.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper
  .wpem-event-banner,
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-header-top {
  background: 0 0 !important;
}
.wpem-theme-button,
a.wpem-theme-button,
button.wpem-theme-button,
input.wpem-theme-button {
  background: #ff6b00 !important;
  padding: 15px 15px !important;
  border-radius: 15px !important;
}
.wpem-single-event-wrapper a {
  color: #0d2333;
}
.wpem-single-event-wrapper a:hover {
  color: #ff6b00;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
  border-radius: 15px;
}
.wpem-event-listings.wpem-event-listing-box-view
  .wpem-event-layout-wrapper
  .wpem-event-banner
  .wpem-event-banner-img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  .wpem-single-event-sidebar-info
  a,
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-left-content
  .wpem-single-event-short-info
  .wpem-viewed-event
  .wpem-icon-eye {
  color: #ff6b00;
}
h3.wpem-heading-text {
  font-weight: 600 !important;
}
.wpem-event-organizer,
.wpem-event-organizer-name {
  display: none !important;
}
.wpem-single-event-short-info .wpem-event-title h3 {
  font-size: 34px !important;
  font-weight: 700 !important;
}
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-left-content
  .wpem-single-event-short-info
  .wpem-viewed-event {
  display: none !important;
}
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-left-content
  .wpem-single-event-body-content {
  padding-bottom: 0 !important;
}
.event_listings
  .wpem-event-listings-header
  .wpem-event-listing-header-title
  .wpem-heading-text,
.event_listings .wpem-form-wrapper {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .mhbt {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .mhbt {
    display: none !important;
  }
}
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar {
  padding-top: 30px !important;
}
.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-body-sidebar
  h2 {
  padding-top: 30px !important;
}
.vc_btn3.vc_btn3-size-md {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.vc_btn3.vc_btn3-size-sm {
  font-size: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
}
.wpem-single-event-page .wpem-single-event-sidebar-info {
  margin-bottom: 0 !important;
}

.vce-text-block-wrapper > ul li {
  list-style: disc !important;
  margin-left: 30px;
}

.center-fd {
  margin: 0 auto !important;
}
@media (hover: none) {
  a.vce-button--style-basic-icon .vce-button--style-basic-icon-icon,
  button.vce-button--style-basic-icon .vce-button--style-basic-icon-icon {
    opacity: 1 !important;
    right: -16px !important;
  }
  a.vce-button--style-basic-icon .vce-button--style-basic-icon-text,
  button.vce-button--style-basic-icon .vce-button--style-basic-icon-text {
    left: -16px !important;
  }
}
.vce-row-content {
  min-height: 0 !important;
}
a.link-style {
  color: #0d2333;
}

@media screen and (max-width: 767px) {
  .h3 h2 {
    font-size: 18px !important;
    font-weight: 400 !important;
  }
}

#BorlabsCookieBox ._brlbs-manage-btn a {
  color: #7a7a7a !important;
  font-size: 13px !important;
  padding: 0 !important;
  background-color: #fff !important;
}
#BorlabsCookieBox ._brlbs-manage-btn {
  font-family: inherit;
  text-align: center;
}
#BorlabsCookieBox .cookie-logo {
  max-width: 80px !important;
}
.wpem-event-listings-header
  .wpem-event-layout-action-wrapper
  .wpem-event-layout-action
  .wpem-event-layout-icon.wpem-active-layout {
  background-color: #ff6b00 !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea,
.woocommerce .quantity input.qty {
  color: #626262;
  background-color: rgba(244, 244, 244, 1);
  border-color: #ebebeb;
}

input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  color: #1982c2;
  background-color: rgba(233, 245, 252, 1) !important;
  border-color: #d5e5ee;
}

.footer-uni-container {
  border-bottom: 2px solid rgba(110, 110, 110, 0.1);
  margin-top: 20px;
  margin-bottom: 55px;
  padding-bottom: 15px;
}
/*
.footer-row-2 {
  border-bottom: 2px solid rgba(110, 110, 110, 0.1);
  padding-bottom: 25px;
}
*/
/* New Menu Styles */

.mega-menu-title {
  font-weight: 500;
}

.menu-heading {
  font-size: 20px;
  font-weight: 500 !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  a.mega-menu-link
  .mega-description-group
  .mega-menu-description {
  font-style: normal !important;
  font-weight: 300 !important;
}

/* Icons */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.mega-has-description
  > a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
  display: inline-block;
  font: inherit;
  position: static;
  margin: 5px 20px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  top: auto;
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Unis */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.unis.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/icon-uni.svg);
}
/* Video */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.video.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/video-icon.svg);
}
/* Kosten */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.kosten.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/zahlung-icon.svg);
  height: 29px;
}
/* Fristen */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.fristen.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/kalendar-icon.svg);
  height: 20px;
}

/* Guide */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.guide.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/uniguide-icon.svg);
  height: 23px;
}

/* FAQ */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.faq.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/faq-icon.svg);
}
/* Über Uns */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.ueber-uns.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/team-icon.svg);
}

/* Bewerbung */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.bewerben.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/bewerben.svg);
}

/* Blog */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.blog.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/blog.svg);
 height: 23px;
}

/* Erfahrungen */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.erfahrungen.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/erfahrungen.svg);
}

/* Loyalty Club */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.loyalty.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/loyalty.svg);
}

/* Beratung */
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  li.mega-menu-item.beratung.mega-has-description
  > a.mega-menu-link:before {
  content: " ";
  background-image: url(/wp-content/themes/futuredoctor/img/menu/icons/beratung-icon.svg);
}

/* Override mobile css in original style.css */
@media only screen and (max-width: 767px) {
  .menu-widget {
    margin-left: -10px !important;
  }
  .navbar {
    position: fixed;
    /* max-width: 480px !important; */
    width: 100% !important;
  }
  .navbar-wrapper {
    padding-bottom: 20px;
  }
  .navbar-header {
    position: absolute;
    z-index: 99999;
  }
  #main-menu {
    position: static;
    overflow: visible;
    padding: 0px;
    width: 100%;
  }
  body.admin-bar #main-menu {
    padding-top: 0px;
  }

  /* Remove following from css & html */
  #main-menu {
    background-color: #fff;
  }
  #main-menu .button-close,
  .navbar-toggle {
    display: none !important;
  }

  /* New Menu CSS */
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after {
    right: 0;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner {
    width: 40px !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after {
    width: 30px !important;
    top: 25px !important;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-animated-inner::before {
    width: 55px !important;
    top: 13px !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::before,
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-inner::after {
    background-color: #0d2333 !important;
    height: 2px !important;
  }

  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-animated-box {
    width: 55px;
    height: 30px;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle.mega-menu-open
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::after {
    transform: translate3d(0, -25px, 0) rotate(-90deg) !important;
    width: 40px !important;
  }

  .mega-description-group {
    width: calc(100% - 70px);
  }

  .zweite-reihe {
    padding-left: 0px !important;
  }

  #mega-menu-wrap-primary
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item:last-child
    > a.mega-menu-link {
    padding-right: 35px;
  }

  #mega-menu-wrap-primary #mega-menu-primary {
    width: 100% !important;
    left: 0px !important;
  }
  #mega-menu-wrap-primary:after {
    content: " ";
    display: block;
    height: 40px;
    width: 100%;
    position: absolute;
    background: #fff;
    z-index: 999;
    bottom: 0;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  #header .navbar .navbar-wrapper {
    position: relative;
    padding: 0px !important;
  }
  #mega-menu-wrap-primary {
    border-radius: 30px;
  }

  .navbar-header {
    position: absolute;
    z-index: 999;
    max-width: 25%;
    left: 30px;
  }

  body:not(.menu-sandwich) #main-menu {
    width: 100% !important;
    z-index: 989;
  }

  #mega-menu-wrap-primary #mega-menu-primary {
    padding-left: 23%;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item
    > ul.mega-sub-menu {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-top: -30px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.mega-menu-megamenu
    ul.mega-sub-menu
    li.zweite-reihe
    > ul.mega-sub-menu {
    display: flex !important;
  }
  .menu-widget {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu {
    -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1) !important;
  }

  .right-border {
    border-right: 2px solid #e6e6e6 !important;
  }
  .menu-widget {
    padding-left: 35px !important;
  }
  .mega-description-group {
    width: 70%;
  }

  .menu-heading {
    font-size: 24px;
  }
  .zweite-reihe {
    padding-left: 30px !important;
  }
}

/* Menu font sizes */
#mega-menu-wrap-primary
  #mega-menu-primary
  > li.mega-menu-item
  > a.mega-menu-link {
  z-index: 9999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px;
    padding: 0px 10px 0px 10px;
  }
  .ipad-portrait-hidden {
    display: none;
  }

  .menu-widget {
    display: none !important;
  }
  .right-border {
    border: 0px !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu
    > li.mega-menu-columns-3-of-12 {
    width: 33.33%;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 16px;
  }
  .zweite-reihe {
    padding-left: 0px !important;
  }

  .menu-heading {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 17px;
    padding: 0px 20px 0px 20px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 18px;
  }
  .zweite-reihe {
    padding-left: 0px !important;
  }

  .menu-heading {
    font-size: 22px;
  }

  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-megamenu
    li.mega-menu-item.mega-has-description
    > a.mega-menu-link:before {
    margin-right: 15px;
  }
  .widget-button .vce-button--style-basic-icon-inner {
    margin: 0px;
  }
  .widget-button .hide {
    display: none;
  }
  .widget-button.vce-button--style-basic-icon {
    padding: 16px 15px !important;
  }
  .menu-widget {
    padding-left: 15px !important;
  }
}

@media only screen and (min-width: 1200px) {
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 20px;
    padding: 0px 30px 0px 30px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 18px;
  }
  .menu-heading {
    font-size: 22px;
    font-weight: 500 !important;
  }
}
/* End */

/* Mega Menu Buttons */
.button-menu {
  padding: 20px 30px;
  border-radius: 20px;
  font-weight: 500;
  text-align: center;
  transition: background-color ease-in 0.4s;
}

.button-menu.orange {
  background-color: #ff6b00;
  color: #fff !important;
}

.orange .icon-right {
  background-image: url("/wp-content/themes/futuredoctor/img/menu/arrow-right-white.svg");
}
.grey .icon-right {
  background-image: url("/wp-content/themes/futuredoctor/img/menu/arrow-right-grey.svg");
}
.icon-right {
  bottom: 0;
  height: 25px;
  width: 25px;
  margin: auto;
  opacity: 0;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  top: 0;
  transition: right 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.button-menu:hover .icon-right {
  opacity: 1;
  right: -20px;
}
.button-text {
  left: 0px;
  transition: left 0.2s ease-in-out;
}
.button-menu:hover .button-text {
  left: -25px;
}
.button-menu > span,
.button-text {
  position: relative;
}
.button-menu.grey {
  border: 1px solid #bababa;
  color: #bababa !important;
}

.button-menu.grey:hover {
  border-bottom-color: #bababa !important;
}

/* END */

.wpem-single-event-short-info,
.wpem-single-event-body-content {
  padding: 0 !important;
}
.event_listing-template-default .entry-title {
  display: none !important;
}

.wpem-single-event-short-info {
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px !important;
}

.wpem-single-event-page
  .wpem-single-event-wrapper
  .wpem-single-event-body
  .wpem-single-event-left-content::after {
  width: 0px !important;
}
.wpem-event-banner {
  display: none !important;
}
